https://bugzilla.wikimedia.org/show_bug.cgi?id=18533
Splarka <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|RESOLVED |REOPENED Resolution|FIXED | Summary|siteinfo should include |siteinfo and action errors |readonly message |should include readonly | |message --- Comment #2 from Splarka <[email protected]> 2009-07-07 23:27:27 UTC --- Can this also be applied to errors encountered when performing an action? For example, on action=edit: { "code": "readonly", "info": "The wiki is currently in read-only mode" } to something exposing wfReadOnlyReason(), eg: { "code": "readonly", "info": "The wiki is currently in read-only mode (reason: blah blah blah)" } -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
