https://github.com/gocom/rah_debug
Publishers are always able to see Textpattern's debugging information
https://github.com/gocom/rah_debug
php textpattern textpattern-plugin
Last synced: 3 months ago
JSON representation
Publishers are always able to see Textpattern's debugging information
- Host: GitHub
- URL: https://github.com/gocom/rah_debug
- Owner: gocom
- License: gpl-2.0
- Created: 2012-08-28T06:01:50.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2025-07-16T06:52:26.000Z (6 months ago)
- Last Synced: 2025-08-04T07:07:27.625Z (6 months ago)
- Topics: php, textpattern, textpattern-plugin
- Language: PHP
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.textile
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
h1. rah_debug
"Download":https://github.com/gocom/rah_debug/releases | "Packagist":https://packagist.org/packages/rah/rah_debug | "Issues":https://github.com/gocom/rah_debug/issues
Rah_debug displays "Textpattern's":https://textpattern.com debugging information to logged in **Publisher** level users regardless of the site's current production status. This debugging information includes error messages and the tag trace.
h2. Install
Using "Composer":https://getcomposer.org:
bc. $ composer require rah/rah_debug
Or "download":https://github.com/gocom/rah_debug/releases an installer package.
h2. Changelog
h3. Version 0.3.0 - 2019/03/24
* Textpattern 4.7.0 compatibility.
h3. Version 0.2.3 - 2013/05/07
* Composer package now uses "textpattern/lock":https://packagist.org/packages/textpattern/lock and "textpattern/installer":https://packagist.org/packages/textpattern/installer. The package installs to Textpattern without any extra configuration.
h3. Version 0.2.2 - 2013/04/25
* Released as a "Composer package":https://packagist.org/packages/rah/rah_debug.
h3. Version 0.2.1 - 2013/04/10
* Corrected download links in the help file.
h3. Version 0.2 - 2013/04/10
* Changed: Uses user group and privileges, dropped the advanced configuration.
h3. Version 0.1 - 2012/08/28
* Initial release.