项目作者: josefglatz

项目描述 :
TYPO3 extension for adding a clear processed files button within the TYPO3 backend (specifically for development purpose only)
高级语言: PHP
项目地址: git://github.com/josefglatz/toolbar_clear_processedfiles.git
创建时间: 2020-01-20T08:19:56Z
项目社区:https://github.com/josefglatz/toolbar_clear_processedfiles

开源协议:GNU General Public License v2.0

下载


josefglatz/toolbar-clear-processedfiles (TYPO3 Extension toolbar_clear_processedfiles)

Adds a TYPO3 backend toolbar button to clear processed files on local
storages

toolbar_clear_processedfiles_screenshot_typo3-9_5.png

Installation

Installation using Composer

The recommended way to install the extension is by using
Composer. In your Composer based TYPO3
project root, just do composer require josefglatz/toolbar-clear-processedfiles.

Configuration

The extension is working per default if the TYPO3 backend user is an
adminstrator and

  • applicationContext is Development,
  • or applicationContext is Production/Dev
  • or the UserTSConfig for the administrator includes
    options.clearCache.processedfiles = 1

Use cases

  • You’re changing from ImageMagick to GraphicsMagick for any reason or just for testing
  • You’re developing cache clearing features and you need a quick way to clear processed files before doing another testrun locally
  • You’re just lazy and don’t want to open the system tools all the time
  • You’re experimenting with the GFX/jpeg_quality. And yes it totally makes sense to play with the value even if every photographer know that value 86 is somehow a good value between big file size and quality.

All those use cases are or at least were my use cases when working on TYPO3 projects as developer/integrator/sysadmin


Development

The ongoing development is done within the master branch!

You can use composer require-dev josefglatz/toolbar-clear-processedfiles:dev-master if you want to test
the current development state.


Created by

http://josefglatz.at