aboutsummaryrefslogtreecommitdiffstats
path: root/includes/CategoryPage.php
Commit message (Expand)AuthorAgeFilesLines
* * restored category page (some references to Title object were missing)Markus Glaser2011-10-151-1/+1
* Seems some base class refactoring has move mTitleSam Reed2011-10-151-8/+5
* Move CategoryViewer to it's own fileSam Reed2011-10-151-644/+0
* Update some deprecated codeSam Reed2011-10-141-3/+12
* Fixes for r99354:Alexandre Emsenhuber2011-10-101-35/+15
* Followup r99354, fix Fatal errorJohn Du Hart2011-10-091-1/+1
* CategoryViewer now requires a ContextJohn Du Hart2011-10-091-30/+50
* (bug 31549; follow-up r83563) Do not include old-style from links in nav link...Brian Wolff2011-10-091-1/+14
* Remove unused variable and update code comment per r96888.Robin Pepermans2011-09-121-3/+1
* * (bug 30865) Fix regression breaking category pages when there's no local pa...Brion Vibber2011-09-121-7/+7
* Unused variables.Platonides2011-08-271-1/+1
* * CategoryPage.php: fix the "category-empty" message per comment on r91518, i...Robin Pepermans2011-08-111-7/+7
* (bug 6100; follow-up to r91315) Being bold and removing $wgBetterDirectionali...Robin Pepermans2011-07-061-16/+10
* Removed CategoryViewer::getSkin() and replaced by static calls to Linker; no ...Alexandre Emsenhuber2011-07-051-18/+7
* Fix for r90337 and r90743: Use $this->title instead of $wgTitle, also grouppe...Alexandre Emsenhuber2011-07-041-5/+6
* * Split off WikiPage class from Article, WikiFilePage class from ImagePage, a...Aaron Schulz2011-06-291-22/+17
* (sort of bug 29586) Make the (next 200) links on categories link directly toBrian Wolff2011-06-261-2/+28
* Directionality improvements as part of bug 6100 (under $wgBetterDirectionality):Robin Pepermans2011-06-241-4/+8
* Address comment by Platonides on r90320:Robin Pepermans2011-06-181-6/+5
* Follow-up to r90265: directionality improvements as part of bug 6100 (under $...Robin Pepermans2011-06-171-3/+18
* Use consistent notation for "@todo FIXME". Should update http://svn.wikimedia...Siebrand Mazeland2011-05-171-2/+2
* More versions added to @deprecated tagsSam Reed2011-05-061-1/+1
* (follow-up r86121) Use strict comparision.Brian Wolff2011-04-151-2/+2
* (follow-up r86100) Make categorypage not die as much while transitioning betw...Brian Wolff2011-04-151-2/+10
* (bug 28540) revert r83544 - It really breaks things when using uca-default co...Brian Wolff2011-04-141-6/+6
* Merge r83652 from 1.17wmf1 to trunk: add backwards compatibility from &from= ...Roan Kattouw2011-03-091-3/+7
* Don't regenerate raw sortkeys in CategoryPage.phpAryeh Gregor2011-03-081-1/+1
* More documentation and class definitionsSam Reed2011-03-081-12/+48
* Revert r70418, r70959: direct use of $_GET is not needed anymore since we no ...Tim Starling2011-01-201-7/+4
* Follow up r80432. Don't use 'known', 'noclasses' when making the links on cat...Brian Wolff2011-01-191-27/+24
* Fix typo in r80433Roan Kattouw2011-01-191-1/+1
* * Introduced a non-dummy collation for $wgCategoryCollation, namely UCA with ...Tim Starling2011-01-171-9/+10
* (follow-up r70415) Fixes the function that determines if category counts are ...Brian Wolff2011-01-171-11/+15
* (bug 26737; follow-up r70415) Make new category stuff play nice with __NOGALL...Brian Wolff2011-01-171-6/+30
* (bug 26729) Categories that do not have a page, and have no members,Brian Wolff2011-01-151-1/+10
* (bug 25512) Make it so that categories listed in the subcategory section of a...Brian Wolff2010-12-081-2/+3
* Per Hashar, r77819, @private comment. Explicit public method definitionSam Reed2010-12-061-1/+4
* -rakkaus/#mediawiki-i18n- [05-Dec-2010 18:22:39] PHP Fatal error: Call to pr...Sam Reed2010-12-051-4/+4
* Swap @private for setting function definition to privateSam Reed2010-12-051-8/+4
* Change some member calls to static, from r75709Sam Reed2010-12-051-2/+2
* Few braces and spacesSam Reed2010-11-301-2/+4
* Fix bug caused by variable reuse from r71902Max Semenik2010-11-021-2/+2
* Mark a few more methods staticSam Reed2010-10-301-2/+2
* (bug 25087) Fix fatal in CategoryPageChad Horohoe2010-09-081-1/+2
* Follow up r36814. Make the deprecated function call the non-deprecated one in...Platonides2010-09-041-11/+10
* Fix category count when category table out of syncAryeh Gregor2010-08-291-3/+12
* Save 200 useless queries per category page viewAryeh Gregor2010-08-161-1/+1
* * Standardised file description headersAlexandre Emsenhuber2010-08-141-2/+5
* Fix extensions to work with category sort changesAryeh Gregor2010-08-131-1/+4
* Hacky r70418 makes this global unused.Platonides2010-08-121-1/+1