Recent Releases of https://github.com/acdh-oeaw/arche-thumbnails
https://github.com/acdh-oeaw/arche-thumbnails - Thumbnail regeneration fixed
- PHP
Published by zozlak 12 months ago
https://github.com/acdh-oeaw/arche-thumbnails - Deployment fixes
- PHP
Published by zozlak about 1 year ago
https://github.com/acdh-oeaw/arche-thumbnails - arche-diss-cache bumped to 0.11.1
- PHP
Published by zozlak about 1 year ago
https://github.com/acdh-oeaw/arche-thumbnails - arche-diss-cache bumped to 0.11.0
As a side effect the cache pruning script now comes from the arche-diss-cache
- PHP
Published by zozlak about 1 year ago
https://github.com/acdh-oeaw/arche-thumbnails - arche-diss-cache bumped to 0.9.0
- PHP
Published by zozlak over 1 year ago
https://github.com/acdh-oeaw/arche-thumbnails - Fix the production config
- PHP
Published by zozlak over 1 year ago
https://github.com/acdh-oeaw/arche-thumbnails - Rewritten to acdhOeaw\arche\lib\dissCache\Service
- PHP
Published by zozlak over 1 year ago
https://github.com/acdh-oeaw/arche-thumbnails - Check acl rights before serving a thumbnail
- PHP
Published by zozlak over 1 year ago
https://github.com/acdh-oeaw/arche-thumbnails - Minor fixes and arche-diss-cache update
- PHP
Published by zozlak over 1 year ago
https://github.com/acdh-oeaw/arche-thumbnails - Assure arche-diss-cache is at least 0.1.2
- PHP
Published by zozlak over 1 year ago
https://github.com/acdh-oeaw/arche-thumbnails - Major enhancements
- Switch to acdh-oeaw/arche-diss-cache for resource discovery and metadata caching
- Allow accessing binaries locally
- Allow direct arche db connections
- PHP
Published by zozlak over 1 year ago
https://github.com/acdh-oeaw/arche-thumbnails - Allow now image generation
The acdhOeaw\arche\thumbnails\handler\Falback handler can now throw a acdhOeaw\arche\thumbnails\NoThumbnailException instead of generating a generic thumbnail. This is controlled by its new drawGeneric config property (false by default). In such a case the service return HTTP 404.
- PHP
Published by zozlak almost 2 years ago
https://github.com/acdh-oeaw/arche-thumbnails - Bumped deps to stable
- PHP
Published by zozlak about 2 years ago
https://github.com/acdh-oeaw/arche-thumbnails - .htaccess cleanup
- PHP
Published by zozlak about 2 years ago
https://github.com/acdh-oeaw/arche-thumbnails - Configuration in yaml
- PHP
Published by zozlak about 2 years ago
https://github.com/acdh-oeaw/arche-thumbnails - Bugfixes
- PHP
Published by zozlak almost 3 years ago
https://github.com/acdh-oeaw/arche-thumbnails - Allow arche-lib 5
- PHP
Published by zozlak over 3 years ago
https://github.com/acdh-oeaw/arche-thumbnails - Fallback class enhancements
The acdhOeaw\arche\thumbnails\handler\Fallback class can now:
- Serve static thumbnails based on resource's mime/class.
The mapping is defined using the
fallbackMap['mime/class value']='path to the image'config.ini properties - If there's no mapping provided a generic thumbnail configured using the
fallbackImage='path to the image'config.ini property. If this configuration property isn't set, the good-old internally-drawn fallback thumbnail is used.fallbackX={widthFraction},fallbackY={heightFraction},fallbackWidth={widthFraction}andfallbackHeight={heightFraction}config.ini properties were added allowing to define where exactly the mime/class should be displayed on the image specified by thefallbackImage.
fallbackFontColorandfallbackLabelMinLengthconfig.ini properties were added. They are used both when the image specified by the fallbackImage` is being used and when an internally-drawn fallback image is used.
Also acdhOeaw\arche\thumbnails\handler\Image should now properly handle transparency.
- PHP
Published by zozlak about 4 years ago
https://github.com/acdh-oeaw/arche-thumbnails - Initial release
- PHP
Published by zozlak over 4 years ago