Merge "CologneBlue rewrite: kill mWatchLinkNum, watchThisPage() is only called once...
[lhc/web/wiklou.git] / includes / CategoryPage.php
2012-07-15 Aaron SchulzMerge "In LinkHolderArray::doVariants(), redlinks need...
2012-07-01 SiebrandMerge "Expose the log_id of the deletion log entry...
2012-07-01 SiebrandMerge "(bug 32297) Use symbolic names, not offsets...
2012-06-29 KrinkleMerge "mediawiki.special.preferences: Support Back...
2012-06-28 Tim StarlingMerge "Reduced some master queries by adding flags...
2012-06-26 Tim StarlingMerge "[FileBackend] Changed copy script to use batches...
2012-06-15 SiebrandMerge "(bug 34933) Create "Check: [All] [None]" buttons...
2012-06-13 CatropeMerge "(bug 36938) XSS in uselang parameter"
2012-06-06 WerdnaMerge "Adds support to HTMLForm for rendering form...
2012-06-04 DemonMerge "[FileBackend] Gave doQuickOperations() some...
2012-06-03 Brion VIBBERMerge "Revert "Adding sanity check to Title::isRedirect...
2012-06-02 Aaron SchulzMerge "Adding sanity check to the LinksUpdate() constru...
2012-05-31 Aaron SchulzMerge "Show revdel links instead of checkboxes on pages...
2012-05-29 Aaron SchulzMerge "wfProfileOut() for new return added in c6396...
2012-05-29 Aaron SchulzMerge "Adding sanity check to Title::isRedirect()."
2012-05-28 Aaron SchulzMerge "$wgUseSquid unused since parent commit (fa1a8d5)"
2012-05-28 PlatonidesMerge "Tweak Accept-Language sorting method to respect...
2012-05-28 NikerabbitMerge "bug 37015: Allow disabling special page summary"
2012-05-28 NikerabbitMerge "Revert "Remove old compat methods/functions...
2012-05-27 Aaron SchulzMerge "Remove old compat methods/functions for mb_...
2012-05-26 KrinkleMerge "Revert "Re-phrased titles for diff and history...
2012-05-25 Aaron SchulzMerge "Avoid extreme performance regression in ImagePage."
2012-05-25 CatropeMerge "Add some more detailed info about the xslt param...
2012-05-25 NikerabbitMerge "Fix a typo in resources/jquery/jquery.byteLimit.js"
2012-05-24 Aaron SchulzMerge "HTMLForm: throw a warning when no callback is...
2012-05-24 Aaron SchulzMerge "(bug 36761) "Mark pages as visited" should submi...
2012-05-24 Aaron SchulzMerge "Scribunto parser support"
2012-05-24 Brion VIBBERMerge "[FileBackend] Added getScopedLocksForOps() funct...
2012-05-24 Aaron SchulzMerge "Bug 36785 Special:Shortpages lists only NS_MAIN...
2012-05-24 Aaron SchulzMerge "Workaround for autoloading when using php namesp...
2012-05-24 Brion VIBBERMerge "When file sha1 populator fixes wrong values...
2012-05-24 Brion VIBBERMerge "Work around annoying Revision::newFromArchiveRow...
2012-05-23 ReedyMerge "Skip legacy archives rows that already have...
2012-05-23 Aaron SchulzMerge "Revert "(bug 30625) Add, to every API upload...
2012-05-23 Alexandre EmsenhuberRemoved checks for the "MEDIAWIKI" constant on files...
2012-05-22 Aaron SchulzMerge "(bug 30625) Add, to every API upload response...
2012-05-21 SiebrandMerge "Adding params to getArrow()"
2012-05-21 ReedyMerge "Localisation updates from translatewiki.net."
2012-05-21 Alexandre EmsenhuberAdded missing GPLv2 headers in some places.
2012-02-09 Sam ReedMore return documentation
2011-10-15 Markus Glaser* restored category page (some references to Title...
2011-10-15 Sam ReedSeems some base class refactoring has move mTitle
2011-10-15 Sam ReedMove CategoryViewer to it's own file
2011-10-14 Sam ReedUpdate some deprecated code
2011-10-10 Alexandre EmsenhuberFixes for r99354:
2011-10-09 John Du HartFollowup r99354, fix Fatal error
2011-10-09 John Du HartCategoryViewer now requires a Context
2011-10-09 Brian Wolff(bug 31549; follow-up r83563) Do not include old-style...
2011-09-12 Robin PepermansRemove unused variable and update code comment per...
2011-09-12 Brion Vibber* (bug 30865) Fix regression breaking category pages...
2011-08-27 PlatonidesUnused variables.
2011-08-11 Robin Pepermans* CategoryPage.php: fix the "category-empty" message...
2011-07-06 Robin Pepermans(bug 6100; follow-up to r91315) Being bold and removing...
2011-07-05 Alexandre EmsenhuberRemoved CategoryViewer::getSkin() and replaced by stati...
2011-07-04 Alexandre EmsenhuberFix for r90337 and r90743: Use $this->title instead...
2011-06-29 Aaron Schulz* Split off WikiPage class from Article, WikiFilePage...
2011-06-26 Brian Wolff(sort of bug 29586) Make the (next 200) links on catego...
2011-06-24 Robin PepermansDirectionality improvements as part of bug 6100 (under...
2011-06-18 Robin PepermansAddress comment by Platonides on r90320:
2011-06-17 Robin PepermansFollow-up to r90265: directionality improvements as...
2011-05-17 Siebrand MazelandUse consistent notation for "@todo FIXME". Should updat...
2011-05-06 Sam ReedMore versions added to @deprecated tags
2011-04-15 Brian Wolff(follow-up r86121) Use strict comparision.
2011-04-15 Brian Wolff(follow-up r86100) Make categorypage not die as much...
2011-04-14 Brian Wolff(bug 28540) revert r83544 - It really breaks things...
2011-03-09 Roan KattouwMerge r83652 from 1.17wmf1 to trunk: add backwards...
2011-03-08 Aryeh GregorDon't regenerate raw sortkeys in CategoryPage.php
2011-03-08 Sam ReedMore documentation and class definitions
2011-01-20 Tim StarlingRevert r70418, r70959: direct use of $_GET is not neede...
2011-01-19 Brian WolffFollow up r80432. Don't use 'known', 'noclasses' when...
2011-01-19 Roan KattouwFix typo in r80433
2011-01-17 Tim Starling* Introduced a non-dummy collation for $wgCategoryColla...
2011-01-17 Brian Wolff(follow-up r70415) Fixes the function that determines...
2011-01-17 Brian Wolff(bug 26737; follow-up r70415) Make new category stuff...
2011-01-15 Brian Wolff(bug 26729) Categories that do not have a page, and...
2010-12-08 Brian Wolff(bug 25512) Make it so that categories listed in the...
2010-12-06 Sam ReedPer Hashar, r77819, @private comment. Explicit public...
2010-12-05 Sam Reed-rakkaus/#mediawiki-i18n- [05-Dec-2010 18:22:39] PHP...
2010-12-05 Sam ReedSwap @private for setting function definition to private
2010-12-05 Sam ReedChange some member calls to static, from r75709
2010-11-30 Sam ReedFew braces and spaces
2010-11-02 Max SemenikFix bug caused by variable reuse from r71902
2010-10-30 Sam ReedMark a few more methods static
2010-09-08 Chad Horohoe(bug 25087) Fix fatal in CategoryPage
2010-09-04 PlatonidesFollow up r36814. Make the deprecated function call...
2010-08-29 Aryeh GregorFix category count when category table out of sync
2010-08-16 Aryeh GregorSave 200 useless queries per category page view
2010-08-14 Alexandre Emsenhuber* Standardised file description headers
2010-08-13 Aryeh GregorFix extensions to work with category sort changes
2010-08-12 PlatonidesHacky r70418 makes this global unused.
2010-08-03 Aryeh GregorClean up code now that the old path is gone
2010-08-03 Aryeh GregorDon't duplicate the "title" query parameter
2010-08-03 Aryeh GregorFix bug in sorting due to $wgRequest eating nulls
2010-08-03 Aryeh GregorEnable new category sort by default
2010-08-02 PlatonidesCheck the link color (stub, redirect) on just one place.
2010-08-01 Alexandre EmsenhuberFixed some doxygen warnings
2010-07-27 PlatonidesUnused global.
2010-07-26 Aryeh GregorFix bug in prefixing scheme
2010-07-26 Aryeh GregorPaginate the three category sections separately
2010-07-26 Aryeh GregorReconcept cl_raw_sortkey as cl_sortkey_prefix
next