josefglatz/toolbar-clear-processedfiles

TYPO3 backend toolbar button to clear processed files on local storages

Installs: 8 302

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 3

Forks: 0

Open Issues: 8

Type:typo3-cms-extension

1.0.2 2020-04-08 11:03 UTC

This package is auto-updated.

Last update: 2024-03-20 09:24:11 UTC


README

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/