aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Update Info.lua for v0.3.v0.3Robin Krahl2015-06-27
|
* v0.3 released.Robin Krahl2015-06-27
|
* Avoid multiple spaces or underscores in file names.Robin Krahl2015-06-27
| | | | | | | | | | If the image title contains consecutive spaces or underscores, the upload fails without a proper error message. Therefore LrMediaWiki now replaces all (single or multiple) spaces and underscores by a single underscore. - add replacement rule to MediaWikiInterface.uploadFile Fix #37.
* Add Travis build statusRobin Krahl2015-02-15
| | | Add the Travis CI build status to the README.md file. The Travis CI rules were added with b47a081 (see pull request #39).
* Merge pull request #39 from JeanFred/masterRobin Krahl2015-02-15
|\ | | | | Add syntax check for Lua files with Travis-CI
| * Add syntax check for Lua files with Travis-CIJean-Fred2015-02-14
|/ | | | | This adds a Travis-CI build which will run luac on the Lua files. luac will try to parse the Lua files and report syntax errors.
* Improve error message for API warningsRobin Krahl2015-02-02
| | | | | | | | | | | | | Display more information if the upload fails because the API returned a warning. Therefor the warnings tag is parsed if the result is Warning, and the keys of the tag are shown as error message (e. g. 'badfilename'). Previously, the error message was only 'Warning', which did not help users to identify the problem. - modify MediaWikiApi.upload to give a more specific error message for API warnings Fix #36
* Add hours, minutes and seconds to the date field of the description.Robin Krahl2015-02-01
| | | | | | | | | | | | Add the hours, minutes and seconds of the file creation date read from the EXIF metadata to the date field of the Information template on the description page. This change is made to adapt the common behaviour already used by the Upload Wizard. - add "%H:%M:%S" to the time format string in MediaWikiExportServiceProvider.processRenderedPhotos Fix #38
* Allow empty descriptions for reuploadsRobin Krahl2014-11-08
| | | | | | | | | | | | | | | | | There is no need for descriptions if an existing file is overwritten. Therefore the check and the error message are moved at a point where we know whether it is an initial upload or a reupload. - refactor MediaWikiInterface.uploadFile: - add the parameter hasDescription that describes whether there is a valid description - return a string (error message) if there is an error - store description status in MediaWikiExportServiceProvider.prepareUpload - check the return value of MediaWikiInterface.uploadFile in MediaWikiExportServiceProvider.prepareUpload Fix https://github.com/ireas/LrMediaWiki/issues/30
* Add snapshot on exportRobin Krahl2014-11-08
| | | | | | | | | | Create a development snapshot before the upload. The name contains the date and time of the export and the path to the MediaWiki API used for the export. - create snapshot before upload in MediaWikiExportServiceProvider Fix https://github.com/ireas/LrMediaWiki/issues/26
* Check for empty HTTP statusRobin Krahl2014-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 dialogRobin Krahl2014-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 fileRobin Krahl2014-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 formattingRobin Krahl2014-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.3Robin Krahl2014-10-06
|
* Fix #23: [string "MediaWikiApi.lua"]:68: table index is nilRobin Krahl2014-10-06
|
* Fix #22: Add image sizing and sharpening option to export dialogRobin Krahl2014-09-17
|
* Update README.mdRobin Krahl2014-09-17
|
* Update README.mdRobin Krahl2014-09-17
|
* Update changelog (fix typo)Robin Krahl2014-09-17
|
* Update changelog for v0.2.2Robin Krahl2014-09-17
|
* Version 0.2.2.v0.2.2Robin Krahl2014-09-08
|
* Fix typo, increase license box width.Robin Krahl2014-09-08
|
* Fix #15: Show {{Location}} template in wikitext preview.Robin Krahl2014-09-02
|
* Fix #14: Add ‘Other templates’ field to metadata.Robin Krahl2014-09-02
|
* Fix #13: Add LrMediaWiki version to upload comments.Robin Krahl2014-09-02
|
* Prepare v0.2.1.v0.2.1Robin Krahl2014-08-31
|
* Fix #12: Add {{Location}} if GPS metadata is setRobin Krahl2014-08-31
|
* Fix #11: Add ‘other templates’ fieldRobin Krahl2014-08-31
|
* Fix #10: Show file settings section in export dialogRobin Krahl2014-08-31
|
* Prepare v0.2.v0.2Robin Krahl2014-08-25
|
* Fix #9: Add 'Preview generated wikitext' button to export dialog.Robin Krahl2014-08-25
|
* Fix #5: Ask for comment for reuploads and #6: Allow new filenames for ↵Robin Krahl2014-08-25
| | | | duplicates.
* Fix #8: Remove fallback description.Robin Krahl2014-08-24
|
* Follow-up: Add translation.Robin Krahl2014-08-24
|
* Fix #7: Move file description to plugin metadata.Robin Krahl2014-08-24
|
* Add categories field to the file metadata (see #7).Robin Krahl2014-08-24
|
* Fix #3: –License dropdownRobin Krahl2014-08-21
|
* Initial commit.v0.1Robin Krahl2014-08-21