cosmocode / qc

Automatically check the quality of DokuWiki pages
https://www.dokuwiki.org/plugin:qc
GNU General Public License v2.0
9 stars 10 forks source link

Get the correct authors of a page #32

Closed micgro42 closed 9 years ago

micgro42 commented 9 years ago

Use a PageChangelog instance and get the revisions from there. Also get the last 10.000 revisions and not just the last one.

10.000 is an arbitrary number here and I would prefer something like "get all revisions". If that's not sensible or possible, what would be a good number and why?

splitbrain commented 9 years ago

Getting all revisions might be possibly a huge memory hog (for a very old page with lots of changes). I think the popularity data might have info on the average number of edits per page. Maybe that could help in deciding on the right number here?