b2evo: quickly insert images into blog posts without saving post first

by prettyscripts on 2011-01-18 12:58:38 • Leave a comment »

b2evolution

b2evo changed how adding images to blog post works since V3. to add images (or files), the post has to be saved (as draft) first. this is rather inconvenient. what if, i decided i don't want to publish the post after 'all the hard work'? yes, the post… more »

Tags: b2evo, image, plugin, upload

symfony: hacking sfDoctrineActAsSignablePlugin to allow updated and created by specific user

by prettyscripts on 2010-05-25 14:36:07 • Leave a comment »

symfony

i'm using sfDoctrineActAsSignablePlugin to audit record creation and updates. ie fields created_by and updated_by are automatically created and updated. this is perfect when running from browsers. but when running as command line such as loading initia… more »

Tags: created, hack, plugin, symfony, updated, user

symfony plugin: install and uninstall manually

by prettyscripts on 2010-03-02 12:42:00 • 5 comments »

symfony

symfony's command line plugin install and uninstall tasks don't work - this could be because the server i'm working on does not have internet connection. so i have to do things manually.manual installdownload the package from plugins site (if not p… more »

Tags: install, plugin, symfony, uninstall