[Bps-public-commit] rt-extension-assetsql branch, master, updated. 26bf22a121d1526f617d31b3cc706006efa93a7a
Shawn Moore
shawn at bestpractical.com
Thu Jun 30 21:41:09 EDT 2016
The branch, master has been updated
via 26bf22a121d1526f617d31b3cc706006efa93a7a (commit)
from 7151f2c0856b370423435b303b1ca90f72ff2f1c (commit)
Summary of changes:
Changes | 6 ++++++
MANIFEST | 48 ++++++++++++++++++++++++++++++++++++++++++++
META.yml | 2 +-
lib/RT/Extension/AssetSQL.pm | 2 +-
4 files changed, 56 insertions(+), 2 deletions(-)
create mode 100644 Changes
create mode 100644 MANIFEST
- Log -----------------------------------------------------------------
commit 26bf22a121d1526f617d31b3cc706006efa93a7a
Author: Shawn M Moore <shawn at bestpractical.com>
Date: Fri Jul 1 01:32:29 2016 +0000
0.02 releng
diff --git a/Changes b/Changes
new file mode 100644
index 0000000..5d755d7
--- /dev/null
+++ b/Changes
@@ -0,0 +1,6 @@
+0.02
+ - add support for linking multiple assets to a ticket on bulk update
+ - add assets support for upcoming search UI
+
+0.01
+ - initial release
diff --git a/MANIFEST b/MANIFEST
new file mode 100644
index 0000000..6dfb720
--- /dev/null
+++ b/MANIFEST
@@ -0,0 +1,48 @@
+Changes
+html/Asset/Elements/SelectAttachmentField
+html/Asset/Elements/SelectDateType
+html/Asset/Search/Build.html
+html/Asset/Search/Bulk.html
+html/Asset/Search/Edit.html
+html/Asset/Search/Elements/BuildFormatString
+html/Asset/Search/Elements/DisplayOptions
+html/Asset/Search/Elements/EditSort
+html/Asset/Search/Elements/PickAssetCFs
+html/Asset/Search/Elements/PickBasics
+html/Asset/Search/Elements/PickCriteria
+html/Asset/Search/Elements/SelectLinks
+html/Asset/Search/Elements/SelectPersonType
+html/Asset/Search/Results.html
+html/Asset/Search/Results.tsv
+html/Callbacks/AssetSQL/Asset/Search/index.html/Initial
+html/Callbacks/AssetSQL/Elements/Tabs/Privileged
+html/Callbacks/AssetSQL/Widgets/SearchSelection/Default
+inc/Module/Install.pm
+inc/Module/Install/Base.pm
+inc/Module/Install/Can.pm
+inc/Module/Install/Fetch.pm
+inc/Module/Install/Include.pm
+inc/Module/Install/Makefile.pm
+inc/Module/Install/Metadata.pm
+inc/Module/Install/ReadmeFromPod.pm
+inc/Module/Install/RTx.pm
+inc/Module/Install/RTx/Runtime.pm
+inc/Module/Install/Substitute.pm
+inc/Module/Install/Win32.pm
+inc/Module/Install/WriteAll.pm
+inc/YAML/Tiny.pm
+lib/RT/Extension/AssetSQL.pm
+lib/RT/Extension/AssetSQL/Assets.pm
+Makefile.PL
+MANIFEST This list of files
+META.yml
+patches/rt-4.4.0.patch
+patches/rt-4.4.1.patch
+patches/rt-4.4.2-later.patch
+README
+static/css/assetsql.css
+xt/basics.t
+xt/compile.t
+xt/lib/RT/Extension/AssetSQL/Test.pm
+xt/lib/RT/Extension/AssetSQL/Test.pm.in
+xt/rights.t
diff --git a/META.yml b/META.yml
index 48a35ad..08decb3 100644
--- a/META.yml
+++ b/META.yml
@@ -26,7 +26,7 @@ requires:
perl: 5.10.1
resources:
license: http://opensource.org/licenses/gpl-license.php
-version: '0.01'
+version: '0.02'
x_module_install_rtx_version: '0.37'
x_requires_rt: '4.4'
x_rt_too_new: '4.6'
diff --git a/lib/RT/Extension/AssetSQL.pm b/lib/RT/Extension/AssetSQL.pm
index 2d8c141..eceb517 100644
--- a/lib/RT/Extension/AssetSQL.pm
+++ b/lib/RT/Extension/AssetSQL.pm
@@ -3,7 +3,7 @@ use warnings;
package RT::Extension::AssetSQL;
use 5.010_001;
-our $VERSION = '0.01';
+our $VERSION = '0.02';
require RT::Extension::AssetSQL::Assets;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list