From: Geoffrey T. D. <da...@us...> - 2001-11-09 17:58:12
|
Update of /cvsroot/phpwiki/phpwiki/pgsrc In directory usw-pr-cvs1:/tmp/cvs-serv16259/pgsrc Modified Files: MagicPhpWikiURLs Log Message: Fix SF bug #480061: Example search forms on MagicPhpWikiURLs were broken. Index: MagicPhpWikiURLs =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/pgsrc/MagicPhpWikiURLs,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** MagicPhpWikiURLs 2001/05/31 17:45:24 1.4 --- MagicPhpWikiURLs 2001/11/09 17:58:09 1.5 *************** *** 57,64 **** * [ Lock the HomePage | phpwiki:HomePage?action=lock ], * [ Get a Full Zip Dump | phpwiki:?action=zip&include=all ], ! * [ Page titles containing 'wiki' | phpwiki:?action=search&searchterm=wiki ], !! Writing Magic Forms in Wiki Pages If one of the ''query-args'' has a value like ''arg''__=__''opt-width''__(__''opt-dflt-val''__)__ --- 57,66 ---- * [ Lock the HomePage | phpwiki:HomePage?action=lock ], * [ Get a Full Zip Dump | phpwiki:?action=zip&include=all ], ! * [ Page titles containing 'wiki' | phpwiki:TitleSearch?s=wiki ], !! Writing Magic Forms in Wiki Pages + ''__Note__: Magic forms are on their way out, I think. They are being superceded by <''''?plugin-form>s.'' + If one of the ''query-args'' has a value like ''arg''__=__''opt-width''__(__''opt-dflt-val''__)__ *************** *** 73,86 **** Examples: ! [[ Full Search | phpwiki:?action=search&searchtype=full&searchterm=() ] gives ! [ Full Search | phpwiki:?action=search&searchtype=full&searchterm=() ] While ! [[ phpwiki:?action=search&searchterm=12() ] yields ! [ phpwiki:?action=search&searchterm=12() ] Other examples: [ Browse Page | phpwiki:?action=browse&pagename=() ] - --- 75,87 ---- Examples: ! [[ Full Search | phpwiki:FullTextSearch?s=() ] gives ! [ Full Search | phpwiki:FullTextSearch?s=() ] While ! [[ phpwiki:TitleSearch?s=12() ] yields ! [ phpwiki:TitleSearch?s=12() ] Other examples: [ Browse Page | phpwiki:?action=browse&pagename=() ] |