[Bps-public-commit] rt-extension-assets branch, master, updated. 1.0-19-g18c1c2d
Alex Vandiver
alexmv at bestpractical.com
Thu May 8 13:29:01 EDT 2014
The branch, master has been updated
via 18c1c2db41ebb39c71982fe52cd1cdc6648eee79 (commit)
from c621a2efbc343d5fc4dde79b94c442f482392e6a (commit)
Summary of changes:
Changes | 7 +++++++
MANIFEST | 3 +++
MANIFEST.SKIP | 1 +
lib/RT/Extension/Assets.pm | 2 +-
4 files changed, 12 insertions(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 18c1c2db41ebb39c71982fe52cd1cdc6648eee79
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Thu May 8 13:26:11 2014 -0400
Releng for 1.01rc1
diff --git a/Changes b/Changes
index e604a43..3035860 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,12 @@
Revision history for RT-Extension-Assets
+1.01rc1 2014-05-08
+ - Squelch warnings when Assets configuration options are set in
+ RT_SiteConfig.pm
+ - Add a CSV export option
+ - Better formatting of people on Assets display pages
+ - Adjust CSS to no longer cause core RT tables to be overly-wide
+
1.00 2014-02-27
- First official release
diff --git a/MANIFEST b/MANIFEST
index e50ccdf..7ce0b75 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -2,6 +2,7 @@ Changes
doc/images/asset-cfs.png
doc/images/asset-date-details.png
doc/images/asset-search.png
+doc/images/asset-ticket-create-selfservice.png
doc/images/asset-ticket-create.png
doc/images/catalog-rights.png
doc/images/edit-catalog.png
@@ -48,6 +49,7 @@ html/Asset/Elements/ShowLinks
html/Asset/Elements/ShowPeople
html/Asset/Elements/ShowRoleMembers
html/Asset/Elements/ShowSummary
+html/Asset/Elements/TSVExport
html/Asset/Helpers/CreateInCatalog
html/Asset/Helpers/CreateLinkedTicket
html/Asset/History.html
@@ -59,6 +61,7 @@ html/Asset/ModifyLinks.html
html/Asset/ModifyPeople.html
html/Asset/Search/Bulk.html
html/Asset/Search/index.html
+html/Asset/Search/Results.tsv
html/Callbacks/RT-Extension-Assets/Elements/AddLinks/ExtraLinkInstructions
html/Callbacks/RT-Extension-Assets/Elements/Tabs/Privileged
html/Callbacks/RT-Extension-Assets/Elements/Tabs/SelfService
diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP
index 09b2303..a0f75c7 100644
--- a/MANIFEST.SKIP
+++ b/MANIFEST.SKIP
@@ -65,6 +65,7 @@
# Dist droppings
^MYMETA\.
\.tar\.gz$
+\.tar\.gz.asc$
# ctags files
^\.tags
diff --git a/lib/RT/Extension/Assets.pm b/lib/RT/Extension/Assets.pm
index 7991ac2..ae611fb 100644
--- a/lib/RT/Extension/Assets.pm
+++ b/lib/RT/Extension/Assets.pm
@@ -50,7 +50,7 @@ use strict;
use warnings;
package RT::Extension::Assets;
-our $VERSION = '1.0';
+our $VERSION = '1.01rc1';
# Loaded so they're available and rights are injected.
use RT::Catalog;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list