• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fix typo in proc doc

    • -2
    • +2
    ./packages/acs-tcl/tcl/acs-kernel-procs.tcl
Whitespace changes

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

    • -2
    • +2
    ./packages/acs-tcl/tcl/document-procs.tcl
Whitespace changes

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

    • -2
    • +0
    ./packages/acs-tcl/tcl/util-diff-procs.tcl
Whitespace changes

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

    • -0
    • +1
    ./packages/acs-tcl/lib/check-installed.tcl
fix documentation bug #3369

    • -1
    • +1
    ./packages/acs-core-docs/www/templates.adp
    • -2
    • +2
    ./packages/acs-core-docs/www/templates.html
Add ad_include_contract and documentation to this page

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

Replace custom arg checks with proper ad_include_contract

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

Add @see in deprecated proc

Add some @see in deprecated procs

    • -2
    • +11
    ./packages/acs-tcl/tcl/deprecated-procs.tcl
Fix contract doc

    • -1
    • +1
    ./packages/chat/lib/transcript-view.tcl
Use ad_include_contract and revise current usages (e.g. write_p was not used anywhere)

    • -0
    • +6
    ./packages/chat/lib/transcript-view.tcl
    • -3
    • +3
    ./packages/chat/www/chat-transcript.adp
Use ad_include_contract on this page

Bring all sql inline

    • -13
    • +0
    ./packages/chat/lib/transcripts.xql
Replace silent catch idiom

    • -1
    • +2
    ./packages/chat/lib/current-messages.tcl
Use ad_include_contract

    • -0
    • +5
    ./packages/chat/lib/current-messages.tcl
Whitespace changes

Add missing 'title' parameter to 'content::item::upload_file', which is checked in the proc and probably not materialized out of thin air.

Use '::content::item::get_content_type' instead of the deprecated '::content::item::content_type'

    • -2
    • +2
    ./packages/imsld/tcl/imsld-callback-procs.tcl
    • -3
    • +3
    ./packages/lors/tcl/lors-imscp-procs.tcl
    • -2
    • +2
    ./packages/planner/www/object-update.tcl
add procdic for private function

    • -1
    • +5
    ./packages/acs-tcl/tcl/security-procs.tcl
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
    ./packages/acs-tcl/tcl/security-procs.tcl
provide ip address to be stored in acs_objects on save operation

    • -1
    • +6
    ./packages/xotcl-core/tcl/cr-procs.tcl
improve comments

whitespace changes

prefer dict over Tcl array

reduce redundant lookups in auth::check_local_account_status

Use '::content::item::get_content_type' instead of the deprecated '::content::item::content_type'