https://bugzilla.wikimedia.org/show_bug.cgi?id=29614

       Web browser: ---
             Bug #: 29614
           Summary: Regression: After submission Special:AllMessages
                    outputs regex directly and repeats on next submit
           Product: MediaWiki
           Version: 1.18
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: code-update-regression
          Severity: major
          Priority: Unprioritized
         Component: Special pages
        AssignedTo: [email protected]
        ReportedBy: [email protected]
            Blocks: 28425
    Classification: Unclassified


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.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to