Index: bin/gnusearch
===================================================================
71a72,73
> $search =~ s/^ +//;
> $search =~ s/ +$//;
83,84c85,87
< $search =~ s/ /+/;
< $newurl = "$TWiki::urlHost$TWiki::scriptUrlPath/search$TWiki::scriptSuffix/$webName/?web=all&order=topic&search=$search&limit=all";
---
> $search =~ s/^ +//;
> $search =~ s/ +/%3B/g;
> $newurl = "$TWiki::urlHost$TWiki::scriptUrlPath/search$TWiki::scriptSuffix/$webName/?scope=text&web=all&order=topic&search=$search®ex=on&limit=all";
Index: templates/edit.gnu.tmpl
===================================================================
10a11,26
> function checkAll( theButton, theButtonOffset, theNum, theCheck )
> {
> // find button element index
> var j = 0;
> for( var i = 0; i <= document.main.length; i++ ) {
> if( theButton == document.main.elements[i] ) {
> j = i;
> break;
> }
> }
> // set/clear all checkboxes
> var last = j+theButtonOffset+theNum;
> for( i = last-theNum; i < last; i++ ) {
> document.main.elements[i].checked = theCheck;
> }
> }
Index: templates/preview.gnu.tmpl
===================================================================
51,54d50
<
< |
< %META{"attachments"}%
< |
56,57c52
< |
<
---
> %META{"attachments"}%
Index: templates/twiki.gnu.tmpl
===================================================================
33c33
< %TMPL:END%
---
> | %TMPL:END%
50c50
< | %TMPL:END%
---
> | %TMPL:END%
Index: templates/view.gnu.tmpl
===================================================================
18,19c18
<
< |
---
> %META{"form"}%
21,22c20
< |
< %META{"form"}% | %TMPL:P{"view_footer"}%
---
> %TMPL:P{"view_footer"}%
|