[symfony-users] Re: Complex redirect with 301 status

2009-12-09 Thread domnuprofesor
Does anyone have an opinion about this? Thank you! On Nov 11, 11:27 pm, domnuprofesor domnuprofe...@gmail.com wrote: Hi there! I'm switching a website to symfony that has over 180k pages indexed by google. Each page need quite a bit of server logic toredirectto the new pages. My problem

[symfony-users] How to use Filter Forms without Admin Generator?

2009-12-09 Thread Christopher Schnell
Hi all, I would like to use the Filter Forms in a frontend application without the admin generator. If i just use the filter form class in my action like $this-myFilter=new SomeFormFilter(); and echo it in the actions template, I get the form, but not the button to filter or to reset. I could

[symfony-users] edit multiple records in Symfony on one form on one site - possible ?

2009-12-09 Thread dziobacz
I have in schema: Promotion: columns: id_promotion: type: integer(1) primary: true autoincrement: true id_city: type: integer(4) notnull: true start_travel_date: type: date notnull: true price: type: decimal notnull: true

[symfony-users] How to combine Sympal with a regular Symfony app?

2009-12-09 Thread Timmipetit
Since the Sympal-mailinglist seems to be dead and spammed, I'll mail this here: I'm trying to install Sympal, so far so good. I want to have 2 applications, one sympal-based, and one 'normal' symfony-based. The sympal-based one is running fine, but in the other app I get the following error: The

[symfony-users] Re: Complex redirect with 301 status

2009-12-09 Thread rooster (Russ)
On Nov 11, 10:27 pm, domnuprofesor domnuprofe...@gmail.com wrote: Hi there! I'm switching a website to symfony that has over 180k pages indexed by google. Each page need quite a bit of server logic to redirect to the new pages. My problem is that I'm not sure I'm doing things write (and

[symfony-users] Symfony / SCORM role, Cambridge, UK

2009-12-09 Thread Lee Bolding
Hi list, Due to other commitments, I've had to turn this role down - and have told the client I'll do my best to find another competent Symfony developer, so where else to try than this list? It's a 20 day consulting job for an elearning company. You'll also need to have commercial experience

[symfony-users] Symfony 1.4 : Best practice to decorate the layout from a plugin

2009-12-09 Thread Sylvain - Com-Océan
Hi, I have a plugin which permit to have a general header, menu footer for backend like sfAdminDashPlugin. Until today, I have to modify the layout file to add : body div id=container ?php include_partial('sfMyAdmin/header'); echo $sf_content;

[symfony-users] Issue with doctrine/forms... only in tests

2009-12-09 Thread Adrien Mogenet
Hi all, This is a part of my schema : --- association: id name : string created_by: integer relations: created_by: { class: Member, local: created_by, foreign: id } member: id username: string state: integer association_id:

[symfony-users] Re: i18n, forms and i18n:extract

2009-12-09 Thread Benoît Nadaud
Nobody ? On 7 déc, 14:34, Benoît Nadaud benoit.nad...@gmail.com wrote: Hi, First, sorry for my english, i'm french. I'm using Symfony 1.2 and i've got some questions about i18n and forms. i18n:extract task does not extract labels and validation messages from form classes. How do you deal

Re: [symfony-users] Re: i18n, forms and i18n:extract

2009-12-09 Thread Alexandru-Emil Lupu
check that i have wrote a plugin for that ... sfI18nFormExtract or so ... :) On Wed, Dec 9, 2009 at 4:09 PM, Benoît Nadaud benoit.nad...@gmail.com wrote: Nobody ? On 7 déc, 14:34, Benoît Nadaud benoit.nad...@gmail.com wrote: Hi, First, sorry for my english, i'm french. I'm using Symfony

[symfony-users] apache problem when installing (for newbie)

2009-12-09 Thread Job
hi all, the problem is the following: localhost:8080/index.php works fine. (symfony project) 192.168.1.36:80/index.phpworks fine (xampp intro page from another computer) 192.168.1.36:8080does not work!! does not find the page i have found a couple of

Re: [symfony-users] apache problem when installing (for newbie)

2009-12-09 Thread Michał Piotrowski
Hi, 2009/12/9 Job jordir...@gmail.com: hi all, the problem is the following: localhost:8080/index.php          works fine. (symfony project) 192.168.1.36:80/index.php        works fine (xampp intro page from another computer) 192.168.1.36:8080                    does not work!! does not

[symfony-users] sfWidgetFormSchemaFormatter access to widget

2009-12-09 Thread ken
Is there a possibility that sfWidgetFormSchemaFormatter will have the ability to access the widget it is rendering at least in renderRow? There is access for sfWidgetSchema but theres is no way to access the specific field for custom rendering. -- You received this message because you are

[symfony-users] var_dump Doctrine_Record

2009-12-09 Thread Salim
Hi all, After inspecting several doctrine records on my project, I realized that every field of these records was casted into strings whatever the type declared for the column in the schema.yml file. Is it a known issue, or am I missing something ? Thank's in advance for your help -- You

[symfony-users] Using sfRouting to get Object from URL

2009-12-09 Thread Jonathan Dart
Hello, I'm trying to implement a smart redirect after a language change. My URLs have different slugs for each language so figuring out the url to forward to requires I get the object the user had been viewing and get the URL for the translation. I'd like to use sfRouting to parse the referer

[symfony-users] Re: var_dump Doctrine_Record

2009-12-09 Thread Salim
PS : I am using Symfony 1.2 with Doctrine 1.1 On 9 déc, 17:03, Salim salim.semao...@gmail.com wrote: Hi all, After inspecting several doctrine records on my project, I realized that every field of these records was casted into strings whatever the type declared for the column in the

Re: [symfony-users] Re: var_dump Doctrine_Record

2009-12-09 Thread Serkan Koyuncu
Could you please post your schema? Regards, S. 2009/12/9 Salim salim.semao...@gmail.com: PS : I am using Symfony 1.2 with Doctrine 1.1 On 9 déc, 17:03, Salim salim.semao...@gmail.com wrote: Hi all, After inspecting several doctrine records on my project, I realized that every field of

[symfony-users] Recommended CMS for an older Propel-based Symfony 1.0 app?

2009-12-09 Thread nurikabe
We're looking to plug a CMS into an older Symfony 1.0 app running Propel. Right now all content is managed by editing template files, which is less than ideal for non-technical editors. I've done an initial review of existing CMS frameworks and it seems like we have a number of options: From

Re: [symfony-users] Recommended CMS for an older Propel-based Symfony 1.0 app?

2009-12-09 Thread Alexandru-Emil Lupu
Hi! You could migrate your application to doctrine, but you might also migrate your entire project to be sf 1.3/1.4 compatible as the 1.4 would be the next LTS sf version 'till sf 2.0 would be released. Also, if your project is just a CMS, you might want to use Sympal. Also, Diem would be a

[symfony-users] Re: Recommended CMS for an older Propel-based Symfony 1.0 app?

2009-12-09 Thread Richtermeister
I am running a 1.0 site off the sfDynamicCmsPlugin and I have only good things to say. -- You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send email to symfony-us...@googlegroups.com. To unsubscribe from this group, send

[symfony-users] Re: How to use Filter Forms without Admin Generator?

2009-12-09 Thread Richtermeister
Nah, sorry, you'll have to write that yourself, as you have to with every form. Reason being that the surrounding html around the form is generated by the admin generator, and without that layer in the cache, there's no partials for you to include.. It's not a lot of work though. Daniel On Dec

Re: [symfony-users] Re: How to use Filter Forms without Admin Generator?

2009-12-09 Thread Christopher Schnell
Yeah, I thought so. But I can use the fieldset of the filter form anyway. I was mainly curious because the form filters are nowhere described, and I use filters to let the user select the records quite often. So it would have come handy earlier, but i just didn't know how to use them. Maybe I