Archive for the ‘Wordpress’ Category
April 9th, 2008 by Rich Zygler
tags: PHP, Subversion, Wordpress | 2 Comments »
For some reason, performing an svn update on the external repository http://svn.automattic.com/wordpress/trunk/ does absolutely nothing. This is pretty baffling behavior. Same wordpress and subversion issue also mentioned here.
I've also tried /tags/2.5 and /branches/2.5 and nothing. No changes come across. Very weird. Anyone else getting this?Share this via del.icio.us, digg, email, ...
February 18th, 2008 by Rich Zygler
tags: Drupal, PHP, Subversion, Symfony, System Administration, Wordpress | No Comments »
I find that upgrading apps like WordPress, Drupal, Symfony and open source PHP apps is simple for less complicated environments, but once you start adding in things like new directories, custom themes/modules, source code control as well as separate development, test, and production systems, the upgrades start to get pretty ...
July 20th, 2007 by Rich Zygler
tags: PHP, Wordpress, Zend Framework, del.icio.us | No Comments »
I have Wordpress set up on PHP5. While Wordpress is largely a PHP4 entity, I wanted to see if it could play nicely with the Zend Framework, which is a PHP5-only entity. With some careful fiddling, it works pretty well.
With my Zend Framework code set up in my ...