Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Pending Release

Enhancements

  • Allow grid formatting information to be set in the defaults section.
    • Previously this information would need to be included in each data grid configuration item, not it can be set in the defaults section.
  • Alignment of data grid columns.
    • Numeric columns will now automatically by right aligned and all columns can have their alignment set explicitly.
  • Indexing service exposes API.
    • The bundle that provides the index support for quick searches has now exposed an API that can be used to perform searches and manage indexes from other bundles.
  • Error reporting on index build.
    • Index building will generate an error if a column is references in the keywords or display that's not exposed by the data definition.
  • New authentication option for LDAP.
    • A new SupplementedLdapAuthoritiesPopulator is available to add a specific role to any user authenticated via that LDAP provider.
  • More logging for i18n filters.
    • When filtering client responses that have i18n resources more logging output is produced.
  • WMS capabilities update.
    • You can now supplement the WMS capabilities document, rather than just being able to completely replace it.
  • Debugging can be enabled remotely for client.
    • It's possible to enable debugging of client scripts even if debug was set to true in the client config.
  • More logging in WMS handling.
    • The WMS capabilities override produces more logging output now.
  • Provided internal API for i18n support.
    • The API that was previously internal to the client bundle has been exposes so other bundles can perform i18n filtering.
  • Database connection are retries at startup.
    • Previously if a database wasn't available at startup it would never be available even if it came online after startup.
  • Updated third party libraries.
    • A handful of internal libraries have been updated to newer versions (mostly Apache libraries).

...