- Nov 23, 2014
-
-
Dan Michael O. Heggø authored
Conflicts: RELEASE-NOTES.md
-
- Nov 17, 2014
-
-
Dan Michael O. Heggø authored
-
Dan Michael O. Heggø authored
-
Dan Michael O. Heggø authored
Filtering links by namespace not working
-
Carlos Martinez authored
-
Carlos Martinez authored
-
Dan Michael O. Heggø authored
- If database lag exceeds max lag, the API will still send 200, not 503. This was only added to documentation after bugzilla:31156. Ref. <https://www.mediawiki.org/wiki/Manual:Maxlag_parameter> - In addition, Requests doesn't raise an exception when status code != 200 unless raise_for_status() is called, so we should call that to catch any other 5xx errors such as Squid errors. - Replace print statements with logging Note that responses>=0.3.0 is needed to run the test suite now
-
Dan Michael O. Heggø authored
-
Dan Michael O. Heggø authored
As suggested in #52 Original auth mechanism introduced in #27 This change should retain backwards compability
-
- Nov 16, 2014
-
-
Dan Michael O. Heggø authored
-
- Nov 07, 2014
-
-
Dan Michael O. Heggø authored
-
- Nov 03, 2014
-
-
Dan Michael O. Heggø authored
fixed link in user-agent section
-
Frances Hocutt authored
-
Dan Michael O. Heggø authored
reStructuredText is quite picky
-
Dan Michael O. Heggø authored
Added instructions for changing default user-agent
-
Frances Hocutt authored
Added instructions and an example for changing the default user-agent, as in: https://meta.wikimedia.org/wiki/User-Agent_policy .
-
- Oct 27, 2014
-
-
Dan Michael O. Heggø authored
-
- Oct 26, 2014
-
-
Dan Michael O. Heggø authored
-
Dan Michael O. Heggø authored
-
Dan Michael O. Heggø authored
-
- Oct 05, 2014
-
-
Dan Michael O. Heggø authored
Use new token handling system described on https://www.mediawiki.org/wiki/API:Meta#tokens for MediaWiki >= 1.24
-
Dan Michael O. Heggø authored
Work in progress, looks a bit dirty right now
-
Dan Michael O. Heggø authored
-
- Sep 30, 2014
-
-
Dan Michael O. Heggø authored
-
- Sep 27, 2014
-
-
Dan Michael O. Heggø authored
-
Dan Michael O. Heggø authored
-
Dan Michael O. Heggø authored
-
-
Dan Michael O. Heggø authored
-
Dan Michael O. Heggø authored
-
Dan Michael O. Heggø authored
-
Dan Michael O. Heggø authored
Also replaced relative links in the README, since PyPI doesn't support them, see http://stackoverflow.com/a/16594755/489916
-
Dan Michael O. Heggø authored
-
Dan Michael O. Heggø authored
-
Dan Michael O. Heggø authored
- This is more flexible than the `Page.get_expanded()` method, since it can be combined with the `section` argument as well, to get the expanded wikitext of a section. - Deprecating `Page.get_expanded()`. - Also fixed a very minor bug where `Page.last_rev_time` was not reset when editing new pages after having edited non-new pages. - Added more Page tests
-
Dan Michael O. Heggø authored
-
- Sep 23, 2014
-
-
Dan Michael O. Heggø authored
Remove more version checks that are no longer needed
-
Dan Michael O. Heggø authored
The missing comma would cause site.images[filename] to fail
-
- Sep 21, 2014
-
-
Dan Michael O. Heggø authored
This class provided workarounds for editing pages without 'writeapi'. Since 'writeapi' has been enabled by default since MediaWiki 1.14, and we require MediaWiki 1.16, it should no longer be needed. If 'writeapi' has been explicitly disabled, we should rather raise an error, since this means that automatic edits are not welcome.
-
Dan Michael O. Heggø authored
-