aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Category.php
Commit message (Expand)AuthorAgeFilesLines
* Cleanup some incorrect return annotationsErik Bernhardson2016-12-121-1/+1
* Rename DB_SLAVE constant to DB_REPLICAAaron Schulz2016-09-051-2/+2
* Only store currently-existing categories in the categories tableBrad Jorsch2016-07-181-14/+35
* Avoid DBPerformance warnings in Category::initialize()Aaron Schulz2016-06-031-1/+5
* Convert all array() syntax to []Kunal Mehta2016-02-171-23/+23
* Fix "Notice: Undefined property: Category::$mId" errorsAaron Schulz2015-10-291-1/+1
* Avoid creating lots and lots of cat_id gapsKevin Israel2015-10-161-24/+37
* Category::refreshCounts(): Save new counts using upsert()Kevin Israel2015-10-161-19/+14
* Fix phpcs errors in includes/Ricordisamoa2015-01-081-5/+0
* Remove obvious function-level profilingChad Horohoe2015-01-071-6/+0
* Add missing @param to function docsumherirrender2014-08-141-0/+1
* Avoid begin/commit in Category::getCountMessage()Aaron Schulz2014-06-241-2/+2
* Fixed some @params documentation (includes/*)umherirrender2014-04-201-8/+8
* Try to make a dent in CodeSniffer reports on includes/ (1)Siebrand Mazeland2014-03-231-8/+12
* Fix formatting of some php docsumherirrender2014-03-151-5/+15
* phpcs: Fix Squiz.WhiteSpace.ScopeClosingBrace.ContentBefore violationsTimo Tijhof2013-04-111-1/+2
* Spellchecked /includes directoryYuri Astrakhan2013-03-131-1/+1
* Fixed @param tags to conform with Doxygen format.Tyler Anthony Romeo2013-03-111-1/+1
* fix some spacingumherirrender2013-02-041-17/+17
* Fix PHP notice in Category.phpVitaliy Filippov2012-11-201-1/+1
* Add profiling for database interactionSiebrand Mazeland2012-11-081-12/+39
* Update docs for return and exception infoSiebrand Mazeland2012-10-091-0/+1
* Allow array condition for Database::conditionalumherirrender2012-08-251-2/+2
* Allow aliased field names with separated syntaxumherirrender2012-08-151-3/+3
* Added missing GPLv2 headers in some places.Alexandre Emsenhuber2012-05-211-3/+22
* More __METHOD__ into db related methodsSam Reed2012-02-241-2/+2
* More return documentationSam Reed2012-02-091-1/+4
* Fixing some of the "@return true" or "@return false", need to be "@return boo...Sam Reed2012-02-091-2/+2
* More documentation and class definitionsSam Reed2011-03-081-4/+7
* Update comment in Category.phpAryeh Gregor2010-09-081-2/+5
* Follow-up r32085. Delay the transaction begin until after the object is initi...Platonides2010-09-071-15/+17
* Remove dead code added in r36814Aryeh Gregor2010-07-271-4/+0
* $title undefined in initializeSam Reed2010-07-231-2/+3
* Random indentation and code formatting updates. No functional changes.Siebrand Mazeland2010-02-141-28/+42
* Changed sequence names to a standard <table>_<field>_seq form.Jure Kajzer2009-10-281-1/+1
* Followup to r57102, use already existing sequence name so as to not break DB2...OverlordQ2009-10-141-1/+1
* logging table added columns, fixed cat_id sequence generation in Article and ...Jure Kajzer2009-09-301-1/+3
* Proper casing for getDBkey()Siebrand Mazeland2009-05-241-5/+5
* Whitespace :)Aaron Schulz2009-02-251-4/+2
* Step 2 in NS_IMAGE -> NS_FILE transition (bug 44) (WARNING: huge commit).Ilmari Karonen2008-12-011-1/+1
* More doxygen fixesAlexandre Emsenhuber2008-11-291-4/+4
* * Remove incomplete isFileCacheable(), the parent one is fineAaron Schulz2008-11-191-1/+3
* * (bug 14923) Add method for getting a TitleArray for a particular category.Robert Leverington2008-07-281-0/+27
* moving $cat = new self() before $cat->mTitle = $title ; PHP was unhappy.Nicolas Dumazet2008-07-051-1/+1
* allow Category objects for empty categoriesDaniel Kinzler2008-07-011-1/+12
* Make member counts from the new category table available for subcategories, b...Daniel Kinzler2008-06-301-5/+74
* -136 lines of worthless code. Even if the idea was hypothetically good, whic...Aryeh Gregor2008-05-221-179/+44
* (bug 13693) Categories sometimes claim to have a negative number of members. ...Aryeh Gregor2008-05-151-0/+9
* Wait, never mind, revert that. This is supposed to be DB keys . . .Aryeh Gregor2008-03-201-1/+1
* I knew there was a better way. Use makeTitleSafe for this too.Aryeh Gregor2008-03-201-1/+1