• last updated 11 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
prefer dict over anonymous array

remove unneeded variable

check if is_self_link parameter exist - ExternalLink don't have it defined

Improvement for repeated form field procs:

- Use JSON.parse instead of eval to ease CSP handling

- Base result of "value_if_nothing_is_returned_from_form" on results of components

This change makes it possible to remove a default value of e.g. a checkbox

from an repeated field.

improve comment

use multiple lines for "if" statement

Export message key from the UI to normalize sorting, format and quoting and avoid diffs when creating new keys from UI

    • -11
    • +11
    ./catalog/xowiki.en_US.ISO-8859-1.xml
  1. … 1 more file in changeset.
removed file, which were moved to resources directory long ago and kept as a fallback for old installations

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)