• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Deprecated get_referrer and NsSettoTclString, replace them with versions that respect OpenACS naming convention

  1. … 7 more files in changeset.
provide a better name (site_node::delete_service_nodes) amd delete nodes of services packages as well

    • -3
    • +13
    ./admin/site-map/instance-delete.tcl
  1. … 1 more file in changeset.
bugfix: unmounting a package could lead to a deletion of services used in other packages

A new API call "site_node::unmount_services" can be used to unmount all services in a first step.

unmount services before calling "site_node::delete -node_id $node_id -delete_subnodes -delete_package"

prevents collateral damage.

  1. … 3 more files in changeset.
prefer all caps spelling for SQL

  1. … 2 more files in changeset.
Make page for managing the parameter "PrivateEmailLevelP" subsite aware.

Use template::util::tcl_to_sql_list for proper list element quoting

improve spelling

    • -2
    • +2
    ./doc/group-admin-pages-acceptance-test.adp
    • -3
    • +3
    ./doc/group-admin-pages-acceptance-test.html
  1. … 3 more files in changeset.
Remove dead xqls

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

    • -24
    • +0
    ./admin/rel-types/rels-list-oracle.xql
    • -23
    • +0
    ./admin/rel-types/rels-list-postgresql.xql
Reduce divergency between oracle and postgres

    • -32
    • +0
    ./admin/site-map/site-map-oracle.xql
    • -34
    • +0
    ./admin/site-map/site-map-postgresql.xql
    • -1
    • +9
    ./admin/rel-segments/elements-display.tcl
Reduce divergency between oracle and postgres

    • -2
    • +10
    ./admin/rel-segments/constraints/new.tcl
  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

improve spelling

  1. … 17 more files in changeset.
Replace acs_object_party_privilege_map with permission api

    • -4
    • +2
    ./admin/groups/elements-display-list.xql
    • -5
    • +1
    ./admin/rel-segments/constraints/index.xql
Replace deprecated view in queries

    • -1
    • +1
    ./admin/groups/elements-display-list.xql
    • -1
    • +1
    ./admin/rel-segments/constraints/index.xql
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'

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. … 2 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

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

    • -15
    • +15
    ./admin/applications/multiple-add.tcl
    • -25
    • +23
    ./admin/attributes/enum-add-2.tcl
    • -5
    • +3
    ./admin/group-types/change-join-policy.tcl
  1. … 37 more files in changeset.
add ad_include_contract

    • -17
    • +17
    ./admin/groups/elements-display-list.tcl
fix error, when application is added

    • -2
    • +2
    ./admin/applications/application-add.tcl
Safety belt so users cannot change URL of the main subsite from the UI

    • -3
    • +10
    ./admin/applications/application-add.tcl
improve code formatting

Added missing message key for status code 500.

Use consistently the error category in the title and the specific error message in the text

  1. … 2 more files in changeset.
improve spelling

  1. … 1 more file in changeset.