From: Aaron Schulz Date: Sat, 23 Jul 2011 00:56:17 +0000 (+0000) Subject: Updates for new autopromote system & block hook X-Git-Tag: 1.31.0-rc.0~28673 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22messagerie%22%29%20.%20%22?a=commitdiff_plain;h=cd0e41ca25d80dbb0f7bde6688219411b3b74503;p=lhc%2Fweb%2Fwiklou.git Updates for new autopromote system & block hook --- diff --git a/RELEASE-NOTES-1.18 b/RELEASE-NOTES-1.18 index eec5741290..16f6e51bc7 100644 --- a/RELEASE-NOTES-1.18 +++ b/RELEASE-NOTES-1.18 @@ -198,6 +198,11 @@ production. * AjaxCategories: Easily add, edit or delete categories on article pages. Suggests possible categories when typing, all saves are done via AJAX. Supports editing of multiple categories and then saving them in one batch. +* $wgAutopromoteOnce was added, allowing for users to be automatically promoted to explicit usergroups. + If a group is removed from a user via Special:UserRights, it will not automatically be re-added. + Configuration is similar to $wgAutopromote (see DefaultSettings.php) +* The PerformRetroactiveAutoblock hook was added to allow overriding or complementing + retroactive autoblock handling. This runs when blocking a user with the 'autoblock' option. === Bug fixes in 1.18 === * mw.util.getScript has been implemented (like wfScript in GlobalFunctions.php)