• last updated 21 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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

Update italian translation

    • -0
    • +1
    ./catalog/acs-subsite.it_IT.ISO-8859-1.xml
  1. … 1 more file in changeset.
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
    ./catalog/acs-subsite.en_US.ISO-8859-1.xml
Minor formatting changes

Use test api to make the test more generic, handle mixed-case emails

Use test api to make the test work in different contexts

improve spelling

  1. … 1 more file in changeset.
whitespace changes