Hello,
I know there is a page generator for generating a list of recent
changes, but AFAIK it is limited to 5000 edits. What if I need to
generate a list of pages that have been created or changed over the
past week? I thought of using the AllPagesPageGenerator and executing
editTime() on each page, but this method gives me only zeros if the
page was not read before (e.g. I have to call page.get() first in
order for editTime() to work properly). Is there any edit-time-related
piece of information I can get from a generated list of pages? Or
maybe there is another page generator suitable for me?
Best wishes
alkamid