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
*
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
*
Fixed @param tags to conform with Doxygen format.
Tyler Anthony Romeo
2013-03-11
1
-1
/
+1
*
fix some spacing
umherirrender
2013-02-04
1
-17
/
+17
*
Fix PHP notice in Category.php
Vitaliy Filippov
2012-11-20
1
-1
/
+1
*
Add profiling for database interaction
Siebrand Mazeland
2012-11-08
1
-12
/
+39
*
Update docs for return and exception info
Siebrand Mazeland
2012-10-09
1
-0
/
+1
*
Allow array condition for Database::conditional
umherirrender
2012-08-25
1
-2
/
+2
*
Allow aliased field names with separated syntax
umherirrender
2012-08-15
1
-3
/
+3
*
Added missing GPLv2 headers in some places.
Alexandre Emsenhuber
2012-05-21
1
-3
/
+22
*
More __METHOD__ into db related methods
Sam Reed
2012-02-24
1
-2
/
+2
*
More return documentation
Sam Reed
2012-02-09
1
-1
/
+4
*
Fixing some of the "@return true" or "@return false", need to be "@return boo...
Sam Reed
2012-02-09
1
-2
/
+2
*
More documentation and class definitions
Sam Reed
2011-03-08
1
-4
/
+7
*
Update comment in Category.php
Aryeh Gregor
2010-09-08
1
-2
/
+5
*
Follow-up r32085. Delay the transaction begin until after the object is initi...
Platonides
2010-09-07
1
-15
/
+17
*
Remove dead code added in r36814
Aryeh Gregor
2010-07-27
1
-4
/
+0
*
$title undefined in initialize
Sam Reed
2010-07-23
1
-2
/
+3
*
Random indentation and code formatting updates. No functional changes.
Siebrand Mazeland
2010-02-14
1
-28
/
+42
*
Changed sequence names to a standard <table>_<field>_seq form.
Jure Kajzer
2009-10-28
1
-1
/
+1
*
Followup to r57102, use already existing sequence name so as to not break DB2...
OverlordQ
2009-10-14
1
-1
/
+1
*
logging table added columns, fixed cat_id sequence generation in Article and ...
Jure Kajzer
2009-09-30
1
-1
/
+3
*
Proper casing for getDBkey()
Siebrand Mazeland
2009-05-24
1
-5
/
+5
*
Whitespace :)
Aaron Schulz
2009-02-25
1
-4
/
+2
*
Step 2 in NS_IMAGE -> NS_FILE transition (bug 44) (WARNING: huge commit).
Ilmari Karonen
2008-12-01
1
-1
/
+1
*
More doxygen fixes
Alexandre Emsenhuber
2008-11-29
1
-4
/
+4
*
* Remove incomplete isFileCacheable(), the parent one is fine
Aaron Schulz
2008-11-19
1
-1
/
+3
*
* (bug 14923) Add method for getting a TitleArray for a particular category.
Robert Leverington
2008-07-28
1
-0
/
+27
*
moving $cat = new self() before $cat->mTitle = $title ; PHP was unhappy.
Nicolas Dumazet
2008-07-05
1
-1
/
+1
*
allow Category objects for empty categories
Daniel Kinzler
2008-07-01
1
-1
/
+12
*
Make member counts from the new category table available for subcategories, b...
Daniel Kinzler
2008-06-30
1
-5
/
+74
*
-136 lines of worthless code. Even if the idea was hypothetically good, whic...
Aryeh Gregor
2008-05-22
1
-179
/
+44
*
(bug 13693) Categories sometimes claim to have a negative number of members. ...
Aryeh Gregor
2008-05-15
1
-0
/
+9
*
Wait, never mind, revert that. This is supposed to be DB keys . . .
Aryeh Gregor
2008-03-20
1
-1
/
+1
*
I knew there was a better way. Use makeTitleSafe for this too.
Aryeh Gregor
2008-03-20
1
-1
/
+1
[next]