Use Doxygen @addtogroup instead of phpdoc @package && @subpackage
[lhc/web/wiklou.git] / includes / SpecialShortpages.php
2007-01-20 Antoine MussoUse Doxygen @addtogroup instead of phpdoc @package...
2006-12-23 Niklas Laxström* Fix some plurals
2006-12-16 Antoine MussoStrict standards.
2006-11-08 Tim StarlingReverting 17479/17480, breaks subclassing of Linker...
2006-11-08 Nick Jenkins* (bug 7405) Make Linker methods static. Patch by Dan Li.
2006-10-02 Brion VibberCommitted a bunch of live hacks from Wikimedia servers
2006-06-29 Rob Church* (bug 6489) Use appropriate link colour on Special...
2006-06-06 Domas MituzasAutoload QueryPage
2006-05-31 Niklas Laxström* Reverting BiDi changes because there were some proble...
2006-05-31 Niklas Laxström* Correct direction for special pages
2006-05-08 Niklas Laxström* More BIDI-fixes to special pages
2006-05-05 Niklas Laxström* (bug 5805) message nbytes can now use {{plural:}}
2006-04-12 Brion Vibber* (bug 385) Installer support for PostgreSQL, fixes...
2006-01-15 Brion VibberHTML protection on message use
2006-01-15 Antoine MussoAdd a link to history. Usefull for vandalism tracking...
2006-01-07 Ævar Arnfjörð Bjar... * s~\t+$~~
2005-11-12 Domas Mituzasmarking as expensive, needs other index in order to...
2005-10-21 Ævar Arnfjörð Bjar... * Code style: normalized indenting
2005-10-17 Domas Mituzasforce page_len index scan, where condition is not that...
2005-09-13 Ævar Arnfjörð Bjar... * using htmlspecialchars() for safe XHTML output
2005-03-12 Brion VibberAdd page_len field with byte length of current revision...
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-11-13 Antoine MussoFix bug bugzilla.wikipedia.org/show_bug.cgi?id=705
2004-10-21 Zheng ZhuAdd variant conversion to the output of these special...
2004-10-03 Brion VibberShortPages and LongPages are almsot identical; remove...
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-07-18 Tim Starling* Support for table name prefixes throughout the code...
2004-06-12 Antoine Musso* comment at top
2004-05-09 Brion VibberReplace ugly abuse of log pages to store cached results...
2004-05-07 Tim Starlinginclude_once -> require_once
2004-03-06 Brion VibberAdd digit transformation function Language::formatNum...
2004-02-18 Brion VibberFix for compatibility with short_open_tag = Off
2004-01-27 Mr. E23Minor speed improvement on list of long/short pages
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-11-15 Brion VibberUse wfMsg()'s parameters
2003-09-20 Tim Starlingchanging wfQuery to allow replication
2003-06-03 Brion VibberRefactor some common code for offsets/limits; some...
2003-05-16 Brion VibberCache slow special pages allpages, lonelypages, longpag...
2003-04-14 Lee Daniel CrockerInitial revision