[Bug 44261] handle namespace in openTask tracking

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44261

--- Comment #3 from Matthew Flaschen  ---
However, in GettingStarted, we ended up using the equivalent of:

new mw.Title( mw.config.get( 'wgPageName' ) ).getPrefixedText()

to solve the problem (the openTask cookie is still used, but the values have
changed somewhat).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 44261] handle namespace in openTask tracking

2013-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44261

Steven Walling  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |INVALID

--- Comment #2 from Steven Walling  ---
This extension is no longer deployed, and openTask is no longer be relied on.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 44261] handle namespace in openTask tracking

2013-02-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44261

Andre Klapper  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 44261] handle namespace in openTask tracking

2013-01-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44261

--- Comment #1 from Matthew Flaschen  ---
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l