Where is WordPress heading? Idiocy to the max!
Written by Arnan on September 24, 2008 – 11:01 pmThe devs have some weird ideas lately. And to be honest, while they do a great job, i like Wordpress less and less ever since 2.5 was introduced. Too much automation going on in there. Bah
What the hell is up with autosaving and revisions of posts. Not a bad feature per se, but make it optional please! It clogs up the database making it expand exponentially if you leave the browser open for a while.
And which idiot thought up that plugins should be automatically updated. But didn’t think about the problems it would bring. Many plugins are poorly written. Even more plugins require database additions from time to time. And NO plugin i ever seen has had a proper upgrade script or routine. It has to be done by hand. So, a few months ago when i released Events nearly every week and it required a bunch of new fields for storing that stuff. An automatic update would have been disasterous. As some of my users found out. Obviously because the database didn’t get updated. It had to be done manually. And as many of us know. Adding fields to a database is harder than uploading a few damn files. So while we’re at it. Just upload them your self and use the upgrade instructions the plugin maker provides. It’s makes your life just less annoying.
Another thing. Why can’t Wordpress show proper errors. Sometimes i encounter a plugin that won’t activate. Sometimes i screw up and break my own plugin. All fine. But with the error “A fatal error occured” i don’t know where to look. Give me the original PHP error dammit. And no WP_DEBUG does not work. I tried that and it made apache cry and me frustrated because it generated so much errors i couldn’t even find my own anymore. So no… Just provide proper errors.
Why is the Richtext editor still acting up. It has been around for years. It has been used by millions and still it’s stripped down, broken and useless for anything else than dumb typing of text. most plugins break because of it stripping out tags and stuff. We cannot add forms, we cannot add tables or anything else that requires more than bold or italic text formatting. It sucks!
Why the assumption that we need Windows Livewriter support. Make it optional! I don’t even use Windows. Why include a link to use Turbo on every dashboard page. What is Turbo anyway. Useless, no one uses Google Gears. I much rather have that option in Settings > Misc where i don’t see it.
Blah!
All in all Wordpress isn’t that bad. Truth be told… I still enjoy using Wordpress, most of the time. But some things just piss me off. Especially if they do not work right or make no sense. It’s becoming a fool proof system, which for me, a sort-off nerd, is crazy. I like some things to be done manually, i like to be in control of my own website. It’s getting less and less of that. Even at the point that i need to write plugins to disable the new automated stuff and hack things out to make it work as i like it. Yuk.
Tags: crap, features, plugins, random, rant, wordpress |


September 27th, 2008 at 8:08 pm
You can always disable the post revisions by adding the following in your wp-config file.
define(’WP_POST_REVISIONS’, false);
Although, I agree it should be off by default with an option to enable in the control panel.