Dec 07
Digg
Stumbleupon
Technorati
Delicious

Would I use Motilee?

Would I use Motilee? Well, maybe.. I’ll use it for sure in order to learn something new from its code. I bet it must be excellent sample of coding practices. Well, maybe not excellent but it’s always good to compare code written by the other experienced symfony developers with our own code. At least I […]

Author: admin
Nov 28
Digg
Stumbleupon
Technorati
Delicious

sfAdvancedConstPlugin

I found out that I hate to keep in mind ID of pending status value in statuses table or the other values like that. And actually I had a plugin to resolve this problem which is called sfConstPlugin but as it turned out it’s hard to manage it sometimes especially if you want to provide […]

Author: admin
Nov 10
Digg
Stumbleupon
Technorati
Delicious

sfEmailTemplatePlugin 0.0.1 is released

Hi,
So first beta of sfEmailTemplatePlugin is finally released. Thanks a lot for all the guys who commented an initial post about this plugin (Eric, Gerald, COil and James). I must say this is really helpfull to read these warm words and it inspires me to work better.
This first beta does not include tag support […]

Author: admin
Oct 29
Digg
Stumbleupon
Technorati
Delicious

sfCaptcha documentation is updated

There were the major updates to sfCaptchaPlugin documentaation. Thanks a lot to crux_op for keeping this documentation page clean and up-to-dated.
I’d like to ask the community opinion on how this plugin should progress, i.e. which improvements you want to see in it.
What I’m thinking so far is about kind of skins for it, so it […]

Author: admin
Oct 25
Digg
Stumbleupon
Technorati
Delicious

sfSettingsPlugin 1.0.1 has been released

New version of sfSettingsPlugin is added to Symfony repository:
http://trac.symfony-project.com/wiki/sfSettingsPlugin
It contains usefull fix to clean out cached file with settings from both frontend and backend environments in production mode.
This way user does not have manually clean out cache when he did a change in backend for settings values.
However there is still a small problem which is […]

Author: admin
Oct 24
Digg
Stumbleupon
Technorati
Delicious

sfCaptchaPlugin 1.0.4 has been released

New version of sfCaptchaPlugin is added to Symfony repository:
http://trac.symfony-project.com/wiki/sfCaptchaPlugin
It contains small but quite important fix to remove zero from captcha alphabet as it does not fit newer JpGraph version as was reported by some developers.
By reviewing the code I noticed that there is used dynamical route for sf_captcha and I remembered that this other developer […]

Author: admin
Oct 22
Digg
Stumbleupon
Technorati
Delicious

sfCaptcha fix

I’ve got an email regard to sfCaptcha plugin. I think this can be interesting to everyone who uses this plugin so I decided to publish it here. I’m going also to fix code the way described here but until then this is good advise for everyone who uses my captch solution and sometimes got a […]

Author: admin
Oct 22
Digg
Stumbleupon
Technorati
Delicious

Swift mailer

I would like to drop here a couple of lines about Swift mailer.
If you are going to send message to the big number of email recepients it’s obviously you’ll need to write a batch script so it processes this in background. And it would be good to have something (mailer layer) that you can rely […]

Author: admin
Apr 30
Digg
Stumbleupon
Technorati
Delicious

sfEmailPlugin

I’m not sure how about you but I’m always having the problems with testing emails functionality in applications.
There are always stuff like user account confirmation or some newsletter notifications which would be good to test out in dev mode. Here is proposed solution which I posted not so far as symfony plugin:
http://trac.symfony-project.com/trac/wiki/sfEmailPlugin
All the emails are […]

Author: admin