https://bugzilla.wikimedia.org/show_bug.cgi?id=44261
--- Comment #1 from Matthew Flaschen <[email protected]> --- Can we just stop using wgTitle and use wgPageName instead? Quoting from the docs: wgTitle - "The page title. May contain blanks, does contain neither underscores nor namespace names." wgPageeName - "The full name of the page, including the localized namespace name, if the namespace has a name (the main namespace (number 0) doesn't), and with blanks replaced by underscores." wgPageName does use localized namespaces as noted above, but it should be internally consistent. I'm not sure what the goal of the querystring suggestion is. Right now, users get "assigned" a task, but they don't have to edit immediately. They can wander around then come back and make their task edit. It seems like this would break that. wgPageName seems easier than trying to parse the title of the returnto link. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
