Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: [deprecated] rah_plugin_download
Bloke wrote:
Or publish them as a feed that something can subscribe to…? (or is that what you meant?)
Exactorry! That would save me ooooooodles of time and headaches.
Offline
Re: [deprecated] rah_plugin_download
mrdale wrote:
That would save me ooooooodles of time and headaches.
And me… ;-)
The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.
Txp Builders – finely-crafted code, design and Txp
Offline
Re: [deprecated] rah_plugin_download
I agree – at least if I am thinking what you are.
Correct me if I’m wrong – wasn’t asv_pluginfeed a start towards this?
But it didn’t seem to gain much traction…. maybe it was the wrong approach? Or maybe it does something different from what you meant? (I admit I might be totally clueless ;-P)
Mike
(asv_pluginfeed was a companion to asv_plugin_installer – a take off of rss_plugin_installer)
Last edited by maverick (2008-06-30 23:15:09)
Offline
Re: [deprecated] rah_plugin_download
New version 0.3 released. Changelog:
- More advanced admin panel under Extensions.
- Copy and paste <txp:rah_plugin_download /> tags.
- Download plugin files via the interface.
- Improved outfit.
Offline
Re: [deprecated] rah_plugin_download
Hey Gocom, this plugin’s ace. I’m using it on my (slightly) revamped home site, which I should be ready to unleash in the next week or so.
Got a couple of minor issues with the plugin though:
- I get
Notice: Undefined index: 3 on line 71
because some of my plugins are of the recent ‘Type 3: Admin side’ - Could you possibly add
$plugin['order']
to the plugin output and add a"Recommended load order: N"
to the plugin header?
I add item (2) when exporting from the plugin composer so anyone who upgrades from an old version of a plugin can see if the author has changed the recommended priority. Upgrading a plugin won’t alter the load order of course, but it’s a visual clue that the user should check the load order they have already.
Thanks man. This plugin is going to save me heaps of admin hassle when I move my site to TXP.
Last edited by Bloke (2009-04-10 22:30:06)
The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.
Txp Builders – finely-crafted code, design and Txp
Offline
Offline
Re: [deprecated] rah_plugin_download
New version, 0.4, released. Changelog:
- Removed useless extra
doSlash()
. - Added
load_order
support, while preserved backwards compatibility.
Last edited by Gocom (2009-04-10 23:29:32)
Offline
Re: [deprecated] rah_plugin_download
Magic.
The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.
Txp Builders – finely-crafted code, design and Txp
Offline
Re: [deprecated] rah_plugin_download
New rah_plugin_download version, 0.5, released. Changelog:
- Cut the amount of code used.
- Only gzips plugin file if gzip functions are enabled on server.
- Small speed and stress improvements.
- Improved the general code layout.
- Re-arranged plugin-to-download queue check.
- Returns Unknown plugin type if plugin type is out of the range of current valid types.
Offline
Re: [deprecated] rah_plugin_download
Muchos speedius :-) Nice improvements, thanks. The combined SQL statement makes a big difference on the slow arse MySQL 4 in use on my hoster.
Installed and live on my site. One thing: recommended load order: 1???!!! Really? ;-)
Last edited by Bloke (2009-04-14 12:06:09)
The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.
Txp Builders – finely-crafted code, design and Txp
Offline
Re: [deprecated] rah_plugin_download
Bloke wrote:
One thing: recommended load order: 1???!!! Really? ;-)
That plugin is mass-murderer ;) It wants to kill, die and exit from the scene before others wake up.
Bloke wrote:
Installed and live on my site
Nice. Extra-long help files too :P
Last edited by Gocom (2009-04-14 12:16:22)
Offline
Re: [deprecated] rah_plugin_download
Again new version released. Comes with a tiny bug fix. Version 0.5.2 changelog:
- Fixed: added missing comma (
,
) to the install script.
Bug only effected new rah_plugin_download installs, not updates. Sorry for that accidently deleted comma.
Offline