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.
Tue, 27 Mar 2018 15:12:02 +0300 Matti Hamalainen Get rid of the "use tables" option.
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
Thu, 22 Mar 2018 21:59:31 +0200 Matti Hamalainen Implement left/right swipe gesture navigation.
Thu, 22 Mar 2018 18:17:38 +0200 Matti Hamalainen Remove meta-equiv character set tag.
Thu, 22 Mar 2018 14:57:51 +0200 Matti Hamalainen Adjust image adjustment etc.
Thu, 22 Mar 2018 13:41:36 +0200 Matti Hamalainen Various fixes and adjustments to style.
Tue, 20 Mar 2018 11:11:11 +0200 Matti Hamalainen Improve button descriptions.
Mon, 19 Mar 2018 15:42:15 +0200 Matti Hamalainen Fix quoting of image element alt texts.
Mon, 19 Mar 2018 15:29:54 +0200 Matti Hamalainen Make separate containing div elements for gallery and image view page types.
Mon, 19 Mar 2018 15:28:31 +0200 Matti Hamalainen Rename a CSS id selector.
Mon, 19 Mar 2018 13:44:12 +0200 Matti Hamalainen Add debug option setting.
Mon, 19 Mar 2018 13:17:14 +0200 Matti Hamalainen Move infoBox out of imageCBox element.
Mon, 19 Mar 2018 13:14:40 +0200 Matti Hamalainen Add translatable titles to navigation button elements.
Mon, 19 Mar 2018 13:11:41 +0200 Matti Hamalainen Cosmetics.
Mon, 19 Mar 2018 13:10:11 +0200 Matti Hamalainen Add mgMangleURI() for optionally adding random SHA hash to CSS and javascript
Mon, 19 Mar 2018 12:42:53 +0200 Matti Hamalainen Remove function that was used only once, merge it to parent.
Wed, 14 Mar 2018 15:25:15 +0200 Matti Hamalainen Oops, fix the gallery mode display (we were using medium images for thumbnails.)
Wed, 14 Mar 2018 15:22:04 +0200 Matti Hamalainen Cosmetics.
Wed, 14 Mar 2018 15:21:42 +0200 Matti Hamalainen Separate medium image and thumbnail directories / handling.
Wed, 14 Mar 2018 13:22:37 +0200 Matti Hamalainen Cosmetics.
Wed, 14 Mar 2018 01:43:59 +0200 Matti Hamalainen Improve a bit of indentation for clarity.
Tue, 13 Mar 2018 14:37:49 +0200 Matti Hamalainen Cosmetics.
Tue, 13 Mar 2018 13:36:35 +0200 Matti Hamalainen Cleanup.
Tue, 13 Mar 2018 13:28:56 +0200 Matti Hamalainen Add "up" navigation button, to go back to the main gallery from image page.
Thu, 01 Mar 2018 14:31:55 +0200 Matti Hamalainen Cleanup.
Thu, 01 Mar 2018 13:37:54 +0200 Matti Hamalainen Improve one message and translation.
Thu, 01 Mar 2018 13:37:07 +0200 Matti Hamalainen Bump copyright years.
Tue, 07 Nov 2017 14:40:14 +0200 Matti Hamalainen Improve the JavaScript event hook functions.
Wed, 06 Sep 2017 18:21:17 +0300 Matti Hamalainen Cosmetics.