Re: [Pywikipedia-l] Need help with page histories

2009-12-01 Thread BinĂ¡ris
Although nobody replied, I share the result of my experiments. You have to know, tehat on huwiki we introduced FlaggedRevs ( http://www.mediawiki.org/wiki/Extension:FlaggedRevs). Now, getVersionHistoryTable() and getVersionHistory() give back only the unrevised versions, and none of the revised!

[Pywikipedia-l] Need help with page histories

2009-11-30 Thread BinĂ¡ris
Hi, I have modified the get.py modul of the pywikibot. The purpose is to display the date of creation of the article. I guessed from wikipedia.py that I need either page.getVersionHistory(), which is a list, or page.getVersionHistoryTable(), which gives the history as a wikitable. Now it seems