Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Releases: cdowdy/boltbetterthumbs

Fix for #9 allow images in in-page style tags

23 Feb 20:12
Compare
Choose a tag to compare
Merge pull request #32 from cdowdy/dev

fixes #9 adds a raw filter so images can be used in in page style tags

Maybell Airedale Terrier

21 Feb 19:49
Compare
Choose a tag to compare

Adds ability to use separate functions to lazy load images. How to do this can be found in the docs page under "lazy loading images"

Olive Gold Spaniel

25 Jan 18:09
Compare
Choose a tag to compare

Fixes no image if request caching is enabled

Nickel Siberian Husky

23 Jan 17:05
Compare
Choose a tag to compare

Fixes issue where unsupported image formats were shown in the cache primer page. Now we only show supported image formats based on the image driver selected. GD driver will only allow for jpg/png/gif while the imagick driver does those plus tif and bmp

Changes:

  • removes "imagemagick" from drivers. Too confusing e35d59c
  • for legacy purposes convert "Imagemagick" to "imagick" for driver 7ca57f6
  • adds check for tif mime type for #24 7714f78
  • adds check for mimetype to prime files for #24 6685604

Coyote Lumberton Newfoundland

20 Jan 15:35
Compare
Choose a tag to compare

This fixes #21 with images previews not showing up in the back end page to see cached files.

also includes the following changes and fixes:

  • adds missing magnific css 203ccb2
  • fixes #22 adds image path to button to create images a5d6231
  • fixes #23 fragile version strategy 7a84b60
  • adds use of url_generator to generate path to prime page in the cached files page dd458e8
  • adds data-attribute to get branding path if its customized in config & updates js 1b6c869
  • uses url generator to get admin path for customized branding paths 8dfb717
  • updates js for customized branding paths 36ff622
  • adds docs section on Animated Gifs 69255c6
  • adds 'imagemagick' to expected drivers 6edd796
  • adds the proper imagick/imagemagick setup to config.yml.dist 11d9063
  • Fixes to #21 dd1b9c1 280c9ec 6272d0d

Maroon Bronze Lhasa Apso

16 Jan 17:51
Compare
Choose a tag to compare

Docs Update for Cache Primer

13 Jan 16:07
Compare
Choose a tag to compare

adds docs section to back end page (/bolt/extend/betterthumbs/docs) that explains the cache primer

Fix for empty form submission in prime scree

13 Jan 14:59
Compare
Choose a tag to compare
Merge pull request #19 from cdowdy/serve_from_cache

Fix for #17

White Silver Corgi

12 Jan 19:21
Compare
Choose a tag to compare

This adds a new back end page to "prime" the image cache. This allows you to generate images and place them in the cache so that on a request for an image the image will not have to be created on demand since it'll already be in the cache.

To see this page visit in the back end /bolt/extend/betterthumbs/files/prime

Changes:

  • removes excessive setup from twig function 5faa5ca
  • adds methods to build a thumbnail and srcset string 7567663
  • adds call to new thumb and srcset methods in twig function 4a432c2
  • fixes #13 images in subfolders can now be deleted 393a2fb
  • creates a back end page and controller to prime the image cache 4501e1a

Red Aluminium Spitz

02 Jan 14:54
Compare
Choose a tag to compare

Adds an In-Memory Filesystem adapter. This means images wont be saved to the disk (in .cache) and instead will be saved by a proxy cache or http accelerator like Varnish.

Changes/Additions: