[symfony-users] How to show a custom sfException page in _prod?

2008-07-16 Thread Andrew Backer
I've been searchin, but I can't figure this one out :( How do I set up symfony to display a custom page an sfException is thrown, and the app is in production mode? It works just fine if I use _dev instead of prod, but I would like to trap these as well. Right now all I get is an "internal serve

[symfony-users] Developer needed for London start-up

2008-07-16 Thread cahlert
Hi all I know my post is not dev related, but perhaps one of you might find this interesting - pls email to [EMAIL PROTECTED] Exciting web start-up seeks pro Symfony developer. The project will centre on the design and development of a social network website in a LAMP environment. You will we wo

[symfony-users] object_actions - width, in generator.yml

2008-07-16 Thread Rich
Can I somehow specify a width for object_actions in generator.yml? Now, as I display just two columns ( because of the table structure of generated list ), object_actions part take the half size of the whole table ( 2 columns: 1st is the info, 2nd contains object_actions part ). regards, Rich

[symfony-users] Re: problem with generating crud :-s

2008-07-16 Thread Ahsan
Yes... thanks for the mail... -- Md. Ahsanur Rashid, Undergraduate Student, Level-4, Term-1, Department of Computer Science and Engineering (CSE), Bangladesh University of Engineering & Technology (BUET), Dhaka-1000, Bangladesh. Tel - (+88) 01715621323 Web: http://introspection.me.uk/ On Wed, J

[symfony-users] doctrine i18n sfMessageSource

2008-07-16 Thread klemens_u
hi list, before I start to work on a doctrine i18n sfMessageSource I wanted to ask if anyone has already tried to do this. I'll appreciate any experiences regarding this topic thanks, klemens ;-) --~--~-~--~~~---~--~~ You received this message because you are sub

[symfony-users] Progressive enhancement/graceful degradation

2008-07-16 Thread Tom Haskins-Vaughan
Hi all, I have just got the star rater from Komodo [1] working with symfony's ajax helpers. In the book it suggests using a combination of the if_javascript() function and the tag to degrade gracefully. I think I read somewhere that this is not foolproof and I was wondering if there was a sy

[symfony-users] Re: Facebook-like Newsfeed

2008-07-16 Thread MS
Hey Tom, thank you for your reply. Possible feed item would be : - "Karl changed his profile picture" - "Peter and Felix are now friends with Dieter" - "Felix is now friend with Alex" - "Felix uploaded new album pictures" posted at 2:04 - "Felix is currently in Austria" posted at 3:04 pm - "Your

[symfony-users] Re: Facebook-like Newsfeed

2008-07-16 Thread Marco Schierhorn
Thanks for your replies. The creation of the XML Feed is a good idea. The Newsfeed should look like : ( FN = fistname , LN = last name) - "FN LN changed his/her profile photo" - "FN LN created a new photo album" - "FN LN added new photos to an album" - "FN LN and FN2 LN2 are now connected" - "FN

[symfony-users] Re: Facebook-like Newsfeed

2008-07-16 Thread MS
Thanks for your replies. The creation of the XML Feed is a good idea. The Newsfeed should look like : ( FN = fistname , LN = last name) - "FN LN changed his/her profile photo" - "FN LN created a new photo album" - "FN LN added new photos to an album" - "FN LN and FN2 LN2 are now connected" - "F

[symfony-users] Re: problem with generating crud :-s

2008-07-16 Thread Nils
Hi Ahsan ! Did you resolve this problem with CRUD generation ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe

[symfony-users] Re: putting non-symfony code in web folder

2008-07-16 Thread markchicobaby
Sorry forgot to mention, put the # If it messed up and tried to go to the weird "www.site.com.au/.html" redirect then fix it here # Making it temporary redirect for now RewriteCond %{HTTP_HOST}site\.com\.au$ [NC] RewriteRule ^\.html$index.html [R=301,L]

[symfony-users] Re: putting non-symfony code in web folder

2008-07-16 Thread markchicobaby
James that isn't the issue, the rewrite is creating a URL that points to ".html" which doesn't exist. The issue is the rewrite. On Jul 16, 4:51 am, James <[EMAIL PROTECTED]> wrote: > Most apache servers are set up so that you can't access files that > begin with a '.' for security reasons. You

[symfony-users] Re: putting non-symfony code in web folder

2008-07-16 Thread markchicobaby
It due to incorrect .htaccess. You need to modify it, it can be really tricky. I recommend setting up a local Apache server and turning on rewrite logging (unless you have access to do that on your host already). Here are some things you can try, and a way to force it to do what you want. The

[symfony-users] Re: symfony for web designers

2008-07-16 Thread Ian P. Christian
alessandro cinelli wrote: > On Wed, Jul 16, 2008 at 10:08 AM, Paulo Magalhaes wrote: > Hi, > > I'm looking for some slides, documentation, etc on introducing Symfony > from a web designer perspective > > Not too technical, keeping PHP to the bare essential. > http://www.symfo

[symfony-users] Re: symfony for web designers

2008-07-16 Thread alessandro cinelli
On Wed, Jul 16, 2008 at 10:08 AM, Paulo Magalhaes <[EMAIL PROTECTED]> wrote: > > Hi, > > I'm looking for some slides, documentation, etc on introducing Symfony > from a web designer perspective. Any information that can give a web > designer more autonomy such as the Symfony directory structure, c

[symfony-users] symfony for web designers

2008-07-16 Thread Paulo Magalhaes
Hi, I'm looking for some slides, documentation, etc on introducing Symfony from a web designer perspective. Any information that can give a web designer more autonomy such as the Symfony directory structure, concepts of partials, slots, helpers and general layout configuration like where to add s