gocom / rah_nocache

Prevents clients from caching Textpattern CMS' admin panel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rah_nocache

Download | Issues | Packagist

Rah_nocache is a simple plugin for Textpattern CMS which tries to prevent client-side and proxy caching of admin-side editor forms by sending no-cache HTTP response headers. The plugin tries to remove all unwanted browser and proxy caching that could break admin-side panels functionality by redirecting requests to your local cache instead of showing the live pages. Usually important control panels and dynamically changing, informative pages shouldn’t be cached, but should contain the most up-to-date information.

Install

Using Composer:

$ composer require rah/rah_nocache

Or download an installer package.

Usage

Plug-and-play. No configuration is required after installing it.

Changelog

Version 0.5.0 – 2022/05/13

  • Repackaged 0.4.0 as a Composer package.
  • Internal: updated code-styling and development environment.
  • Now requires PHP >= 7.4.0.

Version 0.4.0 – 2013/04/17

  • Improved: HTML5 validity.
  • Improved: Prevents caching on Ajax, asynchronous and other script responses.
  • Now requires Textpattern 4.5.0 or newer.

Version 0.3 – 2012/07/12

  • Improved: Some minor clean up, and updated to new source structure.

Version 0.2 – 2011/10/30

  • Added: License to the header comment block.
  • Added: Some comments to the code.
  • Updated: Help file.

Version 0.1 – 2009/06/03

  • Initial release.

About

Prevents clients from caching Textpattern CMS' admin panel

License:GNU General Public License v2.0


Languages

Language:PHP 73.3%Language:Makefile 26.7%