Romain Bignon
68bb3cb274
control 'url' backends parameter with a regexp ( closes #712 )
2011-10-25 13:33:03 +02:00
Romain Bignon
eb3f681136
bump to 0.a
2011-10-10 11:38:02 +02:00
Romain Bignon
cb1372b99f
new class BackendConfig to manage backend configs
2011-05-21 10:26:57 +02:00
Romain Bignon
53e22d9f4b
bump to 0.9
2011-05-08 18:31:44 +02:00
Romain Bignon
7e2bb91b3b
change license to AGPLv3+
2011-04-08 12:48:07 +02:00
Romain Bignon
31a0a0a8be
bump to 0.8
2011-04-04 10:30:09 +02:00
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