• last updated 21 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
use consistently xowiki.css variants based on the preferred CSS toolkit

  1. … 2 more files in changeset.
make selection_area CSP compliant

  1. … 1 more file in changeset.
white-space cleanup

Improve robustness against "foreign" dnd operations

(when e.g. other, non-related elements on a web-site are dnd enabled and dragged into

a dnd-list)

white-space cleanup

  1. … 1 more file in changeset.
YUI cleanup:

- remove dependency of TreeRenderer=listdnd on YUI and use basic HTML5 functionality

for drag and drop instead

- base toc with "allow_reorder" on TreeRenderer=listdnd

(yui-page-order-region.js is mostly obsolete by now)

  1. … 2 more files in changeset.
file listdnd.js was initially added on branch oacs-5-10.

Prefer glyph-icons over sprites:

- new function xowiki::Package preferredCSSToolkit to ease access to preferred CSS toolkit

- split xowiki.css into a generic part (xowiki.css) and a preferred toolkit related part

(e.g.xowiki-bootstrap3-specific.css)

- use glyphicons in bootstrap variant instead of sprites for edit/delete/... buttons

    • -0
    • +52
    ./resources/xowiki-bootstrap3-specific.css
    • -0
    • +65
    ./resources/xowiki-yui-specific.css
  1. … 4 more files in changeset.
file xowiki-bootstrap3-specific.css was initially added on branch oacs-5-10.

    • -0
    • +0
    ./resources/xowiki-bootstrap3-specific.css
file xowiki-yui-specific.css was initially added on branch oacs-5-10.

    • -0
    • +0
    ./resources/xowiki-yui-specific.css
replaced YUI dnd by HTML5 dnd and therefor removed need of YUI in candidate_box_select.

candidate_box_select uses now clear distinction between internal representations and labels (as in options).

form-field of "form_page" uses now item-refs as internal representation since this relatively friendly to

clipboard movements and supports elements from different folders (which was previously broken).

    • -240
    • +0
    ./resources/yui-selection-area.js
  1. … 2 more files in changeset.
file selection-area.js was initially added on branch oacs-5-10.

    • -0
    • +0
    ./resources/selection-area.js
prefer absolut object references over ids

  1. … 13 more files in changeset.
- modernize code (remove "my")

- prefer fully qualified commands based on IDs

  1. … 24 more files in changeset.
- Update jquery to 3.4.0

- provide URNs for jquery-ui

- bump fallback-version of bootstrap to 3.4.1 (used, when the bootstrap3 theme is not installed)

    • -0
    • +10588
    ./resources/jquery/jquery-3.4.0.js
    • -0
    • +2
    ./resources/jquery/jquery-3.4.0.min.js
    • -0
    • +1311
    ./resources/jquery/jquery-ui.css
    • -0
    • +18706
    ./resources/jquery/jquery-ui.js
    • -0
    • +13
    ./resources/jquery/jquery-ui.min.js
  1. … 2 more files in changeset.
file jquery-3.4.0.js was initially added on branch oacs-5-10.

    • -0
    • +0
    ./resources/jquery/jquery-3.4.0.js
file jquery-ui.min.js was initially added on branch oacs-5-10.

    • -0
    • +0
    ./resources/jquery/jquery-ui.min.js
file jquery-ui.js was initially added on branch oacs-5-10.

    • -0
    • +0
    ./resources/jquery/jquery-ui.js
file jquery-ui.css was initially added on branch oacs-5-10.

    • -0
    • +0
    ./resources/jquery/jquery-ui.css
file jquery-3.4.0.min.js was initially added on branch oacs-5-10.

    • -0
    • +0
    ./resources/jquery/jquery-3.4.0.min.js
avoid double substitutions

  1. … 2 more files in changeset.
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.

  1. … 2 more files 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. … 2 more files in changeset.
improve spelling

  1. … 10 more files in changeset.
Centralize logic to retrieve out own user_id, then use it also when rendering the users list

    • -6
    • +2
    ./resources/chat-skins/chat-bubbles.js
    • -5
    • +2
    ./resources/chat-skins/chat-classic.js
Chat Redesign: clicking in your own name points to '/pvt/home' instead of '/shared/community-member'

    • -1
    • +5
    ./resources/chat-skins/chat-bubbles.js
    • -2
    • +10
    ./resources/chat-skins/chat-classic.js
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
    ./resources/chat-skins/chat-bubbles.js
    • -2
    • +1
    ./resources/chat-skins/chat-classic.js
  1. … 18 more files in changeset.
Chat Redesign: move common functions used in the chat skins to 'chat-common.js', and rename the skin javascript files.

    • -0
    • +245
    ./resources/chat-skins/chat-bubbles.js
    • -0
    • +183
    ./resources/chat-skins/chat-classic.js
  1. … 1 more file in changeset.
file chat-classic.js was initially added on branch oacs-5-10.

    • -0
    • +0
    ./resources/chat-skins/chat-classic.js