File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
roundup/templates/classic/html Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,8 @@ are given with the most recent entry first.
1515- handle :add: better in cgi form parsing (sf bug 663235)
1616- handle all-whitespace multilink values in forms (sf bug 663855)
1717- fixed searching on date / interval fields (sf bug 658157)
18-
18+ - fixed form elements names in search form to allow grouping and sorting
19+ on "creation" field
1920
20212002-12-11 0.5.3
2122- added mention of how to give users multiple Roles
Original file line number Diff line number Diff line change 6464</tr>
6565
6666<tr>
67- <th>Created :</th>
68- <td><input name="activity "></td>
69- <td><input type="checkbox" name=":columns" value="created "></td>
70- <td><input type="radio" name=":sort" value="created "></td>
71- <td><input type="radio" name=":group" value="created "></td>
67+ <th>Creation date :</th>
68+ <td><input name="creation "></td>
69+ <td><input type="checkbox" name=":columns" value="creation "></td>
70+ <td><input type="radio" name=":sort" value="creation "></td>
71+ <td><input type="radio" name=":group" value="creation "></td>
7272</tr>
7373
7474<tr>
You can’t perform that action at this time.
0 commit comments