index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
includes
/
Category.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Category: Migrate to use SelectQueryBuilder in ::getMembers
Amir Sarabadani
2022-07-07
1
-15
/
+11
*
Category: Add return type to count methods
Ammarpad
2022-02-07
1
-4
/
+4
*
Add getMemberCount() to Category to supersede getPageCount()
Ammarpad
2022-01-31
1
-9
/
+27
*
Category: Return proper int for files, subcats and pages count
Ammarpad
2022-01-24
1
-14
/
+22
*
Remove Title from signatures in CategoryViewer
Aryeh Gregor
2021-09-13
1
-34
/
+43
*
Category: store ReadOnlyMode in constructor
Alexander Vorwerk
2021-08-13
1
-2
/
+7
*
Replace uses of DB_MASTER with DB_PRIMARY
James D. Forrester
2021-04-29
1
-2
/
+2
*
Improve docs about @param/@return object $row to stdClass
Umherirrender
2020-11-13
1
-1
/
+1
*
Category.php - add a variable $loadBalancer instead of calling wfGetDB
DannyS712
2020-05-27
1
-4
/
+11
*
Fix numerous PSR12.Properties.ConstantVisibility.NotFound
Reedy
2020-05-12
1
-3
/
+3
*
Cleanup various calls to IDatabase::upsert()
Aaron Schulz
2020-02-27
1
-1
/
+1
*
Pass 1 always as string to IDatabase::select and friends
Umherirrender
2020-01-11
1
-2
/
+2
*
Remove more Oracle and Mssql leftovers
Daimona Eaytoy
2019-08-25
1
-1
/
+1
*
Reinstate small category refresh logic in LinksDeletionUpdate
Aaron Schulz
2019-04-23
1
-14
/
+45
*
Merge "Category: Remove "todo" comment about moving code from CategoryPage"
jenkins-bot
2019-04-12
1
-2
/
+0
|
\
|
*
Category: Remove "todo" comment about moving code from CategoryPage
Eugene Gvozdetsky
2019-04-12
1
-2
/
+0
*
|
Avoid hitting DB in Category getters when they have the required info
Agabi10
2019-04-04
1
-2
/
+2
|
/
*
Reduce the rate of calls to Category::refreshCounts
Aaron Schulz
2018-07-18
1
-0
/
+41
*
Merge "rdbms: add IDatabase::lockForUpdate() convenience method"
jenkins-bot
2018-07-11
1
-7
/
+1
|
\
|
*
rdbms: add IDatabase::lockForUpdate() convenience method
Aaron Schulz
2018-07-10
1
-7
/
+1
*
|
Fix PhanTypeMismatchDeclaredParam
Umherirrender
2018-07-07
1
-1
/
+1
|
/
*
Merge "Reduce frequency of refreshCounts() calls in LinksDeletionUpdate"
jenkins-bot
2018-06-15
1
-1
/
+1
|
\
|
*
Reduce frequency of refreshCounts() calls in LinksDeletionUpdate
Aaron Schulz
2018-06-12
1
-1
/
+1
*
|
Category: Lock the category row before the categorylinks rows
Brad Jorsch
2018-06-12
1
-0
/
+10
|
/
*
Merge "Avoid locking aggregated SELECT in Category::refresh"
jenkins-bot
2018-04-23
1
-7
/
+17
|
\
|
*
Avoid locking aggregated SELECT in Category::refresh
Aaron Schulz
2018-04-18
1
-7
/
+17
*
|
Make getScopedLockAndFlush() in Category::refreshCounts non-blocking
Aaron Schulz
2018-04-19
1
-1
/
+1
|
/
*
Fix phpdoc for Category::newFromName
addshore
2017-11-30
1
-2
/
+2
*
Use short type bool/int in param documentation
Umherirrender
2017-08-20
1
-1
/
+1
*
Remove empty lines at begin of function, if, foreach, switch
Umherirrender
2017-07-01
1
-1
/
+0
*
Avoid duplicate refreshCounts() updates
Aaron Schulz
2017-05-10
1
-8
/
+14
*
Fix bogus field reference in Category::getCountMessage() callback
Aaron Schulz
2017-04-19
1
-0
/
+7
*
includes: Replace implicit Bugzilla bug numbers with Phab ones
James D. Forrester
2017-02-21
1
-1
/
+1
*
Cleanup some incorrect return annotations
Erik Bernhardson
2016-12-12
1
-1
/
+1
*
Rename DB_SLAVE constant to DB_REPLICA
Aaron Schulz
2016-09-05
1
-2
/
+2
*
Only store currently-existing categories in the categories table
Brad Jorsch
2016-07-18
1
-14
/
+35
*
Avoid DBPerformance warnings in Category::initialize()
Aaron Schulz
2016-06-03
1
-1
/
+5
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-23
/
+23
*
Fix "Notice: Undefined property: Category::$mId" errors
Aaron Schulz
2015-10-29
1
-1
/
+1
*
Avoid creating lots and lots of cat_id gaps
Kevin Israel
2015-10-16
1
-24
/
+37
*
Category::refreshCounts(): Save new counts using upsert()
Kevin Israel
2015-10-16
1
-19
/
+14
*
Fix phpcs errors in includes/
Ricordisamoa
2015-01-08
1
-5
/
+0
*
Remove obvious function-level profiling
Chad Horohoe
2015-01-07
1
-6
/
+0
*
Add missing @param to function docs
umherirrender
2014-08-14
1
-0
/
+1
*
Avoid begin/commit in Category::getCountMessage()
Aaron Schulz
2014-06-24
1
-2
/
+2
*
Fixed some @params documentation (includes/*)
umherirrender
2014-04-20
1
-8
/
+8
*
Try to make a dent in CodeSniffer reports on includes/ (1)
Siebrand Mazeland
2014-03-23
1
-8
/
+12
*
Fix formatting of some php docs
umherirrender
2014-03-15
1
-5
/
+15
*
phpcs: Fix Squiz.WhiteSpace.ScopeClosingBrace.ContentBefore violations
Timo Tijhof
2013-04-11
1
-1
/
+2
*
Spellchecked /includes directory
Yuri Astrakhan
2013-03-13
1
-1
/
+1
[next]