Accepting request 297609 from devel:languages:perl:autoupdate
- updated to 0.40
see /usr/share/doc/packages/perl-MediaWiki-API/Changes
0.40 2014-09-13
Apologies for the lack of updates and the speed to implement some fixes but I have been busy on other projects.
Edit token code has been reworked somewhat to make it simpler, and a bugfix applied for an issue with downloading
images over https using the buildin Download() function.
0.39 2012-05-20
Added automatic support for handling tokens in the MediaWiki::API->Edit function for (Un)watch, Send e-mail
and Patrol changes. (Un)watch already worked but wasn't documented.
0.38 2012-05-19
Allow the actions the API supports with an http GET request to be configurable.
MediaWiki::API->{config}->{get_actions} defaults to { 'query' => 1, 'logout' => 1, purge' => 1, 'paraminfo' => 1 }
but can be added to/ammended as needed for any extensions that add additional functions to the API that support
a GET request.
Make the version of Test::More required to be 0.98 to avoid an issue with older versions missing functionality
(eg. on centos 5.x).
0.37 2011-08-10
The MediaWiki::API->Edit call was not getting a token correctly for an import action. Thanks to Mike Lifeguard
for the report.
0.36 2011-08-07
Since 1.16 MediaWiki now supports uploading files via the API, we no longer need to post directly to
Special:Upload. Although now the MediaWiki::API->Upload function will use the api to upload if using a
recent mediawiki, it has also been deprecated, as uploads can be done directly via the MediaWiki::API->API
call, or if you prefer MediaWiki::API->Edit (where it will automatically get a token for you). Thanks to
Jeremy Muhlich for the original patch. Some details about uploading files via the API / Edit calls can be
OBS-URL: https://build.opensuse.org/request/show/297609
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MediaWiki-API?expand=0&rev=9
This commit is contained in:
committed by
Git OBS Bridge
parent
8d41a6051e
commit
2ffb0070d6
@@ -1,3 +1,65 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 17 07:54:52 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 0.40
|
||||
see /usr/share/doc/packages/perl-MediaWiki-API/Changes
|
||||
|
||||
0.40 2014-09-13
|
||||
Apologies for the lack of updates and the speed to implement some fixes but I have been busy on other projects.
|
||||
Edit token code has been reworked somewhat to make it simpler, and a bugfix applied for an issue with downloading
|
||||
images over https using the buildin Download() function.
|
||||
|
||||
0.39 2012-05-20
|
||||
Added automatic support for handling tokens in the MediaWiki::API->Edit function for (Un)watch, Send e-mail
|
||||
and Patrol changes. (Un)watch already worked but wasn't documented.
|
||||
|
||||
0.38 2012-05-19
|
||||
Allow the actions the API supports with an http GET request to be configurable.
|
||||
MediaWiki::API->{config}->{get_actions} defaults to { 'query' => 1, 'logout' => 1, purge' => 1, 'paraminfo' => 1 }
|
||||
but can be added to/ammended as needed for any extensions that add additional functions to the API that support
|
||||
a GET request.
|
||||
|
||||
Make the version of Test::More required to be 0.98 to avoid an issue with older versions missing functionality
|
||||
(eg. on centos 5.x).
|
||||
|
||||
0.37 2011-08-10
|
||||
The MediaWiki::API->Edit call was not getting a token correctly for an import action. Thanks to Mike Lifeguard
|
||||
for the report.
|
||||
|
||||
0.36 2011-08-07
|
||||
Since 1.16 MediaWiki now supports uploading files via the API, we no longer need to post directly to
|
||||
Special:Upload. Although now the MediaWiki::API->Upload function will use the api to upload if using a
|
||||
recent mediawiki, it has also been deprecated, as uploads can be done directly via the MediaWiki::API->API
|
||||
call, or if you prefer MediaWiki::API->Edit (where it will automatically get a token for you). Thanks to
|
||||
Jeremy Muhlich for the original patch. Some details about uploading files via the API / Edit calls can be
|
||||
found in the API section of the pod documentation.
|
||||
|
||||
There are now some tests included with the module. They run a few api functions against a test wiki -
|
||||
http://testwiki.exotica.org.uk to make sure everything is working correctly. Feel free to use this wiki for
|
||||
testing the module with your own code also. It is wiped/cleaned regularly.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 17 07:54:52 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 0.37
|
||||
see /usr/share/doc/packages/perl-MediaWiki-API/Changes
|
||||
|
||||
0.37 2011-08-07
|
||||
The MediaWiki::API->Edit call was not getting a token correctly for an import action. Thanks to Mike Lifeguard
|
||||
for the report.
|
||||
|
||||
0.36 2011-08-07
|
||||
Since 1.16 MediaWiki now supports uploading files via the API, we no longer need to post directly to
|
||||
Special:Upload. Although now the MediaWiki::API->Upload function will use the api to upload if using a
|
||||
recent mediawiki, it has also been deprecated, as uploads can be done directly via the MediaWiki::API->API
|
||||
call, or if you prefer MediaWiki::API->Edit (where it will automatically get a token for you). Thanks to
|
||||
Jeremy Muhlich for the original patch. Some details about uploading files via the API / Edit calls can be
|
||||
found in the API section of the pod documentation.
|
||||
|
||||
There are now some tests included with the module. They run a few api functions against a test wiki -
|
||||
http://testwiki.exotica.org.uk to make sure everything is working correctly. Feel free to use this wiki for
|
||||
testing the module with your own code also. It is wiped/cleaned regularly.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 1 13:33:37 UTC 2010 - coolo@novell.com
|
||||
|
||||
|
||||
Reference in New Issue
Block a user