• last updated 11 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Commit some leftover change, apply some review suggestions

Added info file incrementing the version

Refined error reporting: by returning a page containing the prefix

"chat-errmsg: "

one can decide what to show in case of error, otherwise we stick to the old behaviour (predefined message).

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.

    • -110
    • +11
    ./sql/postgresql/chat-create.sql
    • -0
    • +57
    ./sql/postgresql/upgrade/upgrade-5.0d11-5.0d12.sql
    • -217
    • +99
    ./tcl/chat-procs-postgresql.xql
  1. … 1 more file in changeset.
file upgrade-5.0d11-5.0d12.sql was initially added on branch oacs-5-9.

    • -0
    • +0
    ./sql/postgresql/upgrade/upgrade-5.0d11-5.0d12.sql
Added message keys for new options allowing to disable entrance and exit message in chat

Fix typo from previous commit

    • -0
    • +1
    ./sql/postgresql/upgrade/upgrade-5.0d10-5.0d11.sql
Introduced new options to set chat rooms so login and/or logout message are not issued everytime a user enters/exits the chat.

    • -0
    • +255
    ./sql/oracle/upgrade/upgrade-5.0d10-5.0d11.sql
    • -20
    • +47
    ./sql/postgresql/chat-create.sql
    • -0
    • +113
    ./sql/postgresql/upgrade/upgrade-5.0d10-5.0d11.sql
  1. … 1 more file in changeset.
file upgrade-5.0d10-5.0d11.sql was initially added on branch oacs-5-9.

    • -0
    • +0
    ./sql/oracle/upgrade/upgrade-5.0d10-5.0d11.sql
    • -0
    • +0
    ./sql/postgresql/upgrade/upgrade-5.0d10-5.0d11.sql
Fixed table alias

- reduce dependencies on acs_object_party_privilege_map

- remove unneeded queries and .xql file

- modernize HTML

    • -245
    • +245
    ./www/doc/requirements.html
- modernize SQL

    • -107
    • +193
    ./sql/postgresql/chat-create.sql
    • -32
    • +50
    ./sql/postgresql/upgrade/upgrade-5.0d4-5.0d5.sql
    • -42
    • +68
    ./sql/postgresql/upgrade/upgrade-5.0d6-5.0d7.sql
    • -13
    • +20
    ./sql/postgresql/upgrade/upgrade-5.0d8-5.0d9.sql
  1. … 4 more files in changeset.
- apply fresh patches to oacs-5-9 branch

  1. … 39 more files in changeset.
- tighten page contracts

  1. … 15 more files in changeset.
- modernize HTML markup

- follow adp converions for properties

  1. … 5 more files in changeset.
- remove deprecated calls

  1. … 5 more files in changeset.
- modernize Tcl

Javascript support for streaming ajax based chat interface

    • -0
    • +73
    ./www/ajax/scripted-streaming-chat.js
- initial version of russian catalog files as contributed by v v (see issue #3270)

    • -0
    • +130
    ./catalog/chat.ru_RU.utf-8.xml
- quote HTML attribute values

- use &amp instead of & in hrefs

- improve performance of index page in postgres for large sites from around 10 secs to 120 ms by moving function calls out of sql aggregation

PG 9.0 support. Avoiding using acs_object_id_seq view for fetchting next value for the t_acs_object_id_seq sequence.

    • -0
    • +49
    ./sql/postgresql/upgrade/upgrade-5.0d8-5.0d9.sql
- site_node::get_url_from_object_id returns a list, therefore take the first element

Don't quote URLs used in javascript

don't quote URLs used in javascript

Merged oacs-5-5 branch of .LRN packages to HEAD.

  1. … 87 more files in changeset.
Fix dependencies and their version

  1. … 14 more files in changeset.
Bumped version since catalog has changed

  1. … 1 more file in changeset.