Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 45 Next »

2.4.18

Pending Release

Enhancements

  • Updated i18n support for legend client components.
    • The client legend related components can have their tool tip text set through client resources.
  • Improved shutdown operation.
    • The way background services are shutdown has been improved to ensure that things stop in a more controlled manner.
  • Google API update.
    • The version of the Google API used in Weave has been updated.
  • Improved error reporting on client.
    • The client now reports the id of the server command that failed.
  • New id filter implementation.
    • A new type of id filter, used when sending/receiving id's from a third party system, provides for adding/removing prefixes and suffixes to/from ids. Additionally a filter chain can also be setup, to combine multiple filters into one.
  • Help system content update.
    • A new help window button has been added which allows you to replace the help system with your own content entirely.
  • Updated logging for AGS map engine.
    • The log now reports the map engine id to make it clearer which map engine has a problem.
  • Improved support for maps in BIRT reports.
    • Specifying the map component size in pixels is supported.
  • Dynamic filtering on index page.
    • You can start typing to filter the client configuration listed on the index page.
  • New interop page.
    • A new method of allowing third party applications to start Weave is available via a new interop.html page.

Fixes

  • Quick search panel was calling the wrong parent constructor.
    • The quick search panel was calling the parent constructor from the wrong class, it didn't cause any problems but it's been fixed anyway.
  • Fixed server not starting console.
    • A recent update to the weave.war file stopped the console from starting locally, it was only started remotely on port 9998.
  • Map engines not being registered on restart.
    • A race condition would sometime result in map engines not being registered properly after a server restart.
  • Mail API update.
    • Some mail related bundles have been updated to ensure that mail functionality works correctly.
  • Lockable layers fixed.
    • Lockable layers could not be unlocked.
  • Index search update.
    • The index search was only returning the first page of results.
  • WMS map engine fix.
    • The WMS map engine was only generating png images.
  • BIRT report update.
    • Sometimes the optimal format for map component wasn't being used.
  • BIRT scalebar update.
    • The mime type for the scalebar wasn't being set correctly.
  • AGS thread count change.
    • The number of threads used to fetch AGS tiles has been set to 1 by default because sometime using more would crash AGS.
  • Ensure ArcIMS and WMS connection are closed.
    • When updating an ArcIMS and WMS map engine configurations make sure that any existing connections are removed.
  • ACL fix for simple items in client config.
    • An object in a client config that was really just a simple string or number would end up being an object on the client if it has an ACL attached to it. This fix ensures that when the acl is removed from the object it's converted back to a simple type.
  • No labels