Use Doxygen @addtogroup instead of phpdoc @package && @subpackage
[lhc/web/wiklou.git] / includes / CategoryPage.php
2007-01-20 Antoine MussoUse Doxygen @addtogroup instead of phpdoc @package...
2007-01-17 Ilmari KaronenQuick fix to make diffonly work properly on category...
2006-11-24 Aryeh Gregor(bug 7892) Add media count to category page, à la subca...
2006-11-12 Aryeh Gregor(bug 3687) Add distinct heading for media files in...
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-16 Brion VibberAvoid new CSS class and id names without mw prefix...
2006-10-16 Aryeh Gregor(bug 3015) Add CSS ids to subcategory and page sections...
2006-09-02 Daniel KinzlerFactored out sortkey magic to allow CategoryTree to...
2006-08-25 Tim StarlingCategoryPage bug fix
2006-08-24 Tim StarlingSeverely refactored CategoryPage to enable subclassing...
2006-07-10 Antoine MussoFix #6622: image::newFromTitle deprecated but still...
2006-06-30 Rob ChurchRevert accidental commit of experimentation
2006-06-30 Rob Church(bug 6493) Preserve language selections in the mode...
2006-06-29 Brion Vibber* (bug 6491) Apply bad image list in category galleries
2006-06-13 Brion VibberClean up after r14751:
2006-06-13 Magnus ManskeBug 6031 (feature request for __NOGALLERY__ on category...
2006-06-07 Tim StarlingValid exit status codes range from 0 to 254.
2006-06-06 Domas MituzasAutoLoad ImagePage and CategoryPage
2006-06-01 Brion VibberRevert to r14512; domas introduced massive breakage...
2006-06-01 Domas MituzasUse AutoLoader to load classes:
2006-05-13 Niklas Laxström* (bug 5806) {{plural:}} support instead of "twin"...
2006-05-04 Niklas Laxström* No comment is better than wrong comment
2006-05-01 Antoine Mussounused variables as per #3692
2006-04-20 Antoine Mussosome s/@access (private|public)/@\1/ for doxygen docume...
2006-02-23 Rob Church(bug 4970) Make category paging limits configurable
2006-01-22 Rob Church* (bug 4633) Add (previous 200) (next 200) also above...
2006-01-14 Brion Vibber* Added wfDie() wrapper, and some manual die(-1), to...
2005-12-05 Brion Vibber* (bug 4170) Decode HTML character escapes in sort key
2005-08-02 River Tarnellmerge ORACLE_WORK. sorry, this may break some parts...
2005-07-14 Brion Vibber* (bug 2835) Back out fix for bug 2802, caused regressi...
2005-07-12 Ævar Arnfjörð Bjar... * (bug 2802) Display more than one character of the...
2005-06-29 Brion Vibber* (bug 2584) Fix output of subcategory list
2005-06-28 Brion Vibber* Fix namespaces in category list.
2005-06-01 Brion Vibber* (bug 2274) Respect stub threshold in category page...
2005-05-13 Ævar Arnfjörð Bjar... * Someone forgot to global the variable
2005-04-28 Zheng ZhuFull conversion support for category pages
2005-04-25 Gabriel WickeCategoryPageView hook as in 1.4
2005-03-14 River Tarnellallow redirects in categories; show cats on redirect...
2005-02-03 Brion Vibber* (bug 1457) Fix XHTML validation on category column...
2005-01-27 Antoine Mussofix phpdoc comment
2004-12-31 Jens FrankBUG#1241 Don't show 'cont.' for first entry of the...
2004-12-21 Brion VibberMerge category paging from REL1_4
2004-12-19 Brion VibberMerge SCHEMA_WORK into HEAD. Lots of changes, some...
2004-12-03 Brion VibberAdd some conditional die()s to suppress fatal error...
2004-11-18 Brion VibberSpaces to tabs
2004-11-18 Mr. E23Added 'cont.' to category listing headers when the...
2004-10-24 Brion VibberLanguage-specific number formatting in category page...
2004-10-11 River Tarnelldon't show redirects in categories
2004-09-30 Jens FrankOn Category: pages, show images as thumbnail gallery...
2004-09-24 Zheng ZhuFirst batch of files modified to switch wgLang to wgCon...
2004-09-10 Jens Frankfixed warning on category pages. changing order of...
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-22 Jens FrankMoved category stuff to CategoryPage, copying logic...