Release notes
ArtikelRelease notes beskriver korrigeringar, ändringar eller förbättringar som gjorts i verktyget. De fylls på varje gång en ny version av verktyget släpps.
3.7.8.1
Database/Utils: update round_ex to trim trailing zeros (13bd6884)
Web/Scripts: move submit url from form action to input data attribute (62a6a320)
Web/Map: add value to feature tooltips (e7628fb8)
Now tooltips are created by web code only
Database/Map: add max decimal parameter to all st_astext (8a24d983)
Web: add exception handling and logging for service type endpoints (038bd058)
Web/Session: fix cookie was sometimes cleared on getsession (26fe583d)
Web/Login: add support for saml idp without nameid (b7e8a91e)
Web/Scripts: fix typo in edit script breaking 'leave page confirmation' (d1480201)
Web/Opendata: add excel serializer and format (1b71f379)
Edit/Result: change measure area auto zoom to not use a redirect (4e5b6268)
3.7.8
Admin/Element detail: fix 'inherited image' option not being disabled for all projects (72ced059)
Admin/Element detail: fix image settings not being synced properly (ad04e24e)
The image flags editors got desynced after an server update. They
required a full detail reload to display the correct values again.
Admin/Server: change order of subarea label type (b3be684c)
Admin/Indicator detail: focus next item after deleting item (02b88ac5)
Admin/Indicator detail: remove filter combo from value limits (0ab86996)
Admin/Main list: fix deleting incorrect items when deleting multiple items (9568362b)
The items were deleted in selection order and could delete the incorrect
items due to this. Could also cause 'out of bounds' error.
Now the items are deleted in backwards record index order.
Admin/Multi edit: fix crash on dialog exit (e73afa22)
The dataset destructors, called from 'inherited', accesses the
underlaying struct objects after they have been freed and caused random
access violations.
Admin/Element detail: add 'non empty' validation for field 'nr' (1a4f732d)
Admin: make grid options more consistent (b3d6448d)
- User roles: turn on always show editors
- Value limits: Turn on row select
- Data/result grid: turn off indicator
- Structure tree: turn off multi select
Admin/Multi edit: add indicator specific fields (164b1dfa)
Admin/Multi edit: fix issue that prevent removal of inherited actions (5989fe1c)
The inherited action collection from the role frame is cleared before
reading the multi edit version, but the items are being removed
with the 'extracting' action type but the condition checked for
'extracted'. This caused kept the inherited actions from being removed
properly.
Admin/Import: add source indicator to match conditions when auto setting measure areas (a0c3408e)
Admin/Main list: persist list between application sessions (0b7e3d45)
Admin/Indicator detail: add array bounds checks to value limit view (d5222310)
3.7.7.1
Web/Default page: add thumbnail functionality (4a4863b8)
- New endpoint for thumbnail image per structure + measure area
- New print method that adds OG meta elements
Web/Application: add guard against missing user agent header in CreatePage (2151a8d4)
Web/Application: add login-disabled config setting (7e1f46bc)
Web/Session: refactor sessions for idp (7a4484b2)
Web/Common: stop allowing block content in grid cells (2f20eb19)
Web/Default page: fix target fulfillment object not using measure area (681a89da)
3.7.7
Database/Precalc: fix not handling leaves when aggregating values (f8e20168)
Database/Precalc: fix last_updated_on calculation (55a0f77a)
Consider child elements last_updated_on.
Web/Session: make session cookie a "session-cookie" (aa7708b2)
Admin/Image dialog: add support for svg image format (ad09ca4d)
Admin/Config: change config file input/output encoding to utf-8 (9d0fede5)
If a config file cannot be read as utf8 it will be read as before and
then re-saved as utf-8.
3.7.6
Admin/Setup: change to 64 bit installation (0353cb37)
Web/Scripts: rework markers on zoom function for multi features (c1d85625)
Only one marker per feature, even for multi features
Get centroid via bounds
Web\Report: add text processing for data source (3018402c)
Admin/Server: add quotes to fieldnames for insert/update statements (a141b2a4)
PgDac 8.2.1 removes parameters matching postgres keywords
(ie indicators.precision).
Web/Scripts: add 'alwaysShowGeomFeature' property to map (0c1ed6ba)
Web/Scripts: stop navigating in map on double click (5c1f3e5b)
Web/Default page: add heading to output of PrintOwnMap (db1c4d7f)
Web/Internal: add button for activitylog (ada11028)
Admin/Server: change type of log message for failed login (28e2b06d)
Web/Internal: fix toolbar style (2d169673)
- Made internal bar independent from customer css files
- Sync internal bar styles in base.css and edit/base.css
- Minor layout fixes
Web/Default page: stop adding measure area path (fb4eb45a)
Don't add measure area path segment when child items measure area type
does not match current measure area type
Database/Publish: fix not being able to only publish dictionary (1b26d2c5)
The early exit on stid skipped the dictionary coopying.
Admin/Publish: show related articles in element picker (d14b43f5)
Admin/Element detail: save modified element before preview (73b4a95f)
Admin/Element detail: add publish button (81d50c9b)
Admin/Structure: allow adding projects to projects (56ec2707)
Admin/Link detail: fix always setting element as modified on save (b6655e1f)
Admin/Publish: update gui to match new publish features (883e2581)
Database/Publish: add ability to publish a single item of any type (ffe6814b)
Web: update admin preview request handling to not hide the internal toolbar (705d333f)
Admin/Element detail: update preview function to always open the default web browser (9195c8d3)
Admin/Text editor: remove file filter from image open dialog (aeca3589)
Admin/File dialog: fix dialog losing focus after open dialog (585e1d59)
The Application.ModalPopupMode affects what parent handle TOpenDialog
uses by default.
When the mode was set to pmNone the application main handle was used and
and got focus after the open dialog closed.
The mode pmAuto uses the current form handle (which is the modal dialog
in this case).
The DialogForm.PopupMode is set to pmAuto to avoid a recreation of the
handle during ShowModal, which caused any DelayedSetFocus (sent during
LoadData) messages to not arrive (as they got sent to the old window
handle).
Database/Maintenance: add init function (3bfed4c8)
- Creates and populates iptocountry table from MbCommon db