Last modified: 2008-01-03 00:59:07 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T14483, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 12483 - TitleBlacklist fails to match regular expressions containing "_" correctly
TitleBlacklist fails to match regular expressions containing "_" correctly
Status: RESOLVED FIXED
Product: MediaWiki extensions
Classification: Unclassified
TitleBlacklist (Other open bugs)
unspecified
All All
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
: easy, patch
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-01-02 10:59 UTC by darklama
Modified: 2008-01-03 00:59 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments
patch to replace all occurrences of "_" with " ". (621 bytes, patch)
2008-01-02 10:59 UTC, darklama
Details

Description darklama 2008-01-02 10:59:01 UTC
Created attachment 4496 [details]
patch to replace all occurrences of "_" with " ".

Currently if someone uses a regular expression like "Page_Name", it will never match against a page by that name because of the "_". This should be fixed by replacing all occurrences of "_" with " " before trying to match against a page title.
Comment 1 Brion Vibber 2008-01-03 00:59:07 UTC
Applied w/ slight modification in r29200

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links