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: 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 - prepare release wicket-extjs-parent-0.16-alpha
WICKETEXTJS-40 - prepare for next development iteration
WICKETEXTJS-40 - prepare release 0.16-SNAPSHOT
CMS7-16: use IModel<String> instead of Model<String> for a tab's name
WICKETEXTJS-38:prepare for next development iteration
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: 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: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: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:prepare release wicket-extjs-parent-0.11-alpha
WICKETEXTJS-28: initialize listeners of ExtObservables
WICKETEXTJS-27:prepare for next development iteration
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: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: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: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-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.
WICKETEXTJS-11: fire the docready event explicitly Ext assumed that it is always present on the page, registering a document listener on firefox.
WICKETEXTJS-10: upgraded ExtJS to 3.3.1
WICKETEXTJS-10: moved Wicket-specific files to the core module
WICKETEXTJS-9: added getTotal() method that returns the total number of records. Custom JSON stores can override this method to enable pagination: getTotal() will return the total number of records, and getData() will only return the records for the current page.
WICKETEXTJS-8: use hippo maven repositories for deployment
WICKETEXTJS-7: add JSONException to method signatures
- WICKETEXTJS-6 ExtEventListener should append the event arguments to the request
WICKETEXTJS-5 Event callbacks registered with Wicket.Event.add(window, "domready") can trigger before callbacks registered with Ext.onReady - removed on ready check
WICKETEXTJS-5 Event callbacks registered with Wicket.Event.add(window, "domready") can trigger before callbacks registered with Ext.onReady - wrapped call in Ext.onReady if needed
WICKETEXTJS-4prepare for next development iteration
WICKETEXTJS-4prepare release wicket-extjs-parent-0.5
WICKETEXTJS-3: execute requests synchronously when default channel is busy Asynchronous requests have an undetermined order of arrival, since they involve a separate connection.
WICKETEXTJS-2: prepare for next development iteration
WICKETEXTJS-2: prepare release wicket-extjs-parent-0.4
WICKETEXTJS-1: bump wicket version number to same version CMS trunk uses
WICKETEXTJS-1: set the content type and encoding in the content-type header
HREPTWO-4548: clean up dependency graph
HREPTWO-4548:prepare for next development iteration
HREPTWO-4548:prepare release Release-HIPPO_WICKET_EXTJS-v0_3
HREPTWO-4548: ignore eclipse project files
HREPTWO-4548: use AbstractExtBehavior to eliminate request dropping Using AbstractAjaxBehavior caused the requests to be marked 'non-ajax', causing the WebSession to drop wicket-ajax requests sent concurrently. Appending the wicket:ajax request parameter resolves this.
HREPTWO-4548: allow automated deployment
HREPTWO-4548:prepare for next development iteration