• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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
Chat Redesign: avoid timestamp float overlapping by clearing floats after the message block

    • -0
    • +16
    ./packages/xowiki/www/resources/chat.css
Don't use the "javascript:" presudo-URL idiom to avoid CSP complaints from the browser

    • -2
    • +3
    ./packages/xowiki/www/resources/chat-common.js
Provide a working way to configure the plain xowiki chat includelet:

at Chat class instantiation one can now specify a configuration dict that will be

persisted in an nsv and used to set option parameters (instance variables) such as login messages, logout messages

and the messages time window (and potentially other options in the future). This persistent configuration happpens whenever a client

logs in.

    • -8
    • +8
    ./packages/chat/tcl/chat-ajax-procs.tcl
    • -3
    • +25
    ./packages/xowiki/tcl/chat-procs.tcl
    • -5
    • +19
    ./packages/xowiki/tcl/includelet-procs.tcl
Chat Redesign: be more explicit in the send icon padding and border, to avoid unintended theme inheritance

    • -1
    • +2
    ./packages/xowiki/www/resources/chat.css
Retract configurability for plain xowiki includelet as, without some way of persisisting the conf over subsequent object instantiations, would really not work and also ignore chat room configs

    • -9
    • +8
    ./packages/chat/tcl/chat-ajax-procs.tcl
    • -20
    • +6
    ./packages/xowiki/tcl/chat-procs.tcl
    • -19
    • +5
    ./packages/xowiki/tcl/includelet-procs.tcl