]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/commit
Cleanup of special PageList column types
authorrurban <rurban@96ab9672-09ca-45d6-a79d-3d69d39ca109>
Tue, 6 Apr 2004 20:00:11 +0000 (20:00 +0000)
committerrurban <rurban@96ab9672-09ca-45d6-a79d-3d69d39ca109>
Tue, 6 Apr 2004 20:00:11 +0000 (20:00 +0000)
commitb169f58b8e23ce1ea594008af2a1d6bca7ccacb1
treecd65352dc5f3b49ed06393b06621b08bf2979d62
parent599c560f8501690c890f7cd5419c21fe52454b0b
Cleanup of special PageList column types
Added support of plugin and theme specific Pagelist Types
Added support for theme specific UserPreferences
Added session support for ip-based throttling
  sql table schema change: ALTER TABLE session ADD sess_ip CHAR(15);
Enhanced postgres schema
Added DB_Session_dba support

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@3245 96ab9672-09ca-45d6-a79d-3d69d39ca109
20 files changed:
lib/DbSession.php
lib/DbaDatabase.php
lib/PageList.php
lib/Theme.php
lib/WikiDB/ADODB.php
lib/WikiDB/adodb/adodb-mysql.inc.php
lib/WikiDB/adodb/adodb.inc.php
lib/WikiDB/backend/ADODB_mysql.php
lib/WikiDB/backend/dba.php
lib/WikiPlugin.php
lib/WikiUser.php
lib/WikiUserNew.php
lib/plugin/RateIt.php
lib/plugin/UserPreferences.php
lib/plugin/WikiAdminRename.php
schemas/mysql.sql
schemas/psql.sql
schemas/sqlite.sql
themes/default/themeinfo.php
themes/wikilens/themeinfo.php