]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/log
SourceForge/phpwiki.git
20 years agolinebreaks + cookie notes
rurban [Thu, 25 Mar 2004 23:37:30 +0000 (23:37 +0000)]
linebreaks + cookie notes

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

20 years agofixed HttpAuth
rurban [Thu, 25 Mar 2004 22:54:31 +0000 (22:54 +0000)]
fixed HttpAuth

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

20 years agofixed problem with two different dsn and auth_dsn database backends
rurban [Thu, 25 Mar 2004 22:33:38 +0000 (22:33 +0000)]
fixed problem with two different dsn and auth_dsn database backends
  (e.g. mysql + pgsql)

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

20 years agoremove wrong filename
rurban [Thu, 25 Mar 2004 19:51:12 +0000 (19:51 +0000)]
remove wrong filename

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

20 years agohelper to patch to and from php5 (workaround for stricter parser, no macros in php)
rurban [Thu, 25 Mar 2004 17:37:36 +0000 (17:37 +0000)]
helper to patch to and from php5 (workaround for stricter parser, no macros in php)

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

20 years agomore code to convert old-style pref array to new hash
rurban [Thu, 25 Mar 2004 17:00:31 +0000 (17:00 +0000)]
more code to convert old-style pref array to new hash

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

20 years agofixed the name
rurban [Wed, 24 Mar 2004 19:41:04 +0000 (19:41 +0000)]
fixed the name

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

20 years ago*** empty log message ***
rurban [Wed, 24 Mar 2004 19:40:35 +0000 (19:40 +0000)]
*** empty log message ***

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

20 years agophp5 workaround code (plus some interim debugging code in XmlElement)
rurban [Wed, 24 Mar 2004 19:39:03 +0000 (19:39 +0000)]
php5 workaround code (plus some interim debugging code in XmlElement)
  php5 doesn't work yet with the current XmlElement class constructors,
  WikiUserNew does work better than php4.
rewrote WikiUserNew user upgrading to ease php5 update
fixed pref handling in WikiUserNew
added Email Notification
added simple Email verification
removed emailVerify userpref subclass: just a email property
changed pref binary storage layout: numarray => hash of non default values
print optimize message only if really done.
forced new cookie policy: delete pref cookies, use only WIKI_ID as plain string.
  prefs should be stored in db or homepage, besides the current session.

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

20 years agoadded tooltip
rurban [Wed, 24 Mar 2004 14:33:31 +0000 (14:33 +0000)]
added tooltip
formname independent

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

20 years agomake clear if only signed in or also authenticated.
rurban [Wed, 24 Mar 2004 14:05:33 +0000 (14:05 +0000)]
make clear if only signed in or also authenticated.
additional authenticate link.

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

20 years agoforgot the schema file
rurban [Wed, 24 Mar 2004 01:02:11 +0000 (01:02 +0000)]
forgot the schema file

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

20 years agoRemoved for new .ini scheme
zorloc [Mon, 22 Mar 2004 21:27:54 +0000 (21:27 +0000)]
Removed for new .ini scheme

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

20 years agofixed links to equal named headers
rurban [Mon, 22 Mar 2004 14:13:53 +0000 (14:13 +0000)]
fixed links to equal named headers

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

20 years agosqlite, new plugins, php5 notes
rurban [Sat, 20 Mar 2004 17:02:19 +0000 (17:02 +0000)]
sqlite, new plugins, php5 notes

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

20 years agowork to make it php5 compatible
rurban [Thu, 18 Mar 2004 22:32:33 +0000 (22:32 +0000)]
work to make it php5 compatible

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

20 years agoworkaround for php5 object upgrading problem
rurban [Thu, 18 Mar 2004 22:18:31 +0000 (22:18 +0000)]
workaround for php5 object upgrading problem

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

20 years agofixed sqlite support
rurban [Thu, 18 Mar 2004 21:41:11 +0000 (21:41 +0000)]
fixed sqlite support
WikiUserNew: PHP5 fixes: don't assign $this (untested)

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

20 years agoThe missing sqlite pear module, but it doesn't work yet good enough.
rurban [Thu, 18 Mar 2004 20:17:47 +0000 (20:17 +0000)]
The missing sqlite pear module, but it doesn't work yet good enough.

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

20 years agosqlite installation instructions
rurban [Thu, 18 Mar 2004 20:00:45 +0000 (20:00 +0000)]
sqlite installation instructions

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

20 years agoADODB SelectLimit fix
rurban [Wed, 17 Mar 2004 22:21:42 +0000 (22:21 +0000)]
ADODB SelectLimit fix

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

20 years agofixed p[] pagehash passing from WikiAdminSelect, fixed problem removing pages with...
rurban [Wed, 17 Mar 2004 20:23:44 +0000 (20:23 +0000)]
fixed p[] pagehash passing from WikiAdminSelect, fixed problem removing pages with [] in the pagename

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

20 years agoif LANG is not set
rurban [Wed, 17 Mar 2004 19:36:31 +0000 (19:36 +0000)]
if LANG is not set

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

20 years agooptimized fields for SELECT and SQLite
rurban [Wed, 17 Mar 2004 19:35:59 +0000 (19:35 +0000)]
optimized fields for SELECT and SQLite

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

20 years agojust reformatting
rurban [Wed, 17 Mar 2004 18:41:49 +0000 (18:41 +0000)]
just reformatting

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

20 years agoinitial_content and template support for CreatePage
rurban [Wed, 17 Mar 2004 18:41:05 +0000 (18:41 +0000)]
initial_content and template support for CreatePage

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

20 years agomore problems detected
rurban [Wed, 17 Mar 2004 18:33:31 +0000 (18:33 +0000)]
more problems detected

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

20 years agofixed alignment which caused a BlockParser error
rurban [Wed, 17 Mar 2004 18:29:37 +0000 (18:29 +0000)]
fixed alignment which caused a BlockParser error

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

20 years agoprint warning on non-properly idented table rows, instead of an error
rurban [Wed, 17 Mar 2004 17:42:54 +0000 (17:42 +0000)]
print warning on non-properly idented table rows, instead of an error

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

20 years agoMake use of the new _WikiTranslation plugin (supporting japanese,
rurban [Wed, 17 Mar 2004 16:56:40 +0000 (16:56 +0000)]
Make use of the new _WikiTranslation plugin (supporting japanese,
latest translations and (!) the new TranslateText action.

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

20 years agomore translations
rurban [Wed, 17 Mar 2004 15:38:03 +0000 (15:38 +0000)]
more translations

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

20 years agoproperly support initial_content and template with URI length overflow workaround
rurban [Wed, 17 Mar 2004 15:37:41 +0000 (15:37 +0000)]
properly support initial_content and template with URI length overflow workaround

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

20 years agoNeue Plugin Beschreibung
rurban [Wed, 17 Mar 2004 15:05:44 +0000 (15:05 +0000)]
Neue Plugin Beschreibung

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

20 years agoby Matthew Palmer
rurban [Wed, 17 Mar 2004 14:41:33 +0000 (14:41 +0000)]
by Matthew Palmer

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

20 years agoPlaceholder for all yet untranslated pgsrc pagenames. Add german translations of...
rurban [Wed, 17 Mar 2004 13:20:31 +0000 (13:20 +0000)]
Placeholder for all yet untranslated pgsrc pagenames. Add german translations of these.

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

20 years agomore docs
rurban [Wed, 17 Mar 2004 12:04:36 +0000 (12:04 +0000)]
more docs

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

20 years agoaction plugin to store user contributed translations via <?plugin _WikiTranslation ?>
rurban [Wed, 17 Mar 2004 11:42:37 +0000 (11:42 +0000)]
action plugin to store user contributed translations via <?plugin _WikiTranslation ?>
todo: admin email notification

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

20 years agoadded link to TranslateText action
rurban [Tue, 16 Mar 2004 20:22:32 +0000 (20:22 +0000)]
added link to TranslateText action

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

20 years agoadded match, fixed reverse translation, added page=, what=allpages, what=wikiwords...
rurban [Tue, 16 Mar 2004 15:47:27 +0000 (15:47 +0000)]
added match, fixed reverse translation, added page=, what=allpages, what=wikiwords, fixed what=pages, simplified _PageList_Column_custom

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

20 years agojshide not default as in CreateToc
rurban [Tue, 16 Mar 2004 15:44:34 +0000 (15:44 +0000)]
jshide not default as in CreateToc

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

20 years agomake fileSet sortable to please PageList
rurban [Tue, 16 Mar 2004 15:43:08 +0000 (15:43 +0000)]
make fileSet sortable to please PageList

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

20 years agomore fixes for undefined property warnings
rurban [Tue, 16 Mar 2004 15:42:04 +0000 (15:42 +0000)]
more fixes for undefined property warnings

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

20 years agoreformatting, most_recent typo fix
rurban [Tue, 16 Mar 2004 13:30:48 +0000 (13:30 +0000)]
reformatting, most_recent typo fix

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

20 years agofix also early attach type bug, attached as wikiblog pagetype
rurban [Mon, 15 Mar 2004 10:59:40 +0000 (10:59 +0000)]
fix also early attach type bug, attached as wikiblog pagetype

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

20 years agolinks bold again
rurban [Mon, 15 Mar 2004 09:54:13 +0000 (09:54 +0000)]
links bold again

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

20 years agojshide button: dynamic titles
rurban [Mon, 15 Mar 2004 09:52:59 +0000 (09:52 +0000)]
jshide button: dynamic titles

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

20 years agojshide button
rurban [Sun, 14 Mar 2004 20:30:21 +0000 (20:30 +0000)]
jshide button

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

20 years agocomment layout
rurban [Sun, 14 Mar 2004 20:08:24 +0000 (20:08 +0000)]
comment layout

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

20 years agofixed comment pagetype
rurban [Sun, 14 Mar 2004 19:58:41 +0000 (19:58 +0000)]
fixed comment pagetype

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

20 years agoJust the page matrix for now.
rurban [Sun, 14 Mar 2004 16:45:10 +0000 (16:45 +0000)]
Just the page matrix for now.
doesn't work yet, if the default langauge != en

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

20 years agominor fixes
rurban [Sun, 14 Mar 2004 16:42:47 +0000 (16:42 +0000)]
minor fixes

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

20 years agouserpref: fixed default
rurban [Sun, 14 Mar 2004 16:40:45 +0000 (16:40 +0000)]
userpref: fixed default
workaround for strange login sprintf problem
editpage: search & replace support

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

20 years agodont load backup files
rurban [Sun, 14 Mar 2004 16:36:37 +0000 (16:36 +0000)]
dont load backup files

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

20 years agouse CreateToc
rurban [Sun, 14 Mar 2004 16:34:22 +0000 (16:34 +0000)]
use CreateToc
WhoIsOnline: new session browser
updated Release Notes.

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

20 years agoset locale before we use gettext. FindLocalizedButtonFile reinit must be called later
rurban [Sun, 14 Mar 2004 16:32:18 +0000 (16:32 +0000)]
set locale before we use gettext. FindLocalizedButtonFile reinit must be called later

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

20 years agodb-handle session revivification, dba fixes
rurban [Sun, 14 Mar 2004 16:30:52 +0000 (16:30 +0000)]
db-handle session revivification, dba fixes

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

20 years agonew custom PageList column
rurban [Sun, 14 Mar 2004 16:28:53 +0000 (16:28 +0000)]
new custom PageList column

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

20 years agonew pages
rurban [Sun, 14 Mar 2004 16:27:26 +0000 (16:27 +0000)]
new pages

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

20 years agocopyright line
rurban [Sun, 14 Mar 2004 16:26:22 +0000 (16:26 +0000)]
copyright line

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

20 years agoauthenti(fi)cation spelling
rurban [Sun, 14 Mar 2004 16:24:36 +0000 (16:24 +0000)]
authenti(fi)cation spelling

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

20 years agofixed update_locale problem:
rurban [Sun, 14 Mar 2004 13:17:51 +0000 (13:17 +0000)]
fixed update_locale problem:
  static FindLocalizedFile->finder re_inited with 3rd arg

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

20 years agofixed supported_languages() and supported_themes()
rurban [Sat, 13 Mar 2004 19:24:21 +0000 (19:24 +0000)]
fixed supported_languages() and supported_themes()

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

20 years agoshow change pass only when allowed
rurban [Fri, 12 Mar 2004 23:21:35 +0000 (23:21 +0000)]
show change pass only when allowed

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

20 years agopref fixes (base64)
rurban [Fri, 12 Mar 2004 23:20:58 +0000 (23:20 +0000)]
pref fixes (base64)

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

20 years agoFilesMatch is wrong. It will handle the phpwiki*.css as PHP types
rurban [Fri, 12 Mar 2004 21:35:35 +0000 (21:35 +0000)]
FilesMatch is wrong. It will handle the phpwiki*.css as PHP types

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

20 years agoimportant cookie fix by Konstantin Zadorozhny
rurban [Fri, 12 Mar 2004 20:59:31 +0000 (20:59 +0000)]
important cookie fix by Konstantin Zadorozhny
new editpage feature: JS_SEARCHREPLACE

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

20 years agonew base class PageType_attach as base class for WikiBlog, Comment, and WikiForum.
rurban [Fri, 12 Mar 2004 17:32:44 +0000 (17:32 +0000)]
new base class PageType_attach as base class for WikiBlog, Comment, and WikiForum.
new plugin AddComment, which is a WikiBlog with different pagetype and template,
  based on WikiBlog. WikiForum comes later.

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

20 years agomore release notes
rurban [Fri, 12 Mar 2004 16:06:16 +0000 (16:06 +0000)]
more release notes

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

20 years agofixed explodePageList: wrong sortby argument order in UnfoldSubpages
rurban [Fri, 12 Mar 2004 15:48:08 +0000 (15:48 +0000)]
fixed explodePageList: wrong sortby argument order in UnfoldSubpages
simplified lib/stdlib.php:explodePageList

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

20 years agofirst version, only pgsrc upgrade for now, no verification yet
rurban [Fri, 12 Mar 2004 13:32:44 +0000 (13:32 +0000)]
first version, only pgsrc upgrade for now, no verification yet

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

20 years agoenforce PagePermissions, errormsg if not Admin
rurban [Fri, 12 Mar 2004 13:31:43 +0000 (13:31 +0000)]
enforce PagePermissions, errormsg if not Admin

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

20 years agofixed that jsFlipAll() is not included on every page.
rurban [Fri, 12 Mar 2004 11:58:21 +0000 (11:58 +0000)]
fixed that jsFlipAll() is not included on every page.

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

20 years agofixed ->membership chache
rurban [Fri, 12 Mar 2004 11:18:25 +0000 (11:18 +0000)]
fixed ->membership chache

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

20 years agofixed GroupDB for ADODB
rurban [Fri, 12 Mar 2004 10:47:30 +0000 (10:47 +0000)]
fixed GroupDB for ADODB

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

20 years agofixed GroupFile::getMembersOf for special groups
rurban [Thu, 11 Mar 2004 16:27:30 +0000 (16:27 +0000)]
fixed GroupFile::getMembersOf for special groups
added authenticated bind for GroupLdap (Windows AD) as in WikiUserNew

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

20 years agofixed File Auth for user and group
rurban [Thu, 11 Mar 2004 13:30:47 +0000 (13:30 +0000)]
fixed File Auth for user and group
missing only getMembersOf(Authenticated Users),getMembersOf(Every),getMembersOf(Signed Users)

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

20 years agoja translation
rurban [Thu, 11 Mar 2004 12:30:48 +0000 (12:30 +0000)]
ja translation

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

20 years agogerman AuthorHistory translation
rurban [Thu, 11 Mar 2004 12:26:55 +0000 (12:26 +0000)]
german AuthorHistory translation

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

20 years agouse default pref mysql table
rurban [Wed, 10 Mar 2004 15:41:27 +0000 (15:41 +0000)]
use default pref mysql table

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

20 years agostore current user->page and ->action in session for WhoIsOnline
rurban [Wed, 10 Mar 2004 15:38:49 +0000 (15:38 +0000)]
store current user->page and ->action in session for WhoIsOnline
better WhoIsOnline icon
fixed WhoIsOnline warnings

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

20 years agogridbutton border
rurban [Wed, 10 Mar 2004 15:32:53 +0000 (15:32 +0000)]
gridbutton border

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

20 years agoDB_session adodb support
rurban [Wed, 10 Mar 2004 15:08:59 +0000 (15:08 +0000)]
DB_session adodb support

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

20 years agoadodb WikiGroup fix
rurban [Wed, 10 Mar 2004 13:54:54 +0000 (13:54 +0000)]
adodb WikiGroup fix

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

20 years agovarious
rurban [Wed, 10 Mar 2004 13:54:07 +0000 (13:54 +0000)]
various

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

20 years agocustom indentstr
rurban [Tue, 9 Mar 2004 19:24:20 +0000 (19:24 +0000)]
custom indentstr
h2 toc header

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

20 years agonew liststyle arg. default: dl (no bullets)
rurban [Tue, 9 Mar 2004 19:05:12 +0000 (19:05 +0000)]
new liststyle arg. default: dl (no bullets)

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

20 years agofixed $LDAP_SET_OPTION
rurban [Tue, 9 Mar 2004 17:16:43 +0000 (17:16 +0000)]
fixed $LDAP_SET_OPTION

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

20 years agofix undefined TransformText error: load BlockParser,
rurban [Tue, 9 Mar 2004 13:08:40 +0000 (13:08 +0000)]
fix undefined TransformText error: load BlockParser,
get rid of warnings

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

20 years agobetter docs how to disable words=50 limitation
rurban [Tue, 9 Mar 2004 12:26:20 +0000 (12:26 +0000)]
better docs how to disable words=50 limitation

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

20 years agoprevent from undefined DBAuthParams warning
rurban [Tue, 9 Mar 2004 12:11:57 +0000 (12:11 +0000)]
prevent from undefined DBAuthParams warning

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

20 years agofixed getimagesize problem with local dir.
rurban [Tue, 9 Mar 2004 12:10:23 +0000 (12:10 +0000)]
fixed getimagesize problem with local dir.

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

20 years agosupport jshide=1: DHTML button hide/unhide TOC
rurban [Tue, 9 Mar 2004 11:51:54 +0000 (11:51 +0000)]
support jshide=1: DHTML button hide/unhide TOC

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

20 years agoslightly better formatted TOC indentation
rurban [Tue, 9 Mar 2004 10:25:37 +0000 (10:25 +0000)]
slightly better formatted TOC indentation

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

20 years agoconvert space to "_" instead of "x20." in anchors
rurban [Tue, 9 Mar 2004 08:57:10 +0000 (08:57 +0000)]
convert space to "_" instead of "x20." in anchors
proper heading indent
handle duplicate headers
allow multiple headers like "!!!,!!" or "1,2"

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

20 years agooptimize gridbutton output: properly symetric and centered
rurban [Tue, 9 Mar 2004 08:29:56 +0000 (08:29 +0000)]
optimize gridbutton output: properly symetric and centered

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

20 years agofixed Theme->getButtonURL
rurban [Mon, 8 Mar 2004 19:30:01 +0000 (19:30 +0000)]
fixed Theme->getButtonURL
AllUsers uses now WikiGroup (also DB User and DB Pref users)
PageList fix for empty pagenames

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

20 years agoAllow WikiForm overrides, such as method => POST, targetpage => [pagename]
rurban [Mon, 8 Mar 2004 18:57:59 +0000 (18:57 +0000)]
Allow WikiForm overrides, such as method => POST, targetpage => [pagename]
in the plugin definition.
New simple CreatePage plugin by dfrankow.

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

20 years agoadded more WikiGroup::getMembersOf methods, esp. for special groups
rurban [Mon, 8 Mar 2004 18:17:10 +0000 (18:17 +0000)]
added more WikiGroup::getMembersOf methods, esp. for special groups
fixed $LDAP_SET_OPTIONS
fixed _AuthInfo group methods

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

20 years agofixed "Undefined index: auth_dsn" warning
rurban [Mon, 8 Mar 2004 16:35:23 +0000 (16:35 +0000)]
fixed "Undefined index: auth_dsn" warning

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

20 years agotypo: ref=>href
rurban [Tue, 2 Mar 2004 18:21:29 +0000 (18:21 +0000)]
typo: ref=>href

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