[Bug 25232] API custom class inherited from ApiQueryBase does not call getCustomPrinter() method

2011-04-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25232 Chad H. innocentkil...@gmail.com changed: What|Removed |Added Version|1.15.4 |1.15.x --

[Bug 25232] API custom class inherited from ApiQueryBase does not call getCustomPrinter() method

2010-09-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25232 Reedy s...@reedyboy.net changed: What|Removed |Added Severity|enhancement |normal -- Configure

[Bug 25232] API custom class inherited from ApiQueryBase does not call getCustomPrinter() method

2010-09-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25232 --- Comment #1 from Roan Kattouw roan.katt...@gmail.com 2010-09-21 15:22:09 UTC --- Query submodules can be called in conjunction with other query submodules, like so: api.php?action=querylist=allpagesmeta=siteinfo|userinfoprop=info|revisions

[Bug 25232] API custom class inherited from ApiQueryBase does not call getCustomPrinter() method

2010-09-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25232 --- Comment #2 from Dmitriy c...@uniyar.ac.ru 2010-09-21 15:48:29 UTC --- Thank you. I should try inherit ApiBase instead. Didn't think about the possible conjunction of ApiQueryBase instances. -- Configure bugmail:

[Bug 25232] API custom class inherited from ApiQueryBase does not call getCustomPrinter() method

2010-09-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25232 Dmitriy c...@uniyar.ac.ru changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 25232] API custom class inherited from ApiQueryBase does not call getCustomPrinter() method

2010-09-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25232 --- Comment #3 from Dmitriy c...@uniyar.ac.ru 2010-09-21 17:08:44 UTC --- However, now setContinueEnumParameter() became unavailable, too. Shall I re-define it in my own class which extends ApiBase now, or there is a better approach? --

[Bug 25232] API custom class inherited from ApiQueryBase does not call getCustomPrinter() method

2010-09-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25232 --- Comment #4 from Dmitriy c...@uniyar.ac.ru 2010-09-21 17:23:49 UTC --- Also ApiQueryBase has a lots of nice SQL expression building methods, they're all not unavailable when deriving from ApiBase :-( -- Configure bugmail: