aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Category.php
Commit message (Expand)AuthorAgeFilesLines
* Category: Migrate to use SelectQueryBuilder in ::getMembersAmir Sarabadani2022-07-071-15/+11
* Category: Add return type to count methodsAmmarpad2022-02-071-4/+4
* Add getMemberCount() to Category to supersede getPageCount()Ammarpad2022-01-311-9/+27
* Category: Return proper int for files, subcats and pages countAmmarpad2022-01-241-14/+22
* Remove Title from signatures in CategoryViewerAryeh Gregor2021-09-131-34/+43
* Category: store ReadOnlyMode in constructorAlexander Vorwerk2021-08-131-2/+7
* Replace uses of DB_MASTER with DB_PRIMARYJames D. Forrester2021-04-291-2/+2
* Improve docs about @param/@return object $row to stdClassUmherirrender2020-11-131-1/+1
* Category.php - add a variable $loadBalancer instead of calling wfGetDBDannyS7122020-05-271-4/+11
* Fix numerous PSR12.Properties.ConstantVisibility.NotFoundReedy2020-05-121-3/+3
* Cleanup various calls to IDatabase::upsert()Aaron Schulz2020-02-271-1/+1
* Pass 1 always as string to IDatabase::select and friendsUmherirrender2020-01-111-2/+2
* Remove more Oracle and Mssql leftoversDaimona Eaytoy2019-08-251-1/+1
* Reinstate small category refresh logic in LinksDeletionUpdateAaron Schulz2019-04-231-14/+45
* Merge "Category: Remove "todo" comment about moving code from CategoryPage"jenkins-bot2019-04-121-2/+0
|\
| * Category: Remove "todo" comment about moving code from CategoryPageEugene Gvozdetsky2019-04-121-2/+0
* | Avoid hitting DB in Category getters when they have the required infoAgabi102019-04-041-2/+2
|/
* Reduce the rate of calls to Category::refreshCountsAaron Schulz2018-07-181-0/+41
* Merge "rdbms: add IDatabase::lockForUpdate() convenience method"jenkins-bot2018-07-111-7/+1
|\
| * rdbms: add IDatabase::lockForUpdate() convenience methodAaron Schulz2018-07-101-7/+1
* | Fix PhanTypeMismatchDeclaredParamUmherirrender2018-07-071-1/+1
|/
* Merge "Reduce frequency of refreshCounts() calls in LinksDeletionUpdate"jenkins-bot2018-06-151-1/+1
|\
| * Reduce frequency of refreshCounts() calls in LinksDeletionUpdateAaron Schulz2018-06-121-1/+1
* | Category: Lock the category row before the categorylinks rowsBrad Jorsch2018-06-121-0/+10
|/
* Merge "Avoid locking aggregated SELECT in Category::refresh"jenkins-bot2018-04-231-7/+17
|\
| * Avoid locking aggregated SELECT in Category::refreshAaron Schulz2018-04-181-7/+17
* | Make getScopedLockAndFlush() in Category::refreshCounts non-blockingAaron Schulz2018-04-191-1/+1
|/
* Fix phpdoc for Category::newFromNameaddshore2017-11-301-2/+2
* Use short type bool/int in param documentationUmherirrender2017-08-201-1/+1
* Remove empty lines at begin of function, if, foreach, switchUmherirrender2017-07-011-1/+0
* Avoid duplicate refreshCounts() updatesAaron Schulz2017-05-101-8/+14
* Fix bogus field reference in Category::getCountMessage() callbackAaron Schulz2017-04-191-0/+7
* includes: Replace implicit Bugzilla bug numbers with Phab onesJames D. Forrester2017-02-211-1/+1
* 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