]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/commit
fixed login, theme selection, UserPreferences.
authorrurban <rurban@96ab9672-09ca-45d6-a79d-3d69d39ca109>
Fri, 23 Aug 2002 18:29:34 +0000 (18:29 +0000)
committerrurban <rurban@96ab9672-09ca-45d6-a79d-3d69d39ca109>
Fri, 23 Aug 2002 18:29:34 +0000 (18:29 +0000)
commitf86aebf67015301700e3b17d25516f84c9700e13
tree85817c7a57d7f41f0b75859243eabff439b24eae
parentf7c31c240869801cfdbcb158e989cce919532272
fixed login, theme selection, UserPreferences.
added language selection (minor errors).
added FrameInclude plugin (not quite ready yet, heavy stuff).
added AllUsers plugin.
work on WikiAuthDB (external auth): almost ready

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2285 96ab9672-09ca-45d6-a79d-3d69d39ca109
47 files changed:
index.php
lib/BlockParser.php
lib/ErrorManager.php
lib/Template.php
lib/WikiDB.php
lib/WikiUser.php
lib/config.php
lib/display.php
lib/loadsave.php
lib/main.php
lib/plugin/AllUsers.php [new file with mode: 0644]
lib/plugin/UserPreferences.php
lib/plugin/_BackendInfo.php
locale/Makefile
locale/de/LC_MESSAGES/phpwiki.mo
locale/de/LC_MESSAGES/phpwiki.php
locale/es/LC_MESSAGES/phpwiki.mo
locale/es/LC_MESSAGES/phpwiki.php
locale/fr/LC_MESSAGES/phpwiki.mo
locale/fr/LC_MESSAGES/phpwiki.php
locale/it/LC_MESSAGES/phpwiki.mo
locale/it/LC_MESSAGES/phpwiki.php
locale/nl/LC_MESSAGES/phpwiki.mo
locale/po/de.po
locale/po/es.po
locale/po/fr.po
locale/po/it.po
locale/po/nl.po
locale/po/phpwiki.pot
locale/po/sv.po
locale/sv/LC_MESSAGES/phpwiki.mo
locale/sv/LC_MESSAGES/phpwiki.php
locale/update-makefile.sh
pgsrc/AllUsers [new file with mode: 0644]
pgsrc/CategoryCategory [new file with mode: 0644]
pgsrc/CategoryHomePages [new file with mode: 0644]
themes/Portland/templates/body.tmpl
themes/Portland/templates/editpage.tmpl
themes/default/phpwiki.css
themes/default/templates/bottom.tmpl [new file with mode: 0644]
themes/default/templates/content.tmpl [new file with mode: 0644]
themes/default/templates/editpage.tmpl
themes/default/templates/head.tmpl [new file with mode: 0644]
themes/default/templates/html.tmpl [new file with mode: 0644]
themes/default/templates/login.tmpl
themes/default/templates/top.tmpl
themes/default/templates/userprefs.tmpl