• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Move chat.tcl into acs-subsite:

although this would depend on xowiki, having in xowiki/www might conflict with legitimate pages named "chat"

  1. … 1 more file in changeset.
fix for issue #3380

Respect production_mode in cases, where pages are created via www-create-new

and a name is provided via query parameter.

Index assignee column in xowiki_form_instance_item_index

improve spelling

  1. … 10 more files in changeset.
improve spelling

  1. … 3 more files in changeset.
fetch folder.form the same way as in other cases

new includelet "community-link"

improve spelling

  1. … 6 more files in changeset.
itemrefs might include paths

Allow an optional '/' at the beginning of the pattern to accomodate e.g. "/workflow.wf"

Add minus to the allowed regexp characters to accomodate names such as en:LRDivider-Admin.wf

Centralize logic to retrieve out own user_id, then use it also when rendering the users list

    • -6
    • +2
    ./www/resources/chat-skins/chat-bubbles.js
    • -5
    • +2
    ./www/resources/chat-skins/chat-classic.js
Fix typo

Access object members directly instead than by method

Add default for avatar_p

strengthen parameter checking for weblog and syndication integerfaces

improve input checking

raise error when entries_of forms not found

Bump version numbers so chat depends on latest xotcl-core

  1. … 2 more files in changeset.
Chat Redesign: clicking in your own name points to '/pvt/home' instead of '/shared/community-member'

    • -1
    • +5
    ./www/resources/chat-skins/chat-bubbles.js
    • -2
    • +10
    ./www/resources/chat-skins/chat-classic.js
Update translations

  1. … 2 more files in changeset.
Check csrf token for existance (might not be there e.g. in a scheduled procedure rendering the page)

Don't try to parse empty content

Chat Redesign: enable/disable avatar pictures by room, using the new attribute 'avatar_p', instead of by package instance, using the 'ShowAvatar' parameter.

    • -4
    • +2
    ./www/resources/chat-skins/chat-bubbles.js
    • -2
    • +1
    ./www/resources/chat-skins/chat-classic.js
  1. … 16 more files in changeset.
revert escaped debugging output

ease editing of "Form" entry (staring with <form> tag, don't fight with CKEditor cleanup)

Chat Redesign: move common functions used in the chat skins to 'chat-common.js', and rename the skin javascript files.

    • -0
    • +245
    ./www/resources/chat-skins/chat-bubbles.js
    • -0
    • +183
    ./www/resources/chat-skins/chat-classic.js
file chat-bubbles.js was initially added on branch oacs-5-10.

    • -0
    • +0
    ./www/resources/chat-skins/chat-bubbles.js
file chat-classic.js was initially added on branch oacs-5-10.

    • -0
    • +0
    ./www/resources/chat-skins/chat-classic.js
Improve the situation on browsers such as Firefox, where correct xml is somehow enforced when one does not specify the responseType

One should also find a solution for the persistent subscription, as it is trickier