aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Autopromote.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* * remove end of line whitespaceSiebrand Mazeland2008-04-141-1/+1
* Autopromotion:Victor Vasiliev2008-01-141-1/+4
* Tweak wrong comment from last commit, as VasilievVV points out.Aryeh Gregor2007-12-231-2/+0
* Fixes for r28797.Aryeh Gregor2007-12-231-16/+58
* Add user parameter to AutopromoteCondition hook. Document itVictor Vasiliev2007-12-231-1/+1
* (bug 12392) new file includes/Autopromote.php calling non existing functionVictor Vasiliev2007-12-231-1/+1
* Introduce new autopromotion systemVictor Vasiliev2007-12-231-0/+70