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

19 years agofix DEBUG mode elements
rurban [Mon, 8 Nov 2004 17:09:34 +0000 (17:09 +0000)]
fix DEBUG mode elements

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

19 years agomore logging fixes
rurban [Sun, 7 Nov 2004 18:34:29 +0000 (18:34 +0000)]
more logging fixes

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

19 years agofix VIRTUAL_PATH
rurban [Sun, 7 Nov 2004 16:47:32 +0000 (16:47 +0000)]
fix VIRTUAL_PATH

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

19 years agoACCESS_LOG_SQL schema
rurban [Sun, 7 Nov 2004 16:04:54 +0000 (16:04 +0000)]
ACCESS_LOG_SQL schema

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

19 years agoACCESS_LOG_SQL
rurban [Sun, 7 Nov 2004 16:03:57 +0000 (16:03 +0000)]
ACCESS_LOG_SQL

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

19 years agonew sql access log (for spam prevention), and restructured access log class
rurban [Sun, 7 Nov 2004 16:02:52 +0000 (16:02 +0000)]
new sql access log (for spam prevention), and restructured access log class
dbh->quote (generic)
pear_db: mysql specific parts seperated (using replace)

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

19 years agoinit is easier this way: no ->init(), pass params instead
rurban [Sat, 6 Nov 2004 17:13:17 +0000 (17:13 +0000)]
init is easier this way: no ->init(), pass params instead

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

19 years agoThe optimized version doesn't query for pagedata anymore.
rurban [Sat, 6 Nov 2004 17:11:42 +0000 (17:11 +0000)]
The optimized version doesn't query for pagedata anymore.

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

19 years agoWorkaround some php-win \\ duplication bug
rurban [Sat, 6 Nov 2004 17:02:33 +0000 (17:02 +0000)]
Workaround some php-win \\ duplication bug

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

19 years agounify DATABASE constants init as with DBAUTH
rurban [Sat, 6 Nov 2004 17:01:30 +0000 (17:01 +0000)]
unify DATABASE constants init as with DBAUTH

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

19 years agoWithout the dir check it might fail for index.php via DirectoyIndex
rurban [Sat, 6 Nov 2004 16:37:58 +0000 (16:37 +0000)]
Without the dir check it might fail for index.php via DirectoyIndex

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

19 years agosimple version at first
rurban [Sat, 6 Nov 2004 04:52:29 +0000 (04:52 +0000)]
simple version at first

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

19 years agoreadable ACCESS_LOG support: RecentReferrers, WikiAccessRestrictions
rurban [Sat, 6 Nov 2004 04:51:25 +0000 (04:51 +0000)]
readable ACCESS_LOG support: RecentReferrers, WikiAccessRestrictions

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

19 years agomake use of dumped static config state in config/config.php (if writable)
rurban [Sat, 6 Nov 2004 03:07:03 +0000 (03:07 +0000)]
make use of dumped static config state in config/config.php (if writable)

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

19 years agoomit the wrong paragraph, the plugin decides that
rurban [Fri, 5 Nov 2004 22:33:17 +0000 (22:33 +0000)]
omit the wrong paragraph, the plugin decides that

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

19 years agoencode the subject to be 7-bit safe
rurban [Fri, 5 Nov 2004 22:32:15 +0000 (22:32 +0000)]
encode the subject to be 7-bit safe

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

19 years agoempty passwd PersonalPage case
rurban [Fri, 5 Nov 2004 22:09:39 +0000 (22:09 +0000)]
empty passwd PersonalPage case

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

19 years agoOk: Fix loading all required userclasses beforehand. This is much slower than before...
rurban [Fri, 5 Nov 2004 22:08:52 +0000 (22:08 +0000)]
Ok: Fix loading all required userclasses beforehand. This is much slower than before but safes a few bytes RAM

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

19 years agonew DEBUG flag: _DEBUG_LOGIN (64)
rurban [Fri, 5 Nov 2004 21:03:27 +0000 (21:03 +0000)]
new DEBUG flag: _DEBUG_LOGIN (64)
  verbose login debug-msg (settings and reason for failure)

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

19 years agoverbose login failing msg
rurban [Fri, 5 Nov 2004 20:56:12 +0000 (20:56 +0000)]
verbose login failing msg

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

19 years agologin cleanup: better debug msg on failing login,
rurban [Fri, 5 Nov 2004 20:53:36 +0000 (20:53 +0000)]
login cleanup: better debug msg on failing login,
checked password less immediate login (bogo or anon),
checked olduser pref session error,
better PersonalPage without password warning on minimal password length=0
  (which is default now)

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

19 years agorequired dummy file
rurban [Fri, 5 Nov 2004 18:11:38 +0000 (18:11 +0000)]
required dummy file

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

19 years agoprint errno only if _DEBUG_VERBOSE
rurban [Fri, 5 Nov 2004 18:04:20 +0000 (18:04 +0000)]
print errno only if _DEBUG_VERBOSE

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

19 years agoshorten the template chain in errmsg
rurban [Fri, 5 Nov 2004 18:03:35 +0000 (18:03 +0000)]
shorten the template chain in errmsg

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

19 years agoforgot the BogoLogin inclusion with the latest rewrite
rurban [Fri, 5 Nov 2004 16:15:57 +0000 (16:15 +0000)]
forgot the BogoLogin inclusion with the latest rewrite

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

19 years agoapache2 fedora change
rurban [Wed, 3 Nov 2004 18:21:16 +0000 (18:21 +0000)]
apache2 fedora change

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

19 years agomore explanations
rurban [Wed, 3 Nov 2004 18:17:22 +0000 (18:17 +0000)]
more explanations

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

19 years agoprovide wikiusernew COOKIE settings, esp. for old WikiUser
rurban [Wed, 3 Nov 2004 18:14:24 +0000 (18:14 +0000)]
provide wikiusernew COOKIE settings, esp. for old WikiUser

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

19 years agomake it easier to disable EmailVerification
rurban [Wed, 3 Nov 2004 17:13:49 +0000 (17:13 +0000)]
make it easier to disable EmailVerification
  Bug #1053681

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

19 years agonote to quote NONE
rurban [Wed, 3 Nov 2004 17:04:10 +0000 (17:04 +0000)]
note to quote NONE
  Bug #1054751 by Hendrik Scheider

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

19 years agopcre crash and mysql helpers
rurban [Wed, 3 Nov 2004 16:55:03 +0000 (16:55 +0000)]
pcre crash and mysql helpers

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

19 years agosome new defaults and constants, renamed USE_DOUBLECLICKEDIT to ENABLE_DOUBLECLICKEDIT
rurban [Wed, 3 Nov 2004 16:50:31 +0000 (16:50 +0000)]
some new defaults and constants, renamed USE_DOUBLECLICKEDIT to ENABLE_DOUBLECLICKEDIT

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

19 years agonew WikiDB API
rurban [Wed, 3 Nov 2004 16:48:52 +0000 (16:48 +0000)]
new WikiDB API

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

19 years agofor new etags
rurban [Wed, 3 Nov 2004 16:47:53 +0000 (16:47 +0000)]
for new etags

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

19 years agosome unit tests fixes and updates
rurban [Wed, 3 Nov 2004 16:47:10 +0000 (16:47 +0000)]
some unit tests fixes and updates

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

19 years agomore pgsrc updates
rurban [Wed, 3 Nov 2004 16:46:16 +0000 (16:46 +0000)]
more pgsrc updates

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

19 years agoadd box comment
rurban [Wed, 3 Nov 2004 16:45:05 +0000 (16:45 +0000)]
add box comment

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

19 years agopgsrc updates
rurban [Wed, 3 Nov 2004 16:43:56 +0000 (16:43 +0000)]
pgsrc updates

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

19 years agoproper msg if rss connection is broken or no items found
rurban [Wed, 3 Nov 2004 16:34:11 +0000 (16:34 +0000)]
proper msg if rss connection is broken or no items found

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

19 years agoRemoved defunct AndStuff wiki from interwiki.map as requested
dairiki [Wed, 3 Nov 2004 16:04:37 +0000 (16:04 +0000)]
Removed defunct AndStuff wiki from interwiki.map as requested
by Scott Moonen.

(And yes, surprisingly enough, I'm still alive!  Hi everyone!)

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

19 years agofix against switching user new/old between sessions
rurban [Mon, 1 Nov 2004 13:55:05 +0000 (13:55 +0000)]
fix against switching user new/old between sessions

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

19 years agoseperate PassUser methods into seperate dir (memory usage)
rurban [Mon, 1 Nov 2004 10:44:00 +0000 (10:44 +0000)]
seperate PassUser methods into seperate dir (memory usage)
fix WikiUser (old) overlarge data session
remove wikidb arg from various page class methods, use global ->_dbi instead
...

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

19 years agoavoid ConvertOldMarkup step, using markup=2 (memory problems)
rurban [Mon, 1 Nov 2004 09:14:25 +0000 (09:14 +0000)]
avoid ConvertOldMarkup step, using markup=2 (memory problems)

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

19 years agoPurgeHtmlCache only on USECACHE
rurban [Fri, 22 Oct 2004 12:01:17 +0000 (12:01 +0000)]
PurgeHtmlCache only on USECACHE

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

19 years agofix for USECACHE=false
rurban [Fri, 22 Oct 2004 09:20:36 +0000 (09:20 +0000)]
fix for USECACHE=false

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

19 years agoAlert::show has no arg anymore
rurban [Fri, 22 Oct 2004 09:15:39 +0000 (09:15 +0000)]
Alert::show has no arg anymore

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

19 years agoadded longer_timeout (HttpClient)
rurban [Fri, 22 Oct 2004 09:05:11 +0000 (09:05 +0000)]
added longer_timeout (HttpClient)
fixed warning

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

19 years agono mem in runme_all, more ex.
rurban [Thu, 21 Oct 2004 21:59:08 +0000 (21:59 +0000)]
no mem in runme_all, more ex.

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

19 years agoisAdmin must be signed and authenticated
rurban [Thu, 21 Oct 2004 21:03:50 +0000 (21:03 +0000)]
isAdmin must be signed and authenticated
comment out unused sections (memory)

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

19 years agofix seperate page login
rurban [Thu, 21 Oct 2004 21:02:04 +0000 (21:02 +0000)]
fix seperate page login

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

19 years agofix recursion bug for old WikiUser:
rurban [Thu, 21 Oct 2004 21:00:59 +0000 (21:00 +0000)]
fix recursion bug for old WikiUser:
  limit max recursion depth (4) and overall recursions (35).

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

19 years agoFrom patch #970004 "Double clic to edit" by pixels.
rurban [Thu, 21 Oct 2004 20:20:53 +0000 (20:20 +0000)]
From patch #970004 "Double clic to edit" by pixels.

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

19 years agoPatch #991494 (ppo): Avoid notice in PHP >= 4.3.3 if session already started
rurban [Thu, 21 Oct 2004 19:59:18 +0000 (19:59 +0000)]
Patch #991494 (ppo): Avoid notice in PHP >= 4.3.3 if session already started

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

19 years agoPatch #994487: Allow callers to get the parse tree for a page (danfr)
rurban [Thu, 21 Oct 2004 19:52:10 +0000 (19:52 +0000)]
Patch #994487: Allow callers to get the parse tree for a page (danfr)

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

19 years agoBe more stricter with uploads: Filenames may only contain alphanumeric
rurban [Thu, 21 Oct 2004 19:03:37 +0000 (19:03 +0000)]
Be more stricter with uploads: Filenames may only contain alphanumeric
characters. Patch #1037825

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

19 years agoupload errmsgs by Shilad Sen.
rurban [Thu, 21 Oct 2004 19:00:37 +0000 (19:00 +0000)]
upload errmsgs by Shilad Sen.
chunkOutput support: flush the buffer piecewise (dumphtml, large pagelists)
  doesn't gain much because ob_end_clean() doesn't release its
  memory properly yet.

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

19 years agomemory regression suite
rurban [Thu, 21 Oct 2004 12:03:34 +0000 (12:03 +0000)]
memory regression suite

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

19 years agouse config.ini for SQL settings, extra test per unit to reset timeout and avoid PHPUn...
rurban [Wed, 20 Oct 2004 13:06:16 +0000 (13:06 +0000)]
use config.ini for SQL settings, extra test per unit to reset timeout and avoid PHPUnit mem.overhead

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

19 years agoprint diffs
rurban [Tue, 19 Oct 2004 21:14:58 +0000 (21:14 +0000)]
print diffs

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

19 years agomore diagnostics, more sf.net overrides.
rurban [Tue, 19 Oct 2004 20:07:14 +0000 (20:07 +0000)]
more diagnostics, more sf.net overrides.

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

19 years ago<4.3 fix
rurban [Tue, 19 Oct 2004 17:34:55 +0000 (17:34 +0000)]
<4.3 fix

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

19 years agofixes for old php and sf.net env
rurban [Tue, 19 Oct 2004 17:31:00 +0000 (17:31 +0000)]
fixes for old php and sf.net env

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

19 years agoprefer explicit args
rurban [Tue, 19 Oct 2004 16:41:07 +0000 (16:41 +0000)]
prefer explicit args

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

19 years agosome sample memory usage
rurban [Tue, 19 Oct 2004 16:19:12 +0000 (16:19 +0000)]
some sample memory usage
fix web argv handling

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

19 years agoimproved commend-line handling:
rurban [Tue, 19 Oct 2004 15:21:17 +0000 (15:21 +0000)]
improved commend-line handling:
  test=<testname>... db=<backend>... debug=<num> level=<num>
added level to user object (certain tests require admin privileges)
improved windows memory trace: for getmypid only. (requires cygwin)
  TODO: not the bash, just the php or apache pid. use /proc/#/stat instead of statm?

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

19 years agotestsuite starters
rurban [Tue, 19 Oct 2004 15:18:22 +0000 (15:18 +0000)]
testsuite starters

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

19 years agofixed: Unknown modifier "g"
rurban [Tue, 19 Oct 2004 13:23:06 +0000 (13:23 +0000)]
fixed: Unknown modifier "g"

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

19 years agonew [Overwrite All] button
rurban [Sat, 16 Oct 2004 15:13:39 +0000 (15:13 +0000)]
new [Overwrite All] button

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

19 years agoadded OsFaq2
rurban [Sat, 16 Oct 2004 05:27:42 +0000 (05:27 +0000)]
added OsFaq2

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

19 years agofix yesterdays premature dumphtml fix for $default_text (thanks John Shen)
rurban [Fri, 15 Oct 2004 11:05:10 +0000 (11:05 +0000)]
fix yesterdays premature dumphtml fix for $default_text (thanks John Shen)

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

19 years agofix dumphtml with USE_PATH_INFO (again). fix some PageList refs
rurban [Thu, 14 Oct 2004 21:06:02 +0000 (21:06 +0000)]
fix dumphtml with USE_PATH_INFO (again). fix some PageList refs

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

19 years agoremove debugging prints
rurban [Thu, 14 Oct 2004 19:23:58 +0000 (19:23 +0000)]
remove debugging prints

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

19 years agoloadsave: check if the dumped file will be accessible from outside.
rurban [Thu, 14 Oct 2004 19:19:34 +0000 (19:19 +0000)]
loadsave: check if the dumped file will be accessible from outside.
and some other minor fixes. (cvsclient native not yet ready)

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

19 years agofix warning in safe_wordwrap
rurban [Thu, 14 Oct 2004 17:49:58 +0000 (17:49 +0000)]
fix warning in safe_wordwrap

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

19 years agotypo in safe_wordwrap
rurban [Thu, 14 Oct 2004 17:48:19 +0000 (17:48 +0000)]
typo in safe_wordwrap

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

19 years agoallow most_popular sortby arguments
rurban [Thu, 14 Oct 2004 17:19:17 +0000 (17:19 +0000)]
allow most_popular sortby arguments

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

19 years agoremove dbi WikiDB_Page param: use global request object instead. (memory)
rurban [Thu, 14 Oct 2004 17:17:57 +0000 (17:17 +0000)]
remove dbi WikiDB_Page param: use global request object instead. (memory)
allow most_popular sortby arguments

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

19 years agooverride DB sort: not applicable
rurban [Thu, 14 Oct 2004 17:16:22 +0000 (17:16 +0000)]
override DB sort: not applicable

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

19 years agoremove class _PageList_Page, fix sortby=0 (start with 1, use strings), fix _PageList_...
rurban [Thu, 14 Oct 2004 17:15:05 +0000 (17:15 +0000)]
remove class _PageList_Page, fix sortby=0 (start with 1, use strings), fix _PageList_Column_content for old phps, hits as int

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