]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/commit
LANG still broken, working on better locale handling.
authorrurban <rurban@96ab9672-09ca-45d6-a79d-3d69d39ca109>
Tue, 27 Aug 2002 21:51:31 +0000 (21:51 +0000)
committerrurban <rurban@96ab9672-09ca-45d6-a79d-3d69d39ca109>
Tue, 27 Aug 2002 21:51:31 +0000 (21:51 +0000)
commitfc0960a5edaffe47f5dcde8bb7e9b13bc3586413
tree01d5b2e1d08c40ab2fd923c75f013d50a29d1770
parent8773a695bd0af3cb1ea19f1e9e502ee3925e711f
LANG still broken, working on better locale handling.
improved PageList: added checkbox, sortby
added <?plugin-head for FrameInclude and RedirectTo
fixed some minor UserPreferences quirks
solidified templates
added PhpWeather
added a new generic WikiAdminSelect to simulate the commandline:
  work with sets of pages, pass the request to underlying WikiAdmin* plugins

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2293 96ab9672-09ca-45d6-a79d-3d69d39ca109
33 files changed:
index.php
lib/FileFinder.php
lib/PageList.php
lib/Request.php
lib/Template.php
lib/Theme.php
lib/WikiDB.php
lib/WikiPlugin.php
lib/WikiUser.php
lib/config.php
lib/display.php
lib/interwiki.php
lib/main.php
lib/plugin/AllPages.php
lib/plugin/AllUsers.php
lib/plugin/FrameInclude.php
lib/plugin/MostPopular.php
lib/plugin/PhpWeather.php [new file with mode: 0644]
lib/plugin/RedirectTo.php [new file with mode: 0644]
lib/plugin/UserPreferences.php
lib/plugin/WikiAdminRemove.php
lib/plugin/WikiAdminSelect.php [new file with mode: 0644]
lib/stdlib.php
themes/default/templates/body.tmpl
themes/default/templates/bottom.tmpl
themes/default/templates/content.tmpl
themes/default/templates/debug.tmpl
themes/default/templates/login.tmpl
themes/default/templates/navbar.tmpl
themes/default/templates/top-htmldump.tmpl [deleted file]
themes/default/templates/top.tmpl
themes/default/templates/userprefs.tmpl
themes/default/themeinfo.php