mediafetish
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Automatic plugin update kills .svn dataCool – I appreciate your feedback. Developing WP with svn can be really cool but also pretty damned intimidating once it gets complicated.
Anyway – thanks for your time!
Forum: Fixing WordPress
In reply to: Automatic plugin update kills .svn dataHoping that adding to this will bump it up – I have another question…
Ok, so I want my plugins updating using externals, I’ve learned that. But one feature of the WP interface that I really love is that it will tell me when a plugin is out of date.
If I install a plugin using externals I either have to use trunk or a specific tag… so – if I use trunk, there’s a good chance I’d be using unstable code but if I use a specific tag how will I know there’s a new version out without checking each one manually all the time?
Does that make sense?
Forum: Fixing WordPress
In reply to: Automatic plugin update kills .svn dataSo any plugin that’s available through the interface is also available through the repository you just gave me? Sweet! Thanks! I knew there was a better way!
Forum: Plugins
In reply to: Incomplete plugin breaks wordpress?I might be mistaken but I found that in version 5.1.2 of PHP the arg_separator parameter was added. I’m running 5.0.4 – I have the function, but not the third parameter. So I’m getting the same error.