https://bugzilla.wikimedia.org/show_bug.cgi?id=55377

--- Comment #4 from Krinkle <[email protected]> ---
(In reply to comment #2)
> (In reply to comment #0)
> > * Use recentchanges with a generator module.
> 
> To use it with a generator you'd need to use "titles" rather than "rctitles",
> and you'd probably also want to move the module to "prop=recentchanges"
> instead of "list=recentchanges"..

Hm.. right, our generator model requires a separate module if the titles filter
is optional (e.g. prop=categories requires titles=, so you can use a generator
module as input, but prop=categories itself can also be a generator to another
module). 

Recentchanges is already a generator module (it can be a provider of titles to
another query module), but can't yet take titles= or a generator as input. And
since we must keep titles= as an optional param, the filtered version of it has
to be a (separate) prop module.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to