log

age author description
Fri, 03 Apr 2020 16:26:00 +0300 Matti Hamalainen Bump copyright years.
Fri, 03 Apr 2020 16:25:00 +0300 Matti Hamalainen Add a check for that we are running on PHP 7.1 or later if WebP format images are being used.
Fri, 03 Apr 2020 16:24:06 +0300 Matti Hamalainen Collect dimension/size (width/height) information of thumbnail and medium images into the cache.
Fri, 03 Apr 2020 16:22:51 +0300 Matti Hamalainen Add new MG_STR_LC setting type, which is string but automatically lowercased.
Thu, 26 Mar 2020 11:39:30 +0200 Matti Hamalainen Swap argument order of mgGetImageTitleStr().
Thu, 26 Mar 2020 11:15:33 +0200 Matti Hamalainen Improve few comments.
Thu, 26 Mar 2020 10:54:51 +0200 Matti Hamalainen Cleanup indent and use if instead of switch/case.
Mon, 30 Sep 2019 15:09:11 +0300 Matti Hamalainen For images that have no EXIF timestamp information, always sort them "lower" compared to ones that have.
Sat, 03 Aug 2019 06:18:18 +0300 Matti Hamalainen Handle arrays in some way (not useful way, tho.) in config dumping.
Fri, 02 Aug 2019 12:54:51 +0300 Matti Hamalainen Improve configuration file handling.
Fri, 02 Aug 2019 09:26:12 +0300 Matti Hamalainen Cleanup.
Thu, 01 Aug 2019 15:33:35 +0300 Matti Hamalainen Bump version.
Thu, 01 Aug 2019 15:32:39 +0300 Matti Hamalainen Switch default tn/med formats back to JPEG.
Thu, 01 Aug 2019 15:26:08 +0300 Matti Hamalainen Allow album-specific {tn,med}_{width,height,format} settings.
Thu, 01 Aug 2019 15:11:12 +0300 Matti Hamalainen Backed out changeset 13a23b120e72
Thu, 01 Aug 2019 14:42:06 +0300 Matti Hamalainen Rename a variable.
Sun, 28 Jul 2019 07:53:36 +0300 Matti Hamalainen Work on very early form of virtual gallery support.
Sun, 28 Jul 2019 07:50:54 +0300 Matti Hamalainen Change default thumbnail/medium formats from JPEG to WEBP.
Tue, 21 May 2019 14:01:07 +0300 Matti Hamalainen Cleanup.
Tue, 21 May 2019 14:00:36 +0300 Matti Hamalainen Use instanceOf instead of is_object().
Mon, 20 May 2019 15:11:08 +0300 Matti Hamalainen Add new $galExifConversions field, a boolean to distinguish unique and non-unique metadata fields.
Mon, 20 May 2019 14:06:59 +0300 Matti Hamalainen Refactor gallery path handling somewhat.
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:48:24 +0300 Matti Hamalainen Remove the obsolete code for checking undefined config settings completely.
Thu, 16 May 2019 21:45:59 +0300 Matti Hamalainen Add functions for extracting XMP information from files and parsing the XMP
Thu, 16 May 2019 17:59:18 +0300 Matti Hamalainen Disable checking of undefined configuration settings.
Wed, 15 May 2019 04:55:37 +0300 Matti Hamalainen Sort DateTime objects correctly.