]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/commit
First (unfinished) UserAuth version, storing prefs in page meta-data.
authorrurban <rurban@96ab9672-09ca-45d6-a79d-3d69d39ca109>
Thu, 22 Aug 2002 23:28:32 +0000 (23:28 +0000)
committerrurban <rurban@96ab9672-09ca-45d6-a79d-3d69d39ca109>
Thu, 22 Aug 2002 23:28:32 +0000 (23:28 +0000)
commit113077d94bcfe4708487188fedebe7bd915f7ab8
tree43b5e2ed587c3af4700461b42f279e699165b795
parent50d5b20c715c8878910771020f10b6d7a26793ae
First (unfinished) UserAuth version, storing prefs in page meta-data.
      in cookies only the userid from now on.
      login in some cases broken.
      Missing is WikiDb_User for external SQL Auth.
Improved UserPreferences (changepass, themes, email notification)
Fixed assert.
Added Create HomePage on login of unknown user.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2282 96ab9672-09ca-45d6-a79d-3d69d39ca109
25 files changed:
index.php
lib/ErrorManager.php
lib/HtmlElement.php
lib/Request.php
lib/Template.php
lib/Theme.php
lib/WikiDB.php
lib/WikiUser.php
lib/config.php
lib/display.php
lib/loadsave.php
lib/main.php
lib/plugin/RawHtml.php
lib/stdlib.php
lib/transform.php
locale/it/pgsrc/AmministrazioneDiPhpWiki%2FRemove [new file with mode: 0644]
pgsrc/PhpWikiAdministration%2FRemove
themes/default/templates/editpage.tmpl
themes/default/templates/homepage.tmpl [new file with mode: 0644]
themes/default/templates/info.tmpl
themes/default/templates/login.tmpl
themes/default/templates/navbar.tmpl
themes/default/templates/signin.tmpl
themes/default/templates/userprefs.tmpl
wiki