]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/log
SourceForge/phpwiki.git
20 years agoending LF: #950617 Clean up CVS repository
rurban [Sun, 9 May 2004 00:57:33 +0000 (00:57 +0000)]
ending LF: #950617 Clean up CVS repository

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

20 years agodos2unix (sf.net bug #950617 by langly)
rurban [Sun, 9 May 2004 00:36:21 +0000 (00:36 +0000)]
dos2unix (sf.net bug #950617 by langly)

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

20 years agonew TOC_FULL_SYNTAX
rurban [Sat, 8 May 2004 22:59:38 +0000 (22:59 +0000)]
new TOC_FULL_SYNTAX

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

20 years agoFixed longstanding sf.net:demo problem. endless loop, caused by an empty definition of
rurban [Sat, 8 May 2004 22:55:12 +0000 (22:55 +0000)]
Fixed longstanding sf.net:demo problem. endless loop, caused by an empty definition of
WIKI_NAME_REGEXP. Exactly this constant wasn't checked for its default setting.

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

20 years agoNow with the huge optimization to anchor only the matched markups.
rurban [Sat, 8 May 2004 20:32:56 +0000 (20:32 +0000)]
Now with the huge optimization to anchor only the matched markups.

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

20 years agoremove php tags in Log
rurban [Sat, 8 May 2004 20:21:00 +0000 (20:21 +0000)]
remove php tags in Log

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

20 years agosupport <span>inlined plugin-result</span>:
rurban [Sat, 8 May 2004 19:55:29 +0000 (19:55 +0000)]
support <span>inlined plugin-result</span>:
  if the plugin is parsed inside a line, use <span> instead of
  <div tightenable top bottom>
  e.g. for "This is the current Phpwiki <?plugin SystemInfo version ?> version.

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

20 years agoOptimization for pcre /A problems with lot of nested simple/balanced markup:
rurban [Sat, 8 May 2004 19:20:27 +0000 (19:20 +0000)]
Optimization for pcre /A problems with lot of nested simple/balanced markup:
Only do that if a line has more than one matching markup.
  (This caused the crashes on sf.net)

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

20 years agorequires optional TOC_FULL_SYNTAX constnat to enable full link and
rurban [Sat, 8 May 2004 16:59:27 +0000 (16:59 +0000)]
requires optional TOC_FULL_SYNTAX constnat to enable full link and
wikiword syntax in headers.

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

20 years agodon't ignore some false config values (e.g. USE_PATH_INFO false was ignored)
rurban [Sat, 8 May 2004 16:58:19 +0000 (16:58 +0000)]
don't ignore some false config values (e.g. USE_PATH_INFO false was ignored)

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

20 years agonew support for inlined image attributes: [image.jpg size=50x30 align=right]
rurban [Sat, 8 May 2004 14:06:13 +0000 (14:06 +0000)]
new support for inlined image attributes: [image.jpg size=50x30 align=right]
minor stability and portability fixes

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

20 years ago>= 4.0.6 required note, and 4.0.4pl1/4.0.5 notes
rurban [Sat, 8 May 2004 12:33:42 +0000 (12:33 +0000)]
>= 4.0.6 required note, and 4.0.4pl1/4.0.5 notes

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

20 years agophp-4.0.4 fixes
rurban [Sat, 8 May 2004 11:25:16 +0000 (11:25 +0000)]
php-4.0.4 fixes

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

20 years agoPHPUnit tests by Dan Frankowski
rurban [Fri, 7 May 2004 20:47:35 +0000 (20:47 +0000)]
PHPUnit tests by Dan Frankowski

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

20 years agoPHP < 4.1.2 crash on dba sessions at session_write_close().
rurban [Fri, 7 May 2004 15:11:28 +0000 (15:11 +0000)]
PHP < 4.1.2 crash on dba sessions at session_write_close().
(Tested with 4.1.1 and 4.1.2)
  Didn't try postgres sessions. Mysql with Pear and ADODB works ok.

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

20 years agothe userid pref is not always present
rurban [Fri, 7 May 2004 10:26:14 +0000 (10:26 +0000)]
the userid pref is not always present

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

20 years agorevert and removed some comments
rurban [Thu, 6 May 2004 20:30:47 +0000 (20:30 +0000)]
revert and removed some comments

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

20 years agogetting nearer to the real problem: continue on unmatched balanced
rurban [Thu, 6 May 2004 19:51:05 +0000 (19:51 +0000)]
getting nearer to the real problem: continue on unmatched balanced
  expression and wrong balanced expressions.

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

20 years agoimprove stability, trying to find the InlineParser endless loop on sf.net
rurban [Thu, 6 May 2004 19:26:16 +0000 (19:26 +0000)]
improve stability, trying to find the InlineParser endless loop on sf.net

remove end-of-zip comments to fix sf.net bug #777278 and probably #859628

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

20 years agoCategoryGroup: oops, dos2unix eol
rurban [Thu, 6 May 2004 17:30:39 +0000 (17:30 +0000)]
CategoryGroup: oops, dos2unix eol
improved phpwiki_version:
  pre -= .0001 (1.3.10pre: 1030.099)
  -p1 += .001 (1.3.9-p1: 1030.091)
improved InstallTable for mysql and generic SQL versions and all newer tables so far.
abstracted more ADODB/PearDB methods for action=upgrade stuff:
  backend->backendType(), backend->database(),
  backend->listOfFields(),
  backend->listOfTables(),

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

20 years agoEnable the Administrators group, and add the WIKIPAGE group default root page.
rurban [Thu, 6 May 2004 13:56:40 +0000 (13:56 +0000)]
Enable the Administrators group, and add the WIKIPAGE group default root page.

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

20 years agoThis works even with USE_PATH_INFO=true
rurban [Thu, 6 May 2004 13:30:52 +0000 (13:30 +0000)]
This works even with USE_PATH_INFO=true

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

20 years agoomit "Okay", this is default
rurban [Thu, 6 May 2004 13:26:01 +0000 (13:26 +0000)]
omit "Okay", this is default

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

20 years agofix sf.net bug#949002: [ Link | ] assertion
rurban [Thu, 6 May 2004 12:02:05 +0000 (12:02 +0000)]
fix sf.net bug#949002: [ Link | ] assertion

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

20 years agoquote comment chars
rurban [Thu, 6 May 2004 11:36:05 +0000 (11:36 +0000)]
quote comment chars

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

20 years agoby carsten
rurban [Wed, 5 May 2004 14:23:32 +0000 (14:23 +0000)]
by carsten

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

20 years agoSupport to remove all UserPreferences
rurban [Wed, 5 May 2004 13:38:09 +0000 (13:38 +0000)]
Support to remove all UserPreferences

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

20 years agomore pdf support
rurban [Tue, 4 May 2004 22:34:25 +0000 (22:34 +0000)]
more pdf support

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

20 years agohack: prevent from "'1' is properly formatted" warning on login
rurban [Tue, 4 May 2004 22:26:40 +0000 (22:26 +0000)]
hack: prevent from "'1' is properly formatted" warning on login

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

20 years agorevert previous patch
rurban [Tue, 4 May 2004 17:21:06 +0000 (17:21 +0000)]
revert previous patch

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

20 years agoprvent hidden p overwrite checked p
rurban [Tue, 4 May 2004 16:34:22 +0000 (16:34 +0000)]
prvent hidden p overwrite checked p

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

20 years agorand(): 4.0.6 doesn't accept 32768, this works now.
rurban [Tue, 4 May 2004 14:24:07 +0000 (14:24 +0000)]
rand(): 4.0.6 doesn't accept 32768, this works now.

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

20 years agorand(1.0) is ineffective (MAX_INT). This version uses hardcoded integers.
rurban [Tue, 4 May 2004 12:26:50 +0000 (12:26 +0000)]
rand(1.0) is ineffective (MAX_INT). This version uses hardcoded integers.
Note, that RAND_MAX is not always defined.

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

20 years agolocale updates: we previously lost some words because of wrong strings in
rurban [Mon, 3 May 2004 21:57:55 +0000 (21:57 +0000)]
locale updates: we previously lost some words because of wrong strings in
  PhotoAlbum, german rewording.
fixed $_SESSION registering (lost session vars, esp. prefs)
fixed ending slash in listAvailableLanguages/Themes

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

20 years agofixed sf,net bug #947264: LDAP options are constants, not strings!
rurban [Mon, 3 May 2004 21:44:24 +0000 (21:44 +0000)]
fixed sf,net bug #947264: LDAP options are constants, not strings!

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

20 years agodon't use persistent connections with postgres
rurban [Mon, 3 May 2004 21:35:30 +0000 (21:35 +0000)]
don't use persistent connections with postgres

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

20 years agosqlresult
rurban [Mon, 3 May 2004 20:46:51 +0000 (20:46 +0000)]
sqlresult

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

20 years agofixed gettext strings
rurban [Mon, 3 May 2004 20:44:58 +0000 (20:44 +0000)]
fixed gettext strings
new SqlResult plugin
_WikiTranslation: fixed init_locale

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

20 years agofix cvs tags: "$tag$" => "$tag: $"
rurban [Mon, 3 May 2004 17:42:44 +0000 (17:42 +0000)]
fix cvs tags: "$tag$" => "$tag: $"

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

20 years agoLink to MeatBall:GooglePrompt
rurban [Mon, 3 May 2004 15:57:16 +0000 (15:57 +0000)]
Link to MeatBall:GooglePrompt
Add PageDump actionbutton for admins

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

20 years agoSupport [] links, but no [name|page] links yet
rurban [Mon, 3 May 2004 15:53:20 +0000 (15:53 +0000)]
Support [] links, but no [name|page] links yet
Support subpages

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

20 years agoaction=upgrade now linked in PhpWikiAdministration
rurban [Mon, 3 May 2004 15:36:12 +0000 (15:36 +0000)]
action=upgrade now linked in PhpWikiAdministration
PageGroupTest with subpage support

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

20 years ago+ table messages
rurban [Mon, 3 May 2004 15:05:36 +0000 (15:05 +0000)]
+ table messages

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

20 years agoadded more database upgrading: session.sess_ip, page.id autp_increment
rurban [Mon, 3 May 2004 15:00:33 +0000 (15:00 +0000)]
added more database upgrading: session.sess_ip, page.id autp_increment

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

20 years agofixed UserPreferences update, esp for boolean and int
rurban [Mon, 3 May 2004 13:16:47 +0000 (13:16 +0000)]
fixed UserPreferences update, esp for boolean and int

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

20 years agoput listAvailableLanguages() and listAvailableThemes() from SystemInfo and
rurban [Mon, 3 May 2004 11:40:42 +0000 (11:40 +0000)]
put listAvailableLanguages() and listAvailableThemes() from SystemInfo and
UserPreferences into Themes.php

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

20 years agofixed sendPageChangeNotification
rurban [Mon, 3 May 2004 11:16:40 +0000 (11:16 +0000)]
fixed sendPageChangeNotification
subject rewording

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

20 years agofix passing args from WikiAdminSelect to WikiAdminRemove
rurban [Mon, 3 May 2004 11:02:30 +0000 (11:02 +0000)]
fix passing args from WikiAdminSelect to WikiAdminRemove

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

20 years agoImprove db_session write stability: mysql_affected_rows may return 0 or -1 also.
rurban [Mon, 3 May 2004 10:41:06 +0000 (10:41 +0000)]
Improve db_session write stability: mysql_affected_rows may return 0 or -1 also.

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

20 years agolimit user session data (HomePageHandle and auth_dbi have to invalidated anyway)
rurban [Sun, 2 May 2004 21:26:38 +0000 (21:26 +0000)]
limit user session data (HomePageHandle and auth_dbi have to invalidated anyway)
  because they will not survive db sessions, if too large.
extended action=upgrade
some WikiTranslation button work
revert WIKIAUTH_UNOBTAINABLE (need it for main.php)
some temp. session debug statements

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

20 years agofix sf.net bug #945154 Konqueror alt css
rurban [Sun, 2 May 2004 19:12:14 +0000 (19:12 +0000)]
fix sf.net bug #945154 Konqueror alt css

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

20 years agonew finally reliable way to detect if /index.php is called directly
rurban [Sun, 2 May 2004 15:10:09 +0000 (15:10 +0000)]
new finally reliable way to detect if /index.php is called directly
  and if to include lib/main.php
new global AllActionPages
SetupWiki now loads all mandatory pages: HOME_PAGE, action pages, and warns if not.
WikiTranslation what=buttons for Carsten to create the missing MacOSX buttons
PageGroupTestOne => subpages
renamed PhpWikiRss to PhpWikiRecentChanges
more docs, default configs, ...

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

20 years agofixed PersonalPage warning: check if isset($user->_prefs->_select)
rurban [Sun, 2 May 2004 14:17:21 +0000 (14:17 +0000)]
fixed PersonalPage warning: check if isset($user->_prefs->_select)

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

20 years ago<none> if none, properly escape it
rurban [Sun, 2 May 2004 14:16:24 +0000 (14:16 +0000)]
<none> if none, properly escape it

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

20 years agonew MacOSX buttons by Carsten
rurban [Sat, 1 May 2004 18:22:07 +0000 (18:22 +0000)]
new MacOSX buttons by Carsten

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

20 years agoAdd $charset to template locals (instead of constant CHARSET)
rurban [Sat, 1 May 2004 18:20:05 +0000 (18:20 +0000)]
Add $charset to template locals (instead of constant CHARSET)

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

20 years ago4.0.6 obviously cannot use methods as cmp function. so it must be a global func
rurban [Sat, 1 May 2004 18:02:41 +0000 (18:02 +0000)]
4.0.6 obviously cannot use methods as cmp function. so it must be a global func

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

20 years agorewording, php-4.0.6 fixes, Log removed from index.php
rurban [Sat, 1 May 2004 16:04:56 +0000 (16:04 +0000)]
rewording, php-4.0.6 fixes, Log removed from index.php

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

20 years agomore php-4.0.6 compatibility: superglobals
rurban [Sat, 1 May 2004 15:59:29 +0000 (15:59 +0000)]
more php-4.0.6 compatibility: superglobals

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

20 years agoshow EDITING_POLICY only if the page exists
rurban [Sat, 1 May 2004 11:59:05 +0000 (11:59 +0000)]
show EDITING_POLICY only if the page exists

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

20 years agoFindPage | [] => FindPage []
rurban [Sat, 1 May 2004 11:58:29 +0000 (11:58 +0000)]
FindPage | [] => FindPage []
support Preferences button (for MacOSX)

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

20 years agoremove duplicate page objects manually (array_merge doesn't)
rurban [Sat, 1 May 2004 11:41:09 +0000 (11:41 +0000)]
remove duplicate page objects manually (array_merge doesn't)
uksort: support 4.0.x style

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

20 years agophp-4.0.x support: array_key_exists (PHP 4 >= 4.1.0)
rurban [Sat, 1 May 2004 11:26:37 +0000 (11:26 +0000)]
php-4.0.x support: array_key_exists (PHP 4 >= 4.1.0)

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

20 years agozh (chinese language) support
rurban [Fri, 30 Apr 2004 00:04:14 +0000 (00:04 +0000)]
zh (chinese language) support

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

20 years agoadded chinese locale, sf.net patch #934100 by Yan-ren Tsai (druryl)
rurban [Thu, 29 Apr 2004 23:59:07 +0000 (23:59 +0000)]
added chinese locale, sf.net patch #934100 by Yan-ren Tsai (druryl)

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

20 years agore-ordered locale init (as in 1.3.9)
rurban [Thu, 29 Apr 2004 23:25:12 +0000 (23:25 +0000)]
re-ordered locale init (as in 1.3.9)
fixed loadfile with subpages, and merge/restore anyway
  (sf.net bug #844188)

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

20 years agofixed sf.net bug #940996
rurban [Thu, 29 Apr 2004 23:03:54 +0000 (23:03 +0000)]
fixed sf.net bug #940996

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

20 years agoprevent from accessing deleted pages
rurban [Thu, 29 Apr 2004 22:50:53 +0000 (22:50 +0000)]
prevent from accessing deleted pages

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

20 years agomore fixes
rurban [Thu, 29 Apr 2004 22:41:03 +0000 (22:41 +0000)]
more fixes

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

20 years agofixed lib/interwiki.map loading on PrettyWiki: cwd != phpwiki
rurban [Thu, 29 Apr 2004 22:39:50 +0000 (22:39 +0000)]
fixed lib/interwiki.map loading on PrettyWiki: cwd != phpwiki

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

20 years agofixed sf.net bug #943366 (Kai Krakow)
rurban [Thu, 29 Apr 2004 22:33:30 +0000 (22:33 +0000)]
fixed sf.net bug #943366 (Kai Krakow)
  couldn't load localized url-undecoded pagenames

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

20 years agoSlightly more elegant fix. Instead of WIKIAUTH_FORBIDDEN, the current user's level...
zorloc [Thu, 29 Apr 2004 22:32:56 +0000 (22:32 +0000)]
Slightly more elegant fix.  Instead of WIKIAUTH_FORBIDDEN, the current user's level + 1 is returned on a false.

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

20 years agofixed dba session reading
rurban [Thu, 29 Apr 2004 22:29:03 +0000 (22:29 +0000)]
fixed dba session reading

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

20 years agofixed TOC backlinks with USE_PATH_INFO false
rurban [Thu, 29 Apr 2004 21:55:15 +0000 (21:55 +0000)]
fixed TOC backlinks with USE_PATH_INFO false
  with_toclink=1, sf.net bug #940682

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

20 years agotypo
rurban [Thu, 29 Apr 2004 21:54:05 +0000 (21:54 +0000)]
typo

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

20 years agodefault theme navbar consistency: linkButtons instead of action buttons
rurban [Thu, 29 Apr 2004 21:25:46 +0000 (21:25 +0000)]
default theme navbar consistency: linkButtons instead of action buttons
  3rd makeLinkButtin arg for action support

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

20 years ago1.2.3 notes and current fixes
rurban [Thu, 29 Apr 2004 20:41:55 +0000 (20:41 +0000)]
1.2.3 notes and current fixes

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

20 years agoimprove stability (omit warning without expire params)
rurban [Thu, 29 Apr 2004 20:41:03 +0000 (20:41 +0000)]
improve stability (omit warning without expire params)

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

20 years agofix sf.net bug #944568
rurban [Thu, 29 Apr 2004 20:37:14 +0000 (20:37 +0000)]
fix sf.net bug #944568
  "incorrect CVS_CHECK_FOR_REPOSITORY logic in the CVS backend"
  by Nicolas M. Thiery

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

20 years agospecial support for formatted plugins (one-liners)
rurban [Thu, 29 Apr 2004 19:39:44 +0000 (19:39 +0000)]
special support for formatted plugins (one-liners)
  like <small><plugin BlaBla ></small>
iter->asArray() helper for PopularNearby
db_session for older php's (no &func() allowed)

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

20 years agoomit "socket_set_timeout() is not supported in this PHP build" warning
rurban [Thu, 29 Apr 2004 19:34:24 +0000 (19:34 +0000)]
omit "socket_set_timeout() is not supported in this PHP build" warning

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

20 years agoRe-implement the classic phpwiki-1.2 feature of the
rurban [Thu, 29 Apr 2004 18:32:38 +0000 (18:32 +0000)]
Re-implement the classic phpwiki-1.2 feature of the
 * 5 best incoming links: xx, xx, xx, ...
 * 5 best outgoing links: xx, xx, xx, ...
 * 5 most popular nearby: xx, xx, xx, ...

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

20 years agoPrevent from warning where no db pref was previously stored.
rurban [Thu, 29 Apr 2004 18:31:24 +0000 (18:31 +0000)]
Prevent from warning where no db pref was previously stored.

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

20 years agoFixes permission failure issues. With PagePermissions and Disabled Actions when...
zorloc [Thu, 29 Apr 2004 17:18:19 +0000 (17:18 +0000)]
Fixes permission failure issues.  With PagePermissions and Disabled Actions when user did not have permission WIKIAUTH_FORBIDDEN was returned.  In WikiUser this was ok because WIKIAUTH_FORBIDDEN had a value of 11 -- thus no user could perform that action.  But WikiUserNew has a WIKIAUTH_FORBIDDEN value of -1 -- thus a user without sufficent permission to do anything.  The solution is a new high value permission level (WIKIAUTH_UNOBTAINABLE) to be the default level for access failure.

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

20 years agosf.net patch #940359 by rassie
rurban [Tue, 27 Apr 2004 18:20:54 +0000 (18:20 +0000)]
sf.net patch #940359 by rassie

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

20 years agomore subtle config problems with defaults
rurban [Tue, 27 Apr 2004 16:16:27 +0000 (16:16 +0000)]
more subtle config problems with defaults

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

20 years agobetter errormsg (print supported handlers, print filename, ...)
rurban [Tue, 27 Apr 2004 16:08:44 +0000 (16:08 +0000)]
better errormsg (print supported handlers, print filename, ...)
better conflict strategy (wait random time)
force locks when supported.

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

20 years agomissing pageiter::count methods
rurban [Tue, 27 Apr 2004 16:03:05 +0000 (16:03 +0000)]
missing pageiter::count methods

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

20 years agolocking table specific for better databases
rurban [Mon, 26 Apr 2004 20:44:37 +0000 (20:44 +0000)]
locking table specific for better databases

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

20 years agocomments
rurban [Mon, 26 Apr 2004 20:25:30 +0000 (20:25 +0000)]
comments

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

20 years agofixed line27 error
rurban [Mon, 26 Apr 2004 20:01:21 +0000 (20:01 +0000)]
fixed line27 error

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

20 years agosupport most cases of header markup. fixed duplicate MangleXmlIdentifier name
rurban [Mon, 26 Apr 2004 19:43:03 +0000 (19:43 +0000)]
support most cases of header markup. fixed duplicate MangleXmlIdentifier name

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

20 years agobetter comments
rurban [Mon, 26 Apr 2004 14:46:14 +0000 (14:46 +0000)]
better comments

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

20 years agoadd support for single wikiword headers
rurban [Mon, 26 Apr 2004 14:09:05 +0000 (14:09 +0000)]
add support for single wikiword headers

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

20 years agouse DATA_PATH
rurban [Mon, 26 Apr 2004 13:43:03 +0000 (13:43 +0000)]
use DATA_PATH

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

20 years agocalculate bool old or dynamic constants later
rurban [Mon, 26 Apr 2004 13:22:32 +0000 (13:22 +0000)]
calculate bool old or dynamic constants later

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

20 years agodisable deprecated user constants
rurban [Mon, 26 Apr 2004 13:21:07 +0000 (13:21 +0000)]
disable deprecated user constants

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

20 years agoPOP3_AUTH_PORT deprecated, use "host:port" similar to IMAP
rurban [Mon, 26 Apr 2004 12:35:21 +0000 (12:35 +0000)]
POP3_AUTH_PORT deprecated, use "host:port" similar to IMAP
File_Passwd is already loaded

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

20 years agoinclude_path independency
rurban [Mon, 26 Apr 2004 12:22:56 +0000 (12:22 +0000)]
include_path independency

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

20 years agoinclude_path independency
rurban [Mon, 26 Apr 2004 12:16:40 +0000 (12:16 +0000)]
include_path independency

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