Re: [symfony-users] Re: Doctrine 2 custom mapping type in Symfony 2

2011-06-15 Thread Loïc Vernet
The same happens for blob types, it's really annoying. 2011/6/15 spider > Sorry if I reply to this old post, but what if I want to map enum type to > string? > > I tried the following edit in app/config/config.yml: > > doctrine: > dbal: >types: > enum: string > > but each

Re: [symfony-users] Re: Any chance of creating a new Google group for Symfony2 only?

2011-06-10 Thread Loïc Vernet
2011/6/10 Fabien Potencier > On 6/9/11 10:17 PM, Chris Sedlmayr wrote: > >> Hi all, >> >> I don't think we are against the idea of creating a Symfony2 specific >> group, but we must ensure that finding help in the right place is the >> main priority. >> > > I'm against creating a Symfony2 specifi

Re: [symfony-users] sfTCPDFPlugin: enable pdf creation from html containing images in CLI

2011-05-26 Thread Loïc Vernet
Hi, Well, the best would be not to modify the original tcpdf library but the plugin itself. Send me a contribution request if you have a patch so you can commit. See you. COil 2011/5/25 r...@donax.ch > Hi, > > I recently experienced problems when creating pdf files from html > content using t

Re: [symfony-users] 3rd Party plugins/bundles/components

2011-04-12 Thread Loïc Vernet
Hi, I thought it would be the official one, or will it be a fork of this one hosted on the symfony2 website ? ++ 2011/4/12 Christophe COEVOET > Le 12/04/2011 20:48, JC a écrit : > >> Is there a repository of contributed bundles for Symfony2? >> >> I'm assuming the bundles are replacing plugins

Re: [symfony-users] how can i install the library TCPDF in symfony

2011-04-09 Thread Loïc Vernet
Ty to move the pdf_configs.yml file in the config directory of your application. 2011/4/9 mohamed sabri ben sassi > so can you help me please > > > 2011/4/9 mohamed sabri ben sassi > >> no iam using symfony 1.2 >> >> >> 2011/4/9 Loïc Vernet >> >

Re: [symfony-users] how can i install the library TCPDF in symfony

2011-04-09 Thread Loïc Vernet
" does not have a registered > handler. > > 2011/4/9 mohamed sabri ben sassi > >> Fatal error: Class 'sfTCPDFPluginConfigHandler' not found >> >> 2011/4/9 Loïc Vernet >> >>> What is the fatal error ? >>> >>> >&

Re: [symfony-users] how can i install the library TCPDF in symfony

2011-04-09 Thread Loïc Vernet
What is the fatal error ? 2011/4/9 mohamed sabri ben sassi > its activated but it didnt work and when i invite the command symfony > plugin:publish-assests it shows me the plugin sfTCPDF > > > 2011/4/9 Loïc Vernet > >> You must activate the plugin in your ProjectConf

Re: [symfony-users] how can i install the library TCPDF in symfony

2011-04-09 Thread Loïc Vernet
You must activate the plugin in your ProjectConfiguration.class.php file. ++ 2011/4/9 mohamed sabri ben sassi > when i make all these steps and begin coding > this line $config=sfTCPDFPluginConfigHandler::loadconfig(); not found and > it show fatal error > > 2011/4/9 Loïc V

Re: [symfony-users] how can i install the library TCPDF in symfony

2011-04-09 Thread Loïc Vernet
You could read the README<http://www.symfony-project.org/plugins/sfTCPDFPlugin/1_6_2?tab=plugin_readme> 2011/4/9 mohamed sabri ben sassi > how can i install the library TCPDF in symfony > i have to generate a document pdf > > 2011/4/9 Loïc Vernet > >> http://www.

Re: [symfony-users] how can i install the library TCPDF in symfony

2011-04-08 Thread Loïc Vernet
http://www.symfony-project.org/plugins/sfTCPDFPlugin ? 2011/4/8 mohamed sabri ben sassi > how can i install the library TCPDF in symfony > i have to generate a document pdf > > -- > If you want to report a vulnerability issue on symfony, please send it to > security at symfony-project.com > > Yo

Re: [symfony-users] Re: Loading view from another module

2011-04-08 Thread Loïc Vernet
Would be better to make a partial and share it via a plugin 2011/4/8 emTom > hi, > > have a look at the "setTemplate()" function. > > http://www.symfony-project.org/api/1_4/sfView#method_settemplate > > Tom > > -- > If you want to report a vulnerability issue on symfony, please send it to > secu

Re: [symfony-users] Re: Removing myself from plugin contributors ?

2011-01-07 Thread Loïc Vernet
So ? No solution except from sending an email the lead dev ? The feature is already implemented, just one test is missing 2011/1/5 Loïc Vernet > I don't think, you appear on the developer list with your contribution > request was accepted by the lead dev. > > 2011/1/5 G

Re: [symfony-users] Re: Removing myself from plugin contributors ?

2011-01-05 Thread Loïc Vernet
I don't think, you appear on the developer list with your contribution request was accepted by the lead dev. 2011/1/5 Grzegorz Śliwiński > Isn't that set in plugin.xml file? > > On Jan 4, 2:55 pm, Loïc Vernet wrote: > > Hi, > > > > How to remove myself f

[symfony-users] Removing myself from plugin contributors ?

2011-01-04 Thread Loïc Vernet
Hi, How to remove myself from the list of the contributors of a plugin ? We should have a cross to do this in the admin tab. (Like when you are lead of the plugin) ++ COil -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You receive

Re: [symfony-users] Using multiple databases with doctrine

2010-12-09 Thread Loïc Vernet
http://trac.symfony-project.org/ticket/9092 Use 1.4.6 instead... 2010/12/8 hectorh30 > Hi there, > > I have this error [1] when attempting to define a model with a > connection which is the first of two connections defined in my config/ > databases.yml. The query goes to the second database. >

Re: [symfony-users] Re: [SF2] Tiny thoughts

2010-12-04 Thread Loïc Vernet
Nothing prevent you from doing a renderDefault() function In the $this->container->get('request')->get('_controller') variable You have within the same string the bundle name the controller name and the action name. COil 2010/12/1 Lideln > Hi Fabien, > > Thank you for your answers. > You are

[symfony-users] symfony2: DoctrineUserBundle

2010-12-01 Thread Loïc Vernet
Hi, Does the plugin supposed to work with symfony2 PR3 ? (because i have problem when trying to use it) See you. -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Grou

Re: [symfony-users] Re: Doctrine problem with sf 1.3.7/8 - 1.4.7/8

2010-10-01 Thread Loïc Vernet
ine-et-le-chargement-des-modeles > > Best regards > > Bertrand > > Le 1 oct. 2010 à 10:37, Loïc Vernet a écrit : > > ? > > 2010/9/28 Loïc Vernet > >> Thanks. >> >> There are now 3 people reporting the issue in the ticket. I'm surprise >>

Re: [symfony-users] Re: Doctrine problem with sf 1.3.7/8 - 1.4.7/8

2010-10-01 Thread Loïc Vernet
? 2010/9/28 Loïc Vernet > Thanks. > > There are now 3 people reporting the issue in the ticket. I'm surprise > there is not more feedback, because it can potentially break all projects > who are using more than 1 doctrine connexion. > > Kris ? Jonathan ? > >

Re: [symfony-users] Re: Doctrine problem with sf 1.3.7/8 - 1.4.7/8

2010-09-28 Thread Loïc Vernet
und this which works fine for me : > http://www.doctrine-project.org/jira/browse/DC-421 > But I hope it will be resolved as fast as possible ... :( > > On Sep 24, 1:14 pm, Loïc Vernet wrote: > > Hi, > > > > Did someone looked at this bug ? > > > > http://tr

[symfony-users] Doctrine problem with sf 1.3.7/8 - 1.4.7/8

2010-09-24 Thread Loïc Vernet
Hi, Did someone looked at this bug ? http://trac.symfony-project.org/ticket/9092 It seems like a regression since 1.4.6... ++ COil -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribe

[symfony-users] Problem of MySQL freeze when saving object

2009-10-06 Thread Loïc Vernet
Hi, I have a strange error actually with my symfony installation (symfony 1.2.8 + PHP 5.3 + Wamp 2.0i) Sometimes, for example in a an admin generator module, when trying to save the object the script just freeze and never ends. When looking at the log, the last thing logged is the doctrine up

Re : [symfony-users] Re: where should I place my own class ?

2009-05-09 Thread Loïc Vernet
did you read the documentation of myClass.php ? ++ De : dziobacz À : symfony users Envoyé le : Samedi, 9 Mai 2009, 11h01mn 45s Objet : [symfony-users] Re: where should I place my own class ? Oh, sry - I can create my own folder 'my_class' for this file: '\s

Re : [symfony-users] how to generate pdf?

2009-04-20 Thread Loïc Vernet
What about using the sfTCPDFPlugin ? :) ++ De : afaf À : symfony users Envoyé le : Lundi, 20 Avril 2009, 11h35mn 16s Objet : [symfony-users] how to generate pdf? hello, I am using symfony 1.2, I have a page which contains a list, an image and ofcourse fo

[symfony-users] sfTCPDFPlugin/1_6_0 released

2009-04-13 Thread Loïc Vernet
Hi symfonians, The plugin has been adapted for symfony 1.2. This version comes with a new custom config handler witch handles the TCPDF constants for you. So you can manage multiple configurations in your YAML file for different PDF. It is far more practical than before. Feedback is welcome. Se

[symfony-users] snippets to moderate

2009-04-13 Thread Loïc Vernet
(not related to symfony) http://snippets.symfony-project.org/snippet/333 http://snippets.symfony-project.org/snippet/326 ++ COil --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To pos

[symfony-users] Problem with encoding in the plugin section

2009-04-09 Thread Loïc Vernet
--> http://www.symfony-project.org/plugins/sfMediaLibraryPlugin François Zaninotto ++ COil --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfon

Re : [symfony-users] Update multiple partials from one Action

2009-04-09 Thread Loïc Vernet
An old but good snippet : http://snippets.symfony-project.org/snippet/116 ++ COil De : Christian Haintz À : symfony-users@googlegroups.com Envoyé le : Jeudi, 9 Avril 2009, 21h51mn 18s Objet : [symfony-users] Update multiple partials from one Action Hi, Is

Re : Re : [symfony-users] Re: sfLightboxPlugin/1_0_9 released

2009-04-05 Thread Loïc Vernet
play for example 3. images in one row in Your lightbox ?? - it is pseudo code: $i=1; foreach ($pictures as $p) { //show picture i++; if($i==3) {echo ""; $i=1;} } On 5 Kwi, 04:28, Pablo Godel wrote: > Thanks a lot! I am sure I will use it in one of the sites I am > currently working

Re : [symfony-users] Re: sfLightboxPlugin/1_0_9 released

2009-04-04 Thread Loïc Vernet
images in one row in Your lightbox: $i=1; foreach ($pictures as $p) { //show picture i++; if($i==3) {echo ""; $i=1;} } yes ? :) On 4 Kwi, 21:51, Loïc Vernet wrote: > The plugin and README was updated for symfony 1.2.x and my new friend > dziobacz ^^ > > -->http

[symfony-users] sfDB4toPropelPlugin/1_0_3 released

2009-04-04 Thread Loïc Vernet
Hi symfonians, I have released the 1.0.3 version of the sfDB4toPropelPlugin plugin some days ago, --> http://www.symfony-project.org/plugins/sfDB4toPropelPlugin/1_0_3 It introduce a new interesting functionality that allows you "to merge plugin schemas". What does this mean ? You have your DB

[symfony-users] sfLightboxPlugin/1_0_9 released

2009-04-04 Thread Loïc Vernet
ril 2009, 18h40mn 48s Objet : Re: Re : [symfony-users] lightbox in symfony - how can I use it ? are there plans to update this plugin for symfony 1.2.x ? Pablo On Sat, Apr 4, 2009 at 9:59 AM, Loïc Vernet wrote: > Hi, > > To summaruze the helpers make the foreach for you... > > The

Re : Re : [symfony-users] lightbox in symfony - how can I use it ?

2009-04-04 Thread Loïc Vernet
plugin for symfony 1.2.x ? Pablo On Sat, Apr 4, 2009 at 9:59 AM, Loïc Vernet wrote: > Hi, > > To summaruze the helpers make the foreach for you... > > The examples are quit explicit... Check out the exemple files witch are in > the sfLightbox/ module > of th

Re : Re : [symfony-users] lightbox in symfony - how can I use it ?

2009-04-04 Thread Loïc Vernet
, 4 Avril 2009, 16h11mn 41s Objet : Re: Re : [symfony-users] lightbox in symfony - how can I use it ? But all lightbox files should be in \plugins\sfLightboxPlugin or I should for example move lightbox images to \web\images, lightbox css to \web\css etc ?? On 4 Kwi, 15:59, Loïc Vernet wrote

Re : [symfony-users] lightbox in symfony - how can I use it ?

2009-04-04 Thread Loïc Vernet
Hi, To summaruze the helpers make the foreach for you... The examples are quit explicit... Check out the exemple files witch are in the sfLightbox/ module of the plugin. ++ COil De : dziobacz À : symfony users Envoyé le : Samedi, 4 Avril 2009, 14h41mn 15s

[symfony-users] Tr : [symfony-fr] [sfForms] rendre un champ requis (ou non) suivant l'état d'un autre champ

2009-04-04 Thread Loïc Vernet
Tu devrais regarder du coté de postValidator. ++ COil - Message transféré De : Sylvain Deloux À : Symfony-fr Envoyé le : Samedi, 4 Avril 2009, 12h51mn 54s Objet : [symfony-fr] [sfForms] rendre un champ requis (ou non) suivant l'état d'un autre champ Bonjour, Je suis en train de

[symfony-users] Admin gen: How to "group" an i18n field in the edit view

2009-03-31 Thread Loïc Vernet
I am embedding an i18n form of a table "a la Jobeet", this works great. But i'd like to be able to group this form / fields like the standarts one, i tried several things but it does not work, i'd like somethink like that: form: display: "Id": [=id] "Infos":

[symfony-users] Fixtures: how to self-reference an object ?

2009-03-26 Thread Loïc Vernet
Table: Object_1: default_language_id: Object_1 This code obviously doesn't work... ++ COil --~--~-~--~~~---~--~~ 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] i18n does not work in functional tests ?

2009-03-24 Thread Loïc Vernet
The second parameter of the get URL is :sf_culture: > 1 - Recuperation d'un contenu # get /ws/en/content/get.xml > 1.1 - Type "xml" ok 1 - request parameter module is content ok 2 - request parameter action is get ok 3 - request format is xml > 1.2 - Recuperation de la traduction "en" ok 4 - u

Re : Re : [symfony-users] Re: sfSympal Questions

2009-03-22 Thread Loïc Vernet
27;t think so. I'd welcome someone to fork it and maintain their own propel version. But I have know plans for Propel support in the main sfSympalPlugin. - Jon On Sun, Mar 22, 2009 at 7:42 AM, Loïc Vernet wrote: Is a Propel version planned for this plugin ? It would be great. May be i c

[symfony-users] snippets moderation

2009-03-22 Thread Loïc Vernet
This snippet is still waiting moderation.. --> http://snippets.symfony-project.org/snippet/326 I could help moderating this section if possible.. ++ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfon

Re : [symfony-users] Re: sfSympal Questions

2009-03-22 Thread Loïc Vernet
Is a Propel version planned for this plugin ? It would be great. May be i could help later. See you. COil --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send

Re : [symfony-users] sfGuardExtraPlugin

2009-03-20 Thread Loïc Vernet
Try by SVN or download the pear package. ++ De : ckemmler À : symfony users Envoyé le : Vendredi, 20 Mars 2009, 23h58mn 04s Objet : [symfony-users] sfGuardExtraPlugin This plugin seems to buy me everything I need. However, I can't install it using plugin:in

Re : Re : [symfony-users] Fixture Files

2009-03-17 Thread Loïc Vernet
previous post in this thread, pls. Thanks. Loïc Vernet wrote: > --env=test ? > > > *De :* Benjamin > *À :* symfony users > *Envoyé le :* Lundi, 16 Mars 2009, 7h23mn 27s > *Objet :* [symfony-users] Fixture Files > > > How do I specify which fixture files to use on a

Re : [symfony-users] Fixture Files

2009-03-17 Thread Loïc Vernet
--env=test ? De : Benjamin À : symfony users Envoyé le : Lundi, 16 Mars 2009, 7h23mn 27s Objet : [symfony-users] Fixture Files How do I specify which fixture files to use on a per environment basis? I don't want test data fixtures being added to the produc

[symfony-users] Waiting snippets moderation

2009-03-14 Thread Loïc Vernet
--> http://snippets.symfony-project.org/snippet/326#comments ++ COil :) --~--~-~--~~~---~--~~ 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

Re : Re : [symfony-users] Re: Which version of symfony use?

2009-03-05 Thread Loïc Vernet
atest version (1.2). I still don´t know what version choose Thanks On 5 mar, 17:54, Loïc Vernet wrote: > Well i can't image starting a project with the 1.0 version when there is the > 1.2 version with so many usefull features, > even it&#x

Re : [symfony-users] Re: Which version of symfony use?

2009-03-05 Thread Loïc Vernet
Well i can't image starting a project with the 1.0 version when there is the 1.2 version with so many usefull features, even it's not an official LTS. ++ De : Tom Haskins-Vaughan À : symfony-users@googlegroups.com Envoyé le : Jeudi, 5 Mars 2009, 21h32mn 31s

Re : [symfony-users] Using Symfony into other applications

2009-03-04 Thread Loïc Vernet
Hi, The sfJoomlaBridgePlugin is not maintained any more (it was for the old Joomla 1.0 version and symfony 1.0), you should look at the sfJoomla15BridgePlugin (http://www.symfony-project.org/plugins/sfJoomla15BridgePlugin) witch is for Joomla 1.5 and symfony 1.2.x ++ COil _

Re : [symfony-users] symfony extension for phpedit

2009-02-25 Thread Loïc Vernet
Interesting. :) De : karol À : symfony users Envoyé le : Mercredi, 25 Février 2009, 20h34mn 57s Objet : [symfony-users] symfony extension for phpedit Hi, I've find this movie on yt http://www.youtube.com/watch?v=l_7NS0wmQuM but i can't find it to downlaod al

Re : [symfony-users] manual upgrade from 1.1.1 to 1.1.7

2009-02-23 Thread Loïc Vernet
Having symfony as a SVN external (in lib/vendor) is generally the fastest option to upgrade, just modify the tag used, update, clear the cache, and you are done... ++ COil De : RaV À : symfony-users@googlegroups.com Envoyé le : Lundi, 23 Février 2009, 1h06mn

Re : [symfony-users] Re: symfony blog post not in the community last blog post ?

2009-02-19 Thread Loïc Vernet
mean something else? Fabien -- Fabien Potencier Sensio CEO - symfony lead developer sensiolabs.com | symfony-project.org | fabien.potencier.org Tél: +33 1 40 99 80 80 Loïc Vernet wrote: > Is it normal ? >

[symfony-users] symfony blog post not in the community last blog post ?

2009-02-19 Thread Loïc Vernet
Is it normal ? ++ COil --~--~-~--~~~---~--~~ 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 from this group, send email to

Re : [symfony-users] Re: Pear upgrade to 1.2.4 fails

2009-02-08 Thread Loïc Vernet
Weird, i've juste tested (i was in 1.1. before) and it worked well. De : Iltar À : symfony users Envoyé le : Dimanche, 8 Février 2009, 15h07mn 08s Objet : [symfony-users] Re: Pear upgrade to 1.2.4 fails Same problem here. i tried: ./symfony -V and i got incl

Re : [symfony-users] Re: Unit-Tests: The "default" context does not exist.

2009-02-01 Thread Loïc Vernet
This error generally happens when trying to insert fixtures. De : Thomas Rabaix À : symfony-users@googlegroups.com Envoyé le : Dimanche, 1 Février 2009, 13h04mn 34s Objet : [symfony-users] Re: Unit-Tests: The "default" context does not exist. Hello, In one of

[symfony-users] Plugin system bugs

2009-01-31 Thread Loïc Vernet
Hi, I think there is a bug or missing strange with the plugin system: http://www.symfony-project.org/plugins/sfDB4toPropelPlugin The last version is tagged for sf 1.2 - OK But when i search the plugin, --> http://www.symfony-project.org/plugins/filter?filter[sf_1_0]=on&filter[sf_1_1]=on&filte

Re : [symfony-users] contributing to a plugin

2009-01-31 Thread Loïc Vernet
You can ask the creator of the plugin and use the "contribute" function of the plugin system (http://www.symfony-project.org/plugins/sfPropelLoadbalancerPlugin/0_1_0?tab=plugin_contribute) And of course any good contribution is welcome ! :) De : hutchic À :

Re : [symfony-users] Re: New symfony eclipse plugin -sfEclipse

2009-01-28 Thread Loïc Vernet
Big +1 De : Nathanael D.. Noblet À : symfony-users@googlegroups.com Envoyé le : Mercredi, 28 Janvier 2009, 21h15mn 02s Objet : [symfony-users] Re: New symfony eclipse plugin -sfEclipse machomic wrote: > Hi, I'd like to introduce my symfony eclipse plugin c

Re : [symfony-users] sfTCPDFPlugin issues

2009-01-19 Thread Loïc Vernet
Moreover this plugin need a clean re-write for sf 1.2, but i actually miss time... If anybody wants to help... :) ++ De : Patrick Fong À : symfony-users@googlegroups.com Envoyé le : Lundi, 19 Janvier 2009, 0h52mn 01s Objet : [symfony-users] sfTCPDFPlugin issu

[symfony-users] Snippets...

2009-01-10 Thread Loïc Vernet
Hi, Snippets application is still broken, now there are only "test - error" snippets in the community page. That's a pity because there is really interesting code in this application. I can help if needed (moderate...) ++ COil --~--~-~--~~~---~--~~ You

Re : [symfony-users] Re: Doctrine-crud crashes apache on ms XP/vista

2009-01-05 Thread Loïc Vernet
I also had this kind of problem with xampp in the past. (with other application than symfony) I am using wamp to now and no more problems ... De : Peter À : symfony users Envoyé le : Lundi, 5 Janvier 2009, 20h58mn 13s Objet : [symfony-users] Re: Doctrine-cru

Re : [symfony-users] Plugin repository should be more informative

2009-01-05 Thread Loïc Vernet
A big +1 Moreover it would be nice to flag official plugins maintained by Sensio. (sorry for the late answer... holydays... :) ) De : Yuretsz À : symfony-users@googlegroups.com Envoyé le : Jeudi, 18 Décembre 2008, 11h12mn 14s Objet : [symfony-users] Plugin re

Re : [symfony-users] Re: Help : How do you extend the admin generator (doctrine one in sf1.2) ?

2009-01-04 Thread Loïc Vernet
Yes, that's a problem with the "copy" method of the theme, because if there are modifications of the admin gen in the next symfony version you won't get them. It would be nice to easly see all the modifications done on the admin theme between 2 versions... ++ COil _

[symfony-users] svn check out problem

2008-12-04 Thread Loïc Vernet
Is it me or is there a problem ? The co of sf 1.2.0 tag hangs when updating doctrine (at 4.45mb)/ I tried several times without success. ++ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" gr

Re : [symfony-users] upgrading from old sandbox versions to pear version of Symfony

2008-12-02 Thread Loïc Vernet
For the 1.0.10 one, it's quiet simple.. You juste have to setup your symfony dir as external in the lib/vendor directory (to the last 1.0.x version). Then modify your paths in the config/config.php file. (+ replace/symlink/snv the /sf dir in the /web folder) For the 0.9.0-DEV i'am not sure ther

[symfony-users] Re : [symfony-users] Re: File upload deletes previous file if field is empty

2008-11-17 Thread Loïc Vernet
Check this post, i had the same issue: --> http://groups.google.com/group/symfony-devs/browse_thread/thread/be2b4a3cf9f34ad6/77f422fa1c9ccdd3?hl=fr&lnk=gst&q=1.1+feedback&pli=1# De : Jonathan Franks <[EMAIL PROTECTED]> À : symfony-users@googlegroups.com Envoy

[symfony-users] Re : [symfony-users] Re: which graphical design software to maintain database for symfony??

2008-11-17 Thread Loïc Vernet
If you use propel and DbDesigner4 you have the sfDB4toPropel plugin. ++ COil De : cokker <[EMAIL PROTECTED]> À : symfony-users@googlegroups.com Envoyé le : Lundi, 17 Novembre 2008, 9h24mn 23s Objet : [symfony-users] Re: which graphical design software to main

[symfony-users] Re : [symfony-users] Re: "save and next" action on admin generator edit page

2008-11-15 Thread Loïc Vernet
Or create your own admin generator theme... That's just a second "save button"... The only thing that will differ is the rediction after the action. So you just have to know wich submit button was used and redirect to the correct page. ++ De : rosbif <[EMAIL

[symfony-users] Re : [symfony-users] Admin Gen 1.2 - Customise Baseurl or Pass parameters to List View

2008-11-07 Thread Loïc Vernet
themes without a problem. This problem is different. On Nov 7, 9:40 pm, Loïc Vernet <[EMAIL PROTECTED]> wrote: > You can't because the 1.3 admin-gen could be totally different > > But i suppose you coul't make symbolic link in your plugin

[symfony-users] Re : [symfony-users] Re: Re : [symfony-users] Re: Re : [symfony-users] Admin Gen 1.2 - Customise Baseurl or Pass parameters to List View

2008-11-07 Thread Loïc Vernet
le : Vendredi, 7 Novembre 2008, 21h32mn 21s Objet : [symfony-users] Re: Re : [symfony-users] Re: Re : [symfony-users] Admin Gen 1.2 - Customise Baseurl or Pass parameters to List View On Nov 7, 9:29 pm, Loïc Vernet <[EMAIL PROTECTED]> wrote: > Did you read the tutorial ? > >

[symfony-users] Re : [symfony-users] Re: Re : [symfony-users] Admin Gen 1.2 - Customise Baseurl or Pass parameters to List View

2008-11-07 Thread Loïc Vernet
vembre 2008, 10h04mn 41s Objet : [symfony-users] Re: Re : [symfony-users] Admin Gen 1.2 - Customise Baseurl or Pass parameters to List View On Nov 6, 11:08 pm, Loïc Vernet <[EMAIL PROTECTED]> wrote: > Just do the modifications in your own admin generator theme... So you won't >

[symfony-users] Re : [symfony-users] Re: Re : [symfony-users] Admin Gen 1.2 - Customise Baseurl or Pass parameters to List View

2008-11-07 Thread Loïc Vernet
Envoyé le : Vendredi, 7 Novembre 2008, 21h06mn 53s Objet : [symfony-users] Re: Re : [symfony-users] Admin Gen 1.2 - Customise Baseurl or Pass parameters to List View On Nov 7, 9:01 pm, Loïc Vernet <[EMAIL PROTECTED]> wrote: > Try this one then: :) > > http://www.strangebuzz.c

[symfony-users] Re : [symfony-users] Admin Gen 1.2 - Customise Baseurl or Pass parameters to List View

2008-11-07 Thread Loïc Vernet
rs] Re: Re : [symfony-users] Admin Gen 1.2 - Customise Baseurl or Pass parameters to List View On Nov 6, 11:08 pm, Loïc Vernet <[EMAIL PROTECTED]> wrote: > Just do the modifications in your own admin generator theme... So you won't > have to overwrite every _pagination.php &a

[symfony-users] Re : [symfony-users] Admin Gen 1.2 - Customise Baseurl or Pass parameters to List View

2008-11-06 Thread Loïc Vernet
Just do the modifications in your own admin generator theme... So you won't have to overwrite every _pagination.php & _list_th_tabular.php of your admin gen modules. ++ COil De : DigitalBase <[EMAIL PROTECTED]> À : symfony users Envoyé le : Jeudi, 6 Novembre

[symfony-users] sf1.1: Context loss in propel-build-all

2008-10-20 Thread Loïc Vernet
Hi, I am trying to use sfContext::getInstance when inserting fixtures but i get this message: $ ./symfony propel:data-load frontend >> propelload data from "C:/wamp/www/project/data/fixtures" The "default" context does not exist. related model code: public function computeFullNameForSl

[symfony-users] Re : [symfony-users] Re: New plugin: sfSyncContentPlugin

2008-10-16 Thread Loïc Vernet
Very interesting. +1 - Message d'origine De : Pablo Godel <[EMAIL PROTECTED]> À : symfony-users@googlegroups.com Envoyé le : Jeudi, 16 Octobre 2008, 16h19mn 49s Objet : [symfony-users] Re: New plugin: sfSyncContentPlugin This is nice.. Are you planning to port it to 1.1 and 1.2 ? Pab

[symfony-users] Re : [symfony-users] Re: Decimal separator not working on custom widget when form does not validate.

2008-10-14 Thread Loïc Vernet
Yes there was the same problem with 1.0 where you have to modify the number validator. - Message d'origine De : Bruno Reis <[EMAIL PROTECTED]> À : symfony-users@googlegroups.com Envoyé le : Lundi, 13 Octobre 2008, 22h58mn 45s Objet : [symfony-users] Re: Decimal separator not working on

[symfony-users] Re : [symfony-users] sfModerationPlugin - critical bug in last commit !

2008-10-06 Thread Loïc Vernet
Hi Fabrice, You are true, i have always thought that externals are indeed a little bit dangerous. Perhaps we should also TAG plugins in order to have stable releases as svn external. Loïc. - Message d'origine De : Fabrice B <[EMAIL PROTECTED]> À : symfony users Envoyé le : Lundi, 6

[symfony-users] Re : [symfony-users] Re: file name changed after upload

2008-10-06 Thread Loïc Vernet
Humm i didn't know (remember) that, thanks. It's great for a basic file naming, but for an advanced one i think the save will have to be overridden. - Message d'origine De : julien meyer <[EMAIL PROTECTED]> À : symfony-users@googlegroups.com Envoyé le : Dimanche, 5 Octobre 2008, 16h42mn

[symfony-users] Re : [symfony-users] Re: Re : [symfony-users] Re: file name changed after upload

2008-10-05 Thread Loïc Vernet
to create a method called executeEdit and another one called updatePublicationsFromRequest in /apps//modules// actions/actions.class.php ? Then implement my own code in it? thanks for your advices, Julien On 5 oct, 17:21, Loïc Vernet <[EMAIL PROTECTED]> wrote: > Humm i didn't know

[symfony-users] Re : [symfony-users] file name changed after upload

2008-10-05 Thread Loïc Vernet
You'll have to override the admin-gen save method of your module or to make your own admin generator theme. ++ COil - Message d'origine De : julien <[EMAIL PROTECTED]> À : symfony users Envoyé le : Dimanche, 5 Octobre 2008, 13h31mn 26s Objet : [symfony-users] file name changed after

[symfony-users] Re : [symfony-users] upgrading symfony 1.1.1 > 1.1.3 with pear

2008-10-02 Thread Loïc Vernet
mfony-users] upgrading symfony 1.1.1 > 1.1.3 with pear Try this: pear upgrade -- force symfony/symfony-1.1.3 On Oct 2, 10:29 am, Loïc Vernet <[EMAIL PROTECTED]> wrote: > Same problem here. > > - Message d'origine > De : Tobias Daur <[EMAIL PROTECTED]> &g

[symfony-users] Re : [symfony-users] Re: upgrading symfony 1.1.1 > 1.1.3 with pear

2008-10-01 Thread Loïc Vernet
Indeed, check the symfony blog. :) - Message d'origine De : James <[EMAIL PROTECTED]> À : symfony-users@googlegroups.com Envoyé le : Jeudi, 2 Octobre 2008, 4h12mn 53s Objet : [symfony-users] Re: upgrading symfony 1.1.1 > 1.1.3 with pear i thought we were still at 1.1.2? Did I miss so

[symfony-users] Re : [symfony-users] upgrading symfony 1.1.1 > 1.1.3 with pear

2008-10-01 Thread Loïc Vernet
Same problem here. - Message d'origine De : Tobias Daur <[EMAIL PROTECTED]> À : symfony-users@googlegroups.com Envoyé le : Jeudi, 2 Octobre 2008, 1h39mn 35s Objet : [symfony-users] upgrading symfony 1.1.1 > 1.1.3 with pear Hi, i would like to upgrade from symfony 1.1.1 to 1.1.3 usin

[symfony-users] Re : [symfony-users] Re: Symfony performance - optimisation and testing

2008-09-29 Thread Loïc Vernet
Interesting indeed, there is also sfOptimizerPlugin but i suppose it is not really needed when using and accelerator. - Message d'origine De : Eno <[EMAIL PROTECTED]> À : "symfony-users@googlegroups.com" Envoyé le : Lundi, 29 Septembre 2008, 18h07mn 40s Objet : [symfony-users] Re: Sym

[symfony-users] Re : [symfony-users] Re: new plugin: sfDB4toPropelPlugin

2008-09-10 Thread Loïc Vernet
you me what is missing ? > Jackovson On 9 sep, 19:25, Loïc Vernet <[EMAIL PROTECTED]> wrote: > Hi symfonians ! > > Just a little mail to announce the release of a new sf1.1 plugin: > sfDB4toPropelPlugin > > DB4toPropelPlugin is a plugin that adds to symfony a new task &g

[symfony-users] Re : [symfony-users] Re: new plugin: sfDB4toPropelPlugin

2008-09-10 Thread Loïc Vernet
lic_html/dev/svn/test/fishomatic-web/branches/2.0/ plugins/sfDB4toPropelPlugin/package.xml ) On 9 sep, 19:25, Loïc Vernet <[EMAIL PROTECTED]> wrote: > Hi symfonians ! > > Just a little mail to announce the release of a new sf1.1 plugin: > sfDB4toPropelPlugin > > DB4toPropel

[symfony-users] Snipeet broken

2008-09-10 Thread Loïc Vernet
White screen of death :/ http://www.snipeet.com By the way i would be interested by making the 1.1 conversion, would it be possible to have a write access to a 1.1 branch ? ++ COil --~--~-~--~~~---~--~~ You received this message because you are subscri

[symfony-users] new plugin: sfDB4toPropelPlugin

2008-09-09 Thread Loïc Vernet
Hi symfonians ! Just a little mail to announce the release of a new sf1.1 plugin: sfDB4toPropelPlugin DB4toPropelPlugin is a plugin that adds to symfony a new task propel:db4-to-propel that allows you to convert a DB4 schema (a DBDesigner 4 schema) into a valid propel schema.yml file. More

[symfony-users] Re : [symfony-users] Re: Which IDE do you use?

2008-09-09 Thread Loïc Vernet
Does someone use nano to edit his php files ? :) - Message d'origine De : Eno <[EMAIL PROTECTED]> À : "symfony-users@googlegroups.com" Envoyé le : Mardi, 9 Septembre 2008, 15h31mn 34s Objet : [symfony-users] Re: Which IDE do you use? On Mon, 8 Sep 2008, Sumedh wrote: > Thought woul

[symfony-users] Re : [symfony-users] A very basic doubt...

2008-09-07 Thread Loïc Vernet
http://www.symfony-project.org/forum/index.php/m/14653/#msg_14653 :) See you. COil - Message d'origine De : Sumedh <[EMAIL PROTECTED]> À : symfony users Envoyé le : Samedi, 6 Septembre 2008, 13h26mn 58s Objet : [symfony-users] A very basic doubt... When I put a member variable in a

[symfony-users] Re : [symfony-users] Form optional upload (1.1)

2008-08-31 Thread Loïc Vernet
http://groups.google.com/group/symfony-devs/browse_thread/thread/be2b4a3cf9f34ad6/77f422fa1c9ccdd3?hl=fr&lnk=gst&q=feedback#77f422fa1c9ccdd3 Check section related to "protected fields". See you. COil - Message d'origine De : Yuretsz <[EMAIL PROTECTED]> À : symfony-users@googlegroups.

[symfony-users] Re : [symfony-users] Call to peer method causing blank screen

2008-04-16 Thread Loïc Vernet
Generally this is beacuse your are giving an object of value instead of a criteria. - Message d'origine De : "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> À : symfony users Envoyé le : Mercredi, 16 Avril 2008, 18h31mn 00s Objet : [symfony-users] Call to peer method causing blank screen Ev

[symfony-users] Re : [symfony-users] Re: csrf_token required

2008-04-11 Thread Loïc Vernet
skeleton AS I said I do not use this feature at it was introduce after I build the my form. I have pastebin my code : http://pastebin.com/m3adc4e23. Please do not look to my isValid method as it is not a sf valid way to add error. Hope it can help ! Thomas On Thu, Apr 10, 2008 at 8:13 PM, Loïc

[symfony-users] Re : [symfony-users] Queries generated by "filters" action

2008-04-11 Thread Loïc Vernet
You won't get help asking like this. :/ If you are not satisfied with the documentation feel free to contribute. COil - Message d'origine De : Mladen Gogala <[EMAIL PROTECTED]> À : symfony-users@googlegroups.com Envoyé le : Vendredi, 11 Avril 2008, 15h58mn 21s Objet : [symfony-users]

[symfony-users] Re : [symfony-users] new snippet: integrate SfGuard tables in your global schema

2008-04-10 Thread Loïc Vernet
Will be useful indeed. :) - Message d'origine De : Olivier LOYNET <[EMAIL PROTECTED]> À : symfony-users@googlegroups.com Envoyé le : Jeudi, 10 Avril 2008, 17h23mn 50s Objet : [symfony-users] new snippet: integrate SfGuard tables in your global schema Hi, I wrote a snippet to integra

[symfony-users] Re : [symfony-users] Re: csrf_token required

2008-04-10 Thread Loïc Vernet
@Thomas: I have added the secret key in the settings.yml file with no success. Your patch didn't work for me. What is strange, is that I have only the bug if i call the setValidators() function in the configure() function of my form. @Marijn: Dont' be sorry, it's normal to have questions about

[symfony-users] Re : [symfony-users] Re: problems generation of form in 1.1b2

2008-04-10 Thread Loïc Vernet
Ok, thanks Fabien, i will use the trunk then. Loïc. - Message d'origine De : Fabien POTENCIER <[EMAIL PROTECTED]> À : symfony-users@googlegroups.com Envoyé le : Jeudi, 10 Avril 2008, 16h00mn 22s Objet : [symfony-users] Re: problems generation of form in 1.1b2 Hi Loïc,

[symfony-users] Re : [symfony-users] Re: csrf_token required

2008-04-10 Thread Loïc Vernet
Same problem with 1.1 beta2 It only happens if i manually set the widgets of my form class CollaborateurForm extends BaseCollaborateurForm { /** * Configuration du formulaire. * * @author lvernet * @since 09 apr 08 */ public function configure() { parent::configure();

[symfony-users] problems generation of form in 1.1b2

2008-04-09 Thread Loïc Vernet
Hi, I am trying the new form system, but generating the forms from the Askeet schema, it seems there is a problem with many-to-many relations in the BaseQuestionForm class i have: protected function doSave($con = null) { parent::doSave($con); $this->saveUserList($con); $this-

  1   2   >