• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Correct inconsistent message key creation between group::new (underscore) and group update (dot)

improve spelling

    • -2
    • +2
    ./www/doc/group-admin-pages-acceptance-test.adp
    • -3
    • +3
    ./www/doc/group-admin-pages-acceptance-test.html
  1. … 2 more files in changeset.
Close bracket and enjoy the fruits of automated testing

Remove dead xqls

    • -15
    • +0
    ./www/shared/community-member-oracle.xql
    • -16
    • +0
    ./www/shared/community-member-postgresql.xql
Fix typo in query and in context, reduce divergency between oracle and postgres

    • -24
    • +0
    ./www/admin/rel-types/rels-list-oracle.xql
    • -3
    • +15
    ./www/admin/rel-types/rels-list.tcl
Reduce divergency between oracle and postgres

    • -32
    • +0
    ./www/admin/site-map/site-map-oracle.xql
Reduce divergency between oracle and postgres

  1. … 3 more files in changeset.
Go back to using acs_object_name, as not every party will have a name returned from party::name (e.g. rel_segments)

party name api situation is probably less than optimal

Bump version number

Better localization for "Join policy" in German

    • -2
    • +2
    ./catalog/acs-subsite.de_DE.ISO-8859-1.xml
improve spelling

    • -3
    • +3
    ./sql/oracle/subsite-callbacks-create.sql
    • -5
    • +5
    ./sql/oracle/upgrade/upgrade-4.1.1-4.2.sql
  1. … 12 more files in changeset.
Cleanup commented code

    • -17
    • +1
    ./sql/postgresql/acs-subsite-create.sql
Whitespace cleanup

    • -5
    • +5
    ./sql/postgresql/acs-subsite-create.sql
german translations: add resonable translation for "permissable"

    • -2
    • +2
    ./catalog/acs-subsite.de_DE.ISO-8859-1.xml
German message catalog: use consistently "Profilbild" instead of "Portrait" and "Benutzer" instead of "User"

    • -29
    • +29
    ./catalog/acs-subsite.de_DE.ISO-8859-1.xml
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.