[Bug 24185] Implement support for special pages in action=query

2010-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24185

--- Comment #5 from Bryan Tong Minh bryan.tongm...@gmail.com 2010-07-10 
10:18:50 UTC ---
Do you also want to include NS_MEDIA pages or only NS_SPECIAL?

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


[Bug 24185] Implement support for special pages in action=query

2010-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24185

Bryan Tong Minh bryan.tongm...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #6 from Bryan Tong Minh bryan.tongm...@gmail.com 2010-07-10 
10:48:26 UTC ---
r69233.

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


[Bug 24185] Implement support for special pages in action=query

2010-06-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24185

--- Comment #1 from Reedy s...@reedyboy.net 2010-06-30 10:43:36 UTC ---
Partially bug 14869 ? ;D

/me ducks

:P

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


[Bug 24185] Implement support for special pages in action=query

2010-06-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24185

Roan Kattouw roan.katt...@gmail.com changed:

   What|Removed |Added

 CC||roan.katt...@gmail.com

--- Comment #2 from Roan Kattouw roan.katt...@gmail.com 2010-06-30 10:47:19 
UTC ---
(In reply to comment #1)
 Partially bug 14869 ? ;D
 
 /me ducks
 
 :P
Heh.

No, not really. This is just about creating a Title object for Special: pages
and actually doing something with it (normalization, existence check) rather
than detecting that $title-getNamespace()  0 (catches NS_MEDIA as well as
NS_SPECIAL) and freaking out.

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


[Bug 24185] Implement support for special pages in action=query

2010-06-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24185

--- Comment #3 from Reedy s...@reedyboy.net 2010-06-30 10:49:58 UTC ---
bug 21991 is for normalising things like title validation too...

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


[Bug 24185] Implement support for special pages in action=query

2010-06-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24185

--- Comment #4 from Roan Kattouw roan.katt...@gmail.com 2010-06-30 11:27:25 
UTC ---
(In reply to comment #3)
 bug 21991 is for normalising things like title validation too...
Yeah, although that deals with user titles mostly. 'Normal' titles aren't
validated in the parameter handling code ATM, each module validates them
themselves and has different requirements (title must exist for move but not
for edit, etc.). We could centralize this in the spirit of bug 21991, but that
doesn't really overlap much with this bug, which is about getting some non-zero
support for special pages in ApiPageSet.

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