Releases: cdowdy/boltbetterthumbs
Fix for #9 allow images in in-page style tags
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
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
Fixes no image if request caching is enabled
Nickel Siberian Husky
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:
Coyote Lumberton Newfoundland
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
possible fix fo #21
Docs Update for Cache Primer
adds docs section to back end page (/bolt/extend/betterthumbs/docs) that explains the cache primer
Fix for empty form submission in prime scree
Merge pull request #19 from cdowdy/serve_from_cache Fix for #17
White Silver Corgi
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
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: