]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/log
SourceForge/phpwiki.git
19 years agoMake changes suitable so that wikilens theme (and wikilens.org) work properly.
dfrankow [Wed, 30 Jun 2004 19:59:07 +0000 (19:59 +0000)]
Make changes suitable so that wikilens theme (and wikilens.org) work properly.
+ Remove predictions (for now)
+ Use new RatingsDb singleton.
+ Change RatingWidgetHtml() to use parameters like a normal PHP function
  so we can have PHP check that we're passing the right # of them.
+ Change RatingWidgetHtml() to be callable static-ally
  (without a plugin object)
+ Remove the "RateIt" button for now, because we don't use it on wikilens.org.
  Maybe if someone wants the button, there can be an arg or flag for it.
+ Always show the cancel button, because UI widgets should not hide.
+ Remove the "No opinion" button for now, because we don't yet store that.
  This is a useful thing, tho, for the future.

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

19 years agoUserRatings for WikiLens
dfrankow [Wed, 30 Jun 2004 19:54:17 +0000 (19:54 +0000)]
UserRatings for WikiLens

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

19 years agoCategoryPage for WikiLens
dfrankow [Wed, 30 Jun 2004 19:51:30 +0000 (19:51 +0000)]
CategoryPage for WikiLens

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

19 years agoget db params from config/config.ini
rurban [Wed, 30 Jun 2004 11:30:43 +0000 (11:30 +0000)]
get db params from config/config.ini
only db root is needed for Makefile now

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

19 years agouse predefined constants, and added sf.net defaults
rurban [Tue, 29 Jun 2004 18:47:40 +0000 (18:47 +0000)]
use predefined constants, and added sf.net defaults

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

19 years agobetter desc
rurban [Tue, 29 Jun 2004 18:09:20 +0000 (18:09 +0000)]
better desc

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

19 years agooutcomment KEYWORD_LINK_REGEXP. This is never read
rurban [Tue, 29 Jun 2004 12:36:34 +0000 (12:36 +0000)]
outcomment KEYWORD_LINK_REGEXP. This is never read

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

19 years agoupdates
rurban [Tue, 29 Jun 2004 10:52:40 +0000 (10:52 +0000)]
updates

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

19 years agobetter desc
rurban [Tue, 29 Jun 2004 10:09:06 +0000 (10:09 +0000)]
better desc

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

19 years agoadded dump of all revisions by format=backup (screen and download)
rurban [Tue, 29 Jun 2004 10:07:40 +0000 (10:07 +0000)]
added dump of all revisions by format=backup (screen and download)

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

19 years agoforce string hash
rurban [Tue, 29 Jun 2004 09:30:42 +0000 (09:30 +0000)]
force string hash

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

19 years agoMore memory optimization:
rurban [Tue, 29 Jun 2004 09:11:10 +0000 (09:11 +0000)]
More memory optimization:
  don't cache unneeded _cached_html and %content for content and size columns
  (only if sortable, which will fail for too many pages)

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

19 years agoUse ...version() $need_content argument in WikiDB also:
rurban [Tue, 29 Jun 2004 08:52:24 +0000 (08:52 +0000)]
Use ...version() $need_content argument in WikiDB also:
To reduce the memory footprint for larger sets of pagelists,
we don't cache the content (only true or false) and
we purge the pagedata (_cached_html) also.
_cached_html is only cached for the current pagename.
=> Vastly improved page existance check, ACL check, ...

Now only PagedList info=content or size needs the whole content, esp. if sortable.

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

19 years agoMemory optimization (reference to parent, smart bool %content)
rurban [Tue, 29 Jun 2004 08:47:42 +0000 (08:47 +0000)]
Memory optimization (reference to parent, smart bool %content)
Fixed class grouping in table

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

19 years agoImprove LDAP auth and GROUP_LDAP membership:
rurban [Tue, 29 Jun 2004 06:48:04 +0000 (06:48 +0000)]
Improve LDAP auth and GROUP_LDAP membership:
  no error message on false password,
  added two new config vars: LDAP_OU_USERS and LDAP_OU_GROUP with GROUP_METHOD=LDAP
  fixed two group queries (this -> user)
stdlib: ConvertOldMarkup still flawed

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

19 years agoremoved non-portable LIMIT 1 (it's getOne anyway)
rurban [Mon, 28 Jun 2004 19:00:01 +0000 (19:00 +0000)]
removed non-portable LIMIT 1 (it's getOne anyway)
removed size from info=most: needs to much memory

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

19 years agofixed another pass-by-reference
rurban [Mon, 28 Jun 2004 18:58:18 +0000 (18:58 +0000)]
fixed another pass-by-reference

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

19 years agoadded actionpages and some crash fixes
rurban [Mon, 28 Jun 2004 18:41:16 +0000 (18:41 +0000)]
added actionpages and some crash fixes

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

19 years agolocale update:
rurban [Mon, 28 Jun 2004 17:54:32 +0000 (17:54 +0000)]
locale update:
  removed most likely wrong fuzzy strings, unfuzzied correct strings
  some missing pages

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

19 years agonew pages
rurban [Mon, 28 Jun 2004 16:52:03 +0000 (16:52 +0000)]
new pages

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

19 years agoprevent from shell commands
rurban [Mon, 28 Jun 2004 16:35:12 +0000 (16:35 +0000)]
prevent from shell commands

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

19 years agowhoisonline fix
rurban [Mon, 28 Jun 2004 16:34:30 +0000 (16:34 +0000)]
whoisonline fix

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

19 years agominor template fixes
rurban [Mon, 28 Jun 2004 16:10:28 +0000 (16:10 +0000)]
minor template fixes

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

19 years agofixed endless recursion in WikiGroup: isAdmin()
rurban [Mon, 28 Jun 2004 15:39:37 +0000 (15:39 +0000)]
fixed endless recursion in WikiGroup: isAdmin()

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

19 years agofixed LDAP_SET_OPTION handling, LDAP error on connection problem
rurban [Mon, 28 Jun 2004 15:01:07 +0000 (15:01 +0000)]
fixed LDAP_SET_OPTION handling, LDAP error on connection problem

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

19 years agoignore hostname, add persistent
rurban [Mon, 28 Jun 2004 14:47:06 +0000 (14:47 +0000)]
ignore hostname, add persistent

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

19 years agofix adodb_sqlite to have the same dsn syntax as pear, use pconnect if requested
rurban [Mon, 28 Jun 2004 14:45:12 +0000 (14:45 +0000)]
fix adodb_sqlite to have the same dsn syntax as pear, use pconnect if requested

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

19 years agoupdated DSN parser from Pear. esp. for sqlite
rurban [Mon, 28 Jun 2004 14:17:38 +0000 (14:17 +0000)]
updated DSN parser from Pear. esp. for sqlite

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

19 years agofixed DSN and TYPE
rurban [Mon, 28 Jun 2004 14:15:41 +0000 (14:15 +0000)]
fixed DSN and TYPE

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

19 years agoupdated config.ini settings
rurban [Mon, 28 Jun 2004 13:54:56 +0000 (13:54 +0000)]
updated config.ini settings

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

19 years agorelease update,
rurban [Mon, 28 Jun 2004 13:40:33 +0000 (13:40 +0000)]
release update,
mysql install (config.ini) and new upgrading

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

19 years agoupdated CreateToc crash
rurban [Mon, 28 Jun 2004 13:31:31 +0000 (13:31 +0000)]
updated CreateToc crash

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

19 years agoCreateToc disabled for old markup and Apache2 only
rurban [Mon, 28 Jun 2004 13:27:03 +0000 (13:27 +0000)]
CreateToc disabled for old markup and Apache2 only

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

19 years agoCreateToc disabled for old markup
rurban [Mon, 28 Jun 2004 13:13:58 +0000 (13:13 +0000)]
CreateToc disabled for old markup

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

19 years agoimproved dumphtml and virgin setup
rurban [Mon, 28 Jun 2004 12:51:41 +0000 (12:51 +0000)]
improved dumphtml and virgin setup

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

19 years agoskip if non-DEBUG and old markup with CreateToc
rurban [Mon, 28 Jun 2004 12:47:43 +0000 (12:47 +0000)]
skip if non-DEBUG and old markup with CreateToc

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

19 years agoCreateToc causes a crash with old markup
rurban [Mon, 28 Jun 2004 12:38:11 +0000 (12:38 +0000)]
CreateToc causes a crash with old markup

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

19 years agoold markup
rurban [Mon, 28 Jun 2004 12:15:57 +0000 (12:15 +0000)]
old markup

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

19 years agospanish update
rurban [Mon, 28 Jun 2004 12:15:02 +0000 (12:15 +0000)]
spanish update

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

19 years agoadded WLUG
rurban [Mon, 28 Jun 2004 06:18:46 +0000 (06:18 +0000)]
added WLUG

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

19 years agoupdated latest fixes
rurban [Sun, 27 Jun 2004 11:21:49 +0000 (11:21 +0000)]
updated latest fixes

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

19 years agooci8 patch by Philippe Vanhaesendonck + some ADODB notes+fixes
rurban [Sun, 27 Jun 2004 10:26:03 +0000 (10:26 +0000)]
oci8 patch by Philippe Vanhaesendonck + some ADODB notes+fixes

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

19 years agosuggestion by Paul Henry
rurban [Sun, 27 Jun 2004 10:24:19 +0000 (10:24 +0000)]
suggestion by Paul Henry

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

19 years agotypo detected by Philippe Vanhaesendonck
rurban [Sun, 27 Jun 2004 10:23:48 +0000 (10:23 +0000)]
typo detected by Philippe Vanhaesendonck

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

19 years agoavoid debug_skip warning
rurban [Fri, 25 Jun 2004 14:31:56 +0000 (14:31 +0000)]
avoid debug_skip warning

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

19 years agoWikiGroup refactoring:
rurban [Fri, 25 Jun 2004 14:29:22 +0000 (14:29 +0000)]
WikiGroup refactoring:
  global group attached to user, code for not_current user.
  improved helpers for special groups (avoid double invocations)
new experimental config option ENABLE_XHTML_XML (fails with IE, and document.write())
fixed a XHTML validation error on userprefs.tmpl

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

19 years agoreduce memory footprint by caching only requested pagedate content (improving most...
rurban [Fri, 25 Jun 2004 14:15:08 +0000 (14:15 +0000)]
reduce memory footprint by caching only requested pagedate content (improving most page iterators)

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

19 years agoomit fpdf libs
rurban [Wed, 23 Jun 2004 11:53:55 +0000 (11:53 +0000)]
omit fpdf libs

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

19 years agoapplication/xhtml+xml support (esp. for MathML/SVG)
rurban [Wed, 23 Jun 2004 10:33:11 +0000 (10:33 +0000)]
application/xhtml+xml support (esp. for MathML/SVG)

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

19 years agosqlite fixes
rurban [Wed, 23 Jun 2004 07:59:50 +0000 (07:59 +0000)]
sqlite fixes

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

19 years agomaintainence helper
rurban [Wed, 23 Jun 2004 07:51:50 +0000 (07:51 +0000)]
maintainence helper

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

19 years agoFor future Utf8Migration
rurban [Wed, 23 Jun 2004 07:29:40 +0000 (07:29 +0000)]
For future Utf8Migration

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

19 years agosome small improvements
pmeignen [Tue, 22 Jun 2004 19:06:37 +0000 (19:06 +0000)]
some small improvements

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

19 years agoSome improvements
pmeignen [Tue, 22 Jun 2004 15:49:31 +0000 (15:49 +0000)]
Some improvements

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

19 years agocorrected file name translation
pmeignen [Tue, 22 Jun 2004 12:49:37 +0000 (12:49 +0000)]
corrected file name translation

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

19 years agowrong file name translation
pmeignen [Tue, 22 Jun 2004 12:48:06 +0000 (12:48 +0000)]
wrong file name translation

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

19 years agocorrected file name translation
pmeignen [Tue, 22 Jun 2004 12:43:59 +0000 (12:43 +0000)]
corrected file name translation

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

19 years agowrong file name translation
pmeignen [Tue, 22 Jun 2004 12:41:48 +0000 (12:41 +0000)]
wrong file name translation

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

19 years agoPrevious translator (2002)
pmeignen [Tue, 22 Jun 2004 09:04:17 +0000 (09:04 +0000)]
Previous translator (2002)

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

19 years agoObsolete
pmeignen [Tue, 22 Jun 2004 08:58:15 +0000 (08:58 +0000)]
Obsolete

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

19 years agoHow to include mathematical expression in Wiki page
pmeignen [Tue, 22 Jun 2004 08:45:38 +0000 (08:45 +0000)]
How to include mathematical expression in Wiki page

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

19 years agocomplete new french pgsrc set by PierrickMeignen
pmeignen [Tue, 22 Jun 2004 08:35:02 +0000 (08:35 +0000)]
complete new french pgsrc set by PierrickMeignen

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

19 years agoremoved USE_TAGLINES constant
rurban [Tue, 22 Jun 2004 07:12:49 +0000 (07:12 +0000)]
removed USE_TAGLINES constant

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

19 years agoturn off ExtDb-Auth and some DBAUTH default options (autocreate off), add more licens...
rurban [Tue, 22 Jun 2004 07:05:16 +0000 (07:05 +0000)]
turn off ExtDb-Auth and some DBAUTH default options (autocreate off), add more licenses to choose

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

19 years agopear DB introduced a is_a requirement. so pear lost support for php < 4.2.0
rurban [Mon, 21 Jun 2004 17:29:17 +0000 (17:29 +0000)]
pear DB introduced a is_a requirement. so pear lost support for php < 4.2.0

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

19 years agoadded DEFAULT_DUMP_DIR, HTML_DUMP_DIR
rurban [Mon, 21 Jun 2004 17:15:24 +0000 (17:15 +0000)]
added DEFAULT_DUMP_DIR, HTML_DUMP_DIR

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

19 years agorenamed constant
rurban [Mon, 21 Jun 2004 17:06:38 +0000 (17:06 +0000)]
renamed constant

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

19 years agofix typo and rating method call
rurban [Mon, 21 Jun 2004 17:01:41 +0000 (17:01 +0000)]
fix typo and rating method call

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

19 years agofixed the StartLoadDump html argument hack.
rurban [Mon, 21 Jun 2004 16:38:55 +0000 (16:38 +0000)]
fixed the StartLoadDump html argument hack.

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

19 years agoadd DEFAULT_DUMP_DIR and HTML_DUMP_DIR constants, for easier cmdline dumps,
rurban [Mon, 21 Jun 2004 16:22:32 +0000 (16:22 +0000)]
add DEFAULT_DUMP_DIR and HTML_DUMP_DIR constants, for easier cmdline dumps,
fixed dumping buttons locally (images/buttons/),
support pages arg for dumphtml,
optional directory arg for dumpserial + dumphtml,
fix a AllPages warning,
show dump warnings/errors on DEBUG,
don't warn just ignore on wikilens pagelist columns, if not loaded.
RateIt pagelist column is called "rating", not "ratingwidget" (Dan?)

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

19 years agodont xhtmldump debug template and postponed errors
rurban [Mon, 21 Jun 2004 16:05:08 +0000 (16:05 +0000)]
dont xhtmldump debug template and postponed errors

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

19 years agoAdding comments
pmeignen [Mon, 21 Jun 2004 10:50:36 +0000 (10:50 +0000)]
Adding comments

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

19 years agopear/Cache update from Cache-1.5.4 (added db and trifile container)
rurban [Mon, 21 Jun 2004 08:39:38 +0000 (08:39 +0000)]
pear/Cache update from Cache-1.5.4 (added db and trifile container)
pear/DB update from DB-1.6.1 (mysql bugfixes, php5 compat, DB_PORTABILITY features)

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

19 years agorm pear/Config: not needed and already outdated
rurban [Mon, 21 Jun 2004 06:43:20 +0000 (06:43 +0000)]
rm pear/Config: not needed and already outdated

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

19 years agorevert to prev references
rurban [Mon, 21 Jun 2004 06:30:16 +0000 (06:30 +0000)]
revert to prev references

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

19 years agoformatting: linewrap only
rurban [Mon, 21 Jun 2004 06:29:35 +0000 (06:29 +0000)]
formatting: linewrap only

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

19 years agoget_class case-sensitivity issues
rurban [Sun, 20 Jun 2004 15:30:06 +0000 (15:30 +0000)]
get_class case-sensitivity issues

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

19 years agohttp://www.securityfocus.com/bid/10532/
rurban [Sun, 20 Jun 2004 15:26:29 +0000 (15:26 +0000)]
http://www.securityfocus.com/bid/10532/

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

19 years agovarious php5 fixes (still broken at blockparser)
rurban [Sun, 20 Jun 2004 14:42:54 +0000 (14:42 +0000)]
various php5 fixes (still broken at blockparser)

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

19 years agophp5 isa fix (wrong strtolower)
rurban [Sun, 20 Jun 2004 09:45:35 +0000 (09:45 +0000)]
php5 isa fix (wrong strtolower)

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

19 years agoprevent some warnings in corner cases
rurban [Sat, 19 Jun 2004 12:33:25 +0000 (12:33 +0000)]
prevent some warnings in corner cases

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

19 years agonew TEMP_DIR for ziplib
rurban [Sat, 19 Jun 2004 12:32:37 +0000 (12:32 +0000)]
new TEMP_DIR for ziplib

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

19 years agoslightly improved docs
rurban [Sat, 19 Jun 2004 12:19:09 +0000 (12:19 +0000)]
slightly improved docs

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

19 years agohelp anchors
rurban [Sat, 19 Jun 2004 12:14:33 +0000 (12:14 +0000)]
help anchors

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

19 years agoslightly improved docs
rurban [Sat, 19 Jun 2004 12:13:57 +0000 (12:13 +0000)]
slightly improved docs

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

19 years agoallow_call_time_pass_reference clean
rurban [Sat, 19 Jun 2004 12:12:19 +0000 (12:12 +0000)]
allow_call_time_pass_reference clean

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

19 years agoshorter signed msg
rurban [Sat, 19 Jun 2004 12:10:11 +0000 (12:10 +0000)]
shorter signed msg

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

19 years agoCACHE_CONTROL: NONE => NO_CACHE
rurban [Sat, 19 Jun 2004 11:51:13 +0000 (11:51 +0000)]
CACHE_CONTROL: NONE => NO_CACHE

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

19 years agodont print db passwords
rurban [Sat, 19 Jun 2004 11:49:42 +0000 (11:49 +0000)]
dont print db passwords

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

19 years agodont quote foreign charset chars if defined
rurban [Sat, 19 Jun 2004 11:48:53 +0000 (11:48 +0000)]
dont quote foreign charset chars if defined

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

19 years agomoved version check forwards: already needed in XmlElement::_quote
rurban [Sat, 19 Jun 2004 11:48:05 +0000 (11:48 +0000)]
moved version check forwards: already needed in XmlElement::_quote

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

19 years agoadded CheckConfigUpdate: CACHE_CONTROL = NONE => NO_CACHE
rurban [Sat, 19 Jun 2004 11:47:17 +0000 (11:47 +0000)]
added CheckConfigUpdate: CACHE_CONTROL = NONE => NO_CACHE

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

19 years agooutcomment the pear specific methods to let all pages load
rurban [Sat, 19 Jun 2004 10:22:41 +0000 (10:22 +0000)]
outcomment the pear specific methods to let all pages load

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

19 years agostart with &#num; character support
rurban [Sat, 19 Jun 2004 10:21:32 +0000 (10:21 +0000)]
start with &#num; character support

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

19 years agoMoved lib/plugincache-config.php to config/*.ini
rurban [Sat, 19 Jun 2004 10:06:38 +0000 (10:06 +0000)]
Moved lib/plugincache-config.php to config/*.ini
use PLUGIN_CACHED_* constants instead of global $CacheParams

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

19 years agoMoved lib/plugincache-config.php to config/*.ini
rurban [Sat, 19 Jun 2004 10:01:42 +0000 (10:01 +0000)]
Moved lib/plugincache-config.php to config/*.ini

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

19 years agobetter desc
rurban [Fri, 18 Jun 2004 15:17:19 +0000 (15:17 +0000)]
better desc

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

19 years agoadded the custom prefs
rurban [Fri, 18 Jun 2004 14:46:11 +0000 (14:46 +0000)]
added the custom prefs

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

19 years agojust include the wikilens libs
rurban [Fri, 18 Jun 2004 14:43:41 +0000 (14:43 +0000)]
just include the wikilens libs

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

19 years agoadded wikilens libs (not yet merged good enough, some work for DanFr)
rurban [Fri, 18 Jun 2004 14:42:17 +0000 (14:42 +0000)]
added wikilens libs (not yet merged good enough, some work for DanFr)

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