]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/commit
Big refactor of lib/WikiUser.php. The login mechanism no longer uses
authordairiki <dairiki@96ab9672-09ca-45d6-a79d-3d69d39ca109>
Sat, 19 Jan 2002 07:21:58 +0000 (07:21 +0000)
committerdairiki <dairiki@96ab9672-09ca-45d6-a79d-3d69d39ca109>
Sat, 19 Jan 2002 07:21:58 +0000 (07:21 +0000)
commit2ec5b79fd835cc33a0054338b052f7beb5120540
treec074b6938fbee72aa29ff3afde6dabcbc1f1a431
parentfbce04d684758df311f53f0391caa321508acae4
Big refactor of lib/WikiUser.php.  The login mechanism no longer uses
HTTP authentication.  Yeay!!!!

Downsides:
  I probably broke a bunch of things.  I will fix them.  (But let me know
  when you find them.)  This is still work in progress.

  As things stand, you need cookie support in your browser to
  be able to log in.  That's fixable too (by putting session ID in
  all our URL's when neccesary.)

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@1349 96ab9672-09ca-45d6-a79d-3d69d39ca109
15 files changed:
lib/ButtonFactory.php
lib/Request.php
lib/Template.php
lib/WikiUser.php
lib/editpage.php
lib/loadsave.php
lib/main.php
lib/plugin/PageHistory.php
lib/savepage.php
themes/MacOSX/templates/actionbar.tmpl
themes/default/templates/actionbar.tmpl
themes/default/templates/editpage.tmpl
themes/default/templates/login.tmpl [new file with mode: 0644]
themes/default/templates/navbar.tmpl
themes/default/templates/signin.tmpl [new file with mode: 0644]