]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/log
SourceForge/phpwiki.git
19 years agoadd the xmlrpc testsuite (wiki and interop) from xmlrpc-epi
rurban [Fri, 10 Dec 2004 02:42:11 +0000 (02:42 +0000)]
add the xmlrpc testsuite (wiki and interop) from xmlrpc-epi

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4258 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agoMore help with the new native xmlrpc lib. no warnings, no user cookie on xmlrpc.
rurban [Fri, 10 Dec 2004 02:36:43 +0000 (02:36 +0000)]
More help with the new native xmlrpc lib. no warnings, no user cookie on xmlrpc.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4257 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agoFixed the boolean values: false => 0
rurban [Fri, 10 Dec 2004 00:14:41 +0000 (00:14 +0000)]
Fixed the boolean values: false => 0
Support the native xmlrpc extension if found, via the emu libs.
  (much faster and avoid conflicts)

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4256 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agoMake use of the native xmlrpc extension (now on sf.net)
rurban [Fri, 10 Dec 2004 00:12:14 +0000 (00:12 +0000)]
Make use of the native xmlrpc extension (now on sf.net)
by using the provided emulation libs.
Beautified the old php lib.
This could be used by the SOAP server also, but not yet tested.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4255 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agooptimize on _DEBUG_SQL only. but now again on every 50th request, not just save.
rurban [Thu, 9 Dec 2004 22:24:44 +0000 (22:24 +0000)]
optimize on _DEBUG_SQL only. but now again on every 50th request, not just save.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4254 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agoupdated wording for new delete_page
rurban [Thu, 9 Dec 2004 22:10:54 +0000 (22:10 +0000)]
updated wording for new delete_page

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4253 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agopage-specific timeouts for long multi-page requests
rurban [Wed, 8 Dec 2004 12:57:41 +0000 (12:57 +0000)]
page-specific timeouts for long multi-page requests

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4252 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agosupport new non-destructive delete_page via generic backend method
rurban [Wed, 8 Dec 2004 12:55:51 +0000 (12:55 +0000)]
support new non-destructive delete_page via generic backend method

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4251 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agoadd missing search class
rurban [Wed, 8 Dec 2004 12:55:04 +0000 (12:55 +0000)]
add missing search class

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4250 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agoDisallow loading config*.ini files. Detected by Santtu Jarvi.
rurban [Wed, 8 Dec 2004 01:18:33 +0000 (01:18 +0000)]
Disallow loading config*.ini files. Detected by Santtu Jarvi.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4249 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agobump version
rurban [Tue, 7 Dec 2004 19:13:12 +0000 (19:13 +0000)]
bump version

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4248 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agowording
rurban [Mon, 6 Dec 2004 20:23:36 +0000 (20:23 +0000)]
wording

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4247 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agoadd feedvalidator.org button
rurban [Mon, 6 Dec 2004 20:04:44 +0000 (20:04 +0000)]
add feedvalidator.org button

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4246 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agoadd purge-empty-pages button
rurban [Mon, 6 Dec 2004 19:53:23 +0000 (19:53 +0000)]
add purge-empty-pages button
add WikiPlugin documentation
add show_deleted to RecentChanges per default, not only on RecentEdits.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4245 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agoadded BABYCART_PATH config
rurban [Mon, 6 Dec 2004 19:51:06 +0000 (19:51 +0000)]
added BABYCART_PATH config

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4244 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agoenable action=remove which is undoable and seeable in RecentChanges: ADODB ony for...
rurban [Mon, 6 Dec 2004 19:50:05 +0000 (19:50 +0000)]
enable action=remove which is undoable and seeable in RecentChanges: ADODB ony for now.
renamed delete_page to purge_page.
enable action=edit&version=-1 to force creation of a new version.
added BABYCART_PATH config
fixed magiqc in adodb.inc.php
and some more docs

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4243 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agosimplify RSS: add RSS2 link (rss tag only, new content-type)
rurban [Mon, 6 Dec 2004 19:29:24 +0000 (19:29 +0000)]
simplify RSS: add RSS2 link (rss tag only, new content-type)

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4242 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agominor optimization
rurban [Mon, 6 Dec 2004 19:25:50 +0000 (19:25 +0000)]
minor optimization

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4241 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agosave edit-time links as requested in #946679
rurban [Mon, 6 Dec 2004 19:15:04 +0000 (19:15 +0000)]
save edit-time links as requested in #946679

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4240 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agoadded order=reverse: feature request from #981109
rurban [Mon, 6 Dec 2004 18:32:39 +0000 (18:32 +0000)]
added order=reverse: feature request from #981109

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4239 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agoRecentVisitors: added link to the real page.
rurban [Sun, 5 Dec 2004 11:15:41 +0000 (11:15 +0000)]
RecentVisitors: added link to the real page.
PageGroupTest: backed out the / subpage hack, because the pagenames / filenames should match.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4238 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agoNew sql regex method
rurban [Sun, 5 Dec 2004 11:13:22 +0000 (11:13 +0000)]
New sql regex method

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4237 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agoenable babycart Blog::SpamAssassin module on ENABLE_SPAMASSASSIN=true
rurban [Sat, 4 Dec 2004 12:58:26 +0000 (12:58 +0000)]
enable babycart Blog::SpamAssassin module on ENABLE_SPAMASSASSIN=true
(currently only for php >= 4.3.0)

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4236 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agoFirst simple AntiSpam prevention:
rurban [Sat, 4 Dec 2004 11:55:39 +0000 (11:55 +0000)]
First simple AntiSpam prevention:
  No more than 20 new http:// links allowed

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4235 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agoAdded comment by a UpLoad button withint editpage
rurban [Sat, 4 Dec 2004 11:14:18 +0000 (11:14 +0000)]
Added comment by a UpLoad button withint editpage

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4234 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agoCleanup of CONSTANT pollution.
rurban [Wed, 1 Dec 2004 19:34:13 +0000 (19:34 +0000)]
Cleanup of CONSTANT pollution.
renamed weblocation to url.
allow any url.
use fixed ";" CSV seperator
fix substr_replace usage bug.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4233 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agosome comments
rurban [Tue, 30 Nov 2004 23:44:00 +0000 (23:44 +0000)]
some comments

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4232 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agoformat=xml for hypergraph.sf.net applet
rurban [Tue, 30 Nov 2004 23:02:45 +0000 (23:02 +0000)]
format=xml for hypergraph.sf.net applet

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4231 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agochanged gif to optimized (pngout) png
rurban [Tue, 30 Nov 2004 22:21:56 +0000 (22:21 +0000)]
changed gif to optimized (pngout) png

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4230 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agohttp://hypergraph.sourceforge.net/
rurban [Tue, 30 Nov 2004 21:56:46 +0000 (21:56 +0000)]
http://hypergraph.sourceforge.net/
Sample applet to easily embedd into a template (e.g. sidebar)

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4229 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agosome ignored description
rurban [Tue, 30 Nov 2004 21:08:33 +0000 (21:08 +0000)]
some ignored description

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4228 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agoWikiBrowser actionpage
rurban [Tue, 30 Nov 2004 21:07:38 +0000 (21:07 +0000)]
WikiBrowser actionpage

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4227 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agoA simple plugin for WikiBrowser at http://touchgraph.sourceforge.net/
rurban [Tue, 30 Nov 2004 21:02:16 +0000 (21:02 +0000)]
A simple plugin for WikiBrowser at http://touchgraph.sourceforge.net/
List all pages with all links as text file (with some caching tricks).
  format=html currently unstable.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4226 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agojust comments
rurban [Tue, 30 Nov 2004 17:48:38 +0000 (17:48 +0000)]
just comments

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4225 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agoadded mt_srand, check for native isa
rurban [Tue, 30 Nov 2004 17:47:41 +0000 (17:47 +0000)]
added mt_srand, check for native isa

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4224 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agoadded ModeratedPage POST action hook (part 2/3)
rurban [Tue, 30 Nov 2004 17:46:49 +0000 (17:46 +0000)]
added ModeratedPage POST action hook (part 2/3)

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4223 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agoexists_links backend implementation
rurban [Tue, 30 Nov 2004 17:45:53 +0000 (17:45 +0000)]
exists_links backend implementation

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4222 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agorevisison neutral
rurban [Tue, 30 Nov 2004 17:44:54 +0000 (17:44 +0000)]
revisison neutral

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4221 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agofixed dbi arg
rurban [Tue, 30 Nov 2004 17:43:29 +0000 (17:43 +0000)]
fixed dbi arg

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4220 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agomore options, auth missing (not yet ready)
rurban [Tue, 30 Nov 2004 12:07:10 +0000 (12:07 +0000)]
more options, auth missing (not yet ready)

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4219 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agoSample gforge starter
rurban [Tue, 30 Nov 2004 11:00:43 +0000 (11:00 +0000)]
Sample gforge starter

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4218 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agoconfig.ini syntax (not yet ready)
rurban [Tue, 30 Nov 2004 10:11:04 +0000 (10:11 +0000)]
config.ini syntax (not yet ready)

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4217 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agochanged KEYWORDS from pageprefix to search term. added installer detection.
rurban [Tue, 30 Nov 2004 09:51:35 +0000 (09:51 +0000)]
changed KEYWORDS from pageprefix to search term. added installer detection.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4216 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agoversion bump
rurban [Tue, 30 Nov 2004 09:49:50 +0000 (09:49 +0000)]
version bump

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4215 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agofix PCRE word boundaries
rurban [Tue, 30 Nov 2004 09:49:23 +0000 (09:49 +0000)]
fix PCRE word boundaries

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4214 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agofixed SESSION_SAVE_PATH warning msg
rurban [Tue, 30 Nov 2004 07:51:08 +0000 (07:51 +0000)]
fixed SESSION_SAVE_PATH warning msg

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4213 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agojust aesthetics
rurban [Mon, 29 Nov 2004 17:58:57 +0000 (17:58 +0000)]
just aesthetics

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4212 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agotranslated pulldown buttons
rurban [Mon, 29 Nov 2004 17:57:36 +0000 (17:57 +0000)]
translated pulldown buttons

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4211 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agofix wrong request sortby setArg
rurban [Mon, 29 Nov 2004 17:56:51 +0000 (17:56 +0000)]
fix wrong request sortby setArg

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4210 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agosupport word$ auto-regex
rurban [Mon, 29 Nov 2004 17:55:47 +0000 (17:55 +0000)]
support word$ auto-regex

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4209 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agoimprove match: pagename first, fulltext only if failed
rurban [Mon, 29 Nov 2004 17:55:04 +0000 (17:55 +0000)]
improve match: pagename first, fulltext only if failed

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4208 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agoinherit methods on recursion
rurban [Mon, 29 Nov 2004 17:46:06 +0000 (17:46 +0000)]
inherit methods on recursion

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4207 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agofix WikiDB_backend::sortby + limit call
rurban [Mon, 29 Nov 2004 17:44:53 +0000 (17:44 +0000)]
fix WikiDB_backend::sortby + limit call

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4206 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agomove new db filters to iterator, so that get_links also supports sortby,limit,exclude
rurban [Mon, 29 Nov 2004 17:13:42 +0000 (17:13 +0000)]
move new db filters to iterator, so that get_links also supports sortby,limit,exclude

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4205 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agofaster dba->numPages
rurban [Mon, 29 Nov 2004 16:52:32 +0000 (16:52 +0000)]
faster dba->numPages

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4204 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agoadded missing nl
rurban [Mon, 29 Nov 2004 16:08:31 +0000 (16:08 +0000)]
added missing nl

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4203 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agoOptimize PearDB _extract_version_data and _extract_page_data.
rurban [Sun, 28 Nov 2004 20:42:33 +0000 (20:42 +0000)]
Optimize PearDB _extract_version_data and _extract_page_data.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4202 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agodeactivate pagecache overwrite: it is wrong
rurban [Sun, 28 Nov 2004 20:39:43 +0000 (20:39 +0000)]
deactivate pagecache overwrite: it is wrong

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4201 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agoapplied idea of patch #994497 by Dan Frankowski, passing the chenged
rurban [Sun, 28 Nov 2004 19:57:56 +0000 (19:57 +0000)]
applied idea of patch #994497 by Dan Frankowski, passing the chenged
text around to fix InterWikiMap display.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4200 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agopatch by Charles Corrigan so that WikiGroup->isSpecialMember knows about CREATOR...
rurban [Sun, 28 Nov 2004 15:59:17 +0000 (15:59 +0000)]
patch by Charles Corrigan so that WikiGroup->isSpecialMember knows about CREATOR and OWNER

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4199 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agosimpified regex search architecture:
rurban [Sat, 27 Nov 2004 14:39:05 +0000 (14:39 +0000)]
simpified regex search architecture:
  no db specific node methods anymore,
  new sql() method for each node
  parallel to regexp() (which returns pcre)
  regex types bitmasked (op's not yet)
new regex=sql
clarified WikiDB::quote() backend methods:
  ->quote() adds surrounsing quotes
  ->qstr() (new method) assumes strings and adds no quotes! (in contrast to ADODB)
  pear and adodb have now unified quote methods for all generic queries.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4198 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agonew regex search parser and SQL backends (90% complete, glob and pcre backends missing)
rurban [Fri, 26 Nov 2004 18:39:02 +0000 (18:39 +0000)]
new regex search parser and SQL backends (90% complete, glob and pcre backends missing)

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4197 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agonew case-sensitive and regex search options
rurban [Fri, 26 Nov 2004 18:35:18 +0000 (18:35 +0000)]
new case-sensitive and regex search options

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4196 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agopulldown[] values="val1,val2,val3,..." simple comma seperated values
rurban [Fri, 26 Nov 2004 18:25:33 +0000 (18:25 +0000)]
pulldown[] values="val1,val2,val3,..." simple comma seperated values

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4195 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agoand again a couple of more native db args: backlinks
rurban [Thu, 25 Nov 2004 17:20:52 +0000 (17:20 +0000)]
and again a couple of more native db args: backlinks

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4194 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years ago</option> syntax fix in pulldown window
rurban [Thu, 25 Nov 2004 17:05:48 +0000 (17:05 +0000)]
</option> syntax fix in pulldown window

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4193 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agorenamed text to s because of nasty mozilla radio button bug
rurban [Thu, 25 Nov 2004 13:56:23 +0000 (13:56 +0000)]
renamed text to s because of nasty mozilla radio button bug

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4192 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agosupport extra submit[] and reste[] buttons to place it before. renamed radiobutton...
rurban [Thu, 25 Nov 2004 12:04:17 +0000 (12:04 +0000)]
support extra submit[] and reste[] buttons to place it before. renamed radiobutton to radio

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4191 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agosupport case-exact checkbox
rurban [Thu, 25 Nov 2004 12:02:05 +0000 (12:02 +0000)]
support case-exact checkbox

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4190 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agofix debug+level option request
rurban [Thu, 25 Nov 2004 10:39:48 +0000 (10:39 +0000)]
fix debug+level option request

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4189 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agobetter HTML options: jscript - dblclick on title, debug+level explained
rurban [Thu, 25 Nov 2004 10:27:37 +0000 (10:27 +0000)]
better HTML options: jscript - dblclick on title, debug+level explained

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4188 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agodont extract args
rurban [Thu, 25 Nov 2004 08:30:58 +0000 (08:30 +0000)]
dont extract args

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4187 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agodont mess around with spaces
rurban [Thu, 25 Nov 2004 08:30:15 +0000 (08:30 +0000)]
dont mess around with spaces

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4186 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agoupdate from Pascal
rurban [Thu, 25 Nov 2004 08:29:43 +0000 (08:29 +0000)]
update from Pascal

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4185 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agosupport exclude
rurban [Thu, 25 Nov 2004 08:28:48 +0000 (08:28 +0000)]
support exclude

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4184 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agodont fatal on missing css or imgfiles and actually print the miss
rurban [Thu, 25 Nov 2004 08:28:12 +0000 (08:28 +0000)]
dont fatal on missing css or imgfiles and actually print the miss

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4183 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agofix plugin-list array
rurban [Thu, 25 Nov 2004 08:26:49 +0000 (08:26 +0000)]
fix plugin-list array

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4182 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agopass exclude to the get_all_pages backend
rurban [Thu, 25 Nov 2004 08:11:40 +0000 (08:11 +0000)]
pass exclude to the get_all_pages backend

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4181 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agohandle defaults without any args
rurban [Thu, 25 Nov 2004 07:58:46 +0000 (07:58 +0000)]
handle defaults without any args

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4180 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agonew plugin by Nicolas Noble
rurban [Wed, 24 Nov 2004 19:03:30 +0000 (19:03 +0000)]
new plugin by Nicolas Noble

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4179 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agobug #1063463
rurban [Wed, 24 Nov 2004 18:58:41 +0000 (18:58 +0000)]
bug #1063463

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4178 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agodocs
rurban [Wed, 24 Nov 2004 15:21:19 +0000 (15:21 +0000)]
docs

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4177 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agoallow whitespace in quoted text args
rurban [Wed, 24 Nov 2004 15:19:57 +0000 (15:19 +0000)]
allow whitespace in quoted text args

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4176 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agoadded pulldown support, fixed plugin-list whitespace splitting
rurban [Wed, 24 Nov 2004 15:07:49 +0000 (15:07 +0000)]
added pulldown support, fixed plugin-list whitespace splitting

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4175 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agoomit unneccessary pagename arg
rurban [Wed, 24 Nov 2004 13:55:42 +0000 (13:55 +0000)]
omit unneccessary pagename arg

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4174 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agojust docs
rurban [Wed, 24 Nov 2004 10:58:50 +0000 (10:58 +0000)]
just docs

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4173 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agobetter nobr, allow empty text=""
rurban [Wed, 24 Nov 2004 10:40:04 +0000 (10:40 +0000)]
better nobr, allow empty text=""

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4172 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agoadd nobr, fix duplication if invalid arg is encountered
rurban [Wed, 24 Nov 2004 10:28:26 +0000 (10:28 +0000)]
add nobr, fix duplication if invalid arg is encountered

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4171 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agofill-in request args as with plugin-form
rurban [Wed, 24 Nov 2004 10:14:36 +0000 (10:14 +0000)]
fill-in request args as with plugin-form

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4170 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agoadd case-exact search, fix admin_user
rurban [Wed, 24 Nov 2004 10:00:59 +0000 (10:00 +0000)]
add case-exact search, fix admin_user

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4169 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agosimple plugin by Pascal Giard (QC/EMC)
rurban [Wed, 24 Nov 2004 09:25:35 +0000 (09:25 +0000)]
simple plugin by Pascal Giard (QC/EMC)

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4168 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agobetter support for case_exact search (not caseexact for consistency),
rurban [Tue, 23 Nov 2004 15:17:20 +0000 (15:17 +0000)]
better support for case_exact search (not caseexact for consistency),
plugin args simplification:
  handle and explode exclude and pages argument in WikiPlugin::getArgs
    and exclude in advance (at the sql level if possible)
  handle sortby and limit from request override in WikiPlugin::getArgs
ListSubpages: renamed pages to maxpages

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4167 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agoadd case_exact search
rurban [Tue, 23 Nov 2004 13:35:49 +0000 (13:35 +0000)]
add case_exact search

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4166 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agoseveral fixes and suggestions by Charles Corrigan:
rurban [Tue, 23 Nov 2004 13:06:30 +0000 (13:06 +0000)]
several fixes and suggestions by Charles Corrigan:
* fix GROUP_BOGO_USER check
* allow group pages to have the link to the user page in [ ] brackets
* fix up the implementation of GroupWikiPage::getMembersOf and allow the
  user page to be linked in [ ] brackets
* added _OWNER and _CREATOR to special wikigroups
* check against those two for group membership also, not only the user.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4165 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agoremove final \n to be ob_cache independent
rurban [Sun, 21 Nov 2004 11:59:26 +0000 (11:59 +0000)]
remove final \n to be ob_cache independent

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4164 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agoforce writable dirs: run by cli and webuser with conflicting umasks
rurban [Sun, 21 Nov 2004 11:42:22 +0000 (11:42 +0000)]
force writable dirs: run by cli and webuser with conflicting umasks

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4163 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agoforgot to rename class
rurban [Sun, 21 Nov 2004 11:41:40 +0000 (11:41 +0000)]
forgot to rename class

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4162 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agotest new WantedPages methods
rurban [Sun, 21 Nov 2004 11:08:34 +0000 (11:08 +0000)]
test new WantedPages methods

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4161 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agoadd fast exclude support to SQL get_all_pages
rurban [Sat, 20 Nov 2004 17:49:39 +0000 (17:49 +0000)]
add fast exclude support to SQL get_all_pages

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4160 96ab9672-09ca-45d6-a79d-3d69d39ca109

19 years agobetter defaults
rurban [Sat, 20 Nov 2004 17:42:57 +0000 (17:42 +0000)]
better defaults

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4159 96ab9672-09ca-45d6-a79d-3d69d39ca109