log mgtool.php @ 286:878d2a772fd6

age author description
Mon, 20 May 2019 15:11:08 +0300 Matti Hamalainen Add new $galExifConversions field, a boolean to distinguish unique and non-unique metadata fields.
Fri, 17 May 2019 03:15:53 +0300 Matti Hamalainen Indentation.
Fri, 17 May 2019 02:05:01 +0300 Matti Hamalainen Define named constants for $galExifConversions array fields.
Thu, 16 May 2019 23:09:17 +0300 Matti Hamalainen Cleanup.
Thu, 16 May 2019 23:08:39 +0300 Matti Hamalainen Improve help.
Thu, 16 May 2019 21:45:59 +0300 Matti Hamalainen Add functions for extracting XMP information from files and parsing the XMP
Wed, 15 May 2019 04:55:37 +0300 Matti Hamalainen Sort DateTime objects correctly.
Wed, 15 May 2019 04:13:59 +0300 Matti Hamalainen Use DateTime objects instead of UNIX timestamp integers for MG_DATE values.
Wed, 15 May 2019 01:24:18 +0300 Matti Hamalainen Comments and cleanups.
Tue, 14 May 2019 13:11:35 +0300 Matti Hamalainen Bump copyright version.
Tue, 14 May 2019 12:51:49 +0300 Matti Hamalainen Use PHP long tag.
Wed, 19 Dec 2018 12:41:10 +0200 Matti Hamalainen Some fixes to GraphicsMagick image conversion.
Sun, 16 Dec 2018 17:46:03 +0200 Matti Hamalainen Add few comments.
Sun, 16 Dec 2018 17:45:51 +0200 Matti Hamalainen Move Imagick/Gmagick module check to script startup.
Sun, 16 Dec 2018 16:53:48 +0200 Matti Hamalainen Fix gmagick/imagick checking.
Sun, 16 Dec 2018 16:48:30 +0200 Matti Hamalainen Add support for PHP GraphicsMagick bindings, though it kind of sucks due to
Wed, 12 Dec 2018 17:20:58 +0200 Matti Hamalainen Minor fix to mgtool format conversion.
Wed, 12 Dec 2018 15:11:41 +0200 Matti Hamalainen Add 'trash' option to 'clean' command to clean up any unmanaged files
Wed, 12 Dec 2018 14:52:00 +0200 Matti Hamalainen Automatically clean any unnecessary "trash" from thumbnail and medium image directories.
Wed, 12 Dec 2018 13:34:24 +0200 Matti Hamalainen More work on webp/etc support implementation.
Wed, 12 Dec 2018 12:40:57 +0200 Matti Hamalainen Remove clean command suboptions 'thumbnails' and 'mediums' and replace them with 'images'.
Sat, 08 Dec 2018 15:51:02 +0200 Matti Hamalainen Add settings for med_format and tn_format (currently allowed values are
Mon, 29 Oct 2018 20:32:59 +0200 Matti Hamalainen Use floating point formatting for certain DVA values.
Fri, 23 Mar 2018 00:19:31 +0200 Matti Hamalainen Implement better interpretation of DVA values (exposure times, for example),
Thu, 15 Mar 2018 14:41:48 +0200 Matti Hamalainen Cosmetic indentation.
Wed, 14 Mar 2018 15:30:44 +0200 Matti Hamalainen Add an option to clean medium images separately from thumbnails.
Wed, 14 Mar 2018 15:21:42 +0200 Matti Hamalainen Separate medium image and thumbnail directories / handling.
Wed, 14 Mar 2018 13:53:40 +0200 Matti Hamalainen Cosmetic indentation.
Wed, 14 Mar 2018 13:52:49 +0200 Matti Hamalainen Cleanup.
Wed, 14 Mar 2018 13:51:18 +0200 Matti Hamalainen Clarify a comment.