Index: trunk/phase3/RELEASE-NOTES-1.18 |
— | — | @@ -198,6 +198,11 @@ |
199 | 199 | * AjaxCategories: Easily add, edit or delete categories on article pages. |
200 | 200 | Suggests possible categories when typing, all saves are done via AJAX. |
201 | 201 | Supports editing of multiple categories and then saving them in one batch. |
| 202 | +* $wgAutopromoteOnce was added, allowing for users to be automatically promoted to explicit usergroups. |
| 203 | + If a group is removed from a user via Special:UserRights, it will not automatically be re-added. |
| 204 | + Configuration is similar to $wgAutopromote (see DefaultSettings.php) |
| 205 | +* The PerformRetroactiveAutoblock hook was added to allow overriding or complementing |
| 206 | + retroactive autoblock handling. This runs when blocking a user with the 'autoblock' option. |
202 | 207 | |
203 | 208 | === Bug fixes in 1.18 === |
204 | 209 | * mw.util.getScript has been implemented (like wfScript in GlobalFunctions.php) |