darthbhyrava added a comment.

  Though both  `recentChanges`in imageuncat and `RecentChangesPageGenerator` in 
pagegenerators call site.recentchanges (here's a paste 
<http://paste.ubuntu.com/15385203/> listing out both), the differences seem to 
be as follows:
  
    gen.request['rcprop'] = 'title|user|comment|ids'
        for p in gen:
            yield pywikibot.Page(site, p['title'], p['ns'])
  
  
  
    gen = (pywikibot.Page(site, x['title'])
              for x in gen if x['type'] != 'log' or 'title' in x)
  
  - gen.request['rcprop'] and the extra p['ns'] in `recentChanges`
  - the conditions on x in `RecentChangesPageGenerator`
  
  If the above can be resolved, then I wouldn't need to have an extra 
`from_imageuncat` param.

TASK DETAIL
  https://phabricator.wikimedia.org/T129193

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: darthbhyrava
Cc: Mpaa, gerritbot, darthbhyrava, Aklapper, Avicennasis, pywikibot-bugs-list, 
jayvdb, Lewizho99



_______________________________________________
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs

Reply via email to