Versions Compared

Key

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

...

...

...

...

...

...

...

...

...

...

...

...

...

Page Properties
Version No4.4.6
Release Date
About this ReleasePatch release with minor enhancements and fixes
Modules affected

Astun 3rd Party Installer, iShare GIS, iShare Maps, NLPG Importer, My Alerts, Publisher, Studio

Astun 3rd Party Installer

...

  • There is a new check box “Build index on Disk” which allows you to build the search index on the disk rather than in memory. This fixes the problem where creating indexes over an extremely large number of records caused the memory usage to increase until an “OutOfMemory” exception was thrown.
  • New Tags for Displaying Errors and a No Rows Message.

Displaying Errors

It is possible to apply custom formatting to error messages e.g. “No rows found” or other types.

This can be done by using code similar to the following:

##ErrorMessageStart##

<b>

##ErrorMessage##

</b>

##ErrorMessageEnd##

Any type of markup can be put between the Start and End tags. ##ErrorMessage## will be replaced with any error message that is generated.

No Rows Message

Show a message if no rows are found by adding the following tags directly under the ##DataShare.Data.RecordSetStart## tag:

...

  • New Users will now receive an email to confirm that they have signed up to My Alerts.
  • New single Save button to save all changes to all addresses.
  • New ability to Change Password in My Alerts - located on Manage your Account -> Change Password button.

iShare Maps

  • Fixed the issue when re-sizing the map and the Navigation Tool was hiding behind the panels.
  • Fixed problem where Map extents were not being updated when a different map is selected.
  • Fixed problem where Info click was not working when the only layer selected is a Thematic layer.
  • Fixed error setting an address in My House before having first visited My House.
  • Removed scroll bar when displaying results in Google Chrome, Safari or other WebKit-based browsers.

...