• last updated 6 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fix potential confusion for test cases: make sure, the provided name and nls_language are aligned

  1. … 1 more file in changeset.
Move 'util::content_size_pretty' into 'acs-lang' and rename it to 'lc_content_size_pretty', localicing 'bytes' and adapting automated tests. Bump 'acs-lang' version.

  1. … 41 more files in changeset.
fix regression test cases. Works correct now with system locale en_US

let test run without runtime errors

Preserve old logic on total size increment

Whitespace changes

  1. … 2 more files in changeset.
Use 'util::content_size_pretty' instead of manually prettifying data sizes

  1. … 2 more files in changeset.
use glyphicons for file types in file listings (e.g. child-resources)

    • -0
    • +38
    ./resources/xowiki-bootstrap3-specific.css
    • -0
    • +28
    ./resources/xowiki-yui-specific.css
  1. … 2 more files in changeset.
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.