]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/log
SourceForge/phpwiki.git
19 years agoDisallow refernces in calls if the declaration is a reference
rurban [Wed, 16 Jun 2004 10:38:59 +0000 (10:38 +0000)]
Disallow refernces in calls if the declaration is a reference
("allow_call_time_pass_reference clean").
  PhpWiki is now allow_call_time_pass_reference = Off clean,
  but several external libraries may not.
  In detail these libs look to be affected (not tested):
  * Pear_DB odbc
  * adodb oracle

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

19 years agorequired action page
rurban [Wed, 16 Jun 2004 09:40:18 +0000 (09:40 +0000)]
required action page

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

19 years agomore allow_call_time_pass_reference false fixes
rurban [Tue, 15 Jun 2004 14:56:37 +0000 (14:56 +0000)]
more allow_call_time_pass_reference false fixes

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

19 years agominor WikiGroup cleanup: no request param, start of current user independency
rurban [Tue, 15 Jun 2004 10:40:35 +0000 (10:40 +0000)]
minor WikiGroup cleanup: no request param, start of current user independency

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

19 years agoChange Password => Set Password if none set yet
rurban [Tue, 15 Jun 2004 09:34:38 +0000 (09:34 +0000)]
Change Password => Set Password if none set yet

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

19 years agoIMPORTANT: fixed passwd handling for passwords stored in prefs:
rurban [Tue, 15 Jun 2004 09:15:52 +0000 (09:15 +0000)]
IMPORTANT: fixed passwd handling for passwords stored in prefs:
  fix encrypted usage, actually store and retrieve them from db
  fix bogologin with passwd set.
fix php crashes with call-time pass-by-reference (references wrongly used
  in declaration AND call). This affected mainly Apache2 and IIS.
  (Thanks to John Cole to detect this!)

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

19 years agorenamed global $Theme to $WikiTheme (gforge nameclash)
rurban [Mon, 14 Jun 2004 11:31:39 +0000 (11:31 +0000)]
renamed global $Theme to $WikiTheme (gforge nameclash)
inherit PageList default options from PageList
  default sortby=pagename
use options in PageList_Selectable (limit, sortby, ...)
added action revert, with button at action=diff
added option regex to WikiAdminSearchReplace

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

19 years agorenamed global $Theme to $WikiTheme (gforge nameclash)
rurban [Mon, 14 Jun 2004 11:26:54 +0000 (11:26 +0000)]
renamed global $Theme to $WikiTheme (gforge nameclash)

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

19 years agoupdated changes
rurban [Mon, 14 Jun 2004 11:25:45 +0000 (11:25 +0000)]
updated changes

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

19 years agonew foaf readme by dan clockwerx
rurban [Mon, 14 Jun 2004 11:25:06 +0000 (11:25 +0000)]
new foaf readme by dan clockwerx
updated HISTORY from ReleaseNotes

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

19 years agoempty list of pages if user=[] and not authenticated.
rurban [Sun, 13 Jun 2004 16:02:12 +0000 (16:02 +0000)]
empty list of pages if user=[] and not authenticated.

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

19 years agoAllPages with current user as owner, author, creator. (Support for user=[])
rurban [Sun, 13 Jun 2004 16:01:22 +0000 (16:01 +0000)]
AllPages with current user as owner, author, creator. (Support for user=[])

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

19 years agoSupport pagelist filter for current author,owner,creator by []
rurban [Sun, 13 Jun 2004 15:51:37 +0000 (15:51 +0000)]
Support pagelist filter for current author,owner,creator by []

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

19 years agonew support for arguments owner, author, creator in most relevant
rurban [Sun, 13 Jun 2004 15:33:20 +0000 (15:33 +0000)]
new support for arguments owner, author, creator in most relevant
PageList plugins. in WikiAdmin* via preSelectS()

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

19 years agosecurity fix: check permissions in SearchReplace
rurban [Sun, 13 Jun 2004 14:30:26 +0000 (14:30 +0000)]
security fix: check permissions in SearchReplace

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

19 years agoGooglePlugin now actually works (templated result missing)
rurban [Sun, 13 Jun 2004 14:15:28 +0000 (14:15 +0000)]
GooglePlugin now actually works (templated result missing)

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

19 years agoCatch fatals on the four dump calls (as file and zip, as html and mimified)
rurban [Sun, 13 Jun 2004 13:54:25 +0000 (13:54 +0000)]
Catch fatals on the four dump calls (as file and zip, as html and mimified)
FoafViewer: Check against external requirements, instead of fatal.
Change output for xhtmldumps: using file:// urls to the local fs.
Catch SOAP fatal by checking for GOOGLE_LICENSE_KEY
Import GOOGLE_LICENSE_KEY and FORTUNE_DIR from config.ini.

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

19 years agoprevent dump errors on multiple userpref pages
rurban [Sun, 13 Jun 2004 12:51:47 +0000 (12:51 +0000)]
prevent dump errors on multiple userpref pages

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

19 years agocheck for create action on action=edit not to fool PagePerm checks
rurban [Sun, 13 Jun 2004 11:35:32 +0000 (11:35 +0000)]
check for create action on action=edit not to fool PagePerm checks

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

19 years agofixed bug #969532 (space in uploaded filenames)
rurban [Sun, 13 Jun 2004 11:34:22 +0000 (11:34 +0000)]
fixed bug #969532 (space in uploaded filenames)
improved upload error messages

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

19 years agodisplay bug workaround for MacIE browsers, jshide: 0
rurban [Sun, 13 Jun 2004 09:45:23 +0000 (09:45 +0000)]
display bug workaround for MacIE browsers, jshide: 0

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

19 years agostrftime format suggestions and tex class
rurban [Sun, 13 Jun 2004 09:40:08 +0000 (09:40 +0000)]
strftime format suggestions and tex class

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

19 years agoisa() workaround, if stdlib.php is not loaded
rurban [Sun, 13 Jun 2004 09:38:20 +0000 (09:38 +0000)]
isa() workaround, if stdlib.php is not loaded

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

19 years agonew
rurban [Sun, 13 Jun 2004 09:36:52 +0000 (09:36 +0000)]
new

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

19 years agoSimple version of cached TexToPng, by Pierrick Meignen
rurban [Sun, 13 Jun 2004 09:35:51 +0000 (09:35 +0000)]
Simple version of cached TexToPng, by Pierrick Meignen

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

19 years agosupport theme-specific LinkIconAttr: front or after or none
rurban [Fri, 11 Jun 2004 09:07:30 +0000 (09:07 +0000)]
support theme-specific LinkIconAttr: front or after or none

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

19 years agonew GNU FDL icon, and forgotten MonoBook background
rurban [Fri, 11 Jun 2004 09:04:53 +0000 (09:04 +0000)]
new GNU FDL icon, and forgotten MonoBook background

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

19 years agonew poweredby icon
rurban [Fri, 11 Jun 2004 09:03:39 +0000 (09:03 +0000)]
new poweredby icon

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

19 years agonew MonoBook theme (copied from mediawiki)
rurban [Fri, 11 Jun 2004 09:01:52 +0000 (09:01 +0000)]
new MonoBook theme (copied from mediawiki)

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

19 years agoUpdated upload pages.
rurban [Thu, 10 Jun 2004 12:22:40 +0000 (12:22 +0000)]
Updated upload pages.

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

19 years agofinished with french l18n by Pierrick Meignen. (Thanks a lot!)
rurban [Wed, 9 Jun 2004 14:23:19 +0000 (14:23 +0000)]
finished with french l18n by Pierrick Meignen. (Thanks a lot!)

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

19 years ago2nd round of updates by Pierrick Meignen: the fuzzy stuff
rurban [Tue, 8 Jun 2004 22:22:52 +0000 (22:22 +0000)]
2nd round of updates by Pierrick Meignen: the fuzzy stuff
  (a 3rd round with eMpty strings PENDING)

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

19 years agoanother one missing
rurban [Tue, 8 Jun 2004 22:01:15 +0000 (22:01 +0000)]
another one missing

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

19 years agobased on dans version
rurban [Tue, 8 Jun 2004 21:42:01 +0000 (21:42 +0000)]
based on dans version

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

19 years agobased on dans version 0.0.2 - simplified
rurban [Tue, 8 Jun 2004 21:38:21 +0000 (21:38 +0000)]
based on dans version 0.0.2 - simplified

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

19 years agois_final fix for incremental parsing
rurban [Tue, 8 Jun 2004 21:12:02 +0000 (21:12 +0000)]
is_final fix for incremental parsing

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

19 years agoupdated RssParser for XmlParser quirks (store parser object params in globals)
rurban [Tue, 8 Jun 2004 21:03:20 +0000 (21:03 +0000)]
updated RssParser for XmlParser quirks (store parser object params in globals)

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

19 years agoreleasenotes update
rurban [Tue, 8 Jun 2004 20:37:58 +0000 (20:37 +0000)]
releasenotes update

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

19 years agominor de updates
rurban [Tue, 8 Jun 2004 20:07:53 +0000 (20:07 +0000)]
minor de updates

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

19 years agofrench overhaul by Pierrick Meignen
rurban [Tue, 8 Jun 2004 19:58:42 +0000 (19:58 +0000)]
french overhaul by Pierrick Meignen

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

19 years agono NoCache
rurban [Tue, 8 Jun 2004 19:54:15 +0000 (19:54 +0000)]
no NoCache
added required actionpages (chown missing)

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

19 years agoanother required actionpage
rurban [Tue, 8 Jun 2004 19:49:48 +0000 (19:49 +0000)]
another required actionpage

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

19 years agofixed foreign setup: no ugly skipped msg for the GenericPages, load english actionpag...
rurban [Tue, 8 Jun 2004 19:48:16 +0000 (19:48 +0000)]
fixed foreign setup: no ugly skipped msg for the GenericPages, load english actionpages if translated not found

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

19 years ago1/3 of the new fr.po by Pierrick Meignen
rurban [Tue, 8 Jun 2004 15:34:21 +0000 (15:34 +0000)]
1/3 of the new fr.po by Pierrick Meignen

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

19 years agostupid ldap bug detected by John Cole
rurban [Tue, 8 Jun 2004 14:57:43 +0000 (14:57 +0000)]
stupid ldap bug detected by John Cole

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

19 years agocomplete new french pgsrc set by PierrickMeignen
rurban [Tue, 8 Jun 2004 14:19:04 +0000 (14:19 +0000)]
complete new french pgsrc set by PierrickMeignen

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

19 years agoadded PageDump, rearranged seps
rurban [Tue, 8 Jun 2004 14:11:59 +0000 (14:11 +0000)]
added PageDump, rearranged seps

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

19 years agoDEBUG is always defined
rurban [Tue, 8 Jun 2004 13:53:16 +0000 (13:53 +0000)]
DEBUG is always defined

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

19 years agosome comments only
rurban [Tue, 8 Jun 2004 13:51:57 +0000 (13:51 +0000)]
some comments only

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

19 years agoshow getfacl and acl line
rurban [Tue, 8 Jun 2004 13:50:43 +0000 (13:50 +0000)]
show getfacl and acl line

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

19 years agoList pages that are explicitly given as the pages argument, by DanFr
rurban [Tue, 8 Jun 2004 13:49:43 +0000 (13:49 +0000)]
List pages that are explicitly given as the pages argument, by DanFr

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

19 years agoseveral new tests by DanFr
rurban [Tue, 8 Jun 2004 13:47:49 +0000 (13:47 +0000)]
several new tests by DanFr

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

19 years agonon-bold links
rurban [Tue, 8 Jun 2004 13:15:23 +0000 (13:15 +0000)]
non-bold links

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

19 years agobetter acl dump representation, read back acl and owner
rurban [Tue, 8 Jun 2004 10:54:47 +0000 (10:54 +0000)]
better acl dump representation, read back acl and owner

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

19 years agosimplified admin action shortcuts
rurban [Tue, 8 Jun 2004 10:05:12 +0000 (10:05 +0000)]
simplified admin action shortcuts

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

19 years agofixed typo detected by lucidcarbon (line 1663 assertion)
rurban [Tue, 8 Jun 2004 09:31:15 +0000 (09:31 +0000)]
fixed typo detected by lucidcarbon (line 1663 assertion)

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

19 years agosimplified chown, setacl, dump actions
rurban [Mon, 7 Jun 2004 22:58:40 +0000 (22:58 +0000)]
simplified chown, setacl, dump actions

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

19 years agoadded simplified chown, setacl actions
rurban [Mon, 7 Jun 2004 22:44:41 +0000 (22:44 +0000)]
added simplified chown, setacl actions

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

19 years agoadd acl field to mimified dump
rurban [Mon, 7 Jun 2004 22:28:06 +0000 (22:28 +0000)]
add acl field to mimified dump

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

19 years agoadd owner field to mimified dump
rurban [Mon, 7 Jun 2004 19:50:41 +0000 (19:50 +0000)]
add owner field to mimified dump

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

19 years agofixed ADOOB upgrade: listOfFields()
rurban [Mon, 7 Jun 2004 19:31:31 +0000 (19:31 +0000)]
fixed ADOOB upgrade: listOfFields()

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

19 years agofixed rename version=0, bug #966284
rurban [Mon, 7 Jun 2004 19:12:49 +0000 (19:12 +0000)]
fixed rename version=0, bug #966284

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

19 years agoadded Chown link to Owner in statusbar
rurban [Mon, 7 Jun 2004 18:59:42 +0000 (18:59 +0000)]
added Chown link to Owner in statusbar

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

19 years agofix rename: Change pagename in all linked pages
rurban [Mon, 7 Jun 2004 18:57:31 +0000 (18:57 +0000)]
fix rename: Change pagename in all linked pages

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

19 years agosupport for SetAclSimple
rurban [Mon, 7 Jun 2004 18:39:03 +0000 (18:39 +0000)]
support for SetAclSimple

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

19 years agoadded mysql 4.1.x search fix
rurban [Mon, 7 Jun 2004 18:38:18 +0000 (18:38 +0000)]
added mysql 4.1.x search fix

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

19 years agoadded Chown
rurban [Mon, 7 Jun 2004 18:01:19 +0000 (18:01 +0000)]
added Chown

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

19 years agonew chown plugin
rurban [Mon, 7 Jun 2004 17:58:58 +0000 (17:58 +0000)]
new chown plugin

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

19 years agofixed PagePerm non-object problem (mayAccessPage), also bug #967150
rurban [Sun, 6 Jun 2004 17:12:28 +0000 (17:12 +0000)]
fixed PagePerm non-object problem (mayAccessPage), also bug #967150

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

19 years agoadded more required ActionPages for foreign languages
rurban [Sun, 6 Jun 2004 16:58:51 +0000 (16:58 +0000)]
added more required ActionPages for foreign languages
install now english ActionPages if no localized are found. (again)
fixed default anon user level to be 0, instead of -1
  (wrong "required administrator to view this page"...)

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

19 years agofollowed suggestion in bug #966861
rurban [Sun, 6 Jun 2004 13:42:31 +0000 (13:42 +0000)]
followed suggestion in bug #966861
USE_TAGLINE changed to FORTUNE_DIR
french homepage name changed

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

19 years agosome updates
rurban [Fri, 4 Jun 2004 22:50:05 +0000 (22:50 +0000)]
some updates

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

19 years agoRenamed from Accueil
rurban [Fri, 4 Jun 2004 20:37:51 +0000 (20:37 +0000)]
Renamed from Accueil

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

19 years agoupdated msg catalog, more german fixes
rurban [Fri, 4 Jun 2004 20:35:27 +0000 (20:35 +0000)]
updated msg catalog, more german fixes

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

19 years agoPut several _("") into new lines if inside attr="", so that xgettext
rurban [Fri, 4 Jun 2004 20:34:11 +0000 (20:34 +0000)]
Put several _("") into new lines if inside attr="", so that xgettext
can pick it up. (Suggested by Pierrick Meignen)

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

19 years agoSeveral locale related improvements suggested by Pierrick Meignen
rurban [Fri, 4 Jun 2004 20:32:54 +0000 (20:32 +0000)]
Several locale related improvements suggested by Pierrick Meignen
LDAP fix by John Cole
reanable admin check without ENABLE_PAGEPERM in the admin plugins

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

19 years agoadd random quotes to empty pages
rurban [Fri, 4 Jun 2004 16:50:00 +0000 (16:50 +0000)]
add random quotes to empty pages

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

19 years agoFix various auth_policy old issues with default IMAP,LDAP,POP3 configs. Removed these.
rurban [Fri, 4 Jun 2004 12:41:12 +0000 (12:41 +0000)]
Fix various auth_policy old issues with default IMAP,LDAP,POP3 configs. Removed these.

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

19 years agoRestrict valid usernames to prevent from attacks against external auth or compromise
rurban [Fri, 4 Jun 2004 12:40:21 +0000 (12:40 +0000)]
Restrict valid usernames to prevent from attacks against external auth or compromise
possible holes.
Fix various WikiUser old issues with default IMAP,LDAP,POP3 configs. Removed these.
Fxied more warnings

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

19 years agoadded USE_TAGLINES
rurban [Fri, 4 Jun 2004 11:58:38 +0000 (11:58 +0000)]
added USE_TAGLINES

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

19 years agoReenabled "AS ok" for dbauthcheck for adodb.
rurban [Fri, 4 Jun 2004 11:56:13 +0000 (11:56 +0000)]
Reenabled "AS ok" for dbauthcheck for adodb.
added USE_TAGLINES = false, experimental feature from wlug.org.nz
better charset description

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

19 years agooops, forgot these action pages
rurban [Thu, 3 Jun 2004 22:27:09 +0000 (22:27 +0000)]
oops, forgot these action pages

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

19 years agoreenable admin check on !ENABLE_PAGEPERM, honor s=Wildcard arg, fix warning after...
rurban [Thu, 3 Jun 2004 22:24:48 +0000 (22:24 +0000)]
reenable admin check on !ENABLE_PAGEPERM, honor s=Wildcard arg, fix warning after Remove

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

19 years agopass start_debug to plugin-form
rurban [Thu, 3 Jun 2004 22:23:20 +0000 (22:23 +0000)]
pass start_debug to plugin-form

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

19 years agofix bug #963268 (check existing previous version)
rurban [Thu, 3 Jun 2004 22:08:17 +0000 (22:08 +0000)]
fix bug #963268 (check existing previous version)

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

19 years agofixed bad warning #964850
rurban [Thu, 3 Jun 2004 20:42:49 +0000 (20:42 +0000)]
fixed bad warning #964850

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

19 years agodays links requires action=RelatedChanges arg
rurban [Thu, 3 Jun 2004 18:58:27 +0000 (18:58 +0000)]
days links requires action=RelatedChanges arg

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

19 years agofixed "lost level in session" warning, now that signout sets level = 0 (before -1)
rurban [Thu, 3 Jun 2004 18:54:25 +0000 (18:54 +0000)]
fixed "lost level in session" warning, now that signout sets level = 0 (before -1)

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

19 years agofix file locking issues (only needed on write)
rurban [Thu, 3 Jun 2004 18:06:29 +0000 (18:06 +0000)]
fix file locking issues (only needed on write)
fixed immediate LANG and THEME in-session updates if not stored in prefs
advanced editpage toolbars (search & replace broken)

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

19 years agosupport immediate LANG and THEME switch inside a session
rurban [Thu, 3 Jun 2004 17:58:16 +0000 (17:58 +0000)]
support immediate LANG and THEME switch inside a session

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

19 years agoalternative button themes
rurban [Thu, 3 Jun 2004 16:59:42 +0000 (16:59 +0000)]
alternative button themes

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

19 years agoadded search button, crao msie workaround
rurban [Thu, 3 Jun 2004 16:58:08 +0000 (16:58 +0000)]
added search button, crao msie workaround

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

19 years agoadded Sidebar existing calendar dates
rurban [Thu, 3 Jun 2004 16:56:22 +0000 (16:56 +0000)]
added Sidebar existing calendar dates

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

19 years agosimplify translation
rurban [Thu, 3 Jun 2004 12:59:41 +0000 (12:59 +0000)]
simplify translation
NS4 wrap=virtual only

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

19 years agofix signout, level must be 0 not -1
rurban [Thu, 3 Jun 2004 12:46:03 +0000 (12:46 +0000)]
fix signout, level must be 0 not -1

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

19 years agofix eval warning on signin
rurban [Thu, 3 Jun 2004 12:36:03 +0000 (12:36 +0000)]
fix eval warning on signin

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

19 years agosupport edit_toolbar in other themes
rurban [Thu, 3 Jun 2004 12:30:38 +0000 (12:30 +0000)]
support edit_toolbar in other themes

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

19 years agoshorten size msg
rurban [Thu, 3 Jun 2004 11:34:20 +0000 (11:34 +0000)]
shorten size msg

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

19 years agodisabled undo button, and resized save/preview buttons
rurban [Thu, 3 Jun 2004 11:32:16 +0000 (11:32 +0000)]
disabled undo button, and resized save/preview buttons

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

19 years agonew config ENABLE_PAGEPERM
rurban [Thu, 3 Jun 2004 10:18:40 +0000 (10:18 +0000)]
new config ENABLE_PAGEPERM

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