<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/LrMediaWiki, branch v0.4</title>
<subtitle>MediaWiki for Lightroom (GitHub mirror)
</subtitle>
<id>https://git.ireas.org/mirrors/LrMediaWiki/atom?h=v0.4</id>
<link rel='self' href='https://git.ireas.org/mirrors/LrMediaWiki/atom?h=v0.4'/>
<link rel='alternate' type='text/html' href='https://git.ireas.org/mirrors/LrMediaWiki/'/>
<updated>2015-06-27T23:24:09Z</updated>
<entry>
<title>v0.4 released.</title>
<updated>2015-06-27T23:24:09Z</updated>
<author>
<name>Robin Krahl</name>
<email>me@robin-krahl.de</email>
</author>
<published>2015-06-27T23:24:09Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/mirrors/LrMediaWiki/commit/?id=52c7e86578aca7eb845838dd47f7861b818ea2ac'/>
<id>urn:sha1:52c7e86578aca7eb845838dd47f7861b818ea2ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add custom keyword when exporting.</title>
<updated>2015-06-27T23:16:56Z</updated>
<author>
<name>Robin Krahl</name>
<email>me@robin-krahl.de</email>
</author>
<published>2015-06-27T23:16:56Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/mirrors/LrMediaWiki/commit/?id=9333c4d5cc0c810c3d15ae5494c4f46b4f083cf3'/>
<id>urn:sha1:9333c4d5cc0c810c3d15ae5494c4f46b4f083cf3</id>
<content type='text'>
After a successful export, a configurable keyword is added to the picture.

 - add ‘export keyword’ setting to MediaWikiUtils and MediaWikiPluginInfoProvider
 - write keyword in MediaWikiExportServiceProvider.processRenderedPhotos

Fix #34.
</content>
</entry>
<entry>
<title>Add option to populate a gallery.</title>
<updated>2015-06-27T22:36:09Z</updated>
<author>
<name>Robin Krahl</name>
<email>me@robin-krahl.de</email>
</author>
<published>2015-06-27T22:36:09Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/mirrors/LrMediaWiki/commit/?id=93c667f039ffc19ed47e3eb381a3771e96c24711'/>
<id>urn:sha1:93c667f039ffc19ed47e3eb381a3771e96c24711</id>
<content type='text'>
If set, a new section of the given page is created with a gallery of the
uploaded files.

 - add MediaWikiApi.appendToPage and MediaWikiInterface.addToGallery
 - require target file name to be set when calling MediaWikiInterface.uploadFile
 - calculate file name in MediaWikiExportServiceProvider.processRenderedPhotos
   insted of in ..., store it and pass it to MediaWikiInterface.addToGallery
 - add the gallery option to the export dialog in MediaWikiExportServiceProvider
 - update messages

Fix #24.
</content>
</entry>
<entry>
<title>Fix code style issues.</title>
<updated>2015-06-27T21:16:16Z</updated>
<author>
<name>Robin Krahl</name>
<email>me@robin-krahl.de</email>
</author>
<published>2015-06-27T21:16:16Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/mirrors/LrMediaWiki/commit/?id=a673ab08731494f4541f2c9a70ccd3695b747624'/>
<id>urn:sha1:a673ab08731494f4541f2c9a70ccd3695b747624</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Check for new versions after start.</title>
<updated>2015-06-27T21:05:52Z</updated>
<author>
<name>Robin Krahl</name>
<email>me@robin-krahl.de</email>
</author>
<published>2015-06-27T21:05:52Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/mirrors/LrMediaWiki/commit/?id=24875af9d53e3f1a90fa5e6bd4aaef36bb0c3591'/>
<id>urn:sha1:24875af9d53e3f1a90fa5e6bd4aaef36bb0c3591</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Remove unused variable.</title>
<updated>2015-06-27T19:30:57Z</updated>
<author>
<name>Robin Krahl</name>
<email>me@robin-krahl.de</email>
</author>
<published>2015-06-27T19:30:57Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/mirrors/LrMediaWiki/commit/?id=717b11ecdf663dbc9e43cbdd6b5aab3a2dbcdafe'/>
<id>urn:sha1:717b11ecdf663dbc9e43cbdd6b5aab3a2dbcdafe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'master' of github.com:robinkrahl/LrMediaWiki</title>
<updated>2015-06-27T19:29:24Z</updated>
<author>
<name>Robin Krahl</name>
<email>me@robin-krahl.de</email>
</author>
<published>2015-06-27T19:29:24Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/mirrors/LrMediaWiki/commit/?id=e5f21b30605e9f68533eea0b0ba319d56aac657e'/>
<id>urn:sha1:e5f21b30605e9f68533eea0b0ba319d56aac657e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add configuration for snapshot creation.</title>
<updated>2015-06-27T19:28:27Z</updated>
<author>
<name>Robin Krahl</name>
<email>me@robin-krahl.de</email>
</author>
<published>2015-06-27T19:28:27Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/mirrors/LrMediaWiki/commit/?id=ffc819355032db2547e9b03d07a1b800885d60b4'/>
<id>urn:sha1:ffc819355032db2547e9b03d07a1b800885d60b4</id>
<content type='text'>
The creation of snapshots after the export now depends on a new setting.
The snapshots now are created after the successful export instead of before any
export.

 - move the preferences handling to MediaWikiUtils
 - add the ‘Snapshot creation’ setting to MediaWikiPluginInfoProvider and
   MediaWikiUtils
 - move the snapshot creation in
   MediaWikiExportServiceProvider.processRenderedPhotos after the successful
   upload
 - check the ‘Snapshot creation’ setting before creating the snapshot in
   MediaWikiExportServiceProvider.processRenderedPhotos
 - update the internationalization
</content>
</entry>
<entry>
<title>Add configuration for snapshot creation.</title>
<updated>2015-06-27T19:27:07Z</updated>
<author>
<name>Robin Krahl</name>
<email>me@robin-krahl.de</email>
</author>
<published>2015-06-27T19:27:07Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/mirrors/LrMediaWiki/commit/?id=2aa81315b96cd59fd469799d4d7847a682116163'/>
<id>urn:sha1:2aa81315b96cd59fd469799d4d7847a682116163</id>
<content type='text'>
The creation of snapshots after the export now depends on a new setting.
The snapshots now are created after the successful export instead of before any
export.

 - move the snapshot creation in
   MediaWikiExportServiceProvider.processRenderedPhotos after the successful
   upload
 - check the ‘Snapshot creation’ setting before creating the snapshot in
   MediaWikiExportServiceProvider.processRenderedPhotos
</content>
</entry>
<entry>
<title>Add a configuration section to the plugin information dialog.</title>
<updated>2015-06-27T19:12:01Z</updated>
<author>
<name>Robin Krahl</name>
<email>me@robin-krahl.de</email>
</author>
<published>2015-06-27T19:12:01Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/mirrors/LrMediaWiki/commit/?id=d513bc565782965d66c6307bfefe21dc3fd36c1a'/>
<id>urn:sha1:d513bc565782965d66c6307bfefe21dc3fd36c1a</id>
<content type='text'>
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.
</content>
</entry>
</feed>
