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
- Host: GitHub
- URL: https://github.com/gocom/rah_nocache
- Owner: gocom
- License: gpl-2.0
- Created: 2012-01-31T16:09:30.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2022-05-13T17:44:24.000Z (over 3 years ago)
- Last Synced: 2025-01-26T11:08:23.445Z (12 months ago)
- Topics: textpattern, textpattern-cms-plugin, textpattern-plugin
- Language: PHP
- Homepage:
- Size: 25.4 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.textile
- Contributing: CONTRIBUTING.textile
- Funding: .github/FUNDING.yml
- License: LICENSE
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.