[symfony-users] Re: Symfony Filter

2010-01-25 Thread Mohammad Asif Ali
Any suggestions on my filter execution flow? On Jan 23, 4:53 pm, Asif Ali M l...@reloadtheweb.com wrote: Hello Symfonians, I am working on symfony 1.0 application. Its a kind of Software as Service model. When a user registers he will get his own site (frontend/backend). The users can

[symfony-users] Re: Dynamic Theme Creation

2008-11-09 Thread Mohammad Asif Ali
and change the them (by changing the decorator directory name). Not sure if 1.1 is different, but it shouldn't be too different. James On Nov 9, 2008, at 2:29 AM, Mohammad Asif Ali wrote: Hi, I would like to gather your expert ideas in implementing dynamic themes in my project

[symfony-users] Dynamic Theme Creation

2008-11-08 Thread Mohammad Asif Ali
Hi, I would like to gather your expert ideas in implementing dynamic themes in my project. Presently my application creates a new blog for every user. Now i want to give dynamic theme creation.I am managing the themes manually using the sfdimensions plugin. Each time when i want to add a new

[symfony-users] Re: New Symfony Open Source Application .. in few weeks.

2008-06-03 Thread Mohammad Asif Ali
Eno Thanks for your feedback. Actually i have not completly deployed the application Still workigng on it. will do that once it is completely live. Thanks again :) Asif On Jun 2, 7:43 pm, Eno [EMAIL PROTECTED] wrote: On May 31, 8:50 am, Mohammad Asif Ali [EMAIL PROTECTED] wrote: Please

[symfony-users] New Symfony Open Source Application .. in few weeks.

2008-05-31 Thread Mohammad Asif Ali
Hi All, I have developed a cartoon website for cartoon videos.in this application i am using the youtube api / php client library (from zend). For now all the categories are hard coded. I am planning to improve this and release as open source so that any one can use this and build a ready made

[symfony-users] Re: Cookie for one project

2008-04-16 Thread Mohammad Asif Ali
Eno, I fixed the problem with IE. IE will not create a Cookie of 60 min life. so i increased the time to 120 mins. Its working fine.. and the multiple themes also working great. Thanks Asif On Apr 16, 1:54 pm, Mohammad Asif Ali [EMAIL PROTECTED] wrote: Yes i cleared the cookies

[symfony-users] Re: Cookie for one project

2008-04-15 Thread Mohammad Asif Ali
Eno, I checked with both values for no_script_name still same problem. I have changed the factories.yml to some like the following all: storage: class: sfSessionStorage param: session_name: asif session_cookie_domain: mydomain.com after this i cleared the cookies and

[symfony-users] I18N problem

2007-11-02 Thread Mohammad Asif Ali
Hi, In my recent project i am using the I18N feature. This is the first time i am using the Symfony I18n feature. I enabled the default culture in the i18n.yml file. and tried with the example program given in symfony doc. I have also created the translated xliff file(messages.fr.xml) in the

[symfony-users] Re: sfSimpleCMS is not parsing the rich text

2007-10-31 Thread Mohammad Asif Ali
text slot and make it markdown only. François 2007/10/31, Mohammad Asif Ali [EMAIL PROTECTED]: Thanks for your post. I fixed the problem in sfSimpleCMS plugin using the escaping_strategy : bc but this causes XSS in sfSimpleForum plugin. The fix for this is escaping_strategy : both

[symfony-users] Re: sfSimpleCMS is not parsing the rich text

2007-10-30 Thread Mohammad Asif Ali
by one by way of the $sf_data container. François 2007/10/30, Steve Daniels [EMAIL PROTECTED]: I might be completely off base here, but normally when I see bc mentioned it refers to backwards compatibility HTH Steve On 30/10/2007, Mohammad Asif Ali [EMAIL PROTECTED] wrote

[symfony-users] sfSimpleCMS is not parsing the rich text

2007-10-29 Thread Mohammad Asif Ali
Hi, I have installed the sfSimpleCMS plugin and also enabled the richtext editing using tinymce. The problem is when i add some rich text and viewing the page its simply showing the html tags and its not parsing the html. can anyone tell me what i am missing? Thanks in advance --Asif--

[symfony-users] Re: New Site on Symfony

2007-06-27 Thread Mohammad Asif Ali
Thank you all for ur feedback... we are still working go this so we would do a better handler for 404 errors and abt no_script_name.. i just made it to on. and anyway that will not work fully my site.. as we are some where using the hard link. we will change all the hard links soon to hide the

[symfony-users] Re: JS injection in www.askeet.com

2007-06-13 Thread Mohammad Asif Ali
Hi fabien actualluy i have used the askeet in my current project and cutomized it to as per my requirment. is there any loop holes which i need to be fixed in my askeet. Thanx. On Jun 14, 9:37 am, Fabien POTENCIER [EMAIL PROTECTED] project.com wrote: This is not a symfony problem. This

[symfony-users] Re: New Site

2007-03-28 Thread Mohammad Asif Ali
Hi Rafael nice to see ur new site. I am also working on th askeet to customize according to our requirment. the thing is i am not able to setup the askeet application with symfony 1.0.1 version. I followed the doc in askeet trac svn co http://svn.askeet.com/trunk i can check