This is an automated email from the ASF dual-hosted git repository.
dklco pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git.
from fc4281d updated link to the feature model
new 1e62ff1 Fixing an issue where the screen does not cover full height
in Firefox
new 6d62517 Vastly improved the reorder experience by allowing users to
select from the position within the list of siblings
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
cms/builder/src/main/provisioning/sling.txt | 2 +-
.../sling/cms/core/filters/EditIncludeFilter.java | 11 ++--
cms/ui/src/main/frontend/src/scss/index.scss | 1 +
.../etc/clientlibs/sling-cms-editor/editor.js | 7 +--
.../editor/fields/orderafter/orderafter.jsp | 27 ----------
.../editor/fields/orderbefore/orderbefore.jsp | 27 ----------
.../editor/fields/siblingselect/siblingselect.jsp | 63 ++++++++++++++++++++++
.../libs/sling-cms/content/editor/movedown.json | 30 -----------
.../content/editor/{moveup.json => reorder.json} | 11 ++--
9 files changed, 76 insertions(+), 103 deletions(-)
delete mode 100644
cms/ui/src/main/resources/jcr_root/libs/sling-cms/components/editor/fields/orderafter/orderafter.jsp
delete mode 100644
cms/ui/src/main/resources/jcr_root/libs/sling-cms/components/editor/fields/orderbefore/orderbefore.jsp
create mode 100644
cms/ui/src/main/resources/jcr_root/libs/sling-cms/components/editor/fields/siblingselect/siblingselect.jsp
delete mode 100644
cms/ui/src/main/resources/jcr_root/libs/sling-cms/content/editor/movedown.json
rename
cms/ui/src/main/resources/jcr_root/libs/sling-cms/content/editor/{moveup.json
=> reorder.json} (82%)
--
To stop receiving notification emails like this one, please contact
[email protected].