]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/commit
php5 workaround code (plus some interim debugging code in XmlElement)
authorrurban <rurban@96ab9672-09ca-45d6-a79d-3d69d39ca109>
Wed, 24 Mar 2004 19:39:03 +0000 (19:39 +0000)
committerrurban <rurban@96ab9672-09ca-45d6-a79d-3d69d39ca109>
Wed, 24 Mar 2004 19:39:03 +0000 (19:39 +0000)
commit3eb7a6f588896f2703ed2a2d6ecb029ffbecc0eb
tree64e2536ded827550f5798ccdd7bfb40dc5b24d39
parentd73efff1faf04d15a39d3b427b1718c6e8e15f22
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
17 files changed:
lib/BlockParser.php
lib/DbaDatabase.php
lib/HtmlElement.php
lib/PageType.php
lib/Request.php
lib/Theme.php
lib/WikiDB.php
lib/WikiDB/backend/ADODB_mysql.php
lib/WikiDB/backend/PearDB_mysql.php
lib/WikiDB/backend/PearDB_pgsql.php
lib/WikiUserNew.php
lib/XmlElement.php
lib/editpage.php
lib/main.php
lib/plugin/SiteMap.php
lib/plugin/UserPreferences.php
lib/stdlib.php