Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Form input label for new wiki search ([07bd8796dc]) reflects it's current function of only searching page _titles_. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
80bcc3a18ee580c54114b6fb1f681f3b |
User & Date: | bch 2010-01-25 19:27:47.000 |
Context
2010-01-26
| ||
14:38 | Added --admin-user|-A USERNAME to the new command which will set the default admin user name. If not supplied, the existing mechanism is used to determine the default user name. This implements [9195b1e5f3]. ... (check-in: b8d812efb9 user: jeremy_c tags: trunk) | |
2010-01-25
| ||
19:27 | Form input label for new wiki search ([07bd8796dc]) reflects it's current function of only searching page _titles_. ... (check-in: 80bcc3a18e user: bch tags: trunk) | |
10:03 | add search to wiki ... (check-in: 07bd8796dc user: ron tags: trunk) | |
Changes
Changes to src/wiki.c.
︙ | ︙ | |||
150 151 152 153 154 155 156 | @ to experiment.</li> if( g.okNewWiki ){ @ <li> Create a <a href="%s(g.zBaseURL)/wikinew">new wiki page</a>.</li> } @ <li> <a href="%s(g.zBaseURL)/wcontent">List of All Wiki Pages</a> @ available on this server.</li> @ <li> <form method="GET" action="%s(g.zBaseURL)/wfind"> | | | 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 | @ to experiment.</li> if( g.okNewWiki ){ @ <li> Create a <a href="%s(g.zBaseURL)/wikinew">new wiki page</a>.</li> } @ <li> <a href="%s(g.zBaseURL)/wcontent">List of All Wiki Pages</a> @ available on this server.</li> @ <li> <form method="GET" action="%s(g.zBaseURL)/wfind"> @ Search wiki titles: <input type="text" name="title"/> <input type="submit" /> @ </li> @ </ul> style_footer(); return; } if( check_name(zPageName) ) return; isSandbox = is_sandbox(zPageName); |
︙ | ︙ |