log

age author description
Wed, 20 Dec 2023 09:17:55 +0200 Matti Hamalainen Improve relative URL translation in header text blobs. default tip
Wed, 06 Sep 2023 13:04:41 +0300 Matti Hamalainen Implement show_keywords setting.
Sun, 27 Aug 2023 05:35:23 +0300 Matti Hamalainen Bump version.
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:52 +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.
Mon, 19 Jun 2023 12:44:04 +0300 Matti Hamalainen Shorten language codes.
Mon, 21 Nov 2022 12:20:35 +0200 Matti Hamalainen Rename PID variable.
Fri, 11 Feb 2022 19:52:05 +0200 Matti Hamalainen Bump version.
Fri, 11 Feb 2022 19:51:45 +0200 Matti Hamalainen Improve album cover picture handling, perhaps.
Fri, 11 Feb 2022 19:50:24 +0200 Matti Hamalainen Add 'dark mode' stylesheet.
Fri, 11 Feb 2022 19:40:05 +0200 Matti Hamalainen Adjustments to CSS.
Fri, 11 Feb 2022 19:39:10 +0200 Matti Hamalainen Add unprefixed text-size-adjust: 100%
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 13:09:01 +0300 Matti Hamalainen Improvements and fixes to configuration handling.
Thu, 09 Apr 2020 12:23:41 +0300 Matti Hamalainen Fix CSS/JS config item array handling.
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:45 +0300 Matti Hamalainen Trailing whitespace removed.
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:21 +0300 Matti Hamalainen Bump version.
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:39 +0300 Matti Hamalainen Bump version.
Fri, 03 Apr 2020 17:12:30 +0300 Matti Hamalainen Cosmetic fix in mgtool help.
Fri, 03 Apr 2020 17:12:20 +0300 Matti Hamalainen Improve WebP PHP 7.1 requirement error message.
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.
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 14:06:26 +0300 Matti Hamalainen Remove obsolete debug setting.
Tue, 14 May 2019 13:58:46 +0300 Matti Hamalainen Update example configuration.
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.
Tue, 14 May 2019 12:41:08 +0300 Matti Hamalainen Cleanup.
Tue, 15 Jan 2019 19:00:40 +0200 Matti Hamalainen Oops, missed these variables in a previous commit.
Wed, 19 Dec 2018 12:41:10 +0200 Matti Hamalainen Some fixes to GraphicsMagick image conversion.
Wed, 19 Dec 2018 12:40:38 +0200 Matti Hamalainen Rename default gallery info file from "gallery.info" to "mgallery.info".
Sun, 16 Dec 2018 17:46:47 +0200 Matti Hamalainen Bump version.
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 17:45:00 +0200 Matti Hamalainen Update example configuration.
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:27:50 +0200 Matti Hamalainen Added tag rel-0_9_7 for changeset c95fdce46842
Wed, 12 Dec 2018 17:27:44 +0200 Matti Hamalainen Bump version. rel-0_9_7
Wed, 12 Dec 2018 17:26:32 +0200 Matti Hamalainen Minor stylesheet adjustments.
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 14:50:56 +0200 Matti Hamalainen Fix sub-gallery thumbnail images after previous changes.
Wed, 12 Dec 2018 13:34:24 +0200 Matti Hamalainen More work on webp/etc support implementation.
Wed, 12 Dec 2018 13:02:07 +0200 Matti Hamalainen Simplify mgGetNaviActive() a bit.
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.
Mon, 04 Jun 2018 00:03:54 +0300 Matti Hamalainen Remove type="text/javascript" from script tags.
Sat, 02 Jun 2018 19:23:19 +0300 Matti Hamalainen Remove mb_internal_encoding($pageCharset), PHP7 hasn't got that anymore.
Thu, 03 May 2018 14:12:40 +0300 Matti Hamalainen Finally fix Chrome/Chromium support for keyboard navigation.
Tue, 01 May 2018 16:00:40 +0300 Matti Hamalainen Show timestamps in localized form.
Tue, 01 May 2018 16:00:22 +0300 Matti Hamalainen CSS adjustments.
Thu, 29 Mar 2018 11:54:03 +0300 Matti Hamalainen Remove unused variable.
Wed, 28 Mar 2018 13:52:47 +0300 Matti Hamalainen Added tag rel-0_9_5 for changeset 474d88b8188b
Wed, 28 Mar 2018 13:52:41 +0300 Matti Hamalainen Bump version. rel-0_9_5
Wed, 28 Mar 2018 13:24:53 +0300 Matti Hamalainen Use htmlspecialchars() instead of htmlentities().
Tue, 27 Mar 2018 15:19:30 +0300 Matti Hamalainen No need to use type="text/javascript" for javascript resources, according to W3 validator.
Tue, 27 Mar 2018 15:19:00 +0300 Matti Hamalainen Add lang="xx" attribute to HTML tag.
Tue, 27 Mar 2018 15:13:03 +0300 Matti Hamalainen CSS adjustments.
Tue, 27 Mar 2018 15:12:44 +0300 Matti Hamalainen Cleanups.
Tue, 27 Mar 2018 15:12:02 +0300 Matti Hamalainen Get rid of the "use tables" option.
Tue, 27 Mar 2018 11:34:26 +0300 Matti Hamalainen Added tag rel-0_9_4 for changeset e7e9b39f2480
Tue, 27 Mar 2018 11:34:22 +0300 Matti Hamalainen Bump version. rel-0_9_4
Mon, 26 Mar 2018 19:37:42 +0300 Matti Hamalainen Move mgGetTrans() to mgallery.php as it is used only there. Also change how
Mon, 26 Mar 2018 17:06:12 +0300 Matti Hamalainen Set meta viewport tag and initial scale, and try to "fix" things for some
Mon, 26 Mar 2018 17:03:48 +0300 Matti Hamalainen Add a horrible kludge for using the info button to display also the image info on mobile.
Mon, 26 Mar 2018 17:03:09 +0300 Matti Hamalainen Cosmetic.