moving define(mediawiki, true) from index.php to includes/Defines.php
[lhc/web/wiklou.git] / includes / SpecialNewpages.php
2004-08-10 Arne Heizmann(hopefully) fix a warning that came up on various Query...
2004-08-09 Arne HeizmannIf you really must have a useless $wgUseRCPatrol option...
2004-08-09 Arne HeizmannI probably shouldn't copy & paste comments. This commen...
2004-08-09 Arne HeizmannNew feature: Recent Changes Patrol. All edits and new...
2004-07-18 Tim Starling* Support for table name prefixes throughout the code...
2004-07-10 Tim StarlingOOP calling convention for database functions. DBMS...
2004-05-09 Brion VibberReplace ugly abuse of log pages to store cached results...
2004-05-07 Tim Starlinginclude_once -> require_once
2004-04-07 Erik Moeller-unnecessary skin declaration; thanks, marco
2004-04-07 Erik Moeller1) when autosummaries are mixed with human-written...
2004-03-19 Brion VibberSome more RSS syndication work. <author> tags now inclu...
2004-03-08 Brion VibberMore globals and uninitialized variables fixes. Added...
2004-03-06 Brion VibberAdd digit transformation function Language::formatNum...
2004-03-05 Brion VibberNew RSS feed should be easier to integrate with any...
2004-02-18 Brion VibberFix for compatibility with short_open_tag = Off
2004-01-25 Tim StarlingAbility to declare all query pages "expensive"
2003-12-01 Evan ProdromouI was adding a special page (dead-end pages), and I...
2003-09-20 Tim Starlingchanging wfQuery to allow replication
2003-07-08 Brion VibberFix old bug in Newpages that grabbed latest version...
2003-06-03 Brion VibberRefactor some common code for offsets/limits; some...
2003-05-26 Erik Moelleradded bytesize to new pages listing
2003-04-14 Lee Daniel CrockerInitial revision