[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.8.8-169-gfae1ed4

Shawn Moore sartak at bestpractical.com
Thu Jul 15 20:40:38 EDT 2010


The branch, 3.9-trunk has been updated
       via  fae1ed4bee381d96b27442fe1df484d05cba657d (commit)
      from  54c0d9b635603f1fd53d17777a8b44b59c03abb3 (commit)

Summary of changes:
 .../Helpers/{TicketHistory.html => TicketHistory}  |    0
 share/html/Ticket/Elements/ClickToShowHistory      |    2 +-
 2 files changed, 1 insertions(+), 1 deletions(-)
 rename share/html/Helpers/{TicketHistory.html => TicketHistory} (100%)

- Log -----------------------------------------------------------------
commit fae1ed4bee381d96b27442fe1df484d05cba657d
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Thu Jul 15 20:40:29 2010 -0400

    Drop the .html from the TicketHistory
    
        This makes t/web/compilation_errors.t pass again since it hits every
        .html page, but this template is not meant to be a regular endpoint

diff --git a/share/html/Helpers/TicketHistory.html b/share/html/Helpers/TicketHistory
similarity index 100%
rename from share/html/Helpers/TicketHistory.html
rename to share/html/Helpers/TicketHistory
diff --git a/share/html/Ticket/Elements/ClickToShowHistory b/share/html/Ticket/Elements/ClickToShowHistory
index 85471f3..41856c1 100644
--- a/share/html/Ticket/Elements/ClickToShowHistory
+++ b/share/html/Ticket/Elements/ClickToShowHistory
@@ -55,5 +55,5 @@ $Ticket
 </%ARGS>
 <%INIT>
 my $id = $Ticket->id;
-my $url = RT->Config->Get('WebPath') ."/Helpers/TicketHistory.html?id=". $id;
+my $url = RT->Config->Get('WebPath') ."/Helpers/TicketHistory?id=". $id;
 </%INIT>

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


More information about the Rt-commit mailing list