Notes |
(0000476)
prandal (reporter)
2012-06-07 16:38
|
The problem is that "&navbarsearch=1&" isn't being preserved in the paginated URLs.
Tentative patch which seems to fix this attached. |
|
(0000481)
prandal (reporter)
2012-06-11 08:44
|
My attached patch definitely fixes the issue and doesn't cause any side-effects elsewhere.
Can one of the devs check this (or an equivalent) patch in? |
|
(0000482)
mguthrie (administrator)
2012-06-12 16:06
|
I'll run some tests on the patch and get it committed if there aren't any apparent side-effects. The other hot-fix that can be applied for users who need it without recompiling is to add the following to line 80 of side.php:
<input type='hidden' name='limit' value='0' />
which will suppress pagination for the search. |
|
(0000485)
mguthrie (administrator)
2012-06-13 11:22
|
Patch applied in SVN for next release. Thanks! |
|