Displaying posts tagged: wordpress

re:publica 08

No Comments

re:publica

Google Summer of Code 2007

3 Comments

I will be participating in this year's Summer of Code, working on WordPress internationalization. You can read my full proposal online. Of over 6,000 applications, about 900 were accepted. WordPress could only accept 10 out of about 90 applications. It's bound to be an interesting summer with working on WordPress and Habari at the same time, plus $work, photography, and 'real' life....

Sphere Hat Tips

No Comments

Whee, the nice folks over at Watershed Studio have credited me for the stuff I contributed to the Sphere Related Content Plugin. :D

WordPress 2.2 delayed, tags ripped out

No Comments

Matt Mullenweg on wp-hackers:...

Not so ultimate WordPress 2.2 tags

45 Comments

Update: I forgot to mention that you must hack a core file and adapt your theme, too. See the end of the article. ...

Ultimate Tag Warrior and Atom 1.0

No Comments

If you're using the latest bleeding-edge SVN version of WordPress with Ultimate Tag Warrior, check your feed's validity. WordPress is finally getting around to implementing Atom 1.0 instead of sticking with the comparatively ancient Atom 0.3 (even the validator's support is deprecated).

Unfortunately, due to the way WordPress and UTW work, UTW doesn't have a way to really know what kind of feed is requested -- the hook it registers is called the_category_rss, and it's called with a parameter that's either 'rdf', 'rss', and sometimes blank.

Even more unfortunate is that the_category_rss is called when an Atom feed is requested. UTW happily inserts the hardcoded <dc:subject> tags into the feed, and since that's been superseded by <category> in Atom 1.0, and WordPress doesn't declare the Dublin Core namespace anymore, your feed has just become invalid. Fix after the jump.

Upgrade to WordPress 2.1.2 now

No Comments

Update: The announcement is out. The important part is:...

Are WordPress Quicklinks unclean?

3 Comments

In Changeset 4349, WordPress 2.1 lost the "jump to preview" / "jump to post" links. Aside from being damn useful, that changeset also broke the Kill Preview plugin....

Snap Preview Everywhere!

1 Comment

Are Snap.com actually paying people a lot of money, or why would wordpress.com think it's a good idea to enable Snap Preview Anywhere on all wordpress.com blogs?

WP Add Meta Tags 0.6 patch

2 Comments

The add-meta-tags WordPress plugin broke my WordPress 2.1 alpha site in more ways than one.

Update: Version 0.7 is out with fixes.

Anyway, here's a (quick and dirty) patch against 0.6 to fix things.