Tagged 'PHP'

Jul 31Edit Flow v0.5.1

Late Wednesday night, well technically the first thing on my birthday Thursday, we tagged Edit Flow v0.5.1. It’s a maintenance release fwithor things like backwards compatibility with WordPress 2.9.x, no email notifications for posts with status “auto-draft”, and having the editorial calendar follow normal WordPress user capabilities for editing posts (fixing this). It also means [...]

Jul 7Edit Flow v0.5, now with a slick editorial calendar

After a bit of a hiatus, we finally tagged the 0.5 release of Edit Flow this past weekend. The most significant new feature is a slick editorial calendar designed by Andrew Spittle, implemented by Joe Boydston, and nitpicked by me. Functionally, it allows you to view all content, regardless of status, in a week view, [...]

Jan 8Using Google Apps with StatusNet for email notifications

For the sake of saving an hour of guessing, here are the proper settings for using Google Apps, or Gmail, with StatusNet, formally known as Laconica: $config['mail']['backend'] = ‘smtp’; $config['mail']['params'] = array( ‘host’ => ‘smtp.gmail.com’, ‘port’ => 587, ‘auth’ => true, ‘username’ => ‘username@domain.com’, ‘password’ => ‘your_secret_password’ ); Adding these settings to your config.php file [...]