log mgallery.php @ 332:ffcd1225e85c

age author description
Mon, 21 Nov 2022 12:20:35 +0200 Matti Hamalainen Rename PID variable.
Fri, 11 Feb 2022 19:38:30 +0200 Matti Hamalainen Bump copyright years.
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.
Fri, 03 Apr 2020 16:26:00 +0300 Matti Hamalainen Bump copyright years.
Thu, 26 Mar 2020 11:39:30 +0200 Matti Hamalainen Swap argument order of mgGetImageTitleStr().
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:26:08 +0300 Matti Hamalainen Allow album-specific {tn,med}_{width,height,format} settings.
Sun, 28 Jul 2019 07:53:36 +0300 Matti Hamalainen Work on very early form of virtual gallery support.
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 14:06:59 +0300 Matti Hamalainen Refactor gallery path handling somewhat.
Wed, 15 May 2019 04:13:59 +0300 Matti Hamalainen Use DateTime objects instead of UNIX timestamp integers for MG_DATE values.
Tue, 14 May 2019 14:06:26 +0300 Matti Hamalainen Remove obsolete debug setting.
Tue, 14 May 2019 13:11:35 +0300 Matti Hamalainen Bump copyright version.
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, 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.
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.
Thu, 29 Mar 2018 11:54:03 +0300 Matti Hamalainen Remove unused variable.
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.