[Bps-public-commit] RT-AjaxyReplyPage branch, master, updated. 93af2d9c4088ee7ba08651d094eb74aa252a2b2e

jesse jesse at bestpractical.com
Tue Oct 6 14:42:45 EDT 2009


The branch, master has been updated
       via  93af2d9c4088ee7ba08651d094eb74aa252a2b2e (commit)
       via  4d3009ad2eee19965a5259ec74a0a2dd82de9581 (commit)
       via  7a7a165f27e7b78c42a440d377370ef489658fbc (commit)
       via  cec967d3da6e2e31ffff71129c5a05273a021d15 (commit)
      from  b561ba8a6b10d6ff3245a397f63496f4859cd8ac (commit)

Summary of changes:
 pm_to_blib => .gitignore                   |    0
 .shipit                                    |   10 ++++++++++
 MANIFEST                                   |   25 +++++++++++++++++++++++++
 MANIFEST.SKIP                              |   11 +++++++++++
 html/Plugin/AjaxyReplyPage/Elements/Basics |    2 +-
 lib/RT/AjaxyReplyPage.pm                   |    2 +-
 6 files changed, 48 insertions(+), 2 deletions(-)
 copy pm_to_blib => .gitignore (100%)
 create mode 100644 .shipit
 create mode 100644 MANIFEST
 create mode 100644 MANIFEST.SKIP

- Log -----------------------------------------------------------------
commit cec967d3da6e2e31ffff71129c5a05273a021d15
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Mon Oct 5 11:05:41 2009 -0400

    releng

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..e69de29
diff --git a/.shipit b/.shipit
new file mode 100644
index 0000000..44c02c1
--- /dev/null
+++ b/.shipit
@@ -0,0 +1,10 @@
+# auto-generated shipit config file.
+steps = FindVersion, ChangeVersion, CheckChangeLog, DistTest, Commit, Tag, MakeDist, UploadCPAN, Twitter
+
+git.tagpattern = %v
+twitter.config = ~/.twitterrc
+
+# svn.tagpattern = MyProj-%v
+# svn.tagpattern = http://code.example.com/svn/tags/MyProj-%v
+
+# CheckChangeLog.files = ChangeLog, MyProj.CHANGES
diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP
new file mode 100644
index 0000000..7fca686
--- /dev/null
+++ b/MANIFEST.SKIP
@@ -0,0 +1,11 @@
+TODO
+^Makefile$
+blib
+pm_to_blib
+.swp$
+~$
+.tmp$
+.bak$
+.git/
+.gitignore$
+.shipit$

commit 7a7a165f27e7b78c42a440d377370ef489658fbc
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Mon Oct 5 11:05:54 2009 -0400

    Added MANIFEST

diff --git a/MANIFEST b/MANIFEST
new file mode 100644
index 0000000..d6e8c24
--- /dev/null
+++ b/MANIFEST
@@ -0,0 +1,25 @@
+html/Callbacks/RT-AjaxyReplyPage/Ticket/Display.html/BeforeDisplay
+html/Plugin/AjaxyReplyPage/CustomFields
+html/Plugin/AjaxyReplyPage/Elements/Basics
+html/Plugin/AjaxyReplyPage/Elements/CustomFields
+html/Plugin/AjaxyReplyPage/Elements/CustomFieldsWrapper
+html/Plugin/AjaxyReplyPage/Elements/SelectQueue
+html/Plugin/AjaxyReplyPage/Elements/ShowRecipients
+html/Plugin/AjaxyReplyPage/Elements/UpdateType
+html/Plugin/AjaxyReplyPage/ShowRecipients
+html/Ticket/Update.html
+inc/Module/Install.pm
+inc/Module/Install/Base.pm
+inc/Module/Install/Can.pm
+inc/Module/Install/Fetch.pm
+inc/Module/Install/Makefile.pm
+inc/Module/Install/Metadata.pm
+inc/Module/Install/RTx.pm
+inc/Module/Install/Win32.pm
+inc/Module/Install/WriteAll.pm
+lib/RT/AjaxyReplyPage.pm
+Makefile.PL
+MANIFEST			This list of files
+MANIFEST.SKIP
+META.yml
+README

commit 4d3009ad2eee19965a5259ec74a0a2dd82de9581
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Tue Oct 6 14:34:08 2009 -0400

    Prevent a 'required parameter' error in some uses of the reply page.

diff --git a/html/Plugin/AjaxyReplyPage/Elements/Basics b/html/Plugin/AjaxyReplyPage/Elements/Basics
index 5cc0841..07ffa6f 100644
--- a/html/Plugin/AjaxyReplyPage/Elements/Basics
+++ b/html/Plugin/AjaxyReplyPage/Elements/Basics
@@ -1,6 +1,6 @@
 <%args>
 $TicketObj
-$DefaultStatus
+$DefaultStatus => undef
 </%args>
 <%init>
 

commit 93af2d9c4088ee7ba08651d094eb74aa252a2b2e
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Tue Oct 6 14:34:40 2009 -0400

    0.13

diff --git a/lib/RT/AjaxyReplyPage.pm b/lib/RT/AjaxyReplyPage.pm
index 5c03a93..87bcaee 100644
--- a/lib/RT/AjaxyReplyPage.pm
+++ b/lib/RT/AjaxyReplyPage.pm
@@ -2,6 +2,6 @@ use warnings;
 use strict;
 
 package RT::AjaxyReplyPage;
-our $VERSION = '0.12';
+our $VERSION = '0.13';
 
 1;

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list