• last updated 9 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Chats won't throw an error anymore when people keep looking to a room that has been closed.

Instead, user will be informed that the room is unavailable.

Added missing locale key source of errors in the log.

Fixed wrong stored procedure, stating different arguments than in actual usage.

Cleaned up weird idioms in xql files and chat api, moved many db operations into tcl api.

Exploited cache (ns_cache) to retrieve quickly chat room information.

Improved code quality a bit.

Ported upstream some local modification, like prettifying of flags in chat room management

and fix of double quoting in chat's javascript.

    • -20
    • +58
    /openacs-4/packages/chat/tcl/chat-ajax-procs.tcl
    • -134
    • +172
    /openacs-4/packages/chat/tcl/chat-procs.tcl
    • -19
    • +5
    /openacs-4/packages/chat/www/chat.tcl
    • -2
    • +15
    /openacs-4/packages/chat/www/room.tcl
    • -5
    • +6
    /openacs-4/packages/chat/www/ajax/chat.js
    • -20
    • +14
    /openacs-4/packages/chat/www/ajax/chat.tcl
file upgrade-5.0d11-5.0d12.sql was initially added on branch oacs-5-9.

- move global declaration up the file

- add csrf token to exported list on "show deprecated" link

- use variable names consistently

- fix handling of csrf token

Fix typo

Increase timeout to 5 minutes for util::http and pure ns_http implementations (required on slow connections)

- add ability to distinguish by HTTP-method in add_url_stat (can be used for dynamic connection pool management)

- use more XOTcl 2.* features: use variable resolver on many places (potentially 4 times or more faster)

- fix dead link

- fix links and unify names

  1. … 318 more files in changeset.
- fixing broken links

Fixed typo on German translation

Allow the use of naturalnum page parameter type with ::xowiki::Package initialize (thanks to Stefan Sobernig)

Put again naturalnum instead of integer in xowiki's permission admin page

Fix generation of event handlers for HTML in file-storage plugin popup

- one more typo

- fix recent editing bug

- improve handling of sitewiede-admin pages (especially in services)

Fix typo in proc doc

Remove changes not meant to be committed

Fix bug when uninstalling packages having been upgraded over time

acs_privilege_descendant_map is obsolete: http://openacs.org/forums/message-view?message_id=5330206

Align text with what's in the code: The special directory name is sitewide-admin...

- fix typo

- add new functions:

* download: install editor locally

* add_editor: provide function for other packages to add the editor to the current page

Remove possibly leftover definition of category_tree__new/9 stored procedure.

It can still be present on old upgraded installations, conflicting with the new one (different argument types...)

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

- Don't set legacy configure parameters in new installations

- Make clear in parameter description in acs-templating, that this is

not the place, where xinha/tinymce should be configured

- Improve warning messages about usage of legacy parameters (tell admin what to do)

- no need for element-wise setting of array columns

- no need for intermediary variable

- fix documentation of acs_user::get: list full set of returned

attributes in documentation

- acs_user::get: return dict, when no argument "-array" is provided