* Fixed unclosed <p> tag
[lhc/web/wiklou.git] / includes / SpecialNewpages.php
2005-07-06 Antoine MussoOh my god ! they killed the quotes !
2005-05-28 Erik Moellermake Special:Newpages includable
2005-03-18 Brion VibberLoad text for Newpages RSS/Atom feed separately (needed...
2005-02-22 Brion VibberWar on cruft: commentBlock() usage, use a styled <span...
2005-02-21 Brion VibberCruft war continues: more uses of isAnon() and isLoggedIn()
2005-01-11 Antoine Musso* Remove some hardcoded 0 instead of NS_MAIN
2004-12-19 Brion VibberMerge SCHEMA_WORK into HEAD. Lots of changes, some...
2004-10-24 Antoine MussoImplementing user levels management. This is only a...
2004-09-24 Zheng ZhuSecond batch of files modified to replace selected...
2004-09-03 Antoine MussoSplit files and classes in different packages for phpdo...
2004-09-02 Antoine MussoChanging comments layout preparing for generated docume...
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