...
Enhancements
- Code restructure.
- Moved changes to the underlying Ext.js library to a separate file to allow easier updates, they were previously applied directly to the Ext.js code.
- Improved client error handling.
- Improved handling of errors during startup, so that client doesn't just hang.
- More cache busting.
- Further attempts to ensure that the client html page isn't cached on IE.
- Logout update.
- Allows overriding of the logout url in the logout action.
- More client logging.
- Logged more details to the console during view creation to try and help figure out where startup fails.
- Javascript validation update.
- Added support for validating just the scripts in a single bundle at the osgi console.
- Toc panel change.
- Don't bother enabling/disabling toc folders if their content is out of range.
- Support for map engine exclusion in reports.
- You can now use
*/mapengineid
to exclude or include all layers in a specific map engine in a BIRT report, for both the map and legend components. Previously you could only uselayerid/*
to exclude or include a layer from all map engines.
- You can now use
- Added timeout to WMS server.
- The default timeout is now 30 seconds and can be changed in the WMS map engine config.
...