• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
improve indentation

    • -2
    • +2
    ./packages/acs-templating/tcl/util-procs.tcl
Fix typos

Recover include intended behavior:

this include was supposedly looking at subgroups of the provided group_id (clearly stated in the doc), while in fact scope was always forcefully set on package_id from the connection

Streamline multirow creation

Redefine include as ad_include_contract with docs and parameters in the right place

Remove unneeded statements

Fix typo

    • -1
    • +1
    ./packages/acs-subsite/www/admin/groups/one.adp
Get rid of warning: "template::form::check_elements: MISSING FORMWIDGET"

    • -2
    • +2
    ./packages/acs-lang/www/admin/package-list.tcl
fix for bug #3367 (many thanks to Rainer Bachleitner)

    • -8
    • +11
    ./packages/acs-subsite/www/resources/core.js
document parameter consitently concerning required server restarts

Chat Redesign: scroll down list of messages when clicking the 'Full screen' trigger

    • -0
    • +3
    ./packages/xowiki/www/resources/chat-common.js
Chat Redesign: better adjust height to avoid issues on 'Full screen' mode on certain tablets

    • -2
    • +1
    ./packages/xowiki/www/resources/chat.css
Prefer classic block comments in css to avoid potential side-effects

    • -3
    • +3
    ./packages/xowiki/www/resources/chat.css
add session_id invalidation

    • -1
    • +41
    ./packages/acs-tcl/tcl/security-procs.tcl
Chat Redesign: set min-width to the send form and the 'Full screen' trigger so they do not overlap in very small widths

    • -1
    • +6
    ./packages/xowiki/www/resources/chat.css
treat behind_secure_proxy_p like security::secure_conn_p for useing secure cookies in general and for the secure login cookie

    • -3
    • +3
    ./packages/acs-tcl/tcl/security-procs.tcl
Chat Redesign: set min-width to the send button, so it does not collapse in very small widths

    • -0
    • +1
    ./packages/xowiki/www/resources/chat.css
use secure token when running behind a secure proxy the same way as when running directly a secure session

    • -3
    • +8
    ./packages/acs-tcl/tcl/security-procs.tcl
Don't trust value of login_level just on basis of the session cookie

    • -1
    • +18
    ./packages/acs-tcl/tcl/security-procs.tcl
improve comment and provide warning, when kernel parameter is overruled

    • -62
    • +67
    ./packages/acs-subsite/lib/login.tcl
modernize exception handling: use proper try/throw instead of swallowing "catch"

    • -5
    • +10
    ./packages/acs-tcl/tcl/security-procs.tcl
call sec_login_handler instead of just sec_generate_session_id_cookie, since otherwise, cryptographically valid session cookie could be used without a ad_login_cookie

    • -5
    • +7
    ./packages/acs-tcl/tcl/security-procs.tcl
prefer https over http on request going to openacs.org

    • -2
    • +2
    ./packages/acs-admin/tcl/apm-admin-procs.tcl
    • -2
    • +2
    ./packages/acs-admin/www/apm/version-view.tcl
    • -2
    • +2
    ./packages/acs-admin/www/install/install.tcl
    • -2
    • +2
    ./packages/acs-tcl/tcl/apm-install-procs.tcl
Chat Redesign: use hyphens and overflow-wrap to manage line overflow, instead of just blindly breaking all words

    • -1
    • +7
    ./packages/xowiki/www/resources/chat.css
- fix caching bug, when urls are retrieved via object_ids, and packages are unmounted

- make code more robust

- extend regression tests

    • -10
    • +25
    ./packages/acs-tcl/tcl/site-nodes-procs.tcl
Fix typo

    • -3
    • +3
    ./packages/acs-lang/tcl/lang-message-procs.tcl
Replace silent catch with something nicer

    • -4
    • +3
    ./packages/acs-lang/tcl/lang-message-procs.tcl
Fulfill Lars old dream by using a thread safe idiom

    • -5
    • +2
    ./packages/acs-lang/tcl/lang-message-procs.tcl
Fix missing close bracket

Chat Redesign: hide background scroll bar in 'Full screen' mode

    • -0
    • +2
    ./packages/xowiki/www/resources/chat-common.js