Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
Topic closed
[superseded] rah_plugin_dev
This project has been superseded by MassPlugCompiler and Textpattern’s built-in plugin cache directory.
Last edited by Gocom (2012-07-25 02:31:41)
Offline
Re: [superseded] rah_plugin_dev
New version relased. During last two day the plugin has got two fix updates:
Version 0.3
- Fixed: now manual plugin loader works also with
None/Disabledautomatic loader. - Secured Manual Runonce Plugin Loader function with TXP user auth.
Version 0.2
- Fixed: now
path-option has a effect.
Offline
Re: [superseded] rah_plugin_dev
Interesting. Seems like an idea I was thinking of. I will take a proper look when I can. Thanks!
Offline
Re: [superseded] rah_plugin_dev
graeme wrote:
Interesting. Seems like an idea I was thinking of. I will take a proper look when I can. Thanks!
I love the device called Instant Location Aware MindReader. Bought couple back the days when ILAMR where still cheap. Salesman bundled both with iPod and Dreamswapper kit :)
Offline
Re: [superseded] rah_plugin_dev
Around six hours ago was released version 0.3.2 of rah_plugin_dev. This is a minor bug fix release, mostly just effects Windows users. Version 0.3.2 changelog:
- Fixed: double slash insert query escaping.
Last edited by Gocom (2009-09-15 11:10:17)
Offline
Re: [superseded] rah_plugin_dev
Very nice plugin :)
One suggestion, would be nice to have textile help converted to HTML.
I borrowed three lines from the core plugin module (txp_plugin.php) to achieve this, and it works very well.
after line 187 (in the foreach loop), add:
if ($field == 'help') {
include_once txpath.'/lib/classTextile.php';
$textile = new Textile();
$value = $textile->TextileRestricted($value, 0, 0);
};
Cheers!
Last edited by jan (2010-01-31 14:19:34)
Kensington TXP powered rock
Offline
Offline
Re: [superseded] rah_plugin_dev
Released version 0.4. Changelog:
- Added option to Textile help file. (Thank you Jan for requesting this :-)).
- Added changes for future plans: seperated file lookup and DB updater.
Offline
Re: [superseded] rah_plugin_dev
Ah, even better!
BTW there is a small typo in the label: “leave markup aS it is”
Just so you know :D
Last edited by jan (2010-01-31 16:44:46)
Kensington TXP powered rock
Offline
Re: [superseded] rah_plugin_dev
Well, after testing out it seems that the problem doesn’t lie in manual and automatic updating methods but how it sorts the directories. And it gets really wierd.
I run diagnostics and this part took my head off my shoulders:
[0.4] => \developement\rah\textpattern\rah_plugin_dev\rah_plugin_dev\0.4\
[0.4.1] => \developement\rah\textpattern\rah_plugin_dev\rah_plugin_dev\0.4.1\
[0.3.2] => \developement\rah\textpattern\rah_plugin_dev\rah_plugin_dev\0.3.2\
[0.3.1] => \developement\rah\textpattern\rah_plugin_dev\rah_plugin_dev\0.3.1\
[0.3] => \developement\rah\textpattern\rah_plugin_dev\rah_plugin_dev\0.3\
[0.2] => \developement\rah\textpattern\rah_plugin_dev\rah_plugin_dev\0.2\
[0.1] => \developement\rah\textpattern\rah_plugin_dev\rah_plugin_dev\0.1\
So, when ksort() comes familiar with minors it gives best spots to those cute little faces? Huh.
If you are using version numbers like me, the quickest fix is to use appending zeros in every version number, or not to use series.major.minor scheme.
Offline
Re: [superseded] rah_plugin_dev
jan wrote:
Ah, even better!
BTW there is a small typo in the label: “leave markup aS it is”
Thank you for noticing it Jan.
Version 0.4.1 released. Changelog:
- Fixed a small typo: at to as.
Offline
Offline
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_readableandis_filechecks 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
$sqland$tracearrays. 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
$eventfromrah_plugin_dev_pagetorah_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
Pages: 1
Topic closed