Code

added ID to the search page (sf bug 631601)
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Wed, 6 Nov 2002 04:24:24 +0000 (04:24 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Wed, 6 Nov 2002 04:24:24 +0000 (04:24 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1376 57a73879-2fb5-44c3-a270-3262357dd7e2

CHANGES.txt
roundup/templates/classic/html/issue.search

index 3d42e2ea0fa8eb02f7edd1cbaab92afcbe1bf89e..3d8b95c0822c8dfc38c7a9ac4f3ac7ef9377f9ce 100644 (file)
@@ -19,6 +19,7 @@ are given with the most recent entry first.
   whichever is longer
 - documented dependency on Active State (sf bug 623959)
 - ensured there's no zero-length files in source (sf bug 633622)
+- added ID to the search page (sf bug 631601)
 
 
 2002-10-16 0.5.1
index 15535453a80e0d824fefc1c6bc277fc6fe862b46..fb720f0558710f21b09e6d08b632977b846ca1e2 100644 (file)
  <td><input type="radio" name=":group" value="topic"></td>
 </tr>
 
+<tr>
+ <th>ID:</th>
+ <td><input name="id"></td>
+ <td><input type="checkbox" name=":columns" value="title" checked></td>
+ <td><input type="radio" name=":sort" value="title"></td>
+ <td>&nbsp;</td>
+</tr>
+
 <tr>
  <th>Created:</th>
  <td><input name="activity"></td>