* Recent Changes improvements: object oriented back end, move page annotation and...
authorTim Starling <tstarling@users.mediawiki.org>
Sat, 17 Jan 2004 05:49:39 +0000 (05:49 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Sat, 17 Jan 2004 05:49:39 +0000 (05:49 +0000)
commit3c969496827a4ea71d87e4f535a664b15d68b84f
tree56435119c6b0e994c18fd0c17ceb871ed92f03c3
parent43c5dfe9803f5170d3f1034adf6fd50d86d0c3ef
* Recent Changes improvements: object oriented back end, move page annotation and (untested) message queue feed.
* Misc. bugs fixed in DatabaseFunctions.php and Skin.php.
* install-utils, install and update utilise Database objects instead of handling their own connections
* schema change for RC improvement -- added rc_type, rc_moved_to_title and rc_moved_to_ns
19 files changed:
includes/Article.php
includes/Database.php
includes/DatabaseFunctions.php
includes/DefaultSettings.php
includes/DifferenceEngine.php
includes/LogPage.php
includes/RecentChange.php [new file with mode: 0644]
includes/Setup.php
includes/Skin.php
includes/SpecialMovepage.php
includes/SpecialRecentchanges.php
includes/SpecialUserlogin.php
includes/Title.php
install-utils.inc
install.php
maintenance/archives/patch-rc_type.sql [new file with mode: 0644]
maintenance/tables.sql
update.php
wiki.phtml