1 Revision history for RT-Extension-Assets 2 3 1.05 2015-05-06 4 - Only call FillCache once if enabling plugin during "make initdb" 5 - Ensure that grouping-less custom fields keep their values 6 7 1.04 2015-03-02 8 - Bundle similar RoleLimits; this notably improves performance when 9 MergeUsers is enabled 10 - Updated build and test targets 11 12 1.03 2015-02-25 13 - keep date cf values on asset create page 14 15 1.02 2014-12-08 16 - No changes since 1.02rc2 17 18 1.02rc2 2014-11-26 19 - Fix sorting of custom fields and role groups 20 - Jump directly to asset display page is a numberic value is searched 21 for 22 23 1.02rc1 2014-10-15 24 - Special-case and support 'NULL' in custom field searches 25 - Stop showing global ticket CFs in Asset search; properly show global 26 asset CFs 27 - Include global asset CFs in spreadsheet download 28 - Include an example of catalog-specific search result formats 29 - Fix bulk update of asset roles 30 - Test fixes 31 - Improve two-column layout of role bulk update 32 - Support adding multiple space-separated assets to a ticket at once 33 - Rename "Download TSV" to the more correct and generic "Download 34 Spreadsheet" 35 36 1.01_1 2014-09-03 37 - Ensure that global (applied across all catalogs) custom fields are 38 also shown during asset search 39 - Avoid errors when a singular role group (e.g. Owner) is disabled. 40 - AssetSearchFormat may now be a hashref, for catalog-specific formats 41 - Allow the standard RT extension install ordering of "make initdb" 42 prior to adding to @Plugins 43 44 1.01 2014-05-16 45 - No changes since 1.01rc2 46 47 1.01rc2 2014-05-08 48 - New French translation 49 - Localization fixes 50 51 1.01rc1 2014-05-08 52 - Squelch warnings when Assets configuration options are set in 53 RT_SiteConfig.pm 54 - Add a CSV export option 55 - Better formatting of people on Assets display pages 56 - Adjust CSS to no longer cause core RT tables to be overly-wide 57 58 1.00 2014-02-27 59 - First official release 60 61 1.00rc2 2014-02-19 62 - Test fixes 63 - Rendering fixes for custom fields 64 - Links from SelfService no longer link to non-SelfService 65 66 1.00rc1 2014-02-05 67 - Initial version