aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/createAndPromote.php
Commit message (Expand)AuthorAgeFilesLines
* Remove $wgDisableAuthManagerGergő Tisza2016-06-101-13/+7
* Add new convenience User method for authentication data changeGergő Tisza2016-06-101-1/+14
* Don't allow createAndPromote.php to add users to invalid groupsReedy2016-04-031-1/+6
* Convert all array() syntax to []Kunal Mehta2016-02-171-4/+4
* Use addDescription() instead of accessing mDescription directlyMax Semenik2016-01-301-1/+1
* Disallow User::setPassword() on users not in databaseBrad Jorsch2015-10-301-6/+6
* Allow using createAndPromote.php with custom groupsMatthew Flaschen2015-07-071-1/+20
* Update formatting in maintenance/ (2/4)Siebrand Mazeland2014-04-231-0/+1
* Pass phpcs-strict on maintenance/ (6/8)Siebrand Mazeland2014-04-231-4/+9
* Add bot to createAndPromote.php groupsHazard-SJ2013-05-301-3/+3
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-1/+1
* phpcs: Fix WhiteSpace.LanguageConstructSpacing warningsTimo Tijhof2013-05-091-1/+1
* Fixed spacing around parenthesis in languages/tests/maintenanceumherirrender2013-04-281-1/+1
* else if -> elseifumherirrender2013-04-171-4/+4
* Bug 35623 - createAndPromote.php: Change to allow promotion onlyMark A. Hershberger2013-02-111-24/+57
* Use __DIR__ instead of dirname( __FILE__ )jeroendedauw2012-08-271-1/+1
* Improve documentation of maintenance scripts.Alexandre Emsenhuber2012-06-161-2/+7
* Fix broken --sysop flag in r87480: it was triggering the bureaucrat right ins...Roan Kattouw2011-05-141-1/+1
* (bug 23495) Allow createAndPromote.php to create non-sysop usersChad Horohoe2011-05-051-3/+7
* Fix concern raised by Brion in r74108 (but has really existed since the maint...Chad Horohoe2011-01-131-1/+1
* Whitespace fixup under tha maint directory.Mark A. Hershberger2010-12-041-5/+5
* * Standardised file description headersAlexandre Emsenhuber2010-10-031-1/+1
* Stylize maintenance folder..Sam Reed2010-05-221-7/+7
* Redo addArgs() as addArg() so we can actually do useful things with arguments...Chad Horohoe2009-08-181-1/+2
* Revert r54244 which was stupid and fix this properly. Require commandLine.inc...Chad Horohoe2009-08-031-1/+1
* Don't put \n on the end of every error() call, just do it in error() itself. ...Chad Horohoe2009-08-021-2/+2
* Merge maintenance-work branch (now with less errors!):Chad Horohoe2009-08-021-62/+63
* (bug 19157) createAndPromote error on bad passwordChad Horohoe2009-06-271-1/+6
* Revert r52336 "Merge maintenance-work branch:"Brion Vibber2009-06-241-48/+56
* Merge maintenance-work branch:Chad Horohoe2009-06-241-56/+48
* WARNING: HUGE COMMITAlexandre Emsenhuber2008-05-201-1/+2
* * (bug 12416) Fix password setting for createAndPromote.phpBrion Vibber2007-12-281-1/+1
* * Add option to maintenance/createAndPromote.php to give the user bureaucrat ...Rob Church2007-07-061-2/+23
* Remove ?>'s from files. They're pointless, and just asking for people to mes...Aryeh Gregor2007-06-291-1/+1
* Use Doxygen @addtogroup instead of phpdoc @package && @subpackageAntoine Musso2007-01-201-2/+1
* Abolished $wgDBname as a unique wiki identifier, it doesn't work with the new...Tim Starling2006-10-041-3/+2
* Maintenance script to create an account and promote it to administratorRob Church2006-06-171-0/+48