• last updated 12 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
simplify file delivery modes

use same idioms for checking for exising commands

  1. … 4 more files in changeset.
Cleanup trailing whitespace

bump version number to 5.10.0d33 to get message keys imported

white-space cleanup

new feature: add one-button copy action to folder listings

make renaming logic more clear

xowiki_form_instance_item_view reform: get object creation metadata from the item, instead than from the revision

Don't complain when the context_id is not there to be ignored

use urn instead of file name

use consistently xowiki.css variants based on the preferred CSS toolkit

    • -2
    • +1
    ./resources/templates/error-template.adp
make selection_area CSP compliant

reduce verbosity

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

add support for dnd on the toplevel list

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)

file listdnd.js was initially added on branch oacs-5-10.

    • -0
    • +0
    ./www/resources/listdnd.js
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
    • +65
    ./www/resources/xowiki-yui-specific.css
file xowiki-bootstrap3-specific.css was initially added on branch oacs-5-10.

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

    • -0
    • +0
    ./www/resources/xowiki-yui-specific.css
improve wording for clipboard entries in menubar pulldown

break long lines

improve comments and indentation

make handling of form parameters more uniform

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
    ./www/resources/yui-selection-area.js
file selection-area.js was initially added on branch oacs-5-10.

    • -0
    • +0
    ./www/resources/selection-area.js
Further performance improvement: as we only want one column from xowiki_form_page, just get it through a subquery

xowiki_form_instance_item_view performance improvement: do not join with dummy cr_text table, use lateral on Postgres to better guide the query planner