CMS7-6979: Archiving wicket-extjs since it's now hosted on google-code
WICKETEXTJS-49: add file to indicate svn folder is no longer open for commits
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'.
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
WICKETEXTJS-31: copy for tag wicket-extjs-parent-0.12-alpha
WICKETEXTJS-31:prepare release wicket-extjs-parent-0.12-alpha
WICKETEXTJS-30: Pre / Post wicket ajax call handler missing The wicket ajax pre call handler is not called. The post call handler is not executed if no callback is passed.
CMS7-5529 use latest wicket 1.4.x version (patched)
CMS7-5529 use latest wicket 1.4.x version
WICKETEXTJS-29:prepare for next development iteration
WICKETEXTJS-29: copy for tag wicket-extjs-parent-0.11-alpha
WICKETEXTJS-29:prepare release wicket-extjs-parent-0.11-alpha
WICKETEXTJS-28: initialize listeners of ExtObservables
WICKETEXTJS-27:prepare for next development iteration
WICKETEXTJS-27: copy for tag wicket-extjs-parent-0.10-alpha
WICKETEXTJS-27:prepare release wicket-extjs-parent-0.10-alpha
WICKETEXTJS-25: removed deprecation from the ExtEventAjaxBehavior() constructor, as it is still a valid use case to generate a callback without any parameters. Also removed a '&' from the callback URL when an event callback does not have any parameters (which caused a warning in the Tomcat logs: 'WARNING: Parameters: Invalid chunk ignored.')
WICKETEXTJS-25: removed usage of deprecated ExtEventAjaxBehavior() constructor
WICKETEXTJS-26: wrap models when assigning them to components.
WICKETEXTJS-25: removed warning from getParameters() and added a new constructor that accepts the array of parameter names. The old parameter-less constructor still results in the same old behavior (let getParameters() return null), but has been marked as deprecated.
WICKETEXTJS-23 Wait for the default ext css theme to be rendered, before render the ext components - change wicket version
WICKETEXTJS-24: add all default repositories from project project
WICKETEXTJS-23 Wait for the default ext css theme to be rendered, before render the ext components - wait until custom theme is rendered
WICKETEXTJS-23 Wait for the default ext css theme to be rendered, before render the ext components - bumped wicket to patched version - changed ext theme to ensure the css is render, before the js head contributions are processed
WICKETEXTJS-22: theme customization inheritance - only add the ext-all-notheme to the top-most theme behavior, preventing overriding customized css rules - only add the theme behavior to the ext root when there is no ancestor with an ext theme
WICKETEXTJS-21:prepare for next development iteration
WICKETEXTJS-21: copy for tag wicket-extjs-parent-0.9
WICKETEXTJS-21:prepare release wicket-extjs-parent-0.9
WICKETEXTJS-20: don't add behaviors a second time The x-hidden class attribute is not removed, so don't add it either.
WICKETEXTJS-20: remove sysouts, don't populate parameter if it wasn't in the request parameters
WICKETEXTJS-20: extract the ExtEventAjaxBehavior from the ExtComponent Subclasses can provide the "interesting" parameters, e.g. skipping the standard ExtJS Component argument. These are then made available to the listener as a map of (json) objects. The implementation should be backwards compatible, with the caveat that the ExtEventListener changed from an interface to an (abstract) class. This should make it more future-proof, handling the upgrade path in the implementation.
WICKETEXTJS-19: apply patch to earlier issue
WICKETEXTJS-19: upgrade to extjs-3.4.0 Should now be IE9 compatible
WICKETEXTJS-18:prepare for next development iteration
WICKETEXTJS-18: copy for tag wicket-extjs-parent-0.8
WICKETEXTJS-18:prepare release wicket-extjs-parent-0.8
WICKETEXTJS-17 Create ExtGroupingStore class
WICKETEXTJS-15 Wicket ajax adapter is not proper supporting json requests and sending GET- as POST-requests - reduced scope chain look-ups
WICKETEXTJS-16 Support manual class instantiation - added method which instantiates the ext java classes
WICKETEXTJS-15 Wicket ajax adapter is not proper supporting json requests and sending GET- as POST-requests - patched Ext.lib.Ajax to support synchronous requests - refactored ext wicket adapter
WICKETEXTJS-14:prepare for next development iteration
WICKETEXTJS-14: copy for tag wicket-extjs-parent-0.7
WICKETEXTJS-14:prepare release wicket-extjs-parent-0.7
CMS7-5175 Bump wicket version to 1.4.17 - bumped wicket version
RDB-32: prevent NPE after component is de-serialized
RDB-32: prevent NPE when rendering Ajax response
WICKETEXTJS-13prepare for next development iteration
WICKETEXTJS-13 copy for tag wicket-extjs-parent-0.6
WICKETEXTJS-13prepare release wicket-extjs-parent-0.6
WICKETEXTJS-12: fixed component hierarchy rendering when no custom theme is set
WICKETEXTJS-12: added support for custom themes.