[symfony-users] Re: Force reload of updated CSS and JS

2009-07-05 Thread Frank Stelzer
As i do not like filters, I would do it like this: - Overwrite sfWebResponse::addStylesheet within an custom response class - Define this response class in the factories - configure the real assets name somewhere (maybe in the app.yml) --- public function addStylesheet($file, $position = '', $

[symfony-users] Re: Force reload of updated CSS and JS

2009-07-05 Thread Alexandru-Emil Lupu
There might be an ideea to setup a filter to do that. (i am thinking on a post filter). Or another thing, would be to override the include_js() and include_css() functions with something custom. Those are 2 main ideas. Alecs On Mon, Jul 6, 2009 at 1:24 AM, Sid Bachtiar wrote: > > Hi all, > > Any

[symfony-users] Re: AGAIN: file upload in embedded form (sf 1.2.7)

2009-07-05 Thread happy oliver
You can try to deal with upload file at form doSave(). It is wired for embedded form with upload file. but I use the doSave() to deal with, it works, but I don't think it is good solution. Good luck On Jul 4, 4:13 pm, jmaicher wrote: > Hey! > > I've been spending hours and hours to find a way

[symfony-users] Force reload of updated CSS and JS

2009-07-05 Thread Sid Bachtiar
Hi all, Anyone got any idea if this can be made a plugin in Symfony? http://www.electrictoolbox.com/force-reload-css-javascript-unique-filenames/ Basically appends timestamp on the css and js files, for example main.css becomes main.20090606121212.css but this actually refers to main.css (using

[symfony-users] Re: [sf1.2] sfConfig in tasks to access app.yml

2009-07-05 Thread Jonathan Franks
that works! thanks! On 5 Jul 2009, at 21:16, Thomas Rabaix wrote: > if your task extends sfBaseTask, you can access to the app.yml value > by adding --application=frontend|backend ... > > > > On Sun, Jul 5, 2009 at 7:40 PM, Jonathan Franks > wrote: > > can I use sfConfig in tasks to access

[symfony-users] Re: [sf1.2] sfConfig in tasks to access app.yml

2009-07-05 Thread Thomas Rabaix
if your task extends sfBaseTask, you can access to the app.yml value by adding --application=frontend|backend ... On Sun, Jul 5, 2009 at 7:40 PM, Jonathan Franks wrote: > > can I use sfConfig in tasks to access settings in my app.yml?? > > I'm finding that whatever I try to get, returns false a

[symfony-users] Re: sfDoctrineApplyPlugin and Swift4.0.3

2009-07-05 Thread Alexey
Because there is new version of Swift! :) and the sfDoctrineApply was written to work with Swift 3.3.3 (?). in new version they changed classes and it seems there are some problems with autoloading swift library. On 4 июл, 22:23, Gregoire Laporte wrote: > why? --~--~-~--~~---

[symfony-users] [sf1.2] sfConfig in tasks to access app.yml

2009-07-05 Thread Jonathan Franks
can I use sfConfig in tasks to access settings in my app.yml?? I'm finding that whatever I try to get, returns false and the default value is used. I'm defining my application as frontend. --~--~-~--~~~---~--~~ You received this message because you are subscrib

[symfony-users] Re: how do I create a register form with sfGuard

2009-07-05 Thread Tom Boutell
Check out sfDoctrineApplyPlugin for a ready-to-roll implementation of this which includes email verification of new accounts and email confirmation of password changes as well as a settings form for modifying your profile. -- Tom Boutell P'unk Avenue 215 755 1330 punkave.com window.punkave.com

[symfony-users] Re: Work with both Doctrine and Propel

2009-07-05 Thread Sid Ferreira
If you use different class names to the very same tables, probably it may work Sidney G B Ferreira Desenvolvedor Web On Sun, Jul 5, 2009 at 07:08, Gregoire Laporte wrote: > It could be very interesting !! > > Im waiting for the answers too !! > > -- > Date: Sun, 5

[symfony-users] Re: Work with both Doctrine and Propel

2009-07-05 Thread Gregoire Laporte
It could be very interesting !! Im waiting for the answers too !! Date: Sun, 5 Jul 2009 08:55:43 +0330 Subject: [symfony-users] Work with both Doctrine and Propel From: sepel...@gmail.com To: symfony-users@googlegroups.com Hi. I'm a little dizzy and I do not know can I use both doctrine and pro