Changeset 1279


Ignore:
Timestamp:
12/12/08 04:56:54 (3 years ago)
Author:
SvenDowideit
Message:

Item168: replace regex search with query '1'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/data/Sandbox/WebHome.txt

    r1206 r1279  
    66---++ %MAKETEXT{"Test Topics"}% 
    77 
    8 <form action='%SCRIPTURLPATH{"edit"}%/%WEB%/'>  
    9 %ICON{"newtopic"}% %MAKETEXT{"Create a new document by name:"}% %MAKETEXT{"(Use a topic name in System.WikiNotation)"}% <br />  
     8<form action='%SCRIPTURLPATH{"edit"}%/%WEB%/'> 
     9%ICON{"newtopic"}% %MAKETEXT{"Create a new document by name:"}% %MAKETEXT{"(Use a topic name in System.WikiNotation)"}% <br /> 
    1010<input class="foswikiInputField" type="text" name="topic" size="32" />&nbsp;<input type="submit" class="foswikiSubmit" value='%MAKETEXT{"Create by Name"}%' /> 
    1111<input type="hidden" name="onlywikiname" value="on" /> 
     
    2121---++ %MAKETEXT{"Recently changed topics"}% 
    2222<dl> 
    23 %SEARCH{ ".*" regex="on" nosearch="on" nototal="on" order="modified" reverse="on" limit="7" format="<dt>[[$topic]]</dt><dd>$summary<br /><span class='foswikiGrayText'>$date - $wikiusername</span></dd>"}% 
     23%SEARCH{ "1" type="query" scope="topic" nosearch="on" nototal="on" order="modified" reverse="on" limit="7" format="<dt>[[$topic]]</dt><dd>$summary<br /><span class='foswikiGrayText'>$date - $wikiusername</span></dd>"}% 
    2424</dl> 
    2525%MAKETEXT{"A more extensive changes list is available via ~[~[[_1]~]~[Recent Changes~]~]." args="WebChanges"}% 
Note: See TracChangeset for help on using the changeset viewer.