TAG | Plugin
5
No more 500 on test.ical.ly! I found the WordPress plugin that caused the errors
1 Comment · Posted by Christian in Miscellaneous
For many weeks now I experience random 500 errors on this blog. Usually they happened whenever I saved a blog post but also during the day when I did nothing on it the blog would stop working until the web server has been restarted.
This problem is now solved.
23
Automating test.ical.ly – started developing a WordPress plugin for social media blog post promotion
3 Comments · Posted by Christian in Social Media
Blogging on test.ical.ly is fun and a really cool experience for over 1.5 years now. Usually I write my posts in advance like the day before and schedule them to be published some random time between 4 and 5 am in the morning.
Then on the next morning I get up and promote my new article on Twitter and Facebook and Google+ and Forrst. This takes up 20 minutes every morning of copying and pasting over and over again.
So I thought why not write a WordPress plugin that can do that for you?
Facebook · forrst · Google Analytics · Google Plus · Google+ · Plugin · social media · Twiiter · Wordpress
7
A continuous deployment process for symfony plugins
3 Comments · Posted by Christian in The right tool
For a while I’ve been toying with the idea to set up a fully automated continuous deployment process for my symfony plugins. You can think of continuous deployment as a continuous integration process with automated deployment.
I just didn’t come round to do it as I couldn’t find the time so far. But then I read this article by Toni Schneider about CD at wordpress.com and it got me hooked again.
So I thought lets write down what it takes for a start.
Continuous Deployment · Continuous Integration · Hudson · Open Source · Plugin · plugins · symfony · Tests · Unit Tests
4
Allowing bulk uploads by repetitive form saving for ZIP archives in symfony
1 Comment · Posted by Christian in The real job
It seemed a very easy thing to do when I first heard the requirement. Allow a user to upload a ZIP archive instead of an image and save multiple objects for the current form. One for each file contained in the archive.
And it is easy to do but most ways that I could think of weren’t very clean or easy to maintain. And then I thought: wouldn’t it be nice to allow this kind of stuff in a generic way? And so sfBulkUploadPlugin was born. (more…)
forms · Plugin · sfBulkUploadPlugin · symfony
13
10 Steps I do to fix a bug in a symfony plugin
1 Comment · Posted by Christian in The real job
Since I developed a few symfony plugins I get bug reports. People use these plugins (people in the community or colleagues at work) and find issues.
Usually the answer is a misconfiguration but sometimes of course they found one of the bugs I involuntarily put in the code.
In these cases I have to get down at the code level and try to fix it. This is how I usually do it.
best practice · Debugging · Plugin · plugins · Refactoring · symfony · Unit Tests
25
Follow-up release 1.0.12 of sfImageTransformExtraPlugin – replacing RecursiveDirectoryIterator with glob() – less recursion and much much much faster!
2 Comments · Posted by Christian in The real job
Yesterday only two days after the previous release I uploaded sfImageTransformExtraPlugin version 1.0.12 to the symfony plugin page. Despite my efforts the optimisation for removing generated thumbnails whose original source was changed did still not meet the performance expectations.
But I had another idea which got rid of the expensive recursion of RecursiveDirectoryIterator and replaced it with something else entirely.
Plugin · plugins · Releases · sfImageTransformExtraPlugin · symfony
23
New release of sfImageTransformExtraPlugin – automatic thumb removal now documented and several fixes
4 Comments · Posted by Christian in The real job
sfImageTransformExtraPlugin is an ORM independent symfony plugin which utilizes sfImageTransformPlugin to generate all sorts of thumbnails and perform other image manipulations. Instead of providing an API it allows you to configure each desired format in a configuration .yml file. This enables you to separate design and function and simplifies format changes. It also decouples the generation process from the uploading process which ensures a clean user experience with no hickups.
It’s been a little over three months now since sfImageTransformExtraPlugin saw the last release. Yesterday I fired up version 1.0.11 which solves a few problems around caching.
Plugin · plugins · Releases · sfImageTransformExtraPlugin · symfony
17
Easy page composition with symfony, doctrine and the gjPositionsPlugin is now BETA!
1 Comment · Posted by Christian in The real job
For quite some time now I keep blogging about page composition in symfony. Even when I blogged about LooseCoupling I was actully talking about a by-product of gjPositionsPlugin.
Today I am happy to announce that this plugin is now available in its first beta version!
Not only I managed to implement the basic idea of composing design and content elements on a canvas; by now the plugin became completely independent from your models and database structure!
(more…)
admin generator · admin-theme · Behaviours · Doctrine · gjPositionsPlugin · LooseCoupling · Plugin · plugins · Separation of Concerns · symfony
10
First demonstration of current implementation status of gjPositionsPlugin for easy symfony/doctrine page composition
No comments · Posted by Christian in The real job
For a while i am now working on a plugin to allow easy page composition. I wrote about the basic idea previously.
gjPositionsPlugin has seen quite some change since as it turned into a doctrine behaviour and symfony admin theme combination. Now the main thing left is some jQuery action to add usability.
Unfortunately the current structure does not allow easy collaboration as the plugin only defines functionalities that can be incorporated by your application. It does not work standalone. That’s why I had the idea of another plugin for demonstration purposes only. (more…)
Doctrine · gjPositionsPlugin · LooseCoupling · Plugin · plugins · sfDoctrineDynamicFormReleationsPlugin · symfony
8
[best practice] How to distribute symfony plugins when you’re working with GitHub
3 Comments · Posted by Christian in The right tool
After a week of holidays and only a few minutes of being online or even in front of a computer I am back to the real work of work and blog.
To be honest I had little idea of what to write today. Fortunately I received an email from Benjamin (a.k.a. robo47) about my sfImageTransformExtraPlugin. He asked if there is any chance to retrieve the stable releases from GitHub as well as from the symfony website.
And he’s got a point. Many developers have switched to git by now while symfony (1.x) only provides subversion. So here are a few best practices for those symfony plugin developers who have switched their development to GitHub (like me). (more…)
best practice · Git · GitHub · Plugin · plugins · Subversion · symfony


