An open API service indexing awesome lists of open source software.

https://github.com/gocom/rah_nocache

Prevents clients from caching Textpattern CMS' admin panel
https://github.com/gocom/rah_nocache

textpattern textpattern-cms-plugin textpattern-plugin

Last synced: 10 months ago
JSON representation

Prevents clients from caching Textpattern CMS' admin panel

Awesome Lists containing this project

README

          

h1. rah_nocache

"Download":https://github.com/gocom/rah_nocache/releases | "Issues":https://github.com/gocom/rah_nocache | "Packagist":https://packagist.org/packages/rah/rah_nocache

Rah_nocache is a simple plugin for "Textpattern CMS":https://textpattern.com 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.

h2. Install

Using "Composer":https://getcomposer.org:

bc. $ composer require rah/rah_nocache

Or "download":https://github.com/gocom/rah_nocache/releases an installer package.

h2. Usage

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

h2. Changelog

h3. 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.

h3. 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.

h3. Version 0.3 - 2012/07/12

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

h3. Version 0.2 - 2011/10/30

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

h3. Version 0.1 - 2009/06/03

* Initial release.