log mgtool.php @ 348:596196f2b0c5 default tip

age author description
Sun, 27 Aug 2023 05:35:16 +0300 Matti Hamalainen Bump copyright years.
Sun, 27 Aug 2023 05:34:20 +0300 Matti Hamalainen Improve gallery settings validation, etc.
Sun, 27 Aug 2023 04:16:05 +0300 Matti Hamalainen Remove the backend/SQL stuff for now.
Sun, 27 Aug 2023 01:45:44 +0300 Matti Hamalainen Cosmetics.
Sun, 27 Aug 2023 01:45:36 +0300 Matti Hamalainen Actually extract XMP title field. Oops.
Sun, 27 Aug 2023 00:16:52 +0300 Matti Hamalainen Add undocumented 'metatest' command to mgtool, for testing metadata
Sun, 27 Aug 2023 00:15:09 +0300 Matti Hamalainen Extract image title from XMP tags.
Sun, 27 Aug 2023 00:14:51 +0300 Matti Hamalainen Typofix.
Mon, 19 Jun 2023 12:47:07 +0300 Matti Hamalainen PHP 8 fix.
Mon, 19 Jun 2023 12:44:26 +0300 Matti Hamalainen PHP 8 fix.
Mon, 19 Jun 2023 12:44:18 +0300 Matti Hamalainen Improve error messages.
Fri, 11 Feb 2022 19:51:45 +0200 Matti Hamalainen Improve album cover picture handling, perhaps.
Fri, 11 Feb 2022 19:38:30 +0200 Matti Hamalainen Bump copyright years.
Mon, 11 May 2020 05:06:19 +0300 Matti Hamalainen Adjust sorting so that if timestamp difference is 0, compare names.
Thu, 09 Apr 2020 11:55:08 +0300 Matti Hamalainen Improve configuration handling, and add "string array" configuration item type.
Thu, 09 Apr 2020 10:13:28 +0300 Matti Hamalainen Add some debug messages.
Mon, 06 Apr 2020 20:48:07 +0300 Matti Hamalainen Improve WebP parsing resiliency. feof($fh) does not return true when ftell() == filesize exactly.
Mon, 06 Apr 2020 20:26:11 +0300 Matti Hamalainen Add better checks for custom/user selected album cover image.
Mon, 06 Apr 2020 19:40:06 +0300 Matti Hamalainen Fix EXIF FileSize field for WebP files.
Mon, 06 Apr 2020 19:05:49 +0300 Matti Hamalainen Add (unused) helper function mgConvertAttribute().
Mon, 06 Apr 2020 19:05:13 +0300 Matti Hamalainen Refactor EXIF handling and integrate it with XMP handling. With a disgusting
Mon, 06 Apr 2020 18:37:49 +0300 Matti Hamalainen Add some commented out / unused example code in mgParseXMPData().
Mon, 06 Apr 2020 18:36:23 +0300 Matti Hamalainen Remove <?xpacket ?> from the XMP, as SimpleXML can't parse it.
Mon, 06 Apr 2020 17:23:02 +0300 Matti Hamalainen Minor cleanup to XMP/EXIF fetching.
Sat, 04 Apr 2020 17:52:42 +0300 Matti Hamalainen Get med/tn image sizes after they have been generated.
Fri, 03 Apr 2020 17:12:30 +0300 Matti Hamalainen Cosmetic fix in mgtool help.
Fri, 03 Apr 2020 16:26:00 +0300 Matti Hamalainen Bump copyright years.
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:15:33 +0200 Matti Hamalainen Improve few comments.