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
/
Autopromote.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update a lot of unspecific "array" types in PHPDocs
Thiemo Kreuz
2020-10-28
1
-2
/
+2
*
Hard deprecate all methods in Autopromote class
Martin Urbanec
2020-09-18
1
-2
/
+6
*
Move autopromote groups logic into UserGroupManager
Petr Pchelko
2020-06-11
1
-166
/
+12
*
Hooks::run() call site migration
Tim Starling
2020-05-30
1
-3
/
+3
*
Use namespaced IPUtils class
Kunal Mehta
2020-01-01
1
-1
/
+2
*
docs: Avoid some scalar juggling
Daimona Eaytoy
2019-09-19
1
-2
/
+2
*
Remove deprecated User groups/permission static calls.
Petr Pchelko
2019-08-21
1
-1
/
+5
*
Do not block autopromote on partial blocks
David Barratt
2019-07-18
1
-2
/
+1
*
Use [...] instead of array(...) in PHP comments and documentation
Fomafix
2019-06-17
1
-4
/
+4
*
Deprecate User::isBlocked()
David Barratt
2019-04-25
1
-1
/
+2
*
In Autopromote skip edit count lookup if requirement is 0 or invalid
TK-999
2017-05-21
1
-1
/
+7
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-7
/
+7
*
Replace wfRunHooks calls with direct Hooks::run calls
Aaron Schulz
2014-12-10
1
-2
/
+2
*
Fixed some @params documentation (includes/*)
umherirrender
2014-04-20
1
-6
/
+6
*
Try to make a dent in CodeSniffer reports on includes/ (1)
Siebrand Mazeland
2014-03-23
1
-1
/
+2
*
Fix spacing and break some lines
umherirrender
2013-08-24
1
-1
/
+2
*
Added space after switch/Removed spaces after unset
umherirrender
2013-04-26
1
-1
/
+1
*
Spellchecked /includes directory
Yuri Astrakhan
2013-03-13
1
-4
/
+3
*
Fixed @param tags to conform with Doxygen format.
Tyler Anthony Romeo
2013-03-11
1
-2
/
+2
*
Update docs for return and exception info
Siebrand Mazeland
2012-10-09
1
-0
/
+1
*
Added missing GPLv2 headers in some places.
Alexandre Emsenhuber
2012-05-22
1
-1
/
+22
*
Fixing some of the "@return true" or "@return false", need to be "@return boo...
Sam Reed
2012-02-09
1
-1
/
+1
*
Moved wfGetIP() to WebRequest::getIP():
Alexandre Emsenhuber
2011-08-18
1
-2
/
+2
*
Follow-up r90819: made XOR only work on two conditions per CR. Give a warning...
Aaron Schulz
2011-06-28
1
-11
/
+4
*
Follow-up r90749: use a new 'autopromote' action for the autopromote rights l...
Aaron Schulz
2011-06-26
1
-1
/
+1
*
Update calls to deprecated User::isValidEmailAddr
Sam Reed
2011-06-26
1
-3
/
+3
*
Made '^' (XOR) in recCheckCondition() act as a one-hot detector. Before r2880...
Aaron Schulz
2011-06-26
1
-9
/
+11
*
* Core:
Aaron Schulz
2011-06-26
1
-1
/
+3
*
* Follow-up r90749
Aaron Schulz
2011-06-25
1
-2
/
+4
*
Follow-up r90749: pushed down accessing of $wgAutopromoteOnce to getAutopromo...
Aaron Schulz
2011-06-25
1
-20
/
+21
*
Follow-up r90749:
Aaron Schulz
2011-06-25
1
-48
/
+14
*
Added one-time promote support via Autopromote::autopromoteOnceHook function....
Aaron Schulz
2011-06-25
1
-0
/
+70
*
And even more documentation
Sam Reed
2011-05-28
1
-2
/
+2
*
And more documentation. Yaaaay
Sam Reed
2011-05-28
1
-1
/
+1
*
Follow up r67073 : add curly to if statement
Antoine Musso
2010-10-21
1
-1
/
+2
*
Fixup "} elseif ( $cond[0] = '!' ) {" from r35983
Sam Reed
2010-10-13
1
-1
/
+1
*
Fix a bunch of '? true : false' instances
Chad Horohoe
2010-09-27
1
-1
/
+1
*
Refactor to avoid defining globals inside switches.
Platonides
2010-08-12
1
-1
/
+1
*
Ran stylize.php, removed trailing whitespace, updated indentation and code fo...
Siebrand Mazeland
2010-05-30
1
-21
/
+41
*
Random indentation and code formatting updates. No functional changes.
Siebrand Mazeland
2010-02-14
1
-1
/
+0
*
* Add autopromote condition APCOND_BLOCKED to autopromote blocked users to va...
Ryan Schmidt
2009-06-18
1
-2
/
+4
*
(bug 14737) Allow the autoconfirmed timer to run from the first edit
Aaron Schulz
2009-01-03
1
-0
/
+3
*
(bug 7492) Allow assignment of rights to specific IPs/ranges
Chad Horohoe
2008-12-14
1
-0
/
+4
*
Testing commit access, per report. Minor whitespace change.
Rotem Liss
2008-08-18
1
-1
/
+1
*
Add a ! operator to autopromote conditions
Andrew Garrett
2008-06-07
1
-1
/
+6
*
Add GetAutoPromoteGroups hook, which was in my working copy but not committed...
Andrew Garrett
2008-06-04
1
-0
/
+3
*
WARNING: HUGE COMMIT
Alexandre Emsenhuber
2008-05-20
1
-5
/
+5
*
Kill r34826's unnecessary boolval() per yesterday's IRC discussion (thought v...
Brion Vibber
2008-05-15
1
-1
/
+1
*
* Move $var ? true : false check to boolval function
Victor Vasiliev
2008-05-14
1
-1
/
+1
*
* remove end of line whitespace
Siebrand Mazeland
2008-04-14
1
-1
/
+1
[next]