[Rt-commit] r7730 - in rtir/branches/2.3-EXPERIMENTAL: .

ruz at bestpractical.com ruz at bestpractical.com
Sun Apr 29 17:56:41 EDT 2007


Author: ruz
Date: Sun Apr 29 17:56:41 2007
New Revision: 7730

Modified:
   rtir/branches/2.3-EXPERIMENTAL/   (props changed)
   rtir/branches/2.3-EXPERIMENTAL/MANIFEST
   rtir/branches/2.3-EXPERIMENTAL/META.yml
   rtir/branches/2.3-EXPERIMENTAL/lib/RT/IR.pm

Log:
 r1935 at cubic-pc:  cubic | 2007-04-30 01:54:53 +0400
 * bump vversion to 2.3.0
 * update manifest and metafile


Modified: rtir/branches/2.3-EXPERIMENTAL/MANIFEST
==============================================================================
--- rtir/branches/2.3-EXPERIMENTAL/MANIFEST	(original)
+++ rtir/branches/2.3-EXPERIMENTAL/MANIFEST	Sun Apr 29 17:56:41 2007
@@ -1,6 +1,18 @@
 CHANGES
 docs/AdministrationTutorial.pod
 docs/Constituencies.pod
+docs/logo/gif/rtir-logo-badge-3d.gif
+docs/logo/gif/rtir-logo-badge-shadow.gif
+docs/logo/gif/rtir-logo-badge.gif
+docs/logo/gif/rtir.gif
+docs/logo/png/rtir-logo-badge-3d.png
+docs/logo/png/rtir-logo-badge-shadow.png
+docs/logo/png/rtir-logo-badge.png
+docs/logo/png/rtir.png
+docs/logo/psd/rtir-logo-badge-3d.psd
+docs/logo/psd/rtir-logo-badge-shadow.psd
+docs/logo/psd/rtir-logo-badge.psd
+docs/logo/svg/rtir.svg
 docs/Tutorial.pod
 etc/initialdata
 etc/RTIR_Config.pm
@@ -42,6 +54,7 @@
 html/RTIR/Create.html
 html/RTIR/Display.html
 html/RTIR/Edit.html
+html/RTIR/EditUsername
 html/RTIR/Elements/AddWatchers
 html/RTIR/Elements/BaseQuery
 html/RTIR/Elements/ChildrenQuery
@@ -56,6 +69,7 @@
 html/RTIR/Elements/MergeWith
 html/RTIR/Elements/NewQuery
 html/RTIR/Elements/NewReports
+html/RTIR/Elements/NobodyDueIncidents
 html/RTIR/Elements/PickRestriction
 html/RTIR/Elements/QueueSummary
 html/RTIR/Elements/QueueTabs
@@ -66,6 +80,7 @@
 html/RTIR/Elements/ShowChildren
 html/RTIR/Elements/ShowDates
 html/RTIR/Elements/ShowIncidents
+html/RTIR/Elements/ShowLock
 html/RTIR/Elements/ShowPeople
 html/RTIR/Elements/ShowRTIRField
 html/RTIR/Elements/SimpleSearch
@@ -93,6 +108,8 @@
 html/RTIR/Investigation/Elements/Create
 html/RTIR/Investigation/Elements/Tabs
 html/RTIR/Merge.html
+html/RTIR/NoAuth/images/autohandler
+html/RTIR/NoAuth/images/logo.png
 html/RTIR/NoAuth/webrtir.css
 html/RTIR/Prefs/Home.html
 html/RTIR/Report/BulkReject.html
@@ -113,6 +130,7 @@
 html/RTIR/Search/Refine.html
 html/RTIR/Search/Reporting.html
 html/RTIR/Search/Results.html
+html/RTIR/ShowUser
 html/RTIR/Split.html
 html/RTIR/Tools/Elements/GetEmailFromIP
 html/RTIR/Tools/Elements/Tabs
@@ -195,6 +213,7 @@
 t/014-custom-field-constituency.t
 t/015-make-clicky.t
 t/016-date-started.t
+t/017-locking.t
 t/03firstmilestone.t
 t/rtir-test.pl
 UPGRADING

Modified: rtir/branches/2.3-EXPERIMENTAL/META.yml
==============================================================================
--- rtir/branches/2.3-EXPERIMENTAL/META.yml	(original)
+++ rtir/branches/2.3-EXPERIMENTAL/META.yml	Sun Apr 29 17:56:41 2007
@@ -4,7 +4,7 @@
   File::Find: 0
   Test::More: 0
 distribution_type: module
-generated_by: Module::Install version 0.640
+generated_by: Module::Install version 0.64
 license: GPL Version 2
 name: RT-IR
 no_index: 
@@ -23,4 +23,4 @@
   RT::FM: 0
   Regexp::Common: 0
   Regexp::Common::net::CIDR: 0
-version: 2.1.5
+version: 2.3.0

Modified: rtir/branches/2.3-EXPERIMENTAL/lib/RT/IR.pm
==============================================================================
--- rtir/branches/2.3-EXPERIMENTAL/lib/RT/IR.pm	(original)
+++ rtir/branches/2.3-EXPERIMENTAL/lib/RT/IR.pm	Sun Apr 29 17:56:41 2007
@@ -46,7 +46,7 @@
 #
 package RT::IR;
 
-our $VERSION = '2.1.5';
+our $VERSION = '2.3.0';
 
 use warnings;
 use strict;


More information about the Rt-commit mailing list