From cd0e41ca25d80dbb0f7bde6688219411b3b74503 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Sat, 23 Jul 2011 00:56:17 +0000 Subject: [PATCH] Updates for new autopromote system & block hook --- RELEASE-NOTES-1.18 | 5 +++++ 1 file changed, 5 insertions(+) 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) -- 2.20.1