[Bug 25248] API: paraminfo errors

2010-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25248 --- Comment #8 from Reedy s...@reedyboy.net 2010-10-01 19:08:09 UTC --- Interesting, on ApiUserrights, disable PARAM_REQUIRED on user, and get error code=unknownerror info=Unknown error: ``#039;#039; xml:space=preserve -- Configure bugmail:

[Bug 25248] API: paraminfo errors

2010-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25248 --- Comment #9 from Reedy s...@reedyboy.net 2010-10-01 19:14:54 UTC --- And this goes back further, it occurs in 1.16 Userrights didn't exist in 1.15 -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- You

[Bug 25248] API: paraminfo errors with certain modules

2010-10-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25248 Reedy s...@reedyboy.net changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 25248] API: paraminfo errors

2010-09-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25248 --- Comment #2 from Gurch matthew.brit...@btinternet.com 2010-09-23 08:51:24 UTC --- Querymodule breakage was caused by r72387. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- You are receiving this mail

[Bug 25248] API: paraminfo errors

2010-09-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25248 --- Comment #3 from Reedy s...@reedyboy.net 2010-09-23 09:11:40 UTC --- I was thinking for the former it must be more widespread (and presumably it is/should be for all modules that have minimum definitely required parameters) -- Configure

[Bug 25248] API: paraminfo errors

2010-09-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25248 --- Comment #4 from X! soxre...@gmail.com 2010-09-23 10:58:55 UTC --- It looks like the paraminfo errors is caused because before PARAM_REQUIRED, required parameter validations were done in the execute() method. Now they're done in the validate

[Bug 25248] API: paraminfo errors

2010-09-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25248 --- Comment #5 from Gurch matthew.brit...@btinternet.com 2010-09-23 11:11:16 UTC --- addressed querymodule breakage in r73596 (In reply to comment #3) I was thinking for the former it must be more widespread (and presumably it is/should be

[Bug 25248] API: paraminfo errors

2010-09-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25248 --- Comment #6 from Reedy s...@reedyboy.net 2010-09-23 11:20:48 UTC --- That's intriguing... In theory, the purge module (among others?), should also be. Need to get my dev machine back installed (moved it from my parents last night), and have

[Bug 25248] API: paraminfo errors

2010-09-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25248 --- Comment #7 from X! soxre...@gmail.com 2010-09-23 12:59:22 UTC --- Was going to have a poke at this as well, but realized that when I upgraded to my new OS, I didn't copy the mysql databases. I'll copy them from the backup tonight and have a

[Bug 25248] API: paraminfo errors

2010-09-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25248 Gurch matthew.brit...@btinternet.com changed: What|Removed |Added Summary|API: paraminfo error with |API: paraminfo