• last updated 20 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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)

- fix query name

- addming missing images (from broken CVS subdir)

  1. … 455 more files in changeset.
- one more attempt - something is strange

  1. … 112 more files in changeset.
- adding images (after getting rid of incorrect CVS subdirs from file storage)

  1. … 310 more files in changeset.
- moving theme from file storage here.

    • -0
    • +37
    /openacs-4/packages/theme-ges/README.bin
    • -0
    • +27
    /openacs-4/packages/theme-ges/theme-ges.info.txt
    • -0
    • +220
    /openacs-4/packages/theme-ges/files_to_repleace/home.adp
    • binary
    /openacs-4/packages/theme-ges/screens/Picture 1.png
    • binary
    /openacs-4/packages/theme-ges/screens/Picture 2.png
    • binary
    /openacs-4/packages/theme-ges/screens/Picture 4.png
  1. … 25 more files in changeset.
- fix unresolvable links in demo page

Fix link; close unclosed paragraph tag...

- fix "dict exists" tests

- allow to specify extraAllowedContent via options

- allow per default classes for elements

- use ckeditor 4.5.11 instead of 4.5.10

- bump version number to 0.6

- allow per default class attributes for HTML elements

- make contributors link robust against subdirs

- remove unneeded expr statements

- improve wording on index page

- bump version number to 1.1.3d6

- update documentation

- remove code producing invalid links

Fix typo from previous commit

Introduced new options to set chat rooms so login and/or logout message are not issued everytime a user enters/exits the chat.

    • -18
    • +21
    /openacs-4/packages/chat/tcl/chat-procs-oracle.xql
    • -30
    • +52
    /openacs-4/packages/chat/tcl/chat-procs.tcl
    • -22
    • +57
    /openacs-4/packages/chat/www/room-edit.tcl
    • -2
    • +6
    /openacs-4/packages/chat/www/room-enter.tcl
    • -2
    • +6
    /openacs-4/packages/chat/www/room-exit.tcl
    • -2
    • +10
    /openacs-4/packages/chat/www/room.adp
    • -5
    • +12
    /openacs-4/packages/chat/www/room.tcl
    • -2
    • +7
    /openacs-4/packages/chat/www/ajax/chat.js