r1525: Attach &rerun=1 to the URL for saved searches when running them from the ...
authorRobert Sesek <rsesek@bluestatic.org>
Sat, 31 Mar 2007 23:00:13 +0000 (23:00 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Sat, 31 Mar 2007 23:00:13 +0000 (23:00 +0000)
docs/changes.txt
templates/userctrl_search.tpl

index e394b3dca6c705f1c5c374b5635d51e88fc0e6d6..c13ca6ea99a432556ff5b9ab9c2464d564b5872f 100644 (file)
@@ -4,6 +4,7 @@
 - Fixed: On PHP4 systems, a "call to member non-object" error would be thrown because the Authentication class does not have a PHP4 constructor
 - Fixed: In lost password reset emails, the subject would appear as "Array['trackertitle']" because the variable was not enclosed in curly braces
 - Fixed: On PHP4 systems, a bug in the BugAPI would prevent any data from being saved because PHP4 doesn't support call_user_func() of parent:: selectors
+- Change: When clicking the "[Run Search]" link in the "Saved Searches" section of the "Options" tab, force the search to rerun
 
 1.2.0 Beta 2
 ===============================
index ed362928b4014c28a21630d122f071a6fa39a336..6e96967e8a2fc70f1879a220e1da175c56366be2 100644 (file)
@@ -1,7 +1,7 @@
 <div>
        $search[name]
        <span style="float: $stylevar[right]">
-               <a href="search.php?searchid=$search[searchid]">[{@"Run Search"}]</a>
+               <a href="search.php?searchid=$search[searchid]&amp;rerun=1">[{@"Run Search"}]</a>
                <a href="userctrl.php?do=deletesearch&amp;searchid=$search[searchid]">[{@"Delete"}]</a>
        </span>
 </div>
\ No newline at end of file