]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/log
SourceForge/phpwiki.git
19 years agocentralize upload paths.
rurban [Wed, 22 Sep 2004 13:46:26 +0000 (13:46 +0000)]
centralize upload paths.
major WikiPluginCached feature enhancement:
  support _STATIC pages in uploads/ instead of dynamic getimg.php? subrequests.
  mainly for debugging, cache problems and action=pdf

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

19 years agoSupport ranges, based on a simple patch by JoshWand
rurban [Wed, 22 Sep 2004 13:36:45 +0000 (13:36 +0000)]
Support ranges, based on a simple patch by JoshWand
  next_n_days, last_n_days, next_n
  last_n not yet

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

19 years agoSupport pdf button with USE_EXTERNAL_HTML2PDF definition (htmldoc tested)
rurban [Wed, 22 Sep 2004 10:11:51 +0000 (10:11 +0000)]
Support pdf button with USE_EXTERNAL_HTML2PDF definition (htmldoc tested)

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

19 years agofix Constant toc_full_syntax already defined warning
rurban [Mon, 20 Sep 2004 14:07:16 +0000 (14:07 +0000)]
fix Constant toc_full_syntax already defined warning

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

19 years agodefine all config.ini settings, only the supported will be taken from -default.
rurban [Mon, 20 Sep 2004 13:40:19 +0000 (13:40 +0000)]
define all config.ini settings, only the supported will be taken from -default.
support USE_EXTERNAL_HTML2PDF renderer (htmldoc tested)

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

19 years agotypo
rurban [Fri, 17 Sep 2004 14:43:31 +0000 (14:43 +0000)]
typo

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

19 years agoupdate comments
rurban [Fri, 17 Sep 2004 14:25:45 +0000 (14:25 +0000)]
update comments

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

19 years agosupport exclude=<!plugin-list !>, p not yet
rurban [Fri, 17 Sep 2004 14:24:06 +0000 (14:24 +0000)]
support exclude=<!plugin-list !>, p not yet

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

19 years agosupport paging, force limit 50
rurban [Fri, 17 Sep 2004 14:23:21 +0000 (14:23 +0000)]
support paging, force limit 50

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

19 years agofix LDAP ou= issue, wrong strstr arg order
rurban [Fri, 17 Sep 2004 14:21:28 +0000 (14:21 +0000)]
fix LDAP ou= issue, wrong strstr arg order

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

19 years agodisable Content-Type header for now, until it is fixed
rurban [Fri, 17 Sep 2004 14:19:41 +0000 (14:19 +0000)]
disable Content-Type header for now, until it is fixed

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

19 years agodefault pdf dest: browser
rurban [Fri, 17 Sep 2004 14:19:02 +0000 (14:19 +0000)]
default pdf dest: browser

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

19 years agoWe check for the client Accept-Encoding: "gzip" presence also
rurban [Fri, 17 Sep 2004 14:13:49 +0000 (14:13 +0000)]
We check for the client Accept-Encoding: "gzip" presence also
This should eliminate a lot or reported problems.

Note that this doesn#t fix RSS ssues:
Most RSS clients are NOT(!) application/xml gzip compatible yet.
Even if they are sending the accept-encoding gzip header!
wget is, Mozilla, and MSIE no.
Of the RSS readers only MagpieRSS 0.5.2 is. http://www.rssgov.com/rssparsers.html

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

19 years agoDisable server-side gzip encoding for RSS (RDF encoding), even if the client says it
rurban [Fri, 17 Sep 2004 13:32:36 +0000 (13:32 +0000)]
Disable server-side gzip encoding for RSS (RDF encoding), even if the client says it
supports it. Mozilla has this error, wget works fine. IE not checked.

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

19 years agofix LinkPhpwikiURL bug reported in http://phpwiki.sourceforge.net/phpwiki/KnownBugs
rurban [Fri, 17 Sep 2004 13:19:15 +0000 (13:19 +0000)]
fix LinkPhpwikiURL bug reported in http://phpwiki.sourceforge.net/phpwiki/KnownBugs
by SteveBennett.

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

19 years agoseperate pagingTokens()
rurban [Fri, 17 Sep 2004 12:46:22 +0000 (12:46 +0000)]
seperate pagingTokens()
support new default args: comma (1 and 2), commasep, ordered, cols,
                          azhead (1 only)

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

19 years agojust some comments
rurban [Thu, 16 Sep 2004 08:00:52 +0000 (08:00 +0000)]
just some comments

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

19 years agowordwrap() might crash between 4.1.2 and php-4.3.0RC2, fixed in 4.3.0
rurban [Thu, 16 Sep 2004 07:50:37 +0000 (07:50 +0000)]
wordwrap() might crash between 4.1.2 and php-4.3.0RC2, fixed in 4.3.0
See http://bugs.php.net/bug.php?id=20927 and
    http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2002-1396
Improved version of wordwrap2() from the comments at http://www.php.net/wordwrap

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

19 years agouse the page charset instead if the global one on download
rurban [Thu, 16 Sep 2004 07:49:01 +0000 (07:49 +0000)]
use the page charset instead if the global one on download
  (need to clarify header order, since we print the same header type 3 times!)
wordwrap workaround (security concern)

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

19 years agoupdate latest improvements
rurban [Wed, 15 Sep 2004 12:47:21 +0000 (12:47 +0000)]
update latest improvements

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

19 years agofix TransformedText call to use refs
rurban [Tue, 14 Sep 2004 10:34:30 +0000 (10:34 +0000)]
fix TransformedText call to use refs

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

19 years agosimplify exclude, add numbacklinks+numpagelinks
rurban [Tue, 14 Sep 2004 10:33:39 +0000 (10:33 +0000)]
simplify exclude, add numbacklinks+numpagelinks

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

19 years agosupport exclude = plugin-list
rurban [Tue, 14 Sep 2004 10:32:32 +0000 (10:32 +0000)]
support exclude = plugin-list

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

19 years agoexclude E_STRICT for php5: untested. I believe this must be set earlier because the...
rurban [Tue, 14 Sep 2004 10:31:09 +0000 (10:31 +0000)]
exclude E_STRICT for php5: untested. I believe this must be set earlier because the parsing step is already strict, and this is called at run-time

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

19 years agonew plugin-list syntax, handle multiple plugin-list args
rurban [Tue, 14 Sep 2004 10:29:59 +0000 (10:29 +0000)]
new plugin-list syntax, handle multiple plugin-list args

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

19 years agoexclude pages already in addPages to simplify plugins
rurban [Tue, 14 Sep 2004 10:29:08 +0000 (10:29 +0000)]
exclude pages already in addPages to simplify plugins

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

19 years agouse assert, maybe we should only turn it off for releases
rurban [Tue, 14 Sep 2004 10:28:21 +0000 (10:28 +0000)]
use assert, maybe we should only turn it off for releases

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

19 years agostart 2nd Id with ...Plugin2
rurban [Tue, 14 Sep 2004 10:11:44 +0000 (10:11 +0000)]
start 2nd Id with ...Plugin2

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

19 years agogenerate iterated plugin ids, set plugin span id also
rurban [Tue, 14 Sep 2004 10:06:42 +0000 (10:06 +0000)]
generate iterated plugin ids, set plugin span id also

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

19 years agocache ParsedBlock::_initBlockTypes
rurban [Tue, 14 Sep 2004 09:54:04 +0000 (09:54 +0000)]
cache ParsedBlock::_initBlockTypes

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

19 years agoinfo=count: number of links at this subpage
rurban [Mon, 13 Sep 2004 15:00:50 +0000 (15:00 +0000)]
info=count: number of links at this subpage

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

19 years agoinfo=count: number of backlinks for this subpage
rurban [Mon, 13 Sep 2004 14:59:56 +0000 (14:59 +0000)]
info=count: number of backlinks for this subpage

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

19 years agoimprove loadfile stability by using markup=2 as default for undefined markup-style.
rurban [Wed, 8 Sep 2004 13:38:00 +0000 (13:38 +0000)]
improve loadfile stability by using markup=2 as default for undefined markup-style.
use more refs for huge objects.
fix debug=static issue in WikiPluginCached

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

19 years agonew WikiPluginCached option debug=static and some more sf.net defaults for VisualWiki
rurban [Tue, 7 Sep 2004 13:26:31 +0000 (13:26 +0000)]
new WikiPluginCached option debug=static and some more sf.net defaults for VisualWiki

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

19 years agoprovide sf.net default dotbin
rurban [Mon, 6 Sep 2004 12:13:00 +0000 (12:13 +0000)]
provide sf.net default dotbin

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

19 years agomemory_limit on unix workaround
rurban [Mon, 6 Sep 2004 12:08:50 +0000 (12:08 +0000)]
memory_limit on unix workaround
VisualWiki: default autosize image

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

19 years agooops, forgot global request
rurban [Mon, 6 Sep 2004 10:22:15 +0000 (10:22 +0000)]
oops, forgot global request

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

19 years agofixed syntax error
rurban [Mon, 6 Sep 2004 10:10:27 +0000 (10:10 +0000)]
fixed syntax error

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

19 years agofix PLUGIN_CACHED_CACHE_DIR fallback logic. ini entry did not work before
rurban [Mon, 6 Sep 2004 09:28:58 +0000 (09:28 +0000)]
fix PLUGIN_CACHED_CACHE_DIR fallback logic. ini entry did not work before

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

19 years agoimprove pear handling with silent fallback to ours
rurban [Mon, 6 Sep 2004 09:12:46 +0000 (09:12 +0000)]
improve pear handling with silent fallback to ours

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

19 years agomodularize paging helper (for SqlResult)
rurban [Mon, 6 Sep 2004 08:38:30 +0000 (08:38 +0000)]
modularize paging helper (for SqlResult)

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

19 years agoplugin-list support for pages and exclude args
rurban [Mon, 6 Sep 2004 08:37:31 +0000 (08:37 +0000)]
plugin-list support for pages and exclude args

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

19 years agosupport templates, with some vars
rurban [Mon, 6 Sep 2004 08:36:28 +0000 (08:36 +0000)]
support templates, with some vars

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

19 years agosupport template variables (not yet working)
rurban [Mon, 6 Sep 2004 08:35:32 +0000 (08:35 +0000)]
support template variables (not yet working)

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

19 years agoforce explicit mysql auto-incrementing, atomic version
rurban [Mon, 6 Sep 2004 08:33:09 +0000 (08:33 +0000)]
force explicit mysql auto-incrementing, atomic version

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

19 years agobetter updating hints
rurban [Mon, 6 Sep 2004 08:31:27 +0000 (08:31 +0000)]
better updating hints

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

19 years agoconfigurable baseurl
rurban [Mon, 6 Sep 2004 08:30:44 +0000 (08:30 +0000)]
configurable baseurl

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

19 years agorename genericQuery to genericSqlQuery,
rurban [Mon, 6 Sep 2004 08:29:39 +0000 (08:29 +0000)]
rename genericQuery to genericSqlQuery,

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

19 years agorename genericQuery to genericSqlQuery
rurban [Mon, 6 Sep 2004 08:28:00 +0000 (08:28 +0000)]
rename genericQuery to genericSqlQuery

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

19 years agonew plugin-list syntax
rurban [Mon, 6 Sep 2004 08:25:01 +0000 (08:25 +0000)]
new plugin-list syntax

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

19 years agoprevent errorhandler to fail on empty templates
rurban [Mon, 6 Sep 2004 08:22:33 +0000 (08:22 +0000)]
prevent errorhandler to fail on empty templates

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

19 years agoupdated etags, new schemas
rurban [Mon, 6 Sep 2004 08:21:35 +0000 (08:21 +0000)]
updated etags, new schemas

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

19 years agoTurn recursion on
rurban [Tue, 24 Aug 2004 00:27:29 +0000 (00:27 +0000)]
Turn recursion on

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

19 years agoPrint the PHP compatibility info for phpwiki.
rurban [Tue, 24 Aug 2004 00:21:57 +0000 (00:21 +0000)]
Print the PHP compatibility info for phpwiki.
per file and per project,
(which function is dependend on which php version?)

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

19 years agoadded zh homepage pgsrc in native lang (virgin setup)
rurban [Sat, 21 Aug 2004 15:22:03 +0000 (15:22 +0000)]
added zh homepage pgsrc in native lang (virgin setup)

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

19 years agoadded basepage argument. Default current
rurban [Wed, 18 Aug 2004 11:15:11 +0000 (11:15 +0000)]
added basepage argument. Default current

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

19 years agofixed checkbox list Select button:
rurban [Wed, 18 Aug 2004 11:01:55 +0000 (11:01 +0000)]
fixed checkbox list Select button:
  no GET request on click,
  only select the list checkbox entries, no other options.

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

19 years agomove require to sortby branch
rurban [Thu, 5 Aug 2004 17:34:26 +0000 (17:34 +0000)]
move require to sortby branch

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

19 years agostrange problem with WikiTheme
rurban [Thu, 5 Aug 2004 17:33:51 +0000 (17:33 +0000)]
strange problem with WikiTheme

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

19 years agoaesthetic typo
rurban [Thu, 5 Aug 2004 17:33:22 +0000 (17:33 +0000)]
aesthetic typo

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

19 years agomore xhtml conformance fixes
rurban [Thu, 5 Aug 2004 17:31:52 +0000 (17:31 +0000)]
more xhtml conformance fixes

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

19 years agoadd alt tag for xhtml conformance
rurban [Thu, 5 Aug 2004 17:23:54 +0000 (17:23 +0000)]
add alt tag for xhtml conformance

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

19 years agofix Bug #993692: Making Snapshots or Backups doesn't work anymore
rurban [Thu, 5 Aug 2004 10:38:15 +0000 (10:38 +0000)]
fix Bug #993692:  Making Snapshots or Backups doesn't work anymore
in CVS version.

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

19 years agoFix by Arnaud Fontaine, detected by John Cole
rurban [Thu, 5 Aug 2004 10:11:47 +0000 (10:11 +0000)]
Fix by Arnaud Fontaine, detected by John Cole

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

19 years agoChange docs to reflect new initialize/destroy schema files
dfrankow [Sun, 25 Jul 2004 17:46:44 +0000 (17:46 +0000)]
Change docs to reflect new initialize/destroy schema files

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

19 years agoSeparate into 'initialize' and 'destroy' SQL
dfrankow [Thu, 22 Jul 2004 16:50:07 +0000 (16:50 +0000)]
Separate into 'initialize' and 'destroy' SQL

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

19 years agoAdd EXPLICIT_RATINGS_DIMENSION constant. More dimensions on the way
dfrankow [Tue, 20 Jul 2004 18:00:50 +0000 (18:00 +0000)]
Add EXPLICIT_RATINGS_DIMENSION constant.  More dimensions on the way
for lists.

Fix delete_rating().

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

19 years agoAdd CreatePage
dfrankow [Wed, 14 Jul 2004 20:36:32 +0000 (20:36 +0000)]
Add CreatePage

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

19 years agoTest all available backends, not just file
rurban [Tue, 13 Jul 2004 15:23:23 +0000 (15:23 +0000)]
Test all available backends, not just file

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

19 years agojust some comments
rurban [Tue, 13 Jul 2004 14:03:31 +0000 (14:03 +0000)]
just some comments

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

19 years agopostpone all errors, fixed assertion, added memory usage for _DEBUG_TRACE
rurban [Tue, 13 Jul 2004 13:59:15 +0000 (13:59 +0000)]
postpone all errors, fixed assertion, added memory usage for _DEBUG_TRACE

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

19 years agofix PEAR memory waste issues
rurban [Tue, 13 Jul 2004 13:08:25 +0000 (13:08 +0000)]
fix PEAR memory waste issues

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

19 years agoimproved DB_SESSION logic
rurban [Tue, 13 Jul 2004 13:07:27 +0000 (13:07 +0000)]
improved DB_SESSION logic

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

19 years agoadded the new wikipedia sisterprojects (only english so far)
rurban [Tue, 13 Jul 2004 10:22:54 +0000 (10:22 +0000)]
added the new wikipedia sisterprojects (only english so far)

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

19 years agoadded the missing /wiki suffix to some wikipedia languages. De already had it.
rurban [Tue, 13 Jul 2004 10:17:17 +0000 (10:17 +0000)]
added the missing /wiki suffix to some wikipedia languages. De already had it.

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

19 years agoFinally wrap the logo on MSIE, as with Mozilla
rurban [Sat, 10 Jul 2004 13:22:34 +0000 (13:22 +0000)]
Finally wrap the logo on MSIE, as with Mozilla

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

19 years agoapplied patch by Philippe Vanhaesendonck:
rurban [Sat, 10 Jul 2004 08:50:24 +0000 (08:50 +0000)]
applied patch by Philippe Vanhaesendonck:
  pass column list to iterators so we can FETCH_NUM in all cases.
  bind UPDATE pramas for huge pagedata.
  portable oracle backend

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

19 years agojust aesthetics
rurban [Fri, 9 Jul 2004 13:05:34 +0000 (13:05 +0000)]
just aesthetics

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

19 years agoreferences are declared, not enforced
rurban [Fri, 9 Jul 2004 12:50:50 +0000 (12:50 +0000)]
references are declared, not enforced

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

19 years agono limit, no sorting
rurban [Fri, 9 Jul 2004 12:49:46 +0000 (12:49 +0000)]
no limit, no sorting

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

19 years agodont use if loading the plugin fails
rurban [Fri, 9 Jul 2004 12:48:52 +0000 (12:48 +0000)]
dont use if loading the plugin fails

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

19 years agodont cache _ cached_html and pagename in flatfile page iterators
rurban [Fri, 9 Jul 2004 12:47:45 +0000 (12:47 +0000)]
dont cache _ cached_html and pagename in flatfile page iterators

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

19 years agoProperly save and restore the request args for each test.
rurban [Fri, 9 Jul 2004 12:29:26 +0000 (12:29 +0000)]
Properly save and restore the request args for each test.
Improved DumpHtml test, fixed dumphtml for browser request.

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

19 years agofix the args parser
rurban [Fri, 9 Jul 2004 10:25:52 +0000 (10:25 +0000)]
fix the args parser

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

19 years agoUse backend specific sortby and sortable_columns method, to be able to
rurban [Fri, 9 Jul 2004 10:06:50 +0000 (10:06 +0000)]
Use backend specific sortby and sortable_columns method, to be able to
select between native (Db backend) and custom (PageList) sorting.
Fixed PageList::AddPageList (missed the first)
Added the author/creator.. name to AllPagesBy...
  display no pages if none matched.
Improved dba and file sortby().
Use &$request reference

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

19 years agowording
rurban [Fri, 9 Jul 2004 09:52:57 +0000 (09:52 +0000)]
wording

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

19 years agominor test optimizations
rurban [Thu, 8 Jul 2004 21:33:15 +0000 (21:33 +0000)]
minor test optimizations

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

19 years agoPrevent from more warnings, minor db and sort optimizations
rurban [Thu, 8 Jul 2004 21:32:36 +0000 (21:32 +0000)]
Prevent from more warnings, minor db and sort optimizations

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

19 years agoplugin->run consistency: request as reference, added basepage.
rurban [Thu, 8 Jul 2004 20:30:07 +0000 (20:30 +0000)]
plugin->run consistency: request as reference, added basepage.
encountered strange bug in AllPages (and the test) which destroys ->_dbi

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

19 years agomore metadata fixes
rurban [Thu, 8 Jul 2004 19:14:57 +0000 (19:14 +0000)]
more metadata fixes

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

19 years agomore unittest fixes (file backend, metadata RatingsDb)
rurban [Thu, 8 Jul 2004 19:04:49 +0000 (19:04 +0000)]
more unittest fixes (file backend, metadata RatingsDb)

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

19 years agofix cache issues on purging, check against php test.php cmdline
rurban [Thu, 8 Jul 2004 18:01:48 +0000 (18:01 +0000)]
fix cache issues on purging,  check against php test.php cmdline

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

19 years agoimprove numPages for file (fixing AllPagesTest)
rurban [Thu, 8 Jul 2004 17:31:43 +0000 (17:31 +0000)]
improve numPages for file (fixing AllPagesTest)

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

19 years agopurge testbox only on SetupWiki test
rurban [Thu, 8 Jul 2004 17:30:00 +0000 (17:30 +0000)]
purge testbox only on SetupWiki test

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

19 years agorun only requested tests
rurban [Thu, 8 Jul 2004 17:29:36 +0000 (17:29 +0000)]
run only requested tests

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

19 years agouse the backendType abstraction
rurban [Thu, 8 Jul 2004 16:56:16 +0000 (16:56 +0000)]
use the backendType abstraction

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

19 years agorenamed the four PearDB backends to have a PearDB_ prefix, to be consistent
rurban [Thu, 8 Jul 2004 15:35:17 +0000 (15:35 +0000)]
renamed the four PearDB backends to have a PearDB_ prefix, to be consistent
with the ADODB backend. (files and  classnames)

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

19 years agoless verbose for tests
rurban [Thu, 8 Jul 2004 15:23:59 +0000 (15:23 +0000)]
less verbose for tests

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

19 years agoadded testImportOldMarkup
rurban [Thu, 8 Jul 2004 15:22:17 +0000 (15:22 +0000)]
added testImportOldMarkup

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

19 years agovarious unit test fixes: print error backtrace on _DEBUG_TRACE; allusers fix; new...
rurban [Thu, 8 Jul 2004 13:50:33 +0000 (13:50 +0000)]
various unit test fixes: print error backtrace on _DEBUG_TRACE; allusers fix; new PHPWIKI_NOMAIN constant for omitting the mainloop

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