aboutsummaryrefslogtreecommitdiff
path: root/mediawiki.lrdevplugin/Info.lua
Commit message (Collapse)AuthorAge
* v0.4 released.v0.4Robin Krahl2015-06-28
|
* Check for new versions after start.Robin Krahl2015-06-27
| | | | | | | | | | | | | | | | | | | After LrMediaWiki is loaded, GitHub is checked for new versions if the user enabled that setting. To parse the response of the GitHub API, a third-party library is used for JSON parsing (JSON.lua). As the GitHub API query for the latest release only returns non-pre-release versions, all releases are queried and the first one is considered the latest. - create MediaWikiInit that queries the new version and shows a message (if necessary) - add MediaWikiInit to Info so that it is run after LrMediaWiki is loaded - add ‘Check version’ setting to the configuration - refactor MediaWikiApi and create performHttpRequest as a generic HTTP request method - add MediaWikiApi.getCurrentPluginVersion to query the GitHub API Fix #44.
* Add a configuration section to the plugin information dialog.Robin Krahl2015-06-27
| | | | | | | | | | | | Customize the plugin information dialog and add a configuration section. In this section, the user may enable or disable logging. - create MediaWikiPluginInfoProvider to customize the plugin information dialog - add MediaWikiPluginInfoProvider to Info to activate it - enable or disable logging in MediaWikiUtils according to the configuration - update the localization See #31.
* v0.3.1 released.v0.3.1Robin Krahl2015-06-27
|
* Update Info.lua for v0.3.v0.3Robin Krahl2015-06-27
|
* Prepare v0.2.3.v0.2.3Robin Krahl2014-10-06
|
* Version 0.2.2.v0.2.2Robin Krahl2014-09-08
|
* Prepare v0.2.v0.2Robin Krahl2014-08-25
|
* Add categories field to the file metadata (see #7).Robin Krahl2014-08-24
|
* Initial commit.v0.1Robin Krahl2014-08-21