[Bps-public-commit] RT-BugTracker-Public branch, master, updated. 8815af778ae11a1b0ef58cc1b6ab09c4690e011f

Kevin Falcone falcone at bestpractical.com
Tue Jun 22 16:35:48 EDT 2010


The branch, master has been updated
       via  8815af778ae11a1b0ef58cc1b6ab09c4690e011f (commit)
       via  b669929d8a0c8b183454ff4299df2786ca330d14 (commit)
      from  fd314a1858c3131e6ed4c6b8b2e7ab94ea1dff75 (commit)

Summary of changes:
 html/Public/index.html |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit b669929d8a0c8b183454ff4299df2786ca330d14
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Tue Jun 22 16:26:43 2010 -0400

    Port a bugfix from rt-bugtracker
    
    Allow people to search by Dist::Name instead of Dist-Name

diff --git a/html/Public/index.html b/html/Public/index.html
index adf4b13..d0bb9f8 100755
--- a/html/Public/index.html
+++ b/html/Public/index.html
@@ -108,6 +108,7 @@ if ( defined $Maintainer && length $Maintainer ) {
 
 if ( defined $Distribution && length $Distribution ) {
     my $queue = RT::Queue->new( $session{'CurrentUser'} );
+    $Distribution =~ s/::/-/g;
     $queue->Load( $Distribution );
     unless ( $queue->id ) {
         push @results, loc("No distribution '[_1]' in the system", $Distribution);

commit 8815af778ae11a1b0ef58cc1b6ab09c4690e011f
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Tue Jun 22 16:29:37 2010 -0400

    Port a wording change from rt-bugtracker
    
    Make it clearer that we are looking for an exact match
    We should consider making this fuzzier

diff --git a/html/Public/index.html b/html/Public/index.html
index d0bb9f8..67df720 100755
--- a/html/Public/index.html
+++ b/html/Public/index.html
@@ -55,7 +55,7 @@
 
 <p>
   <form action="<% RT->Config->Get('WebPath') %><% $m->request_path %>" method="get">
-    <label for="form-dist-name"><&|/l&>Find a distribution by name:</&></label>
+    <label for="form-dist-name"><&|/l&>Find a distribution by full name:</&></label>
     <input type="text" name="Distribution" id="form-dist-name" />
     <input type="submit" class="button" value="<&|/l&>Search</&>" />
   </form>

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



More information about the Bps-public-commit mailing list