How to translate a WordPress plugin using poEdit.
#plugins
WordPress hooks database
“his WordPress hooks database automatically scans each WP build for apply_filters() and do_action() to figure out exactly which hooks are available in each version and where the hooks occur.”
WordPress Console
“Once activated, the plugin adds a “Console” page to the administrator’s “Tools” menu. This page includes a JavaScript-based interactive shell which loads the WordPress environment. It allows execution of arbitrary PHP code as well as anything defined by WordPress or activated plugins. This is awesome.”
Updated to WordPress 2.8
I’ve just updated this site to WordPress 2.8, using my favorite method for handling a WordPress install, Subversion. Here’s what I typed at the command line to upgrade:
svn switch http://svn.automattic.com/wordpress/tags/2.8/
Once that was complete, I logged into my admin panel and completed the DB upgrade, then I had to check some plugins. I had these problems/changes:
- TinyMCE Advanced had an update available, so I did that,
- One Click Plugin Updater seems to clash with the new Plugins page, and I don’t really need it now anyway since its functionality is in core, so I deactivated it and then deleted it
- IntenseDebate seems to clash with some of the JavaScript now used in the admin, but I work with those guys now, so I’m working on a new version of the plugin to address those issues! My comments are a bit ugly while I deal with this, but I figure that’s a good motivation to get it done ASAP.
Have you upgraded yet?
The dotMobi WordPress Mobile Pack
The dotMobi WordPress Mobile Pack
“The dotMobi WordPress Mobile Pack is a complete toolkit from dotMobi to help mobilize your WordPress site and blog. It includes a mobile switcher to select themes based on the type of user that is visiting the site, a selection of mobile themes, extra widgets, device adaptation and a mobile administration panel to allow users to edit the site or write new posts when out and about.”
Audit Trail Plugin
“Audit Trail is a plugin to keep track of what is going on inside your blog. It does this by recording certain actions (such as who logged in and when) and storing this information in the form of a log.”
WP-o-Matic
Pull the contents of a feed into a WordPress install and re-post the contents as real posts within your install. Easily abused, but might be good for internal “Planet” style sites.
Data Validation
Excellent reference of data validation/sanitation functions and approaches used in WordPress.
Flutter
Interesting-looking plugin for WordPress that allows you to set up custom Write panels and handle custom fields, file uploads etc in a pretty slick way. Also gives you Edit-in-Place for templates (hot).