• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- quote HTML attributes

- white space changes

- replace "onclick" handler in .adp file by event listener

- fix code that can't work (probably, this include is not in use)

- replace "onclick" handler in .adp file by event listener

- replace onclick handler by event listener

- replace "onclick" in .adp files by event listener

- replace onclick by event listener

- bump version number to 0.5

- use event listeners instead of "onclick" handles

- use event listener instead of "onclick"

    • -6
    • +10
    /openacs-4/packages/xowiki/tcl/link-procs.tcl
- remove obsolete files

- use "ns_ictl trace delete" instead of "ns_ictl ondelete"

- avoid deprecated function ns_unregister_proc

- use acs::tcllib if available

- make handling of URLs pointing to unresolvable package_keys more robust

- add missing upgrade script

file upgrade-1.1.3d5-1.1.3d6.sql was initially added on branch oacs-5-9.

- remove catalog entry with typo (wrong entry "Actions_permissions...", right "Action_permissions...")

Fix redirect; Do not always redirect to start page; One wants to stay within a filtered view of test cases (e.g. the package under development)

- avoid potential errors in the error.log for urls which are not pointing to mounted packages (where [ad_conn package_key] is empty)

- remove "global" statements and use "::" prefix instead

- fix code that can't work. ... anyhow, package_key seems not be used here

- handle ad_script_abort in payload of xowiki::Objects

    • -3
    • +11
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
- fix broken links

chat-procs overhaul:

- don't double encode everything

- avoid deprecated js functions escape()/unescape()

xowiki/www/ajax/streaming-chat.js, xowiki/www/ajax/scripted-streaming-chat.js

- scripted-mode: fix incorrect markup

- fix parameter passing to xowiki/www/ajax/chat.tcl to avoid rejects

- fix json_encode: one quote to man in xotcl-core/tcl/chat-procs.tcl

- don't dropt "user has_entered_the_room" in "xo::Chat instproc login",

since xowiki chat has otherwise no idea, who is logged in

    • -4
    • +4
    /openacs-4/packages/xowiki/www/ajax/chat.tcl
- improve comments

- make sure to call template::head::prepare_multirows after all body_scripts are created

- bump version to 5.9.1d6

- avoid call to deprecated content_revision__new/11, call content_revision__new/13 instead

- bump version number to 5.9.1d2

file upgrade-5.9.1d1-5.9.1d2.sql was initially added on branch oacs-5-9.

- fix SQL query in datasource callback (variable is called object_id and not revision_id)