aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Autopromote.php
Commit message (Expand)AuthorAgeFilesLines
* Drop Autopromote class, deprecated since 1.35Petr Pchelko2021-04-191-70/+0
* Update a lot of unspecific "array" types in PHPDocsThiemo Kreuz2020-10-281-2/+2
* Hard deprecate all methods in Autopromote classMartin Urbanec2020-09-181-2/+6
* Move autopromote groups logic into UserGroupManagerPetr Pchelko2020-06-111-166/+12
* Hooks::run() call site migrationTim Starling2020-05-301-3/+3
* Use namespaced IPUtils classKunal Mehta2020-01-011-1/+2
* docs: Avoid some scalar jugglingDaimona Eaytoy2019-09-191-2/+2
* Remove deprecated User groups/permission static calls.Petr Pchelko2019-08-211-1/+5
* Do not block autopromote on partial blocksDavid Barratt2019-07-181-2/+1
* Use [...] instead of array(...) in PHP comments and documentationFomafix2019-06-171-4/+4
* Deprecate User::isBlocked()David Barratt2019-04-251-1/+2
* In Autopromote skip edit count lookup if requirement is 0 or invalidTK-9992017-05-211-1/+7
* Convert all array() syntax to []Kunal Mehta2016-02-171-7/+7
* Replace wfRunHooks calls with direct Hooks::run callsAaron Schulz2014-12-101-2/+2
* Fixed some @params documentation (includes/*)umherirrender2014-04-201-6/+6
* Try to make a dent in CodeSniffer reports on includes/ (1)Siebrand Mazeland2014-03-231-1/+2
* Fix spacing and break some linesumherirrender2013-08-241-1/+2
* Added space after switch/Removed spaces after unsetumherirrender2013-04-261-1/+1
* Spellchecked /includes directoryYuri Astrakhan2013-03-131-4/+3
* Fixed @param tags to conform with Doxygen format.Tyler Anthony Romeo2013-03-111-2/+2
* Update docs for return and exception infoSiebrand Mazeland2012-10-091-0/+1
* Added missing GPLv2 headers in some places.Alexandre Emsenhuber2012-05-221-1/+22
* Fixing some of the "@return true" or "@return false", need to be "@return boo...Sam Reed2012-02-091-1/+1
* Moved wfGetIP() to WebRequest::getIP():Alexandre Emsenhuber2011-08-181-2/+2
* Follow-up r90819: made XOR only work on two conditions per CR. Give a warning...Aaron Schulz2011-06-281-11/+4
* Follow-up r90749: use a new 'autopromote' action for the autopromote rights l...Aaron Schulz2011-06-261-1/+1
* Update calls to deprecated User::isValidEmailAddrSam Reed2011-06-261-3/+3
* Made '^' (XOR) in recCheckCondition() act as a one-hot detector. Before r2880...Aaron Schulz2011-06-261-9/+11
* * Core:Aaron Schulz2011-06-261-1/+3
* * Follow-up r90749Aaron Schulz2011-06-251-2/+4
* Follow-up r90749: pushed down accessing of $wgAutopromoteOnce to getAutopromo...Aaron Schulz2011-06-251-20/+21
* Follow-up r90749:Aaron Schulz2011-06-251-48/+14
* Added one-time promote support via Autopromote::autopromoteOnceHook function....Aaron Schulz2011-06-251-0/+70
* And even more documentationSam Reed2011-05-281-2/+2
* And more documentation. YaaaaySam Reed2011-05-281-1/+1
* Follow up r67073 : add curly to if statementAntoine Musso2010-10-211-1/+2
* Fixup "} elseif ( $cond[0] = '!' ) {" from r35983Sam Reed2010-10-131-1/+1
* Fix a bunch of '? true : false' instancesChad Horohoe2010-09-271-1/+1
* Refactor to avoid defining globals inside switches.Platonides2010-08-121-1/+1
* Ran stylize.php, removed trailing whitespace, updated indentation and code fo...Siebrand Mazeland2010-05-301-21/+41
* Random indentation and code formatting updates. No functional changes.Siebrand Mazeland2010-02-141-1/+0
* * Add autopromote condition APCOND_BLOCKED to autopromote blocked users to va...Ryan Schmidt2009-06-181-2/+4
* (bug 14737) Allow the autoconfirmed timer to run from the first editAaron Schulz2009-01-031-0/+3
* (bug 7492) Allow assignment of rights to specific IPs/rangesChad Horohoe2008-12-141-0/+4
* Testing commit access, per report. Minor whitespace change.Rotem Liss2008-08-181-1/+1
* Add a ! operator to autopromote conditionsAndrew Garrett2008-06-071-1/+6
* Add GetAutoPromoteGroups hook, which was in my working copy but not committed...Andrew Garrett2008-06-041-0/+3
* WARNING: HUGE COMMITAlexandre Emsenhuber2008-05-201-5/+5
* Kill r34826's unnecessary boolval() per yesterday's IRC discussion (thought v...Brion Vibber2008-05-151-1/+1
* * Move $var ? true : false check to boolval functionVictor Vasiliev2008-05-141-1/+1