Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add configuration for snapshot creation. | Robin Krahl | 2015-06-27 |
| | | | | | | | | | | | | 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 | ||
* | Add a configuration section to the plugin information dialog. | Robin Krahl | 2015-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. |