| Commit message (Expand) | Author | Age | Files | Lines |
* | * restored category page (some references to Title object were missing) | Markus Glaser | 2011-10-15 | 1 | -1/+1 |
* | Seems some base class refactoring has move mTitle | Sam Reed | 2011-10-15 | 1 | -8/+5 |
* | Move CategoryViewer to it's own file | Sam Reed | 2011-10-15 | 1 | -644/+0 |
* | Update some deprecated code | Sam Reed | 2011-10-14 | 1 | -3/+12 |
* | Fixes for r99354: | Alexandre Emsenhuber | 2011-10-10 | 1 | -35/+15 |
* | Followup r99354, fix Fatal error | John Du Hart | 2011-10-09 | 1 | -1/+1 |
* | CategoryViewer now requires a Context | John Du Hart | 2011-10-09 | 1 | -30/+50 |
* | (bug 31549; follow-up r83563) Do not include old-style from links in nav link... | Brian Wolff | 2011-10-09 | 1 | -1/+14 |
* | Remove unused variable and update code comment per r96888. | Robin Pepermans | 2011-09-12 | 1 | -3/+1 |
* | * (bug 30865) Fix regression breaking category pages when there's no local pa... | Brion Vibber | 2011-09-12 | 1 | -7/+7 |
* | Unused variables. | Platonides | 2011-08-27 | 1 | -1/+1 |
* | * CategoryPage.php: fix the "category-empty" message per comment on r91518, i... | Robin Pepermans | 2011-08-11 | 1 | -7/+7 |
* | (bug 6100; follow-up to r91315) Being bold and removing $wgBetterDirectionali... | Robin Pepermans | 2011-07-06 | 1 | -16/+10 |
* | Removed CategoryViewer::getSkin() and replaced by static calls to Linker; no ... | Alexandre Emsenhuber | 2011-07-05 | 1 | -18/+7 |
* | Fix for r90337 and r90743: Use $this->title instead of $wgTitle, also grouppe... | Alexandre Emsenhuber | 2011-07-04 | 1 | -5/+6 |
* | * Split off WikiPage class from Article, WikiFilePage class from ImagePage, a... | Aaron Schulz | 2011-06-29 | 1 | -22/+17 |
* | (sort of bug 29586) Make the (next 200) links on categories link directly to | Brian Wolff | 2011-06-26 | 1 | -2/+28 |
* | Directionality improvements as part of bug 6100 (under $wgBetterDirectionality): | Robin Pepermans | 2011-06-24 | 1 | -4/+8 |
* | Address comment by Platonides on r90320: | Robin Pepermans | 2011-06-18 | 1 | -6/+5 |
* | Follow-up to r90265: directionality improvements as part of bug 6100 (under $... | Robin Pepermans | 2011-06-17 | 1 | -3/+18 |
* | Use consistent notation for "@todo FIXME". Should update http://svn.wikimedia... | Siebrand Mazeland | 2011-05-17 | 1 | -2/+2 |
* | More versions added to @deprecated tags | Sam Reed | 2011-05-06 | 1 | -1/+1 |
* | (follow-up r86121) Use strict comparision. | Brian Wolff | 2011-04-15 | 1 | -2/+2 |
* | (follow-up r86100) Make categorypage not die as much while transitioning betw... | Brian Wolff | 2011-04-15 | 1 | -2/+10 |
* | (bug 28540) revert r83544 - It really breaks things when using uca-default co... | Brian Wolff | 2011-04-14 | 1 | -6/+6 |
* | Merge r83652 from 1.17wmf1 to trunk: add backwards compatibility from &from= ... | Roan Kattouw | 2011-03-09 | 1 | -3/+7 |
* | Don't regenerate raw sortkeys in CategoryPage.php | Aryeh Gregor | 2011-03-08 | 1 | -1/+1 |
* | More documentation and class definitions | Sam Reed | 2011-03-08 | 1 | -12/+48 |
* | Revert r70418, r70959: direct use of $_GET is not needed anymore since we no ... | Tim Starling | 2011-01-20 | 1 | -7/+4 |
* | Follow up r80432. Don't use 'known', 'noclasses' when making the links on cat... | Brian Wolff | 2011-01-19 | 1 | -27/+24 |
* | Fix typo in r80433 | Roan Kattouw | 2011-01-19 | 1 | -1/+1 |
* | * Introduced a non-dummy collation for $wgCategoryCollation, namely UCA with ... | Tim Starling | 2011-01-17 | 1 | -9/+10 |
* | (follow-up r70415) Fixes the function that determines if category counts are ... | Brian Wolff | 2011-01-17 | 1 | -11/+15 |
* | (bug 26737; follow-up r70415) Make new category stuff play nice with __NOGALL... | Brian Wolff | 2011-01-17 | 1 | -6/+30 |
* | (bug 26729) Categories that do not have a page, and have no members, | Brian Wolff | 2011-01-15 | 1 | -1/+10 |
* | (bug 25512) Make it so that categories listed in the subcategory section of a... | Brian Wolff | 2010-12-08 | 1 | -2/+3 |
* | Per Hashar, r77819, @private comment. Explicit public method definition | Sam Reed | 2010-12-06 | 1 | -1/+4 |
* | -rakkaus/#mediawiki-i18n- [05-Dec-2010 18:22:39] PHP Fatal error: Call to pr... | Sam Reed | 2010-12-05 | 1 | -4/+4 |
* | Swap @private for setting function definition to private | Sam Reed | 2010-12-05 | 1 | -8/+4 |
* | Change some member calls to static, from r75709 | Sam Reed | 2010-12-05 | 1 | -2/+2 |
* | Few braces and spaces | Sam Reed | 2010-11-30 | 1 | -2/+4 |
* | Fix bug caused by variable reuse from r71902 | Max Semenik | 2010-11-02 | 1 | -2/+2 |
* | Mark a few more methods static | Sam Reed | 2010-10-30 | 1 | -2/+2 |
* | (bug 25087) Fix fatal in CategoryPage | Chad Horohoe | 2010-09-08 | 1 | -1/+2 |
* | Follow up r36814. Make the deprecated function call the non-deprecated one in... | Platonides | 2010-09-04 | 1 | -11/+10 |
* | Fix category count when category table out of sync | Aryeh Gregor | 2010-08-29 | 1 | -3/+12 |
* | Save 200 useless queries per category page view | Aryeh Gregor | 2010-08-16 | 1 | -1/+1 |
* | * Standardised file description headers | Alexandre Emsenhuber | 2010-08-14 | 1 | -2/+5 |
* | Fix extensions to work with category sort changes | Aryeh Gregor | 2010-08-13 | 1 | -1/+4 |
* | Hacky r70418 makes this global unused. | Platonides | 2010-08-12 | 1 | -1/+1 |