[Bps-public-commit] rt-extension-mobileui branch, master, updated. 1.00-2-g1b9bac4

Jesse Vincent jesse at bestpractical.com
Wed Dec 8 11:37:42 EST 2010


The branch, master has been updated
       via  1b9bac46c5be8c2d3b203c84bc665bc914ba2cd5 (commit)
       via  f110d269ad932d3e814c4bdd234cd8dbf60fa322 (commit)
      from  3061365f8e2a6a5553d0e40fafd76a5e26144599 (commit)

Summary of changes:
 Changes                      |    4 ++++
 html/m/ticket/reply          |    2 +-
 lib/RT/Extension/MobileUI.pm |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit f110d269ad932d3e814c4bdd234cd8dbf60fa322
Author: Jason A. Smith <smithj4 at bnl.gov>
Date:   Wed Dec 8 11:34:28 2010 -0500

    The attached patch makes the default action Respond instead of
    Comment, which now agrees with the link text that says Reply.  With
    Action defaulting to undef, the template was assuming Comment.

diff --git a/html/m/ticket/reply b/html/m/ticket/reply
index 34dc2c2..ea2a6ca 100644
--- a/html/m/ticket/reply
+++ b/html/m/ticket/reply
@@ -166,6 +166,6 @@ if ( !$checks_failure && exists $ARGS{SubmitTicket} ) {
 
 <%ARGS>
 $id => undef
-$Action => undef
+$Action => 'reply'
 $DefaultStatus => undef
 </%ARGS>

commit 1b9bac46c5be8c2d3b203c84bc665bc914ba2cd5
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Wed Dec 8 11:35:53 2010 -0500

    Checking in changes prior to tagging of version 1.01.
    
    Changelog diff is:
    
    diff --git a/Changes b/Changes
    index 59efa24..ab03f3c 100644
    --- a/Changes
    +++ b/Changes
    @@ -1,3 +1,7 @@
    +1.01
    +
    +* Corrected the "Reply" link to default to reply rather than comment
    +
     1.00
    
     * Fixed redirection from mobile UI to normal ticket display

diff --git a/Changes b/Changes
index 59efa24..ab03f3c 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
+1.01
+
+* Corrected the "Reply" link to default to reply rather than comment
+
 1.00
 
 * Fixed redirection from mobile UI to normal ticket display
diff --git a/lib/RT/Extension/MobileUI.pm b/lib/RT/Extension/MobileUI.pm
index 9e76902..a7ef216 100644
--- a/lib/RT/Extension/MobileUI.pm
+++ b/lib/RT/Extension/MobileUI.pm
@@ -3,7 +3,7 @@ use strict;
 
 package RT::Extension::MobileUI;
 
-our $VERSION = "1.00";
+our $VERSION = "1.01";
 
 
 =head1 NAME

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



More information about the Bps-public-commit mailing list