CMS7-8533: prepare for next development iteration
CMS7-8533: copy for tag yui-2.xx-sources-1.01.12
CMS7-8533: prepare release yui-2.xx-sources-1.01.12
CMS7-8499: detect IE >= 11 version by parsing rv: token, fall back to 11 in case token is not found
CMS7-8499: detect IE11 in YUI 2.9.0 - added if (ua.indexOf('Trident') != -1) check to find ie11 - in minified versions the check is done as the last step (and only if ie ===0) to simplify code merge
CMS7-7881 make parent of property value editor available in wicket hierarchy
CMS7-7888 show namespace of properties again, in a lighter shade color
CMS7-7883: redraw editor after adding a new property
CMS7-7884 hidden properties groups of block 2 must be toggled always
CMS7-7884 remember toggle state of groups of properties by namespace
CMS7-7886 Enable the escape key events in input fields
CMS7-7887: Enable ajax updates for the reference editor widget - Refactored ReferenceEditor to allow for ajax-updates
CMS7-7885: Added ctrl + n as a keybaord shortcut for new nodes
CMS7-7883 : No more onblur when you change a property - Only redraw editor after model references a different node or if the EditorUpdate event is caught
CMS7-7884 also include the General group in the toggle init
CMS7-7880: JSLint error fixed
CMS7-7882 Update year in copyright statement
CMS7-7882 Add render head javascript to set focus to the name text fields and select the text when the dialog is rendered.
CMS7-7881 replace delete property label with icon
CMS7-7881 replace labels with icons
CMS7-7880: Pressing up/down in tree should stop moving the tree selection when key is released - Pressing up&down will only load the editor when key is released - Focus highlighting is now completely client-side
CMS7-7879: Don't select parent node if null
CMS7-7878: Fixed file path
CMS7-7877 Apply ordering to the trees that are used in the dialogs from the console
CMS7-7876 : create branch of CMS
CMS7-6979: Archiving wicket-extjs since it's now hosted on google-code
CMS7-6961: bump version back to 1.01.12-SNAPSHOT
CMS7-6961: create 1.01.11 tag of yui sources
CMS7-6961: prepare for (re)tag yui sources 1.01.11
CMS7-6961: legal resources cannot be found when deploying; redo tag
CMS7-6961: prepare for next development iteration
CMS7-6961: copy for tag yui-2.xx-sources-1.01.11
CMS7-6961: prepare release yui-2.xx-sources-1.01.11
WICKETEXTJS-49: add file to indicate svn folder is no longer open for commits
CMS7-6770: cleanup and refresh LICENSE and NOTICE files - apply rules to yui-2.xx-sources
CMS7-6770: cleanup and refresh LICENSE and NOTICE files - apply rules to yui-2.xx-sources
CMS7-6770: Cleanup and refresh LICENSE and NOTICE files - More updates
CMS7-16: Trivial tasks - Ignoring *.iml and .idea from being tracked by SVN
CMS7-6770: Cleanup and refresh LICENSE and NOTICE files - Updated the LICENSE file - Added NOTICE file
WICKETEXTJS-48: prepare for next development iteration
WICKETEXTJS-48: copy for tag wicket-extjs-parent-0.17
WICKETEXTJS-48: prepare release wicket-extjs-parent-0.17
CMS7-6738: implement ExtItem#remove(Component)
WICKETEXTJS-47: prepare for next development iteration
WICKETEXTJS-47: copy for tag wicket-extjs-parent-0.16
WICKETEXTJS-47: prepare release wicket-extjs-parent-0.16
CMS7-16: build sources
WICKETEXTJS-46: removed System.out.println statement
WICKETEXTJS-46: pimp extobservable to have a lifecycle similar to ExtComponent
CMS7-6392 Regression - CMS throws http status 500 error when user attempts to upload an image (Flash off) Wrapping possible NullPointerException in a more meaningful WicketRuntimeException.
CMS7-6392: throw exception when invalid extcomponent is added to repeater
CMS7-6392 add null check (apparently item can be null and preventing the npe fixes the issue)
WICKETEXTJS-45: add onRenderProperties to ExtObservable Like ExtComponent, subclasses of ExtObservable can now override onRenderProperties to add their own properties. Resource bundles with the same class name as the ExtObservable are added automatically in the property 'resources'.
JCR-30: this patch targets the hippo-console project (experimental), not the hippo-jcr-console
CMS7-6503: Console improvements - add help dialog - multi-delete: don't delete selected root - don't delete nodes with childnodes by default
CMS7-6503: Console improvements - error message - remove unused variable
CMS7-6503: Console improvements - add multiple node deletion popup (CTRL + M) - make Shortcuts be class (instead of interface) - add missing SerialVersion id's - change local variable names (avoid aliasing)
CMS7-6503: console enhancements - HashBased state is dead, long live html5.history API
CMS7-6503: console enhancements - removed border-top from tree
CMS7-6503: console enhancements - hash based state management for selected node
CMS7-6503: console enhancements - now an interface :) - ctrl+p shortcut
CMS7-6503: console enhancements - new property shortcut ctrl+p
CMS7-6503: console enhancements - removed sorter from configuration and html
CMS7-16: Console enhancements - fixed IJcrTreeNode for FolderTreeNode
CMS7-16: Console enhancements - Open node by path/relpath/uuid dialog - sort nodes in the tree by name (if not orderable) - Added simplified api for adding keyboard shortcuts to dialogLinks - Moved up/down into blue menu bar
CMS7-16: Hippo friday branch for console enhancements
WICKETEXTJS-44: Upgrade to using Apache wicket 1.4.21 - Updated wicket version to 1.4.21-h1
WICKETEXTJS-43: removed Maven-related build warnings - set source encoding to UTF8 - use maven-resources-plugin version 2.6 (fixed MRESOURCES - 140) - skip aspectj processing of test sources (was redundant, and removes a warning that there are no sources) Also fixed indentation.
WICKETEXTJS-42: reverted change, getExtClass should remain private.
WICKETEXTJS-42: made getExtClass protected
WICKETEXTJS-41: do not explicitly call Ext.fireDocReady() for each registered Ext.onChange() callback Instead, rely on the automatic docReady event by Ext, which is done after all Ext.onChange() callbacks have been processed. This ensures that the registered callbacks are invoked in the same order as they appear in the response, also in Firefox in IE.
WICKETEXTJS-40 - prepare for next development iteration
WICKETEXTJS-40 - copy for tag wicket-extjs-parent-0.16-alpha
WICKETEXTJS-40 - prepare release wicket-extjs-parent-0.16-alpha
WICKETEXTJS-40: Tagging version 0.16-alpha - Correcting problems happened while making the tag
WICKETEXTJS-40 - prepare for next development iteration
WICKETEXTJS-40 - copy for tag 0.16-SNAPSHOT
WICKETEXTJS-40 - prepare release 0.16-SNAPSHOT
WICKETEXTJS-39: basic functionality (build up ext components) seems to work Still needs more thorough testing.
CMS7-16: use IModel<String> instead of Model<String> for a tab's name
WICKETEXTJS-39: create branch for upgrade to wicket-1.5
WICKETEXTJS-39: create branches folder
WICKETEXTJS-38:prepare for next development iteration
WICKETEXTJS-38: copy for tag wicket-extjs-parent-0.15
WICKETEXTJS-38:prepare release wicket-extjs-parent-0.15
WICKETEXTJS-37: load localization javascript when rendering theme
WICKETEXTJS-36 ItemsRepeater.iterator does not give back the components. ItemsRepeater.extIterator does
CMS7-5633 remove snapshot repository from pom
WICKETEXTJS-35: prepare for next development iteration
WICKETEXTJS-35: copy for tag wicket-extjs-parent-0.14
WICKETEXTJS-35: prepare release wicket-extjs-parent-0.14
WICKETEXTJS-34: added ActionFailedException to throws declaration of createRecord and updateRecord. Both methods can throw the ActionFailedException when something went wrong while creating or updating. This returns an error message to the client with the 'message' property set to the exception's message. The old createResponse method is deprecated, but still tried first to remain backwards compatible.
WICKETEXTJS-33:prepare for next development iteration
WICKETEXTJS-33: copy for tag wicket-extjs-parent-0.13-alpha
WICKETEXTJS-33:prepare release wicket-extjs-parent-0.13-alpha
WICKETEXTJS-32 preRenderExtHead is rendering after child components are rendered
CMS7-5557: remove the now obsolete api breakage
WICKETEXTJS-30: only call success and failure callbacks when they exist
WICKETEXTJS-30: only invoke pre/post call handlers in async requests
WICKETEXTJS-31:prepare for next development iteration