Commit graph

14 commits

Author SHA1 Message Date
Victor Vasiliev 2381cc0693 * Use this (see prev commit) hook in the TitleBlacklist
* Fix profiling
2008-01-14 13:52:05 +00:00
Victor Vasiliev b7bc8af616 TitleBlacklist:
* Add title whitelist
* Add profiling
* Make cache version check really work
2008-01-08 18:00:59 +00:00
Brion Vibber f74f0713fd * (bug 12483) Transform '_' to ' ' in blacklist regexes for convenience 2008-01-03 00:58:52 +00:00
Brion Vibber 75527ed14b Use wfMemcKey() rather than hardcoding database name. 2007-12-31 23:02:22 +00:00
Niklas Laxström 648a7b824a * Converted to UTF-8 2007-12-31 10:03:10 +00:00
Brion Vibber d97448856c * Use UTF-8 option on regex matches, not just validation. Fixes case-insensitivity and character class matches for non-ASCII chars.
* Invalidate cached blacklist after save completion of MediaWiki:Titleblacklist rather than during edit filtering. Should help avoid race conditions which would leave you with the old version cached.
* Some minor whitespace & style cleanup
* Some output escaping cleanup
2007-12-29 04:23:57 +00:00
Victor Vasiliev e0c312c5fd Validate MediaWiki:TitleBlacklist and delete it from cache before saving 2007-12-23 09:47:36 +00:00
Victor Vasiliev b4340da579 TitleBlacklist v1.3: add caching 2007-12-19 18:35:44 +00:00
Victor Vasiliev 6dc375766b TitleBlacklist:
* Add errmsg option
* Some cleanup
2007-12-17 18:38:34 +00:00
Victor Vasiliev 8f35929085 Fix a typo 2007-12-15 15:29:56 +00:00
Victor Vasiliev 9ecaa4f5b2 TitleBlacklist:
* Add {{ns}} and {{int}} support to blacklist (for interlingual blacklists)
* Add "caseinsenitive" attribute
2007-12-14 17:54:06 +00:00
Victor Vasiliev d6a7b33f91 TitleBlacklist:
* Add TitleBlacklistEntry class
* Add entry attributes
* Temporary remove error message for userCan. Needs better hook
* Changed configuration structure
2007-12-10 19:02:38 +00:00
Victor Vasiliev dc99a5a329 TitleBlacklist:
* Allow to use different sources of blacklist: local page, URL, file
2007-12-09 12:15:13 +00:00
Victor Vasiliev ef2a6402e5 TitleBlacklist:
* Refactor code
* Filter images with incorrect titles
2007-12-08 21:06:21 +00:00