Commit graph

6 commits

Author SHA1 Message Date
Romain Bignon
3cb6ca033f bump to 0.7 2011-03-01 13:57:23 +01:00
Romain Bignon
5eb3b2ece5 default URL values 2011-03-01 11:04:30 +01:00
Romain Bignon
10beaf2c5d don't need to have an account on mediawiki 2011-02-19 18:54:26 +01:00
Clément Schreiner
6979604e6f Support for more than 10 revisions in mediawiki.
Maximum number of revisions in iter_revisions is now 500, the API's limit
for normal users.

webcontentedit has been updated to use the 'count' option for do_log().
2011-02-16 23:19:50 +01:00
Clément Schreiner
5d24cec733 Implemented iter_revisions. Various minor fixes.
The methode iter_revisions(page) is now implemented, and yiels the last
ten revisions of the page, as 'Revision' objects.

Various fixes, like removing unused imports.
2011-02-16 22:23:49 +01:00
Clément Schreiner
179d6ec75e New backend: mediawiki.
Features working:
 - get_content()
 - push_content()
 - get_content_preview()
TODO:
 - log_content()
 - check for encoding problems
2011-02-16 20:45:54 +01:00