Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
[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/Disabled
automatic 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