Last modified: 2014-02-12 23:38:10 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 T24220, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 22220 - When using + append operator, rlike checks each individual string instead of the combined one
When using + append operator, rlike checks each individual string instead of ...
Status: NEW
Product: MediaWiki extensions
Classification: Unclassified
AbuseFilter (Other open bugs)
unspecified
All All
: Low normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-01-21 23:08 UTC by Nemo
Modified: 2014-02-12 23:38 UTC (History)
1 user (show)

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


Attachments

Description Nemo 2010-01-21 23:08:38 UTC
See e.g. [[q:it:Speciale:AbuseFilter/examine/310666]] (feel free to temporarily add yourself to local sysop group, if you want) i.e. http://it.wikiquote.org/?diff=304888 : 
(new_wikitext rlike ("===? *Senza fonte *===?[^=]+" + added_lines)) 
gives false  while it's expected to give true (and it seems to do so if added_lines is one line only, e.g. here: http://it.wikiquote.org/w/index.php?title=Speciale:AbuseLog&details=179 : if this is the correct behaviour change bug summary), but if you remove parenthesis it always gives true, even if you check 
(new_wikitext rlike "nonexistentstring" + "===? *Senza fonte *===?[^=]+")
or
(new_wikitext rlike "===? *Senza fonte *===?[^=]+" + "nonexistentstring")

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


Navigation
Links