Last modified: 2012-04-19 21:22:12 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 T31614, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 29614 - Regression: After submission Special:AllMessages outputs regex directly and repeats on next submit
Regression: After submission Special:AllMessages outputs regex directly and r...
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
Special pages (Other open bugs)
1.18.x
All All
: High major (vote)
: 1.18.0 release
Assigned To: Nobody - You can work on this!
: code-update-regression
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-06-27 23:00 UTC by Krinkle
Modified: 2012-04-19 21:22 UTC (History)
2 users (show)

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


Attachments

Description Krinkle 2011-06-27 23:00:17 UTC
When submitting the form on Special:AllMessages (trunk) the regex is outputted directly in the form field. This shouldn't happen. Moreover when submitting again the regex is made into a regex and so don.

Steps to reproduce:
* visit Special:AllMessages
* Enter a prefix and submit
* Query reads: title=Special:AllMessages&prefix=Tooltip
* Input field: /^Tooltip/i
* Submit again:
** Query reads: title=Special:AllMessages&prefix=%2F%5ETooltip%2Fi
** Input field: /^/\^Tooltip/i/i
** etc.

Possibly related:
* Special:AllMessages feels much slower then it used to be (early 2011 trunk)
* The choises for the radio buttons Unmodified/All/Modified are not reflected in the form after submission.
Comment 1 Bawolff (Brian Wolff) 2011-06-28 04:25:36 UTC
Can't reproduce on trunk. (Although I did notice the Unmodified/All/Modified having nothing selected by default, and thought that was weird)
Comment 2 Sam Reed (reedy) 2011-06-28 16:34:39 UTC
I could reproduce on trunk

Fixed yesterday in r90923 and r90924

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


Navigation
Links