[Bug 24781] define XML namespace for output of web API

2013-04-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24781 Andre Klapper aklap...@wikimedia.org changed: What|Removed |Added Keywords|bugsmash| -- You are

[Bug 24781] define XML namespace for output of web API

2011-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24781 shubinat...@gmail.com changed: What|Removed |Added CC||shubinat...@gmail.com ---

[Bug 24781] define XML namespace for output of web API

2011-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24781 Ariel T. Glenn ar...@wikimedia.org changed: What|Removed |Added CC|

[Bug 24781] define XML namespace for output of web API

2011-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24781 --- Comment #13 from Svick gsv...@gmail.com 2011-10-06 12:17:27 UTC --- Just a note, this really is a breaking change for some parsers. Specifically, for the one I'm using: LINQ to XML in .Net. It is namespace-aware and when a namespace is

[Bug 24781] define XML namespace for output of web API

2011-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24781 Bryan Tong Minh bryan.tongm...@gmail.com changed: What|Removed |Added Status|RESOLVED|REOPENED

[Bug 24781] define XML namespace for output of web API

2011-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24781 --- Comment #15 from Roan Kattouw roan.katt...@gmail.com 2011-10-06 19:55:44 UTC --- (In reply to comment #14) Since this apparently is a breaking change, can we revert it and make the addition of a namespace optional, perhaps with the

[Bug 24781] define XML namespace for output of web API

2011-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24781 --- Comment #16 from Bryan Tong Minh bryan.tongm...@gmail.com 2011-10-06 20:16:09 UTC --- r99135 -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the

[Bug 24781] define XML namespace for output of web API

2011-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24781 Bryan Tong Minh bryan.tongm...@gmail.com changed: What|Removed |Added Status|REOPENED|RESOLVED

[Bug 24781] define XML namespace for output of web API

2011-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24781 --- Comment #17 from Roan Kattouw roan.katt...@gmail.com 2011-10-06 20:44:57 UTC --- (In reply to comment #16) r99135 Deployed. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- You are receiving this mail

[Bug 24781] define XML namespace for output of web API

2011-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24781 Rob Lanphier ro...@wikimedia.org changed: What|Removed |Added CC||ro...@wikimedia.org

[Bug 24781] define XML namespace for output of web API

2011-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24781 --- Comment #19 from Roan Kattouw roan.katt...@gmail.com 2011-10-06 22:19:47 UTC --- (In reply to comment #18) This would make me sad if this is a permanent option, since this is option bloat. LINQ to XML in .Net is presenting a really

[Bug 24781] define XML namespace for output of web API

2011-05-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24781 Roan Kattouw roan.katt...@gmail.com changed: What|Removed |Added Keywords||bugsmash

[Bug 24781] define XML namespace for output of web API

2011-05-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24781 Roan Kattouw roan.katt...@gmail.com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug 24781] define XML namespace for output of web API

2011-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24781 --- Comment #8 from Reedy s...@reedyboy.net 2011-01-03 23:34:07 UTC --- Bringing some life back here. The fix is fairly simple, and there are possibly some breakages. I'm almost inclined to just say tough to those not doing it properly

[Bug 24781] define XML namespace for output of web API

2011-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24781 Ilmari Karonen nos...@vyznev.net changed: What|Removed |Added CC||nos...@vyznev.net

[Bug 24781] define XML namespace for output of web API

2010-08-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24781 Daniel Kinzler brightb...@gmail.com changed: What|Removed |Added Keywords||easy

[Bug 24781] define XML namespace for output of web API

2010-08-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24781 --- Comment #1 from Reedy s...@reedyboy.net 2010-08-13 15:35:38 UTC --- I agree on the breakage - It's not as if we're breaking conformity to valid xml etc. IIRC (NB, I've not done much with this), we don't need to have anything served at that

[Bug 24781] define XML namespace for output of web API

2010-08-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24781 Roan Kattouw roan.katt...@gmail.com changed: What|Removed |Added CC|

[Bug 24781] define XML namespace for output of web API

2010-08-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24781 --- Comment #3 from Daniel Kinzler brightb...@gmail.com 2010-08-13 15:43:08 UTC --- no, namespaces are pure URIs. nothing needs to be there. Namespaces also don't require any schema or dtd. it's useful to have some kind of documentation at

[Bug 24781] define XML namespace for output of web API

2010-08-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24781 --- Comment #4 from Reedy s...@reedyboy.net 2010-08-13 17:49:58 UTC --- http://www.mediawiki.org/wiki/api would be the easiest to have documentation there ;) -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ---

[Bug 24781] define XML namespace for output of web API

2010-08-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24781 Bawolff bawolff...@gmail.com changed: What|Removed |Added CC||bawolff...@gmail.com

[Bug 24781] define XML namespace for output of web API

2010-08-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24781 --- Comment #6 from Daniel Kinzler brightb...@gmail.com 2010-08-13 20:48:17 UTC --- at #5: how would the code expect that? In what way would one usually rely on the fact that no namespace is used? And if so, why use a namespace aware parser?

[Bug 24781] define XML namespace for output of web API

2010-08-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24781 --- Comment #7 from Bawolff bawolff...@gmail.com 2010-08-13 20:50:18 UTC --- It is still rather far fetched, I just thought I should mention it because it seemed more likely breakage case than the regex one. -- Configure bugmail: