]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/log
SourceForge/phpwiki.git
17 years agoadded link_search. Clarify API: sortby,limit and exclude are strings.
rurban [Tue, 2 Jan 2007 13:20:26 +0000 (13:20 +0000)]
added link_search. Clarify API: sortby,limit and exclude are strings.

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

17 years agoiterate and search through all links
rurban [Tue, 2 Jan 2007 13:20:17 +0000 (13:20 +0000)]
iterate and search through all links

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

17 years agorewrote listRelations. added linkSearch. force new date in renamePage. fix fortune...
rurban [Tue, 2 Jan 2007 13:20:00 +0000 (13:20 +0000)]
rewrote listRelations. added linkSearch. force new date in renamePage. fix fortune error handling. added page->setAttributes. use translated initial owner. Clarify API: sortby,limit and exclude are strings. Enhance documentation.

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

17 years agonew flatfile backend (readable page files)
rurban [Tue, 2 Jan 2007 13:19:47 +0000 (13:19 +0000)]
new flatfile backend (readable page files)

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

17 years agofaster list_relations method. new native link_search method. additions to rebuild...
rurban [Tue, 2 Jan 2007 13:19:33 +0000 (13:19 +0000)]
faster list_relations method. new native link_search method. additions to rebuild() (still very slow), fix iterator options (for want_relations and exclude). Clarify API: sortby,limit and exclude are strings

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

17 years agoadd getobject2.js to acdropdown to calculate the sizes. add global xmlrpc_url for...
rurban [Tue, 2 Jan 2007 13:19:23 +0000 (13:19 +0000)]
add getobject2.js to acdropdown to calculate the sizes. add global xmlrpc_url for local xml requests (interface simplification). stabilize theme and language detection: require magic files there

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

17 years agoadd SemanticAttributeSearchQuery description
rurban [Tue, 2 Jan 2007 13:19:13 +0000 (13:19 +0000)]
add SemanticAttributeSearchQuery description

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

17 years agoadd NumericSearchQuery. change on pcre: no parsing done, detect modifiers
rurban [Tue, 2 Jan 2007 13:19:05 +0000 (13:19 +0000)]
add NumericSearchQuery. change on pcre: no parsing done, detect modifiers

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

17 years agospeed up Template expansion. revision only necessary. fixed all affected templates
rurban [Tue, 2 Jan 2007 13:18:55 +0000 (13:18 +0000)]
speed up Template expansion. revision only necessary. fixed all affected templates

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

17 years agofilter pageNames through limit, needed for xmlrpc. publish col->current_row and col...
rurban [Tue, 2 Jan 2007 13:18:46 +0000 (13:18 +0000)]
filter pageNames through limit, needed for xmlrpc. publish col->current_row and col->current_column counters during iteration. use table width=100% with captions. Clarify API: sortby,limit and exclude are strings.

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

17 years agoadded postfile and xmlrpc support. added ContentType arg to buildRequest
rurban [Tue, 2 Jan 2007 13:18:35 +0000 (13:18 +0000)]
added postfile and xmlrpc support. added ContentType arg to buildRequest

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

17 years agofix id to edit:content
rurban [Tue, 2 Jan 2007 13:18:26 +0000 (13:18 +0000)]
fix id to edit:content

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

17 years agoomit want_content if not necessary
rurban [Tue, 2 Jan 2007 13:18:16 +0000 (13:18 +0000)]
omit want_content if not necessary

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

17 years agofix semantic attributes syntax :=, not :-, disable DIVSPAN and PLUGIN_MARKUP_MAP
rurban [Tue, 2 Jan 2007 13:18:07 +0000 (13:18 +0000)]
fix semantic attributes syntax :=, not :-, disable DIVSPAN and PLUGIN_MARKUP_MAP

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

17 years agofix semantic page links and attributes, esp. attributes. they get stored as link...
rurban [Tue, 2 Jan 2007 13:17:57 +0000 (13:17 +0000)]
fix semantic page links and attributes, esp. attributes. they get stored as link to empty page also. tighten semantic url expander regex, omit want_content if not necessary

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

17 years agoadded experimental EMailConfirm auth. (not yet tested)
rurban [Sun, 24 Dec 2006 13:35:43 +0000 (13:35 +0000)]
added experimental EMailConfirm auth. (not yet tested)
requires actionpage ConfirmEmail
TBD: purge expired cookies

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

17 years agomore configurator support. treat cgi setups seperately
rurban [Sat, 23 Dec 2006 16:12:16 +0000 (16:12 +0000)]
more configurator support. treat cgi setups seperately

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

17 years agomore configurator support
rurban [Sat, 23 Dec 2006 16:11:30 +0000 (16:11 +0000)]
more configurator support

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

17 years agodocument new options
rurban [Sat, 23 Dec 2006 15:35:19 +0000 (15:35 +0000)]
document new options

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

17 years agoallow only local tests
rurban [Sat, 23 Dec 2006 13:50:06 +0000 (13:50 +0000)]
allow only local tests

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

17 years agorelax more delete triggers
rurban [Sat, 23 Dec 2006 13:04:56 +0000 (13:04 +0000)]
relax more delete triggers

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

17 years agoreorder deletion
rurban [Sat, 23 Dec 2006 13:03:32 +0000 (13:03 +0000)]
reorder deletion

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

17 years agoupdate to new structure
rurban [Sat, 23 Dec 2006 13:01:59 +0000 (13:01 +0000)]
update to new structure

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

17 years agonote about vacuum permissions
rurban [Sat, 23 Dec 2006 11:56:17 +0000 (11:56 +0000)]
note about vacuum permissions

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

17 years agobump version
rurban [Sat, 23 Dec 2006 11:51:23 +0000 (11:51 +0000)]
bump version

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

17 years agoadded missing result init
rurban [Sat, 23 Dec 2006 11:50:45 +0000 (11:50 +0000)]
added missing result init

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

17 years agoprefix new experimental relations
rurban [Sat, 23 Dec 2006 11:48:58 +0000 (11:48 +0000)]
prefix new experimental relations

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

17 years agoadd relation
rurban [Sat, 23 Dec 2006 11:47:40 +0000 (11:47 +0000)]
add relation

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

17 years agodeal with strict references and the order of deletion
rurban [Sat, 23 Dec 2006 11:44:56 +0000 (11:44 +0000)]
deal with strict references and the order of deletion

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

17 years agoMove mailer functions into seperate MailNotify.php
rurban [Fri, 22 Dec 2006 17:59:55 +0000 (17:59 +0000)]
Move mailer functions into seperate MailNotify.php

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

17 years agoMinor improvements
rurban [Fri, 22 Dec 2006 17:57:41 +0000 (17:57 +0000)]
Minor improvements

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

17 years agouse getUploadxxxPath
rurban [Fri, 22 Dec 2006 17:57:10 +0000 (17:57 +0000)]
use getUploadxxxPath
improve error display

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

17 years agofix source handling
rurban [Fri, 22 Dec 2006 17:55:06 +0000 (17:55 +0000)]
fix source handling

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

17 years agoRemove action from edited url
rurban [Fri, 22 Dec 2006 17:53:55 +0000 (17:53 +0000)]
Remove action from edited url
move wikitohtml to lib/WysiwygEdit/Wikiwyg.php

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

17 years agoMove WikiToHtml to WikiWyg. There's no other usecase.
rurban [Fri, 22 Dec 2006 17:51:29 +0000 (17:51 +0000)]
Move WikiToHtml to WikiWyg. There's no other usecase.

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

17 years agofix quoting
rurban [Fri, 22 Dec 2006 17:49:38 +0000 (17:49 +0000)]
fix quoting

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

17 years agoadd Log
rurban [Fri, 22 Dec 2006 17:49:05 +0000 (17:49 +0000)]
add Log

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

17 years agoDisplay Warnings only once.
rurban [Fri, 22 Dec 2006 17:47:34 +0000 (17:47 +0000)]
Display Warnings only once.
Add button accesskeys

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

17 years agoadd USE_BYTEA
rurban [Fri, 22 Dec 2006 17:45:28 +0000 (17:45 +0000)]
add USE_BYTEA

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

17 years agosupport importing foreign charsets. e.g latin1 => utf8
rurban [Fri, 22 Dec 2006 17:44:15 +0000 (17:44 +0000)]
support importing foreign charsets. e.g latin1 => utf8

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

17 years agoforgot why
rurban [Fri, 22 Dec 2006 17:25:23 +0000 (17:25 +0000)]
forgot why

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

17 years agoTry to dl() load the iconv extension, if not already loaded
rurban [Fri, 22 Dec 2006 16:53:38 +0000 (16:53 +0000)]
Try to dl() load the iconv extension, if not already loaded

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

17 years agosilence one BlockParser use-case
rurban [Fri, 22 Dec 2006 16:21:29 +0000 (16:21 +0000)]
silence one BlockParser use-case

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

17 years agowikiwyg.css already contained in phpwiki.css
rurban [Fri, 22 Dec 2006 01:50:01 +0000 (01:50 +0000)]
wikiwyg.css already contained in phpwiki.css

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

17 years agoremove fixed Warning. May be notice also
rurban [Fri, 22 Dec 2006 01:47:55 +0000 (01:47 +0000)]
remove fixed Warning. May be notice also

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

17 years ago*** empty log message ***
rurban [Fri, 22 Dec 2006 01:32:29 +0000 (01:32 +0000)]
*** empty log message ***

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

17 years agonew plugin similar to mediawiki
rurban [Fri, 22 Dec 2006 01:28:23 +0000 (01:28 +0000)]
new plugin similar to mediawiki

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

17 years agoAutomatically create a Users homepage, when no SQL method exists
rurban [Fri, 22 Dec 2006 01:20:14 +0000 (01:20 +0000)]
Automatically create a Users homepage, when no SQL method exists
not to rely on cookies.

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

17 years agofix syntax error
rurban [Fri, 22 Dec 2006 01:04:12 +0000 (01:04 +0000)]
fix syntax error

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

17 years agobump version
rurban [Fri, 22 Dec 2006 00:28:25 +0000 (00:28 +0000)]
bump version

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

17 years agojust add Log
rurban [Fri, 22 Dec 2006 00:27:37 +0000 (00:27 +0000)]
just add Log

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

17 years agoensure $revision to be ste for all templates
rurban [Fri, 22 Dec 2006 00:24:43 +0000 (00:24 +0000)]
ensure $revision to be ste for all templates

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

17 years agosilence empty obcache messages
rurban [Fri, 22 Dec 2006 00:24:09 +0000 (00:24 +0000)]
silence empty obcache messages

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

17 years agoFix Bug #1540007 "hardened-php issue, crawlers related"
rurban [Fri, 22 Dec 2006 00:23:24 +0000 (00:23 +0000)]
Fix Bug #1540007 "hardened-php issue, crawlers related"
Broken str_replace with strings > 200 chars

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

17 years agoimprove and unify error messages
rurban [Fri, 22 Dec 2006 00:17:49 +0000 (00:17 +0000)]
improve and unify error messages

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

17 years agoadd time to signature
rurban [Fri, 22 Dec 2006 00:17:06 +0000 (00:17 +0000)]
add time to signature

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

17 years agoadd seperate expandurl method, to simplify pagename parsing
rurban [Fri, 22 Dec 2006 00:11:38 +0000 (00:11 +0000)]
add seperate expandurl method, to simplify pagename parsing

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

17 years agoOptimization after edit:
rurban [Fri, 22 Dec 2006 00:08:08 +0000 (00:08 +0000)]
Optimization after edit:
Shortcut to keep all revisions, if min_keep == INFINITY

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

17 years agoCreate the right subdirectory name, urlencoded.
rurban [Sun, 17 Dec 2006 18:35:23 +0000 (18:35 +0000)]
Create the right subdirectory name, urlencoded.

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

17 years agoadd contentSub placeholder
rurban [Fri, 8 Dec 2006 08:09:24 +0000 (08:09 +0000)]
add contentSub placeholder

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

17 years agoenhance remote_host size to 100 as requested by christopher jones (oracle)
rurban [Fri, 8 Dec 2006 08:04:10 +0000 (08:04 +0000)]
enhance remote_host size to 100 as requested by christopher jones (oracle)

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

17 years agohelp the %BODY% hack
rurban [Fri, 8 Dec 2006 07:17:22 +0000 (07:17 +0000)]
help the %BODY% hack

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

17 years agodivider for the remove button
rurban [Fri, 8 Dec 2006 07:16:44 +0000 (07:16 +0000)]
divider for the remove button

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

17 years agoupdate comment: buttons and comment is solved
rurban [Wed, 6 Dec 2006 22:10:15 +0000 (22:10 +0000)]
update comment: buttons and comment is solved

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

17 years agoAdd new Button argument to override any option.
rurban [Wed, 6 Dec 2006 22:07:31 +0000 (22:07 +0000)]
Add new Button argument to override any option.

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

17 years agofix MSIE edits with MonoBook.
rurban [Wed, 6 Dec 2006 22:05:39 +0000 (22:05 +0000)]
fix MSIE edits with MonoBook.
Imported new mediawiki hacks and supported "selected" actiontab.
Just the MSIE signin button looks awful.

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

17 years agoIE70Fixes.css from mediawiki
rurban [Wed, 6 Dec 2006 22:03:15 +0000 (22:03 +0000)]
IE70Fixes.css from mediawiki

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

17 years agoadd diff support
rurban [Tue, 5 Dec 2006 21:30:41 +0000 (21:30 +0000)]
add diff support

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

17 years ago#1535832 by matt brown: Check for base 64 encoded version data
rurban [Sun, 3 Dec 2006 17:11:53 +0000 (17:11 +0000)]
#1535832 by matt brown: Check for base 64 encoded version data

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

17 years ago#1535843 by matt brown: Upgrade Wizard Password fixes are not portable
rurban [Sun, 3 Dec 2006 17:07:29 +0000 (17:07 +0000)]
#1535843 by matt brown: Upgrade Wizard Password fixes are not portable

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

17 years ago#1535851 by matt brown
rurban [Sun, 3 Dec 2006 17:03:18 +0000 (17:03 +0000)]
#1535851 by matt brown

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

17 years ago#1535839 by matt brown
rurban [Sun, 3 Dec 2006 17:01:18 +0000 (17:01 +0000)]
#1535839 by matt brown

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

17 years agoremove closing Smart ROLLBACK, cannot be forced if never started.
rurban [Sun, 3 Dec 2006 16:25:20 +0000 (16:25 +0000)]
remove closing Smart ROLLBACK, cannot be forced if never started.
remove postgresql user VACUUM, autovacumm must do that. (can be easily
enabled)

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

17 years agosome internal development plans
rurban [Sun, 3 Dec 2006 14:13:51 +0000 (14:13 +0000)]
some internal development plans

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

17 years agoMove PurgeHtmlCache from the toolbox to the special actions.
rurban [Sun, 3 Dec 2006 14:03:12 +0000 (14:03 +0000)]
Move PurgeHtmlCache from the toolbox to the special actions.
Add "Printable version" link and css changing jscript from
  http://www.howtocreate.co.uk/tutorials/javascript/domcss
  See http://www.howtocreate.co.uk/jslibs/termsOfUse.html
  Free license, but commercial sites need a footer link to that site.
Change Pdf wording to Display as Pdf and remove pdf icon.

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

17 years agoextra neline at end
rurban [Sat, 2 Dec 2006 22:29:29 +0000 (22:29 +0000)]
extra neline at end

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

17 years agoobey deletion order for recent
rurban [Sat, 2 Dec 2006 22:28:31 +0000 (22:28 +0000)]
obey deletion order for recent

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

17 years agofix WantedPages SQL: no JOIN
rurban [Sat, 2 Dec 2006 21:57:27 +0000 (21:57 +0000)]
fix WantedPages SQL: no JOIN
clarify first condition in CASE WHEN

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

17 years agouser VARCHAR, not CHAR not being forced to use TRIM(userid) and so on
rurban [Sat, 2 Dec 2006 21:09:56 +0000 (21:09 +0000)]
user VARCHAR, not CHAR not being forced to use TRIM(userid) and so on

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

17 years agoSimplify DISABLE_MARKUP_WIKIWORD handling by adding the new function
rurban [Sat, 2 Dec 2006 19:53:05 +0000 (19:53 +0000)]
Simplify DISABLE_MARKUP_WIKIWORD handling by adding the new function
stdlib: array_remove(). Hopefully PHP will not add this natively sooner
or later.

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

17 years agoFix MonoBook layout (id content forbidden here)
rurban [Sat, 2 Dec 2006 13:58:27 +0000 (13:58 +0000)]
Fix MonoBook layout (id content forbidden here)
Add new revision to the bottom of the diff as in mediawiki.

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

17 years agoMonoBook improvements: fix action button bar for MSIE
rurban [Sat, 2 Dec 2006 13:35:04 +0000 (13:35 +0000)]
MonoBook improvements: fix action button bar for MSIE
revamp toolboxes, add experimental WatchPage button.
move footer to very bottom (width 100%)

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

17 years agofix Only variables should be assigned by reference
rurban [Sat, 2 Dec 2006 13:19:50 +0000 (13:19 +0000)]
fix Only variables should be assigned by reference

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

17 years ago fix MSIE layout for AddComment
rurban [Fri, 1 Dec 2006 07:51:16 +0000 (07:51 +0000)]
 fix MSIE layout for AddComment

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

17 years agoquote the date
rurban [Wed, 29 Nov 2006 19:49:48 +0000 (19:49 +0000)]
quote the date

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

17 years agofix CASE WHEN SQL syntax error from previous commit
rurban [Wed, 29 Nov 2006 19:49:05 +0000 (19:49 +0000)]
fix CASE WHEN SQL syntax error from previous commit

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

17 years agoOops. Syntax error in prev commit
rurban [Sun, 19 Nov 2006 14:04:39 +0000 (14:04 +0000)]
Oops. Syntax error in prev commit

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

17 years agoReplace IF by CASE in exists_link()
rurban [Sun, 19 Nov 2006 14:03:32 +0000 (14:03 +0000)]
Replace IF by CASE in exists_link()

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

17 years agofix Regex Syntax Error
rurban [Sun, 19 Nov 2006 13:57:14 +0000 (13:57 +0000)]
fix Regex Syntax Error

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

17 years agoimprove debug output: regex only once
rurban [Sun, 19 Nov 2006 13:52:52 +0000 (13:52 +0000)]
improve debug output: regex only once

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

17 years agofix and stabilize MAP splitting
rurban [Sun, 19 Nov 2006 13:52:18 +0000 (13:52 +0000)]
fix and stabilize MAP splitting

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

17 years agoIPV6 fix by matt brown, #1546571
rurban [Sun, 19 Nov 2006 11:24:11 +0000 (11:24 +0000)]
IPV6 fix by matt brown, #1546571
An IPv6 address must be surrounded by square brackets to form a valid server name.

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

17 years agoPatch from Bug# 1569424 by Bob Peele (bob.peele@oracle.com)
rurban [Sun, 19 Nov 2006 11:10:11 +0000 (11:10 +0000)]
Patch from Bug# 1569424 by Bob Peele (bob.peele@oracle.com)

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

17 years agoExpand possible interwiki link for Transclude src
rurban [Thu, 12 Oct 2006 18:45:40 +0000 (18:45 +0000)]
Expand possible interwiki link for Transclude src

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

17 years agoadd missing css
rurban [Thu, 12 Oct 2006 06:45:48 +0000 (06:45 +0000)]
add missing css

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

17 years agoUpdate ReleaseNotes
rurban [Thu, 12 Oct 2006 06:38:53 +0000 (06:38 +0000)]
Update ReleaseNotes

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

17 years agoUpdate plugin docs
rurban [Thu, 12 Oct 2006 06:38:33 +0000 (06:38 +0000)]
Update plugin docs

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

17 years agobump version
rurban [Thu, 12 Oct 2006 06:36:37 +0000 (06:36 +0000)]
bump version

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

17 years agoGuard against unwanted DEBUG="DEBUG" logic. In detail (WikiDB),
rurban [Thu, 12 Oct 2006 06:36:09 +0000 (06:36 +0000)]
Guard against unwanted DEBUG="DEBUG" logic. In detail (WikiDB),
and generally by forcing all int constants to be defined as int.

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

17 years agodecide later with which class to render this link (fixes interwiki link layout)
rurban [Thu, 12 Oct 2006 06:33:50 +0000 (06:33 +0000)]
decide later with which class to render this link (fixes interwiki link layout)

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