Database.php:
authorYuri Astrakhan <yurik@users.mediawiki.org>
Sat, 22 Apr 2006 02:12:59 +0000 (02:12 +0000)
committerYuri Astrakhan <yurik@users.mediawiki.org>
Sat, 22 Apr 2006 02:12:59 +0000 (02:12 +0000)
commit66081c6692167f92413974dccc373cb636ed618f
treed41e35c8ebbf5e3dba1c8b6ec2b5c9568f0ef849
parent56fd060822827748cf614aa30c3fdd1624eb6ab2
Database.php:
* Proper handling of LIST_OR in makeList()
LinkBatch.php:
* Added isEmpty() and getSize() functions.
Query.php:
* Implemented double-redirects query (disabled until caching is done)
* Implemented backlinks query.
* Rewrote page info generator to allow both titles and pageIds to be specified.
* Security check for read-access.
* Output filtering prevents exposure of the internal data.
* Added transactional consistency (not sure its needed here)
includes/Database.php
includes/LinkBatch.php