r13869 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r13868‎ | r13869 | r13870 >
Date:20:16, 25 April 2006
Author:robchurch
Status:old
Tags:
Comment:
* Alter some of the language
* Word wrapping
* Fix encoding (I hope)
Modified paths:
  • /trunk/extensions/UsernameBlacklist/UsernameBlacklist (modified) (history)

Diff [purge]

Index: trunk/extensions/UsernameBlacklist/UsernameBlacklist
@@ -1,7 +1,7 @@
22 USERNAME BLACKLIST EXTENSION
33
44 Version 1.2
5 - � 2006 Rob Church
 5+ © 2006 Rob Church
66
77 This is free software licensed under the GNU General Public License. Please
88 see http://www.gnu.org/copyleft/gpl.html for further details, including the
@@ -26,8 +26,8 @@
2727 is checked against and enforced during new account creation.
2828
2929 Privileged users are permitted to override the blacklist when creating accounts
30 -manually. By default, this permission is available to sysops, but can be restricted
31 -further or removed to prevent any override.
 30+manually. By default, this permission is available to sysops, but can be
 31+restricted further or removed to prevent any override.
3232
3333 The blacklist accepts simple text and more powerful regular expressions, for
3434 matching against particular patterns of usernames.
@@ -96,8 +96,9 @@
9797 Make extension compatible with MediaWiki 1.5.8
9898 Allow commenting out lines in the blacklist with #
9999 1.2
100 - Use a class based code structure and rewrite some code to scrape up milliseconds
101 - Allow users with the "uboverride" permission to pass the blacklist (manual acct. creation)
 100+ Rewrite code for performance
 101+ Allow users with the "uboverride" permission to pass the blacklist
 102+ (manual account creation)
102103
103104 == 8. Thanks... ==
104105

Status & tagging log