Revision
55310 -
Directory Listing
-
[select for diffs]
Modified
Thu Aug 13 07:30:43 2015 UTC
(6 years, 9 months ago)
by
cngo
Diff to
previous 55208
HSTCONFIGEDIT-170: backport - fixed NPE when deleting a page in hst configuration editor
Use the bean model to lazily load object from the plugin model and update when plugin model changes
Revision
54897 -
Directory Listing
-
[select for diffs]
Modified
Sat Jul 11 01:32:38 2015 UTC
(6 years, 10 months ago)
by
adouma
Diff to
previous 54787
CMS7-9450: Switch to using semantic versioning for all CMS 10 modules
- old version x.y.z => (x+1).0.0
- bumped to latest project or release parent pom
- also updated copyright year where needed
- cleaned up/moved dependency version properties to main pom.xml from child pom(s)
Revision
54374 -
Directory Listing
-
[select for diffs]
Modified
Mon Jun 15 14:09:15 2015 UTC
(6 years, 11 months ago)
by
cngo
Diff to
previous 54292
HSTCONFIGEDIT-169: fixed NPE when deleting a page in hst configuration editor:
Use the bean model to lazily load object from the plugin model and update when plugin model changes
Revision
54168 -
Directory Listing
-
[select for diffs]
Modified
Mon Jun 8 10:47:07 2015 UTC
(6 years, 11 months ago)
by
abogaart
Diff to
previous 54165
HSTCONFIGEDIT-174: Simplified impl of LockInfo
- Added top-level interface LockInfo instead of inner class
- Lock info is now detachable, allowing it to calculate its properties only once (instead of instantiating a new LockData on every call to and of the three methods inside a LockInfo, which can be a lot since these are used in isVisible methods).
- cleaned up code
Revision
54159 -
Directory Listing
-
[select for diffs]
Modified
Mon Jun 8 09:33:50 2015 UTC
(6 years, 11 months ago)
by
abogaart
Diff to
previous 54158
HSTCONFIGEDIT-174: Misc small fixes
- Use JCr session from UserSession to prevent NPE
- Added null-check in #getReferenceables
Revision
54158 -
Directory Listing
-
[select for diffs]
Modified
Mon Jun 8 09:32:04 2015 UTC
(6 years, 11 months ago)
by
abogaart
Diff to
previous 54151
HSTCONFIGEDIT-174: Restyle DescriptionPicker
- Moved new-page button to below page picker
- don't show ugly 'no-thumbnail' anymore
- new SVG arrow icons (rotated by CSS until correct icons are present in hippo-theme)
-
Revision
54151 -
Directory Listing
-
[select for diffs]
Modified
Sat Jun 6 23:33:59 2015 UTC
(6 years, 11 months ago)
by
abogaart
Diff to
previous 54150
HSTCONFIGEDIT-174: Added SVG icons to TemplateEditor containers widget
- fix width of nested fieldset as used for template editor containers
Revision
54150 -
Directory Listing
-
[select for diffs]
Modified
Sat Jun 6 23:00:19 2015 UTC
(6 years, 11 months ago)
by
abogaart
Diff to
previous 54149
HSTCONFIGEDIT-174: Fix feedback panel
- Move to top of page and style like ChannelManager widget
- only show feedback message once (maybe clear is better wrt memory?)
Revision
54149 -
Directory Listing
-
[select for diffs]
Modified
Sat Jun 6 22:41:58 2015 UTC
(6 years, 11 months ago)
by
abogaart
Diff to
previous 54148
HSTCONFIGEDIT-174: Various style updates
- Fixed editor-form height
- Made labels wider, added center align to form items
- Made inputs larger
- Removed inline styling from SitemenuItemEditorPlugin.html
- 100% width for freemarker textarea
Revision
54147 -
Directory Listing
-
[select for diffs]
Modified
Sat Jun 6 11:03:21 2015 UTC
(6 years, 11 months ago)
by
abogaart
Diff to
previous 54146
HSTCONFIGEDIT-174: More styling
- Added correct disabled styling for menu buttons and input elements
- Correct left margin on menu-items and/or locked message
- New styling for parameters: more horizontal space, new remove icon
Revision
54146 -
Directory Listing
-
[select for diffs]
Modified
Sat Jun 6 11:00:22 2015 UTC
(6 years, 11 months ago)
by
abogaart
Diff to
previous 54145
HSTCONFIGEDIT-174: Use ParametersWidget instead of custom impl
- removed obsolete translation properties
- simple code cleanup
Revision
54145 -
Directory Listing
-
[select for diffs]
Modified
Sat Jun 6 10:55:14 2015 UTC
(6 years, 11 months ago)
by
abogaart
Diff to
previous 54144
HSTCONFIGEDIT-174: Refactored multiple parameters impls
- added ParametersEditorbean which is the new base class for EditorBeans that need parameters
- small code cleanup for other domain classes
Revision
54144 -
Directory Listing
-
[select for diffs]
Modified
Sat Jun 6 09:45:06 2015 UTC
(6 years, 11 months ago)
by
abogaart
Diff to
previous 54122
HSTCONFIGEDIT-174: Extract ParametersWidget from several plugins.
- simplify styling of parameters by moving related code into a single widget
- Add SVG plus icon to 'add parameter' button and SVG times-circle icon to remove button
- Add new button styling to 'add parameter' button
Revision
54121 -
Directory Listing
-
[select for diffs]
Modified
Thu Jun 4 14:05:21 2015 UTC
(6 years, 11 months ago)
by
abogaart
Diff to
previous 53864
HSTCONFIGEDIT-174: First step in adding new styling for hst-config-editor
- Added SVG icons for lock, arrow-up and arrow-down
- Added new button style for 'add', 'remove', 'up', 'down' and 'save'
- Moved save button to top bar
- Changed padding/margin/border on fieldset, input and label
- code cleanup
Revision
53403 -
Directory Listing
-
[select for diffs]
Added
Thu Apr 23 22:57:05 2015 UTC
(7 years, 1 month ago)
by
abogaart
Diff to
previous 53072
CMS7-9155: [HST config editor] Fixed IndexOutOfBoundsException when clicking on sitemap item with empty pages configuration
- Fixed error by checking if any descriptives available
- Cleanup code
- Add missing translation for template.label in NewPageWizard