Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: [superseded] rah_plugin_dev
Rah_plugin_dev v0.5 is out. The new v0.5 packs a bunch:
- Added option to add code to the top of the plugin source code. Good way to automatically add signatures, checksums, license notices and copyrights. Feature support following pracket tags:
[PLUGIN_NAME]
,[PLUGIN_VERSION]
,[YEAR]
and[MD5]
. - Added unified installer.
- Added
is_readable
andis_file
checks before trying to read anything. - Removed empty default value from not null fields in the installer. In strict mode your can’t insert empty default value.
- Removed
rah_plugin_dev_trace()
; it’s no longer called multiple times. Code applied directly torah_plugin_dev()
. - Removed non-used
$sql
and$trace
arrays. Everything is nowdays done in-house. - Fixed: now escapes the directory name (version) when inserting it to the db.
- Now escapes the path in the preferences panel’s HTML source.
- Now check if the folder containes nothing before adding it to the bending.
- Changed the panel
$event
fromrah_plugin_dev_page
torah_plugin_dev
. - Integration support to rah_plugin_download.
Offline
Re: [superseded] rah_plugin_dev
And two hours later, 0.6 comes to add more pracket tags: [PLUGIN_AUTHOR]
, [PLUGIN_URI]
and [PLUGIN_DESCRIPTION]
.
Offline