Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Check for empty HTTP status | Robin Krahl | 2014-11-01 |
| | | | | | | | | | | | Raise a specific error if the HTTP status is empty. This indicates that there is no internet connection or that the MediaWiki installation cannot be reached. Previously, the error message just reported an empty HTTP status. - check for empty HTTP status in `MediaWikiApi` Fix https://github.com/ireas/LrMediaWiki/issues/28 | ||
* | Add permission field to export dialog | Robin Krahl | 2014-11-01 |
| | | | | | | | | | | | Add the permission field to the export dialog and to the file description template. - add permission to the template in `description.txt` - add permission to the UI in `MediaWikiExportServiceProvider` - add permission to the data items in `MediaWikiInterface` Fix https://github.com/ireas/LrMediaWiki/issues/27 | ||
* | Move file description template into a separate file | Robin Krahl | 2014-11-01 |
| | | | | | | | | | | | | | | Move the file description template from the constant `MediaWikiInterface.fileDescriptionPattern` to the file `description.txt` in the main directory of the plug-in. This allows better customization of the file description. - add `MediaWikiInterface.loadFileDescriptionTemplate` that tries to read the file description template from the `description.txt` file - call `MediaWikiInterface.loadFileDescriptionTemplate` before the description preview and before the export Fix https://github.com/ireas/LrMediaWiki/issues/29 | ||
* | Use improved string formatting | Robin Krahl | 2014-11-01 |
| | | | | | | | | | | | Use string formatting by name instead of formatting by position when creating the file description. - adds the method `formatString` to `MediaWikiUtils` - modifies `MediaWikiInterface` to use `MediaWikiUtils.formatString` See issue [#29: Move file description template into a file and improve the string formatting](https://github.com/ireas/LrMediaWiki/issues/29). | ||
* | Prepare v0.2.3.v0.2.3 | Robin Krahl | 2014-10-06 |
| | |||
* | Fix #23: [string "MediaWikiApi.lua"]:68: table index is nil | Robin Krahl | 2014-10-06 |
| | |||
* | Fix #22: Add image sizing and sharpening option to export dialog | Robin Krahl | 2014-09-17 |
| | |||
* | Update README.md | Robin Krahl | 2014-09-17 |
| | |||
* | Update README.md | Robin Krahl | 2014-09-17 |
| | |||
* | Update changelog (fix typo) | Robin Krahl | 2014-09-17 |
| | |||
* | Update changelog for v0.2.2 | Robin Krahl | 2014-09-17 |
| | |||
* | Version 0.2.2.v0.2.2 | Robin Krahl | 2014-09-08 |
| | |||
* | Fix typo, increase license box width. | Robin Krahl | 2014-09-08 |
| | |||
* | Fix #15: Show {{Location}} template in wikitext preview. | Robin Krahl | 2014-09-02 |
| | |||
* | Fix #14: Add ‘Other templates’ field to metadata. | Robin Krahl | 2014-09-02 |
| | |||
* | Fix #13: Add LrMediaWiki version to upload comments. | Robin Krahl | 2014-09-02 |
| | |||
* | Prepare v0.2.1.v0.2.1 | Robin Krahl | 2014-08-31 |
| | |||
* | Fix #12: Add {{Location}} if GPS metadata is set | Robin Krahl | 2014-08-31 |
| | |||
* | Fix #11: Add ‘other templates’ field | Robin Krahl | 2014-08-31 |
| | |||
* | Fix #10: Show file settings section in export dialog | Robin Krahl | 2014-08-31 |
| | |||
* | Prepare v0.2.v0.2 | Robin Krahl | 2014-08-25 |
| | |||
* | Fix #9: Add 'Preview generated wikitext' button to export dialog. | Robin Krahl | 2014-08-25 |
| | |||
* | Fix #5: Ask for comment for reuploads and #6: Allow new filenames for ↵ | Robin Krahl | 2014-08-25 |
| | | | | duplicates. | ||
* | Fix #8: Remove fallback description. | Robin Krahl | 2014-08-24 |
| | |||
* | Follow-up: Add translation. | Robin Krahl | 2014-08-24 |
| | |||
* | Fix #7: Move file description to plugin metadata. | Robin Krahl | 2014-08-24 |
| | |||
* | Add categories field to the file metadata (see #7). | Robin Krahl | 2014-08-24 |
| | |||
* | Fix #3: License dropdown | Robin Krahl | 2014-08-21 |
| | |||
* | Initial commit.v0.1 | Robin Krahl | 2014-08-21 |