Skip to content

Releases: share-extras/audit-dashlet

v0.56

26 Jan 16:19
Compare
Choose a tag to compare

0.56:

    - prevent a form a stored XSS in the stored audit values. Addresses GitHub issue #7.
    - replaced the use of the YUI compressor ant task by a call to the jar directly as the ant task seems to be incompatible with current underlying dependencies
    - fixed a small unrelated typo
    - no new features

v0.55

12 Feb 12:47
Compare
Choose a tag to compare

0.55:

- switched back to using the previous, alfresco-provided, JSON parsing utility rather than JSON.parse, which is not available in all supported versions for this dashlet (issue #5).
- no new features

This release no longer requires support for JSON.parse, introduced in 0.54. This release should therefore work against all previously supported repositories (same as 0.53).

v0.54

14 Jan 13:42
Compare
Choose a tag to compare

0.54:

- replaced the remaining eval calls by JSON.parse, for safety and improved parsing performance
- adjusted the application list autocomplete so it shows the full list of applications when the config field is cleared
- minor variable name change
- no new features

Note : this release requires support of JSON.parse in controller webscripts, so it requires the latest enterprise service pack for the alfresco version you are deploying against, or the latest Community (5.0+) . Otherwise you need to use 0.53. There is no feature difference between the two. See issue #5 for more details about this.

v0.53

26 Oct 11:20
Compare
Choose a tag to compare

0.53:

- updated README to mention that the Alfresco repository restricts access to audit data to repository administrators only. Only admins will therefore be able to use the dashlet.
- README update addresses reported issue #3.
- no new features or bugfixes

v0.52

28 Aug 16:43
Compare
Choose a tag to compare

0.52:

- fixed javascript issue with non-admin users. Addresses (new) Github issue #1.

v0.51

25 Jul 13:00
Compare
Choose a tag to compare

0.51:

- no new features or bugfixes
- moved README to markdown syntax as part of the migration to GitHub
- updated the help link to point to GitHub instead of the wiki on Google Code
- small css class name changes

v0.5

24 Jul 18:15
Compare
Choose a tag to compare

0.5:

- fixed config dialog URL to use /res, required in 4.2. addresses issue 129.
- added the configurable server-side ability to query for entries containing a specific audit path.
     Note : querying for values when an audit path query is configured will restrict the search to entries with that value for that specific audit path.
- made the repo version check configurable through the audit application data webscript config file
- made the audit path trimming configurable through the config dialog
- minor : added the year by default in the displayed timestamps.
- fixed ID format for json entries, to make sure the ID representation does not have comma separators for high entry IDs. addresses issue 129, comment #6.
- fixed an unreported issue where storing config values with double quotes in the text would prevent the config options to be loaded afterwards.

v0.45

24 Jul 18:16
Compare
Choose a tag to compare

0.45:

- refined workaround against unquoted json feed for application and user json properties
- apply this workaround only when running against a repository affected by the bug
- minor CSS fix : historical margins for dashlet body no longer required.

v0.44

24 Jul 19:01
Compare
Choose a tag to compare

0.44:

- expanded workaround against unquoted json feed for application and user json properties. addresses issue 71.
- additional newline sanitizing of the server side json feed, in addition to the checks already present in the freemarker output. possibly addresses issue 82.
- rationalized indentation to 3 spaces and cleanup the tabs that have built up over time

v0.43

24 Jul 18:18
Compare
Choose a tag to compare

0.43:

- allow the 'additional' query string to override any other configured options, not just the sort order
- switched the copyright header from 'Share Extras project' to 'Share Extras contributors'