[symfony-users] Re: Definitive guide for 1.3 and 1.4

2010-01-25 Thread Skyblaze
I and others made this question several times but no real answer from the core team yet On Jan 25, 8:14 am, Gareth McCumskey gmccums...@gmail.com wrote: Hi guys, I was just wondering if there was any word on whether the Definitive Guide books available for symfony 1.0, 1.1 and 1.2 will be

Re: [symfony-users] Re: Definitive guide for 1.3 and 1.4

2010-01-25 Thread Gareth McCumskey
I understand, as well, that this is an open source project and that the community should pitch in to things like the documentation in order to update it but you see I am caught in a bit of a catch 22 situation. The book needs to be updated with all the latest changes, yet I need the book to know

Re: [symfony-users] Re: Definitive guide for 1.3 and 1.4

2010-01-25 Thread Javier Garcia
Yes, i agree completely. Javi On 01/25/2010 11:29 AM, Gareth McCumskey wrote: I understand, as well, that this is an open source project and that the community should pitch in to things like the documentation in order to update it but you see I am caught in a bit of a catch 22 situation.

[symfony-users] PATH in CSS

2010-01-25 Thread Pax95
How to use imagepath in css files? -- 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 email to symfony-users+unsubscr...@googlegroups.com.

[symfony-users] Different edit and new forms: what should i do with _form.php

2010-01-25 Thread Javier Garcia
Hi, i want different edit and new forms for a mudule, i mean they will not have the same widgets. I want the first one only have name, address, and city, and the second one only name. Shoud i create two _form.php? For example _form_edit.php and _form_new.php? Regards Javi -- You received

Re: [symfony-users] Different edit and new forms: what should i do with _form.php

2010-01-25 Thread Stéphane
Do you use the admin-gen feature ? Cheers, Before Printing, Think about Your Environmental Responsibility! Avant d'Imprimer, Pensez à Votre Responsabilitée Environnementale! On Mon, Jan 25, 2010 at 12:52 PM, Javier Garcia tirengar...@gmail.comwrote: Hi, i want different edit and new forms

Re: [symfony-users] Different edit and new forms: what should i do with _form.php

2010-01-25 Thread Javier Garcia
On 01/25/2010 01:00 PM, Stéphane wrote: Do you use the admin-gen feature ? No, the module is ordinary (doctrine:generate-module). -- You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send email to

Re: [symfony-users] PATH in CSS

2010-01-25 Thread DEEPAK BHATIA
Example 1 ul.ul-01 li {padding:2px 0 2px 25px; background:url(../design/ul-01.gif) 0 50% no-repeat; font-size:85%;} Where design directory is relative to the current directory of CSS File. Example 2 .formbutton5{ cursor:pointer; width:100px; border:outset 1px #ccc;

[symfony-users] Re: Definitive guide for 1.3 and 1.4

2010-01-25 Thread Massimiliano Arione
The question arose many times, but unfortunately there's no solution for now. Once I also asked if we can translate the book, since we already did it for the 1.0/1.1 version (it's in the wiki), but Fabien replied negatively. I think the book it's not in the plans of documentation anymore, maybe

[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: Different edit and new forms: what should i do with _form.php

2010-01-25 Thread karansoni
Make two forms 1) Emp_Form 1st one a having widgets name, address, and city AND THAT form will extend your base form 2) Emp_edit_form 2nd form will extend ur sfForm or Doctrine form and there u give widget name. then in the same module you can change in actions that

[symfony-users] Re: related selects (dependant drop-down menus)

2010-01-25 Thread karansoni
On Jan 24, 11:43 am, PachinSV pachi...@gmail.com wrote: How can I do related (dependant) drop-down menus with symfony or using a third party library like jquery? which is the best or the easiest way to do it? thanks in advances for your answers. Please search in google BUILDING A DROP DOWN

[symfony-users] How to force the Doctrine behaviour Timestampable values in a main table when embedded data are updated

2010-01-25 Thread Olivier LOYNET
Hi, I've two tables : - Profile table - Organism table with an embedded relation (1,1) The Profile table have Timestampable behaviour like this schema : Profile: tableName: profile actAs: Timestampable: ~ columns: id: type: integer(4) primary: true

[symfony-users] Re: Module folders

2010-01-25 Thread karansoni
Friend i dont htink there is any problem with the folders as the symfony itself handles all the validations and u have just to appl them via form -- You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send email to

Re: [symfony-users] How to force the Doctrine behaviour Timestampable values in a main table when embedded data are updated

2010-01-25 Thread FlyLM [ML]
2010/1/25 Olivier LOYNET olivierloy...@gmail.com: Hi, I've two tables :  - Profile table  - Organism table with an embedded relation (1,1) The Profile table have Timestampable behaviour like this schema : Profile:  tableName: profile  actAs:    Timestampable:   ~  columns:    id:    

Re: [symfony-users] How to force the Doctrine behaviour Timestampable values in a main table when embedded data are updated

2010-01-25 Thread FlyLM [ML]
Hi, Perhaps it's not the best method, but you can use the method postUpdate of the Doctrine model class of Organism to update the Profile. Just the opposite in ur case, use the postUpdate method of the Profile model class to update Organism. -- You received this message because you are

RE: [symfony-users] How to force the Doctrine behaviour Timestampable values in a main table when embedded data are updated

2010-01-25 Thread Olivier LOYNET
I'm not very experimented with events usages. I'll try it soon the postUpdate event. Thanks for your fast reply. Olivier -Message d'origine- De : symfony-users@googlegroups.com [mailto:symfony- us...@googlegroups.com] De la part de FlyLM [ML] Envoyé : lundi 25 janvier 2010 15:03

Re: [symfony-users] Re: Definitive guide for 1.3 and 1.4

2010-01-25 Thread Fabien Potencier
Hi all, I'm listening... but I needed some time to think about the topic a bit more before answering. Here are my thoughts. But before I start ranting about the definitive guide, remember that all the work done on symfony is benevolent. It's true for my work, but also for the work of the

Re: [symfony-users] Re: Definitive guide for 1.3 and 1.4

2010-01-25 Thread Gareth McCumskey
Hi Fabien, Thank you for the complete and descriptive response; we really do appreciate it. Just to give my take on why the Definitive Guide is so good. Its for one of the reasons that you mentioned, that its easier to find a description of the various aspects as the Practical guide looks at

[symfony-users] OpenID Server

2010-01-25 Thread Simone Fumagalli
Hello everybody, I'm looking for an OpenID server to setup an internal SSO system. I'm wondering if is there an OpenID Server based on Symfony, I searched the web but no luck. Anybody knows ? Thanks -- Simone -- You received this message because you are subscribed to the Google Groups

[symfony-users] Contextual partial cache removal

2010-01-25 Thread kirsis
When removing a partial from the cache, using an internal cache id (like mentioned on http://www.symfony-project.org/book/1_2/12-Caching#chapter_12_sub_clearing_selective_parts_of_the_cache), the operation fails if the partial is contextual. I checked out the symfony cache dir, it seems symfony

Re: [symfony-users] Re: Definitive guide for 1.3 and 1.4

2010-01-25 Thread Alexandru-Emil Lupu
Hi all, I am totally agree with Fabien, but i would like to add some completion on what Fabien said. Is true.. i still feel that something has not been said. Even that is a lot of documentation available, and there is one nice tutorial (Jobeet) which is available for sf 1.3 and 1.4, the people

Re: [symfony-users] Re: Definitive guide for 1.3 and 1.4

2010-01-25 Thread Fabien Potencier
On 1/25/10 4:18 PM, Alexandru-Emil Lupu wrote: If Fabien wants and allows me, i could try to restart the 1Day1Ticket project, but for that i would need some users that are willing to help. I think that there is no need for a 1Day1Ticket initiative to start helping. Asking people to fix 1

[symfony-users] Re: PATH in CSS

2010-01-25 Thread Pax95
Ok, works. Thanks -- 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 email to symfony-users+unsubscr...@googlegroups.com. For more options,

Re: [symfony-users] Re: Definitive guide for 1.3 and 1.4

2010-01-25 Thread Alexandru-Emil Lupu
About i have told a little bit earlier, i already have started to try select some tickets that needs to be checked or are a little bit simple. Unfortunately, even i would want to help (which i did in the past), i cannot due to a thight shedule and a second job. I will try however to select some

[symfony-users] Re: Definitive guide for 1.3 and 1.4

2010-01-25 Thread Skyblaze
So i don't understand if you (Fabien) will release/publish the updated defenitive guide this week even if chapters 8 and 10 are not yet updated? Or You will publish it only when these two chapters are also updated by the community? On Jan 25, 4:28 pm, Fabien Potencier fabien.potenc...@symfony-

Re: [symfony-users] Re: Definitive guide for 1.3 and 1.4

2010-01-25 Thread Fabien Potencier
On 1/25/10 4:45 PM, Skyblaze wrote: So i don't understand if you (Fabien) will release/publish the updated defenitive guide this week even if chapters 8 and 10 are not yet updated? Or You will publish it only when these two chapters are also updated by the community? I will commit the updated

[symfony-users] Re: Open an Excel file

2010-01-25 Thread bibijosh
Thanks everyone for these advices. I decided to use phpExcel plugin. With this I managed to do everything I wanted, except displaying the file in an Excel window. I only manage to open it in my web page -- You received this message because you are subscribed to the Google Groups symfony users

[symfony-users] symfony tickets to be patched

2010-01-25 Thread Alexandru-Emil Lupu
Here are some tickets i have found that are quite easy to implement. If you want to fix them, please let the list know what ticket are you trying to fix in order not to have 2 patches for the same ticket. After the patch upload, please let me know. I will try checking them ASAP and come with

Re: [symfony-users] Re: Definitive guide for 1.3 and 1.4

2010-01-25 Thread Javier Garcia
Hi, Thanks Fabien for your words. I think every software should have its official manual updated even if NOBODY is reading it. I think 1600 open tickets are too much tickets. I think maybe 1.3 and 1.4 could wait some?. Javi On 01/25/2010 04:52 PM, Fabien Potencier wrote: On 1/25/10 4:45

[symfony-users] Changes in models?

2010-01-25 Thread Pax95
I have a book writing about Symfony 1.0 and tricks written there doesn't work anymore in 1.4. What is equivalent of ModelPeer::doSelect ()? Code: $this-Welcome = PgNewTable::doSelect( new Criteria ); Error: Fatal error: Call to undefined method PgNewTable::doSelect() in D:

[symfony-users] Problems while trying to create a new project and using --installer option

2010-01-25 Thread ReynierPM
Hi every: I need to create a installer for a project and I run this command for accomplish this task: D:\WebServer\varwww\sfwebaculasymfony generate:project sfwebacula ReynierPM --installer=./installer.php But get this error: The installer ./installer.php does not exist. What I'm doing

Re: [symfony-users] Changes in models?

2010-01-25 Thread ReynierPM
On 1/25/2010 12:04 PM, Pax95 wrote: I have a book writing about Symfony 1.0 and tricks written there doesn't work anymore in 1.4. What is equivalent of ModelPeer::doSelect ()? Code: $this-Welcome = PgNewTable::doSelect( new Criteria ); Error: Fatal error: Call to undefined method

Re: [symfony-users] Re: Definitive guide for 1.3 and 1.4

2010-01-25 Thread Fabien Potencier
On 1/25/10 6:00 PM, Javier Garcia wrote: Hi, Thanks Fabien for your words. I think every software should have its official manual updated even if NOBODY is reading it. lol I think 1600 open tickets are too much tickets. Many/most of these tickets are for plugins not maintained by the

Re: [symfony-users] Re: Message size of an email...

2010-01-25 Thread Gábor Fási
Your mail is a Swift_Message instance, it has a toString() method. On Tue, Jan 26, 2010 at 00:22, nghtstr nght...@gmail.com wrote: I know I am bumping this, and that is frowned upon.  However, I really need to know how to do this.  I would think that it should be simple, but I don't see

[symfony-users] problem d'installation ( creation de la structure FRONTEND)

2010-01-25 Thread Moi
bonjour mon problem c'est que quand je tape $ php symfony generate:app --escaping-strategy=on j'ai se resultat the execution of task ''generate:app'' failed. - Not enough arguments. symfony generate:app [--escaping-strategy=''..] [--csrf-secret=..] app quelqu'un peut m'orienter pour

Re: [symfony-users] problem d'installation ( creation de la structure FRONTEND)

2010-01-25 Thread Stéphane
English here :-) Il te manque le nom de l'app à la fin de ta commande. Cheers, Before Printing, Think about Your Environmental Responsibility! Avant d'Imprimer, Pensez à Votre Responsabilitée Environnementale! On Tue, Jan 26, 2010 at 12:48 AM, Moi foucha...@gmail.com wrote: bonjour mon

Re: [symfony-users] Logs almacenados en una tabla con sql incluido

2010-01-25 Thread Gaston Nina
vale gracias si bueno halle la solucion entrando a fondo aunque no me hubiera gustado otras opiniones los postee en el grupo de symfony-es si a alguien le interesa -- You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send email

[symfony-users] Re: Doctrine + PostGreSQL

2010-01-25 Thread webasker
Ok, this is weird. I tried changing the schema name, table name, and column names to all lowercase, then it works. But I'm not allow to change the database. Does anyone know why this is happening? How can I work around this issue without changing the database? Also, symfony

Re: [symfony-users] Re: Symfony Filter

2010-01-25 Thread Dheeraj Kumar Aggarwal
Hi in my view . if you place your filter below the security filter --- In security filter, symfony will check whether the user is logged in or not and if the user is not logged in, it will be redirected to home page as specified by yourself then again the whole cycle repeats but now the