r92925 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r92924‎ | r92925 | r92926 >
Date:00:56, 23 July 2011
Author:aaron
Status:ok (Comments)
Tags:
Comment:
Updates for new autopromote system & block hook
Modified paths:
  • /trunk/phase3/RELEASE-NOTES-1.18 (modified) (history)

Diff [purge]

Index: trunk/phase3/RELEASE-NOTES-1.18
@@ -198,6 +198,11 @@
199199 * AjaxCategories: Easily add, edit or delete categories on article pages.
200200 Suggests possible categories when typing, all saves are done via AJAX.
201201 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.
202207
203208 === Bug fixes in 1.18 ===
204209 * mw.util.getScript has been implemented (like wfScript in GlobalFunctions.php)

Comments

#Comment by Reedy (talk | contribs)   12:43, 23 July 2011

Did you mean to use the 1.18 RELEASE-NOTES?

Status & tagging log