• last updated 23 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Use more consistently "Mitglieder" instead of "Teilnehmer" for "member", not at least since "Mitglieder" requires no gendering.

    • -8
    • +8
    ./catalog/acs-subsite.de_DE.ISO-8859-1.xml
Add a test about group membership for tcl api as well (will right now fail on direct membership)

Bump version number

Small step in the direction of gender-neutral German localization so we don't have to create a downstream message key just for this

    • -1
    • +1
    ./catalog/acs-subsite.de_DE.ISO-8859-1.xml
Add a new instance parameter 'LoginPasswordAutocomplete' with the value of the 'autocomplete' attribute of the password field of the login form, to let each subsite decide.

Replace acs_object_party_privilege_map with permission api

    • -4
    • +1
    ./www/admin/group-types/groups-list.xql
Replace deprecated view in queries

    • -1
    • +1
    ./www/admin/group-types/groups-list.xql
Rework query to use permission api instead of just removed materialized views

Move 'util::content_size_pretty' into 'acs-lang' and rename it to 'lc_content_size_pretty', localicing 'bytes' and adapting automated tests. Bump 'acs-lang' version.

  1. … 41 more files in changeset.
Trailing whitespace cleanup

Prettify data size using 'util::content_size_pretty'

Try to improve doc a bit. The proc seems to need some refactoring.

reduce verbosity

Modernize logic for protecting against cached passwords from forms,

when users log out and other users use the back button (for Nora).

- switch to more modern caching prevention

- add CSRF protection to login form against forgery requests

- none of the cache-preventing mechanisms helps when the user

stores the password in the browser (no change to the past).

- For admins of existing sites: alter kernel parameter

"LoginPageExpirationTime" to 0 make use of this feature

  1. … 1 more file in changeset.
replace hardcoded /tmp by API function [ad_tmpdir]

  1. … 10 more files in changeset.
fix spelling errors

    • -1
    • +1
    ./catalog/acs-subsite.en_US.ISO-8859-1.xml
  1. … 4 more files in changeset.
document optional channel closing during subscribe operations

Make sure connection channel is available (e.g. not detached) before returning content, as more recent Naviserver versions would return an error

Close brackets as pointed out by files__tcl_file_syntax_errors

whitespace changes

    • -15
    • +15
    ./www/admin/applications/multiple-add.tcl
    • -14
    • +12
    ./www/admin/attributes/delete-2.tcl
    • -27
    • +25
    ./www/admin/attributes/edit-one.tcl
    • -25
    • +23
    ./www/admin/attributes/enum-add-2.tcl
    • -5
    • +3
    ./www/admin/attributes/value-delete-2.tcl
  1. … 37 more files in changeset.
add ad_include_contract

    • -17
    • +17
    ./www/admin/groups/elements-display-list.tcl
whitespace changes

    • -102
    • +102
    ./tcl/plpgsql-utility-procs.tcl
    • -244
    • +242
    ./tcl/plsql-utility-procs.tcl
improve spelling

added more TODOs to half-finished (?) function subsite::pivot_root

fix error, when application is added

Safety belt so users cannot change URL of the main subsite from the UI

improve code formatting

added "create_or_replace" flag to subsite::new_subsite_theme

This feature is similar to the "create or replace" idiom for updating

SQL functions and eases the update of standard themes

fix for issue #3391