]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/log
SourceForge/phpwiki.git
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

19 years agoinitial simple version
rurban [Sat, 20 Nov 2004 17:37:23 +0000 (17:37 +0000)]
initial simple version

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

19 years agoimproved WantedPages SQL backends
rurban [Sat, 20 Nov 2004 17:35:58 +0000 (17:35 +0000)]
improved WantedPages SQL backends
PageList::sortby new 3rd arg valid_fields (override db fields)
WantedPages sql pager inexact for performance reasons:
  assume 3 wantedfrom per page, to be correct, no getTotal()
support exclude argument for get_all_pages, new _sql_set()

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

19 years agofix a yet unused PageList customPageListColumns bug (merge class not decl to _types)
rurban [Sat, 20 Nov 2004 11:28:49 +0000 (11:28 +0000)]
fix a yet unused PageList customPageListColumns bug (merge class not decl to _types)
change WantedPages to use PageList
change WantedPages to print the list of referenced pages, not just the count.
  the old version was renamed to WantedPagesOld
  fix and add handling of most standard PageList arguments (limit, exclude, ...)
TODO: pagename sorting, dumb/WantedPagesIter and SQL optimization

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

19 years agoFix bad-style Cut&Paste programming errors, detected by Charles Corrigan.
rurban [Sat, 20 Nov 2004 09:16:27 +0000 (09:16 +0000)]
Fix bad-style Cut&Paste programming errors, detected by Charles Corrigan.

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

19 years agoModeratePage part1: change status
rurban [Fri, 19 Nov 2004 19:22:52 +0000 (19:22 +0000)]
ModeratePage part1: change status

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

19 years agonew ModeratedPage action page
rurban [Fri, 19 Nov 2004 13:34:51 +0000 (13:34 +0000)]
new ModeratedPage action page
clarified AllUsers ("or" instead of "and")
updated ReleaseNotes

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

19 years agoclarify docs
rurban [Fri, 19 Nov 2004 13:25:31 +0000 (13:25 +0000)]
clarify docs

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

19 years agoAnother catch by Charles Corrigan: check against the dbi backend, not the WikiDB...
rurban [Fri, 19 Nov 2004 13:23:47 +0000 (13:23 +0000)]
Another catch by Charles Corrigan: check against the dbi backend, not the WikiDB class.

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

19 years agomore safety, requested by Charles Corrigan
rurban [Thu, 18 Nov 2004 09:52:23 +0000 (09:52 +0000)]
more safety, requested by Charles Corrigan

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

19 years agojust whitespace
rurban [Wed, 17 Nov 2004 20:07:18 +0000 (20:07 +0000)]
just whitespace

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

19 years agopossible group fix
rurban [Wed, 17 Nov 2004 20:06:30 +0000 (20:06 +0000)]
possible group fix

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

19 years agoTypo: call SearchHighlight not SearchHighLight
rurban [Wed, 17 Nov 2004 20:03:58 +0000 (20:03 +0000)]
Typo: call SearchHighlight not SearchHighLight

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

19 years agomore verbose on fatal template not found
rurban [Wed, 17 Nov 2004 17:24:02 +0000 (17:24 +0000)]
more verbose on fatal template not found

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

19 years agofixed chdir back from locale
rurban [Wed, 17 Nov 2004 17:23:12 +0000 (17:23 +0000)]
fixed chdir back from locale

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

19 years agoMSIE: more height
rurban [Tue, 16 Nov 2004 18:01:28 +0000 (18:01 +0000)]
MSIE: more height

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

19 years agofix search&replace button
rurban [Tue, 16 Nov 2004 17:57:45 +0000 (17:57 +0000)]
fix search&replace button
use new addTagButton machinery
new showPulldown for categories, TODO: in a seperate request

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

19 years agonew pulldown buttons
rurban [Tue, 16 Nov 2004 17:52:57 +0000 (17:52 +0000)]
new pulldown buttons

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

19 years agore-enable old block markup conversion
rurban [Tue, 16 Nov 2004 17:31:03 +0000 (17:31 +0000)]
re-enable old block markup conversion

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

19 years agofix remove notification error
rurban [Tue, 16 Nov 2004 17:29:04 +0000 (17:29 +0000)]
fix remove notification error
fix creation + update id_cache update

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

19 years agobetter do history -2
rurban [Tue, 16 Nov 2004 17:22:45 +0000 (17:22 +0000)]
better do history -2

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

19 years agofix accesslog tablename, print CREATED only if really done
rurban [Tue, 16 Nov 2004 16:25:14 +0000 (16:25 +0000)]
fix accesslog tablename, print CREATED only if really done

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

19 years agosupport ENABLE_PAGEPERM=false mime load/save
rurban [Tue, 16 Nov 2004 16:17:51 +0000 (16:17 +0000)]
support ENABLE_PAGEPERM=false mime load/save

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

19 years agoenable Overwrite All for upgrade
rurban [Tue, 16 Nov 2004 16:16:44 +0000 (16:16 +0000)]
enable Overwrite All for upgrade

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

19 years agonew tables, better options handling
rurban [Mon, 15 Nov 2004 16:53:01 +0000 (16:53 +0000)]
new tables, better options handling

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

19 years agoadded some wikilens img's.
rurban [Mon, 15 Nov 2004 16:04:35 +0000 (16:04 +0000)]
added some wikilens img's.
clarified RATEIT_IMGPREFIX (for the navbar widget mainly)
placeholder for the LeftbarContent sidebar box

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

19 years agoenable RateIt imgPrefix: '' or 'Star' or 'BStar',
rurban [Mon, 15 Nov 2004 16:00:02 +0000 (16:00 +0000)]
enable RateIt imgPrefix: '' or 'Star' or 'BStar',
enable blue prediction icons,
enable buddy predictions.

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

19 years agosilent cache warning
rurban [Mon, 15 Nov 2004 15:57:37 +0000 (15:57 +0000)]
silent cache warning

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

19 years agodon't load PagePerm on ENABLE_PAGEPERM = false to save memory. Move mayAccessPage...
rurban [Mon, 15 Nov 2004 15:56:40 +0000 (15:56 +0000)]
don't load PagePerm on ENABLE_PAGEPERM = false to save memory. Move mayAccessPage() to main.php

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

19 years agoimprove js stability
rurban [Mon, 15 Nov 2004 15:52:35 +0000 (15:52 +0000)]
improve js stability

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

19 years agofix JS_SEARCHREPLACE
rurban [Mon, 15 Nov 2004 15:37:34 +0000 (15:37 +0000)]
fix JS_SEARCHREPLACE
  don't use document.write for replace, otherwise self.opener is not defined.

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

19 years agoadd simple backtrace on such general failures to get at least an idea where
rurban [Thu, 11 Nov 2004 18:31:26 +0000 (18:31 +0000)]
add simple backtrace on such general failures to get at least an idea where

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

19 years ago(write_sql) isOpen really is useless in non-SQL, do more explicit check
rurban [Thu, 11 Nov 2004 18:29:44 +0000 (18:29 +0000)]
(write_sql) isOpen really is useless in non-SQL, do more explicit check

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

19 years agofix dba non-windows handling
rurban [Thu, 11 Nov 2004 18:28:12 +0000 (18:28 +0000)]
fix dba non-windows handling

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

19 years agominor clarifications
rurban [Thu, 11 Nov 2004 14:34:12 +0000 (14:34 +0000)]
minor clarifications

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

19 years agoimprove HTML interface: options as form
rurban [Thu, 11 Nov 2004 12:28:36 +0000 (12:28 +0000)]
improve HTML interface: options as form

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

19 years agofix loadPhpExtension
rurban [Thu, 11 Nov 2004 11:01:20 +0000 (11:01 +0000)]
fix loadPhpExtension

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

19 years agoDisable default options in config-dist.ini
rurban [Thu, 11 Nov 2004 10:31:26 +0000 (10:31 +0000)]
Disable default options in config-dist.ini
Add new CATEGORY_GROUP_PAGE root page: Default: Translation of "CategoryGroup"
Clarify more options.

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

19 years ago* optimize increaseHitCount, esp. for mysql.
rurban [Wed, 10 Nov 2004 19:32:24 +0000 (19:32 +0000)]
* optimize increaseHitCount, esp. for mysql.
* prepend dirs to the include_path (phpwiki_dir for faster searches)
* Pear_DB version logic (awful but needed)
* fix broken ADODB quote
* _extract_page_data simplification

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

19 years agosql updates for the 1.3.11 release. (this should work for other sql databases also)
rurban [Wed, 10 Nov 2004 19:22:26 +0000 (19:22 +0000)]
sql updates for the 1.3.11 release. (this should work for other sql databases also)

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

19 years ago* requires newer Pear_DB (as the internal one): quote() uses now escapeSimple for...
rurban [Wed, 10 Nov 2004 15:29:21 +0000 (15:29 +0000)]
* requires newer Pear_DB (as the internal one): quote() uses now escapeSimple for strings
* ACCESS_LOG_SQL: fix cause request not yet initialized
* WikiDB: moved SQL specific methods upwards
* new Pear_DB quoting: same as ADODB and as newer Pear_DB.
  fixes all around: WikiGroup, WikiUserNew SQL methods, SQL logging

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

19 years agomoved USECACHE over from WikiDB
rurban [Tue, 9 Nov 2004 17:16:01 +0000 (17:16 +0000)]
moved USECACHE over from WikiDB

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

19 years ago* revert to the wikidb ref passing. there's no memory abuse there.
rurban [Tue, 9 Nov 2004 17:11:17 +0000 (17:11 +0000)]
* revert to the wikidb ref passing. there's no memory abuse there.
* use new wikidb->_cache->_id_cache[] instead of wikidb->_iwpcache, to effectively
  store page ids with getPageLinks (GleanDescription) of all existing pages, which
  are also needed at the rendering for linkExistingWikiWord().
  pass options to pageiterator.
  use this cache also for _get_pageid()
  This saves about 8 SELECT count per page (num all pagelinks).
* fix passing of all page fields to the pageiterator.
* fix overlarge session data which got broken with the latest ACCESS_LOG_SQL changes

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

19 years agotrim filename
rurban [Tue, 9 Nov 2004 08:15:50 +0000 (08:15 +0000)]
trim filename

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

19 years agofix ADODB quoting style
rurban [Tue, 9 Nov 2004 08:15:18 +0000 (08:15 +0000)]
fix ADODB quoting style

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