• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Whitespace removal

Remove obsolete queries and bring remaining one inline

    • -94
    • +0
    ./attachments/www/file-add-2-oracle.xql
    • -87
    • +0
    ./attachments/www/file-add-2-postgresql.xql
Speed up referential integrity by avoiding sequential scans

Whitespace changes

    • -27
    • +27
    ./acs-tcl/tcl/acs-kernel-procs.tcl
Fix typo in proc doc

Whitespace changes

    • -62
    • +60
    ./acs-tcl/tcl/document-procs.tcl
Fix typo in proc doc

Whitespace changes

    • -84
    • +84
    ./acs-tcl/tcl/util-diff-procs.tcl
Remove duplicated comments

Whitespace changes

    • -12
    • +18
    ./acs-tcl/lib/check-installed.tcl
Add missing parameter to include doc

fix documentation bug #3369

Add ad_include_contract and documentation to this page

    • -0
    • +10
    ./file-storage/lib/folder-admin.tcl
Use ad_include_contract on this page

Replace custom arg checks with proper ad_include_contract

    • -42
    • +25
    ./acs-tcl/lib/static-progress-bar.tcl
Fix doc

    • -3
    • +2
    ./acs-templating/tcl/deprecated-procs.tcl
Add @see in deprecated proc

    • -1
    • +3
    ./acs-templating/tcl/deprecated-procs.tcl
    • -1
    • +3
    ./acs-datetime/tcl/acs-datetime-procs.tcl
Add some @see in deprecated procs

Fix contract doc

Use ad_include_contract and revise current usages (e.g. write_p was not used anywhere)

Use ad_include_contract on this page

Bring all sql inline

Replace silent catch idiom

Use ad_include_contract

Whitespace changes

    • -16
    • +16
    ./acs-content-repository/tcl/content-procs.tcl
Add missing 'title' parameter to 'content::item::upload_file', which is checked in the proc and probably not materialized out of thin air.

    • -9
    • +7
    ./acs-content-repository/tcl/content-item-procs.tcl
Use '::content::item::get_content_type' instead of the deprecated '::content::item::content_type'

    • -2
    • +2
    ./project-manager/tcl/project-manager-callback-procs.tcl
add procdic for private function

Cookie security reform:

- fix handling of persistent logins while addressing problems of last commits

- increase usage of try/throw to be able to distinguish exceptions

- fix handling of LoginTimeout 0 in cryptographic expiration

- use [ad_conn behind_secure_proxy_p] on more occasions, where

security::secure_conn_p is used (maybe fold these together in the future)

- new private proc security::log to ease debugging of cookie management

- further improved documentation

    • -126
    • +197
    ./acs-tcl/tcl/security-procs.tcl
provide ip address to be stored in acs_objects on save operation