• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
improve spelling

prefer US idioms

add missing partition key

add proper handling of https URLs

- add error message in case the user is already a member

- still todo: proper form errors

fix for bug #3353

Force IE to recover focus on the message field whenever messages are rendered

Chat reform:

- rework xotcl-core chat machinery to return its responses through JSON and include information about active users

- depend on xowiki instead of xotcl-core only

- exploit xowiki "Comet" server push implementation when the browser supports it

- reduce code duplication

- drop plain HTML chat

- reduce hardcoded styling

- minor cleanups

    • -64
    • +16
    /openacs-4/packages/chat/tcl/chat-ajax-procs.tcl
    • -0
    • +12
    /openacs-4/packages/chat/www/chat.adp
    • -23
    • +5
    /openacs-4/packages/chat/www/chat.tcl
    • -30
    • +0
    /openacs-4/packages/chat/www/html-chat.adp
    • -47
    • +0
    /openacs-4/packages/chat/www/html-chat.tcl
    • -11
    • +4
    /openacs-4/packages/chat/www/index.tcl
    • -21
    • +3
    /openacs-4/packages/chat/www/room-enter.tcl
    • -8
    • +1
    /openacs-4/packages/chat/www/room-exit.tcl
    • -53
    • +0
    /openacs-4/packages/chat/www/ajax/chat.adp
    • -274
    • +0
    /openacs-4/packages/chat/www/ajax/chat.js
    • -23
    • +22
    /openacs-4/packages/chat/www/ajax/chat.tcl
  1. … 9 more files in changeset.
improve spelling

whitespace cleanup

new feature: warn host administrator about expiring certificates

    • -0
    • +19
    /openacs-4/packages/acs-admin/tcl/acs-admin-init.tcl
    • -0
    • +88
    /openacs-4/packages/acs-admin/tcl/acs-admin-procs.tcl
order by last name rather than first name in members list when sorting by name

capitalize URL, improve wording

don't make it plain user easy to snarf full address list

allow specification of page_size

Deprecate ah::yui::js_sources and ah::js_sources properly

Whitespace changes

    • -571
    • +571
    /openacs-4/packages/ajaxhelper/tcl/ajax-procs.tcl
Fix typos

Fix typo in proc doc

Fix variable name preventing validation_errors to be handled in www-save-attributes

Fix typos in proc doc

Converge render method for chat and xotcl-core package

Add ':' to formatting to uniform with the render method

Whitespace changes

Fix abbreviation in proc doc

Preliminary xowiki chat rework

- update javascript to comply with CSP (setInterval...)

- exploit template resource loading machinery to load javascripts

- remove code duplication

- remove inline styling

    • -95
    • +78
    /openacs-4/packages/xowiki/tcl/chat-procs.tcl
Unquote single quote from JSON before appending messages to chat

Fix quoting of single quotes in JSON

Remove leftover alert

Avoid javascript eval idiom as CSP will refuse to execute when unsafe-eval is disabled

This requires moving to a more approprate JSON parser... which is also pickier regarding single quotes, so I had to rework JSON encoding to please it.