Merge "[FileBackend] Only show "copied file(s)" for files the script had to copy."
[lhc/web/wiklou.git] / includes / Category.php
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-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-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 "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 "(bug 36761) "Mark pages as visited" should submi...
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-23 Aaron SchulzMerge "Revert "(bug 30625) Add, to every API upload...
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-24 Sam ReedMore __METHOD__ into db related methods
2012-02-09 Sam ReedMore return documentation
2012-02-09 Sam ReedFixing some of the "@return true" or "@return false...
2011-03-08 Sam ReedMore documentation and class definitions
2010-09-08 Aryeh GregorUpdate comment in Category.php
2010-09-07 PlatonidesFollow-up r32085. Delay the transaction begin until...
2010-07-27 Aryeh GregorRemove dead code added in r36814
2010-07-23 Sam Reed$title undefined in initialize
2010-02-14 Siebrand MazelandRandom indentation and code formatting updates. No...
2009-10-28 Jure KajzerChanged sequence names to a standard <table>_<field...
2009-10-14 OverlordQFollowup to r57102, use already existing sequence name...
2009-09-30 Jure Kajzerlogging table added columns, fixed cat_id sequence...
2009-05-24 Siebrand MazelandProper casing for getDBkey()
2009-02-25 Aaron SchulzWhitespace :)
2008-12-01 Ilmari KaronenStep 2 in NS_IMAGE -> NS_FILE transition (bug 44) ...
2008-11-29 Alexandre EmsenhuberMore doxygen fixes
2008-11-19 Aaron Schulz* Remove incomplete isFileCacheable(), the parent one...
2008-07-28 Robert Leverington* (bug 14923) Add method for getting a TitleArray for...
2008-07-05 Nicolas Dumazetmoving $cat = new self() before $cat->mTitle = $title...
2008-07-01 Daniel Kinzlerallow Category objects for empty categories
2008-06-30 Daniel KinzlerMake member counts from the new category table availabl...
2008-05-22 Aryeh Gregor-136 lines of worthless code. Even if the idea was...
2008-05-15 Aryeh Gregor(bug 13693) Categories sometimes claim to have a negati...
2008-03-20 Aryeh GregorWait, never mind, revert that. This is supposed to...
2008-03-20 Aryeh GregorI knew there was a better way. Use makeTitleSafe for...
2008-03-20 Victor VasilievUse Title::makeTitleSafe
2008-03-19 Aryeh GregorFix an error for categories named literally "Project...
2008-03-19 Greg Sabino MullaneUse $db->conditional() instead of non-standard IF(...
2008-03-18 Aryeh GregorThis is a schema change. It's only a table creation...