[symfony-users] Re: Multiple kind of profile with sfGuard

2011-06-01 Thread Olivier Revollat
up :) 2011/5/31 Olivier Revollat revol...@gmail.com I want to use http://www.symfony-project.org/plugins/sfDoctrineApplyPlugin To allow users to register themselves but I have two kind of profile with different fields ... for example say that profile_type_1 has type_1_fields_1

Re: [symfony-users] Re: Multiple kind of profile with sfGuard

2011-06-01 Thread Olivier Revollat
-with-symfony/1_4/en/09-Doctrine-Form-Inheritance http://www.doctrine-project.org/projects/orm/1.2/docs/manual/inheritance/en#inheritance On Jun 1, 9:46 am, Olivier Revollat revol...@gmail.com wrote: up :) 2011/5/31 Olivier Revollat revol...@gmail.com I want to usehttp

Re: [symfony-users] Re: Multiple kind of profile with sfGuard

2011-06-01 Thread Olivier Revollat
Hey http://www.symfony-project.org/plugins/sfForkedDoctrineApplyPlugin sound good :) 2011/6/1 Olivier Revollat revol...@gmail.com I know inheritance in doctrine but I wonder if this could work correctly with symfony forms ?? Does anybody use inheritance for the same kind of pb ?? 2011/6/1

[symfony-users] Multiple kind of profile with sfGuard

2011-05-31 Thread Olivier Revollat
I want to use http://www.symfony-project.org/plugins/sfDoctrineApplyPlugin To allow users to register themselves but I have two kind of profile with different fields ... for example say that profile_type_1 has type_1_fields_1 and type_1_field_2, ... and profile_type_2 has type_2_fields_1 and

[symfony-users] Re: Symfony 1.3 Issue with Doctrine_Table::createQuery and multiple databases

2010-07-12 Thread Olivier
::create($this-_conn, $class)... and therefore uses the instantiated connection. It might be that we simply need to update the Doctrine version of our Symfony framework. Tell me if you still need the test case anyway. Olivier. On Jul 6, 6:49 pm, Jonathan Wage jonw...@gmail.com wrote: Hi, I am

[symfony-users] Symfony 1.3 Issue with Doctrine_Table::createQuery and multiple databases

2010-07-06 Thread Olivier
are not sure this does not have side effect. Another possibility would be to define a specific table from which our table model would inherit, but this would make binding useless for models... Anyone can share ideas on this? Thanks, Olivier. -- If you want to report a vulnerability issue on symfony

[symfony-users] settings.yml at the module level

2010-06-18 Thread Olivier Scherler
that the Configuration Cascade documentation is omitting some important information. Am I missing something or can I go and file a documentation bug? Have a nice day, Olivier [cc]: http://www.symfony-project.org/reference/1_4/en/03-Configuration-Files-Principles#chapter_03_configuration_cascade

RE: [symfony-users] Forcing a canonical hostname for absolute links without clobbering the entire context: possible?

2010-06-11 Thread Olivier LOYNET
Hi, Is any solution has been found to get absolute links has Tom request ? Thanks, Olivier -Message d'origine- De : symfony-users@googlegroups.com [mailto:symfony- us...@googlegroups.com] De la part de Tom Boutell Envoyé : vendredi 13 novembre 2009 23:35 À : symfony-users

[symfony-users] Patch in ticket #6632 not applied to Symfony 1.4

2010-05-31 Thread Olivier Scherler
or open a new one? Olivier -- 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 Groups symfony users group. To post to this group, send email to symfony-users@googlegroups.com

[symfony-users] Re: why not host symfony1.4 on shared-hosting?

2010-05-29 Thread Olivier
An Unbuntu or a Debian. Stay away from CentOS at all costs if you want recent binary packages. -- 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 Groups symfony users

[symfony-users] Re: sfWidgetFormDoctrineJQueryAutocompleter problem

2010-05-27 Thread Olivier
Are you making use of the `limit` parameter given to the AJAX action in your database request? -- 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 Groups symfony users

[symfony-users] Re: Choice between database table, enum type and array in php class ?

2010-05-27 Thread Olivier
Yes, I’m thinking of app.yml. There are two ways of storing arrays in YAML: language: [english, french, german] or language: - english - french - german But if you already have tables for the title and the language and store the foreign key, then I’s suggest you keep it like that and

[symfony-users] Re: Choice between database table, enum type and array in php class ?

2010-05-23 Thread Olivier
an interface to add more titles or languages, go for a database table. Anyway, if you change your mind after a while, you only need to change the getTitles() and getLanguages() methods (corresponding to getTypes() in the tutorial). Not a very definitive answer, but I hope it helps a bit. Olivier -- If you

[symfony-users] Re: Missing parent::configure() in built form filter

2010-05-20 Thread Olivier
Sorry, I forgot to say thank you, it solved my problem nicely. I'm not sure where I was supposed to find this, though. I didn't find any mention of setup() in the API or Advanced Forms. -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com

[symfony-users] Missing parent::configure() in built form filter

2010-05-11 Thread Olivier Scherler
the same thing, but my model inherits from sfGuardUser using Doctrine simple inheritance, and there, the parent::configure() is present when I build the filters. I'm wondering if I'm doing something wrong, if I'm missing something or if it is a bug. Any idea? Thanks, Olivier -- If you want

[symfony-users] Re: Level problem (public/protected) of setupInheritance() with Doctrine form generator

2010-05-06 Thread Olivier
sfDoctrinePlugin or sfDoctrineGuardPlugin ? Or mine ? :) Olivier -- 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 Groups symfony users group. To post to this group, send

[symfony-users] Re: Problem with Doctrine and Join/GroupBy query

2010-02-19 Thread Olivier
about how to lake the behavior work as expected. Olivier. On Feb 18, 11:01 pm, Olivier olivier.cha...@gmail.com wrote: That could have been a reason. Unfortunately, I checked the data and they're all good. What I do not understand is that the query executed directly on mySQL show ywo records when

[symfony-users] Re: Problem with Doctrine and Join/GroupBy query

2010-02-19 Thread Olivier
about a way to this more properly, I'd still take it :) Olivier. On Feb 19, 12:33 pm, Olivier olivier.cha...@gmail.com wrote: I've been tracking down this issue a little bit more within Doctrine code, especially within the hydrateResultSet function of the Doctrine_Hydrator_Graph object

[symfony-users] Problem with Doctrine and Join/GroupBy query

2010-02-18 Thread Olivier
Hello everyone, I'm a little new to Symfony, I've been browsing the user list, but did not find an answer to my issue. I'm using symfony version 1.4 with Doctrine. I have a query that I create using Doctrine, with the following code: $q = Doctrine_Query::create() -from('ValueList

[symfony-users] Re: Problem with Doctrine and Join/GroupBy query

2010-02-18 Thread Olivier
That could have been a reason. Unfortunately, I checked the data and they're all good. What I do not understand is that the query executed directly on mySQL show ywo records when I get only one via Doctrine... On Feb 18, 9:58 pm, Michał Piotrowski mkkp...@gmail.com wrote: Hi, 2010/2/18 Olivier

[symfony-users] [sfGuardPlugin] creating profile row upon registration

2010-02-13 Thread Olivier Ricordeau
Hi! I'm using the sfGuardPlugin and I'd like the registration form to automatically create a row in my profile table when an account is created. Could anyone tell me what I have to do? Cheers, Olivier -- - **Olivier RICORDEAU** - oliv...@ricordeau.org -- You received this message because

RE: [symfony-users] Download day by day code for symfony guide

2010-01-26 Thread Olivier LOYNET
Use SVN for that Doctrine version http://svn.jobeet.org/doctrine/tags/ Olivier -Message d'origine- De : symfony-users@googlegroups.com [mailto:symfony- us...@googlegroups.com] De la part de Pau Peris Envoyé : mardi 26 janvier 2010 11:01 À : symfony users Objet : [symfony-users

[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
? Another ? Regards, Olivier -- 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

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] sfDoctrineGuard Plugin Status

2010-01-13 Thread Olivier LOYNET
For my own I use the SVN version in prod because it's the last uptodate Olivier -Message d'origine- De : symfony-users@googlegroups.com [mailto:symfony- us...@googlegroups.com] De la part de ReynierPM Envoyé : mercredi 13 janvier 2010 14:49 À : symfony-users@googlegroups.com Objet

RE: [symfony-users] enum in config/schema.yml

2009-12-18 Thread Olivier LOYNET
: Resource, local: id, foreign: resource_type_id, type: many } Olivier -Message d'origine- De : symfony-users@googlegroups.com [mailto:symfony- us...@googlegroups.com] De la part de vegoi...@alumni.uv.es Envoyé : mardi 15 décembre 2009 11:20 À : symfony-users@googlegroups.com Objet

[symfony-users] Invitation à se connecter sur Linke dIn

2009-11-30 Thread Olivier Albertini
LinkedIn J'aimerais vous inviter à rejoindre mon réseau professionnel en ligne, sur le site LinkedIn. Olivier Veuillez confirmer que vous connaissez Olivier Albertini https://www.linkedin.com/e/isd/897798202/fW_knR1b/ Tous les jours, des millions de professionnels comme

RE: [symfony-users] problem with admin generator

2009-11-26 Thread Olivier LOYNET
foreignType: one Person2: foreignAlias: type2 local: id foreign: type2 foreignType: one Person3: foreignAlias: type3 local: id foreign: type3 foreignType: one Olivier -Message d'origine- De : axel at [mailto:axel.zu...@gmail.com

[symfony-users] Admin generator and Doctrine column aggregation inheritance

2009-08-04 Thread Olivier Revollat
Hi does anybody tried to use Admin generator (1.2) with this concept (column aggregation inheritance) ... because it seems to have a bug http://trac.symfony-project.org/ticket/6853 But it's not solved Any suggestion, info ? --~--~-~--~~~---~--~~ You received

[symfony-users] Re: sfLucene update

2009-07-27 Thread Olivier Revollat
Thanks for your work ... :) Do you know where can I find the last documentation ? 2009/2/9 Thomas Rabaix thomas.rab...@gmail.com Hello, I have updated the sfLucene plugin with new tasks : - rebuild-index : index only one index - update-model : index one model for one index (doctrine

[symfony-users] Re: sfLucene update

2009-07-27 Thread Olivier Revollat
When I try to rebuild the index I get this error (see below) . I am using symfony 1.2.9-DEV .. $ ./symfony lucene:rebuild frontend Processing MyIndex/en now... LuceneRebuilding index... Fatal error: Call to undefined method sfConfigCache::getinstance() in C:\workspa

[symfony-users] Re: sfLucene update

2009-07-27 Thread Olivier Revollat
an email if not ;) On Mon, Jul 27, 2009 at 3:54 PM, Olivier Revollat revol...@gmail.comwrote: When I try to rebuild the index I get this error (see below) . I am using symfony 1.2.9-DEV .. $ ./symfony lucene:rebuild frontend Processing MyIndex/en now... LuceneRebuilding index... Fatal

[symfony-users] Re: Symfony on Windows Vista - Wamp server - cache problems

2009-07-21 Thread olivier albertini
with Xamp. Everything worked fine Cordialement, Albertini Olivier 2009/7/21 Tomasz Ignatiuk tomek.ignat...@gmail.com Hi. I use WAMP server on Windows XP for Symfony. Everything worked fine. Now I need to use wamp with symfony on Windows Vista. Now almost everything works, except

[symfony-users] Re: Doctrine Behaviour: Usertraceable ... how to create the relationships

2009-07-16 Thread Olivier Revollat
You have to create the Listener : ?php class Doctrine_Template_Listener_Usertraceable extends Doctrine_Record_Listener { /** * * @var string */ protected $_options = array(); /** * __construct * * @param string $options * @return void */

[symfony-users] doctrine : how to make an table alias with the same main table ?

2009-07-15 Thread Olivier LOYNET
try to make an alias in the schema.yml, but I don't find a good solution. Any idea is welcome. Regards, Olivier --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send

[symfony-users] Timestamp and date previous to 1/1/1970

2009-05-28 Thread Olivier Revollat
I have the following widget in a form: $this-setWidget('birthdate_at', new sfWidgetFormI18nDate(array('culture' = sfContext::getInstance()-getUser()-getCulture(), 'format' = '%day%/%month%/%year%', 'years' = $years))); And my database field is : birthdate_at: type: DATE But When I

[symfony-users] Re: validating sfWidgetFormDate

2009-05-28 Thread Olivier Revollat
I have the same pb ... any suggestions ? Thanks 2008/7/5 kiszl ki...@tmit.bme.hu Hi, I would like to use an sfWidgetFormDate as an input for the date of birth; and to store the value in an sql date field. What would be the best way to validate the widget's value, and convert it to the

[symfony-users] Admin generator : Use different Peer method according to the credential of the connected user

2009-03-20 Thread Olivier Revollat
I would like to know if it's possible to make an admin generator based module to use a different SQL request for the 'list' action depending on the credential of the connected user ...In practice, I have two credential admin and operator and I show a lisitng of orders : I would like that the

[symfony-users] Re: Admin generator : Use different Peer method according to the credential of the connected user

2009-03-20 Thread Olivier Revollat
Thanks for your answers :)I also see that you can put your peer method directly in the generator.yml file like this : config: list: peer_method: myOwnPeerMethod I work, but I think their is some pb with filter now ... 2009/3/20 Alan Bem alan@gmail.com Use

[symfony-users] sfDoctrine behavior sluggable update

2009-03-04 Thread Olivier.
it's the best way to handle this, but it works. What you thing of this modification ? Regards, Olivier. PS : I hope i make me clear, cause my english is a bit rusty ^^ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[symfony-users] Re: sf1.2.4 - [resolved] problem of headers already sent when I send a file 5kb to the browser

2009-03-03 Thread Olivier LOYNET
Thanks a lot, it's works well Olivier _ From: symfony-users@googlegroups.com [mailto:symfony-us...@googlegroups.com] On Behalf Of Thomas Rabaix Sent: Tuesday, March 03, 2009 8:46 AM To: symfony-users@googlegroups.com Subject: [symfony-users] Re: sf1.2.4 - problem of headers

[symfony-users] sf1.2.4 - problem of headers already sent when I send a file 5kb to the browser

2009-03-02 Thread Olivier LOYNET
? is symfony ? or else ? Olivier --~--~-~--~~~---~--~~ 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 symfony

[symfony-users] Insert object filters in an existing application (Question about sfShop (e-commerce app) in particular)

2009-02-09 Thread Olivier Revollat
Hello !! I am asking a question on sfShop project, but I also post a message here because I think that my question is also general and can apply to any symfony application (or other frameworks) I use a great symfony application called sfShop to make an e-commerce site ... But I want to use a

[symfony-users] don't repeat already executed sql statement during a single HTTP request

2009-02-09 Thread Olivier Revollat
Hello ! On my application (e-commerce) I list the available products. For each products I call a filter that modify the product price according to current price campaign (if any campaign is active) So for each products, I retrive the current campagne (SQL QUERY) : $query = sprintf(SELECT %s AS

[symfony-users] Re: don't repeat already executed sql statement during a single HTTP request

2009-02-09 Thread Olivier Revollat
to retrieve it. On Tue, Feb 10, 2009 at 3:52 AM, Olivier Revollat revol...@gmail.com wrote: All right, or maybe I can use session (flash) ... ? 2009/2/9 Iltar kja...@gmail.com Hey, If I understand you correctly, you want to have the id like 3 available in every part of your script

[symfony-users] Liste de selection en cascade dans l'admin generator

2009-01-28 Thread Olivier Revollat
Bonjour, j'ai un module développé avec l'admin generator qui liste des témoignages clients relatifs à des produits. Dans l'admin, pour ajouter un de ces témoignages je dois donc lui associer un produit ... seulement la liste des produits généré via le widget suivant est longue : 'product_id'=

[symfony-users] Re: Liste de selection en cascade dans l'admin generator

2009-01-28 Thread Olivier Revollat
gang.al...@gmail.com a écrit : HI! English please! Alecs 2009/1/28 Olivier Revollat revol...@gmail.com Bonjour, j'ai un module développé avec l'admin generator qui liste des témoignages clients relatifs à des produits. Dans l'admin, pour ajouter un de ces témoignages je dois donc lui

[symfony-users] Admin generator and casdading refresh select list

2009-01-28 Thread Olivier Revollat
Hi ! I have a module generated by the admin generator to manage customer testimony related to a product ... so in my schema I have : testimony: id: type: INTEGER required: true autoIncrement: true primaryKey: true product_id: type: INTEGER required:

[symfony-users] Re: Liste de selection en cascade dans l'admin generator

2009-01-28 Thread Olivier Revollat
2009/1/28 Olivier Revollat revol...@gmail.com Bonjour, j'ai un module développé avec l'admin generator qui liste des témoignages clients relatifs à des produits. Dans l'admin, pour ajouter un de ces témoignages je dois donc lui associer un produit ... seulement la liste des produits généré

[symfony-users] Convert propel object to formatted text or HTML

2009-01-19 Thread Olivier Revollat
is their any way to do this ? 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-users@googlegroups.com To unsubscribe from this group, send

[symfony-users] Re: URGENT...PLEASE HELP... :(

2008-12-13 Thread Olivier Mansour
with the dev controler (if available, or upload it) there is probably an easy answer Olivier What might be the issue? -- Olivier Mansour omans...@gmail.com http://www.glagla.org --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[symfony-users] newsletter plugin ?

2008-12-03 Thread Olivier Revollat
I'm looking for a newsletter plugin for symfony 1.1. Does it exist ? 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-users@googlegroups.com

[symfony-users] enable a module in config.php for a specific application

2008-11-26 Thread Olivier Revollat
I wrote a plugin how is specific to my application (a backend module) so to not interact with the original backend/config/settings.yml I enabled my module with : sfConfig::set('sf_enabled_modules', array_merge(sfConfig::get('sf_enabled_modules'), array('jouegagne')));(in

[symfony-users] define constants in plugins

2008-11-26 Thread Olivier Revollat
I defined a constant (the absolute path of my plugin root) like that in the config.php of my plugin like that : DEFINE('PATH_TO_AMA_PLUGIN' ,realpath(dirname(__FILE__).DIRECTORY_SEPARATOR.'..').DIRECTORY_SEPARATOR); it's works, I mean I can acces the constant in my module action for example but

[symfony-users] programmatically add a filter

2008-11-26 Thread Olivier Mansour
Hey I wondering if it's possible to programmatically add a filter, in a plugin config.php file or in an projetConfiguration class instead of using filter.yml Thanks Olivier -- Olivier Mansour [EMAIL PROTECTED] http://www.glagla.org --~--~-~--~~~---~--~~ You

[symfony-users] Re: programmatically add a filter

2008-11-26 Thread Olivier Mansour
2008/11/26 Lee Bolding [EMAIL PROTECTED] Yup, have a look in the config.php for sfErrorHandlerPlugin ;) ;-) actually sfErrorHandlerPlugin overide the rendering filter.It doesnt add one ... yes ? On 26 Nov 2008, at 11:37, Olivier Mansour wrote: Hey I wondering if it's possible

[symfony-users] Re: programmatically add a filter

2008-11-26 Thread Olivier Mansour
2008/11/26 Lee Bolding [EMAIL PROTECTED] True, but the filter chain is just an array of filters You can use sfFilterChain::register($filter) I am trying that thanks On 26 Nov 2008, at 15:00, Olivier Mansour wrote: 2008/11/26 Lee Bolding [EMAIL PROTECTED] Yup, have

[symfony-users] lauching a task form an action

2008-11-17 Thread Olivier Mansour
. some chdir fix the stuf but is it a good solution ? Thanks Olivier -- Olivier Mansour [EMAIL PROTECTED] http://www.glagla.org --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups symfony users group. To post to this group

[symfony-users] acces to app.yml from a task

2008-10-30 Thread Olivier Mansour
Hey In config/app.yml I have something like this all: test: foo: bar In a task sfConfig::get('app_test_foo') return NULL. In a web context it works. Is it a bug or is there something special to init in order to have access to those settings. I am using sf1.2 Thanks Olivier -- Olivier

[symfony-users] Re: acces to app.yml from a task

2008-10-30 Thread Olivier Mansour
settings for all apps (understand the project) in /config/app.yml, but you can't access it if your not in a app context :-( Thanks again for your tips Olivier - Jon On Thu, Oct 30, 2008 at 9:25 AM, Olivier Mansour [EMAIL PROTECTED]wrote: 2008/10/30 Jonathan Wage [EMAIL PROTECTED] Your

[symfony-users] Re: acces to app.yml from a task

2008-10-30 Thread Olivier Mansour
it's a strange behavior because my settings are project related ? Olivier - Jon On Thu, Oct 30, 2008 at 5:16 AM, Olivier Mansour [EMAIL PROTECTED]wrote: Hey In config/app.yml I have something like this all: test: foo: bar In a task sfConfig::get('app_test_foo') return NULL

[symfony-users] Re: acces to app.yml from a task

2008-10-30 Thread Olivier Mansour
for a project is missing in the framework Olivier - Jon On Thu, Oct 30, 2008 at 9:40 AM, Olivier Mansour [EMAIL PROTECTED]wrote: 2008/10/30 Jonathan Wage [EMAIL PROTECTED] No because by default tasks are completely bare and do not have any symfony application context. In order

[symfony-users] Re: acces to app.yml from a task

2008-10-30 Thread Olivier Mansour
to applications then you need to define them in config/ProjectConfiguration.class.php You can use sfConfig::set('name', 'value'); to configure things. - Jon On Thu, Oct 30, 2008 at 10:28 AM, Olivier Mansour [EMAIL PROTECTED]wrote: 2008/10/30 Jonathan Wage [EMAIL PROTECTED] I don't understand

[symfony-users] Re: reference a table wich is defined in a plugin

2008-10-20 Thread Olivier Mansour
oups ! In the last update on 1.2 it doesnt work anymore. If, in schema.yml I put a foreign key contraint on a table wich is defined on a plugin : build-propel.xml:479:1: ERROR!! Attempt to set foreign key to nonexistent table ... do you have any hint on this issue ? thanks Olivier 2008/10

[symfony-users] reference a table wich is defined in a plugin

2008-10-10 Thread Olivier Mansour
a lot Olivier -- Olivier Mansour [EMAIL PROTECTED] http://www.glagla.org --~--~-~--~~~---~--~~ 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

[symfony-users] Re: reference a table wich is defined in a plugin

2008-10-10 Thread Olivier Mansour
sorry with : foreign_table_id: { type: INTEGER ,foreignTable:foreign_table, foreignReference: id} it works 2008/10/10 Olivier Mansour [EMAIL PROTECTED] hey folks I wondering if it's possible, in my shema.yml to reference a table wich is not in this very file but in a shema.yml located

[symfony-users] Re: where is the sfForm book chapter 5 ?

2008-10-02 Thread Olivier Mansour
2008/10/2 Fabien Potencier [EMAIL PROTECTED] Not yet written. ok can you give me a hint to begin creating a formater ? For exemple, where in the sf code the default formater are stored ? I cant find the files. thanks Olivier -- Fabien Potencier Sensio CEO - symfony lead developer

[symfony-users] Re: Developing Symfony 1.0, 1.1, 1.2, etc, Projects Simultaneously On One Machine

2008-09-27 Thread Olivier Mansour
Hey In addition to your discussion I can add this note. In a prod env, if you want to freeze your symfony version in a certain revision and keep doing svn up on your project root, you can use piston : http://piston.rubyforge.org/details.html bye Olivier Le 27 sept. 08 à 09:07, Ant

[symfony-users] Re: Developing Symfony 1.0, 1.1, 1.2, etc, Projects Simultaneously On One Machine

2008-09-27 Thread Olivier Mansour
of fact it is not updated since early 2008 so I would not bother figuring out Piston just to find the problem I faced some months ago. thanks for the notes. I am discovering those points. Its not very comfortable if this soft seems no more maintained :-( Olivier Kiril On Sat, Sep 27, 2008

[symfony-users] Re: cant autoloading a task from a plugin with sf1.2

2008-09-25 Thread Olivier Mansour
any ideas ? I still can't find my plugin task in the default list proposed by ./symfony command your opinion, is it a sf1.2 bug ? 2008/9/24 Olivier Mansour [EMAIL PROTECTED] hello with sf1.2, a task declared in a plugin is not autoloaded. (blablaTask.class.php under myPlugin/lib/task). When

[symfony-users] Re: cant autoloading a task from a plugin with sf1.2

2008-09-25 Thread Olivier Mansour
2008/9/25 Francois Zaninotto [EMAIL PROTECTED] did you enable the plugin in your project configuration? no. Actually I havent yet an application in my projets, only tasks my plugin just include several tasks, no modules. Olivier François 2008/9/25 Olivier Mansour [EMAIL PROTECTED

[symfony-users] Re: cant autoloading a task from a plugin with sf1.2

2008-09-25 Thread Olivier Mansour
25, 2008 at 9:39 AM, Francois Zaninotto [EMAIL PROTECTED] wrote: Well then you should enable your plugin in your project configuration. Apparently, in sf 1.2, all plugins are disabled by default, exactly the contrary as in previous versions. François 2008/9/25 Olivier Mansour [EMAIL

[symfony-users] cant autoloading a task from a plugin with sf1.2

2008-09-24 Thread Olivier Mansour
hello with sf1.2, a task declared in a plugin is not autoloaded. (blablaTask.class.php under myPlugin/lib/task). When copying this file under the lib/task directory I can access to this task. Is there any change in sf1.2 about autoloading or plugin structure ? thanks Olivier -- Olivier Mansour

[symfony-users] sfWidgetFormDateTime Rich format

2008-08-20 Thread Olivier Revollat
Is it possible to display the sfWidgetFormDateTime widget in javascript (i.e. rich format) I tried : ?php echo $form['date_news']-render(array('rich'=true)) ? But it doesn't works. Any idea ? Thanks :) --~--~-~--~~~---~--~~ You received this message because

[symfony-users] Symfony 1.1 unset form widget

2008-07-14 Thread Olivier Revollat
Hello !! I have some generated code to manage my users (from sfGuard schema). I have done : propel:generate-crud frontend users sfGuardUser --with-show but I don't want to edit the 'created_at' column since it's automatically fill ... so I just unset it inside the configure() method of the base

[symfony-users] Re: Symfony 1.1 unset form widget

2008-07-14 Thread Olivier Revollat
')){ $this-offsetUnset('created_at'); } } } 2008/7/14 CaffeineInc [EMAIL PROTECTED]: You should probably use the $form-offsetUnset('widgetName'); and make sure it exists using $form-offsetExists('widgetName'); might do some cleaning up a bit more. On Jul 14, 11:49 am, Olivier Revollat [EMAIL

[symfony-users] Re: Symfony 1.1 unset form widget

2008-07-14 Thread Olivier Revollat
Ok that's me ... I'm stupid this morning :) the problem don't come from the code below ... i have to comment the code that retrive 'created_at' int the edit template ... that's all ;) 2008/7/14 Olivier Revollat [EMAIL PROTECTED]: I tried the following code but I got *the same exception

[symfony-users] sfLucene accentuated content

2008-06-30 Thread Olivier Revollat
My problem: I can't find *accentuated static content* with with sfLucene !! My config : I use *symfony 1.0.6* with *sfLucenePlugin 0.1.6*. f*rontend/config/settings.yml :* charset: utf-8 *Search.yml (project level) :* MyIndex: models: index: cultures: [en, fr] encoding:

[symfony-users] Ignore accent with sfLucenePlugin

2008-06-24 Thread Olivier Revollat
Is ther any way of doing this ? strip accent from indexation and user search field ... 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-users] sfLucene and words highlighting

2008-06-23 Thread Olivier Revollat
I installed sfLucene plugin and when I use it an exception is thrown by sfLucenHilighter.class.php : throw new sfLuceneHighlighterException('Highlighting failed because content is malformed X/HTML'); Acctually my code is not XHTML... so I want to desactivate syntax highlighting in sfLucen

[symfony-users] Re: How to write a Sitemap.xml ?

2008-06-11 Thread Olivier LOYNET
Hi, As you do, you have put sitemap.xml into /web I think your problem come from your .htaccess file Don't put any rule into routing.yml for the sitemap.xml Olivier -Original Message- From: symfony-users@googlegroups.com [mailto:symfony- [EMAIL PROTECTED] On Behalf Of Sylver Sent

[symfony-users] Re: How to write a Sitemap.xml ?

2008-06-10 Thread Olivier LOYNET
plugins to create your sitemap. Olivier -Original Message- From: symfony-users@googlegroups.com [mailto:symfony- [EMAIL PROTECTED] On Behalf Of Sylver Sent: Tuesday, June 10, 2008 10:40 AM To: symfony users Subject: [symfony-users] Re: How to write a Sitemap.xml ? I use

[symfony-users] Re: How to write a Sitemap.xml ?

2008-06-09 Thread Olivier LOYNET
I use an external tool to do this http://gsitecrawler.com/ Olivier -Original Message- From: symfony-users@googlegroups.com [mailto:symfony- [EMAIL PROTECTED] On Behalf Of Sylver Sent: Monday, June 09, 2008 3:39 PM To: symfony users Subject: [symfony-users] How to write

[symfony-users] Re: sfGuardPlugin DB Layout Question

2008-05-20 Thread Olivier LOYNET
Hi, I've made a snippet to workaround this problem http://www.symfony-project.org/snippets/snippet/298 Olivier -Original Message- From: symfony-users@googlegroups.com [mailto:symfony- [EMAIL PROTECTED] On Behalf Of kayoone Sent: Tuesday, May 20, 2008 3:28 PM To: symfony users

[symfony-users] Re: Propel : onDelete/casade and parent attached media

2008-05-12 Thread Olivier LOYNET
())) { unlink($photoDir.'/'.$this-getFileName()); } $ret = parent::delete($con); } } Olivier -Original Message- From: symfony-users@googlegroups.com [mailto:symfony- [EMAIL PROTECTED] On Behalf Of nico_bl1nd Sent: Monday, May 12, 2008 10:50 AM To: symfony users

[symfony-users] Re: Propel : onDelete/casade and parent attached media

2008-05-12 Thread Olivier LOYNET
()); $media-delete(); $ret = parent::delete($con); } } Olivier -Original Message- From: symfony-users@googlegroups.com [mailto:symfony- [EMAIL PROTECTED] On Behalf Of Thomas Rabaix Sent: Monday, May 12, 2008 1:30 PM To: symfony-users@googlegroups.com Subject: [symfony-users] Re

[symfony-users] Re: symfony propel-dump-data - Maximum function nesting level

2008-05-06 Thread Olivier LOYNET
Hi, Try in your php.ini to increase your memory. Be careful, there are two php.ini, one for apache, on for cli mode. This is the cli for your command line. Olivier -Original Message- From: symfony-users@googlegroups.com [mailto:symfony- [EMAIL PROTECTED] On Behalf Of Marco

[symfony-users] extends sfActions problem in a common lib

2008-05-01 Thread Olivier LOYNET
'myActions' = 'xx\apps\frontend\lib\myActions.class.php', 'myGlobalActions' = 'xx\apps\frontend\lib\myGlobalActions.class.php What is missing ? Olivier --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups symfony

[symfony-users] Re: extends sfActions problem in a common lib

2008-05-01 Thread Olivier LOYNET
, and, with more understanding the niceties of the framework. Thanks again and thanks to have released your code. Olivier -Original Message- From: symfony-users@googlegroups.com [mailto:symfony- [EMAIL PROTECTED] On Behalf Of Nicolas Perriault Sent: Thursday, May 01, 2008 11:13 PM

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

2008-04-10 Thread Olivier LOYNET
Hi, I wrote a snippet to integrate SfGuard tables in your global schema http://www.symfony-project.org/snippets/snippet/298 Currently it only transform XML schema. Hope that it can be useful ! Olivier --~--~-~--~~~---~--~~ You received this message because

[symfony-users] Re: Webmail integration

2008-04-01 Thread Olivier Revollat
developing yourself? Symfony isn't an application, it's a framework - so 'integration' can be interpreted in many different ways. Without an application there is no 'integration' On 31 Mar 2008, at 13:32, Olivier Revollat wrote: Hi ! I want to use symfony with a webmail and I don't know

[symfony-users] Webmail integration

2008-03-31 Thread Olivier Revollat
Hi ! I want to use symfony with a webmail and I don't know what is the best solution ... I would like to use sfSuagr plugin to centralize authentication. Thanks ;) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[symfony-users] how to create a routing rule to match a filter param

2008-03-31 Thread Olivier LOYNET
%5Btype_id%5D/1 I've test also : param: { module: material, action: list, filter: filter, filters[type_id]: 1 } param: { module: material, action: list, filter: filter, filters\[type_id\]: 1 } but none of these match A idea ? Olivier

[symfony-users] Re: Retain internal value after forward()

2008-03-31 Thread Olivier LOYNET
()-getAttributeHolder()-getAll('frontend/test/filters'); Olivier -Original Message- From: symfony-users@googlegroups.com [mailto:symfony- [EMAIL PROTECTED] On Behalf Of Kasper G Sent: Monday, March 31, 2008 5:50 PM To: symfony users Subject: [symfony-users] Retain internal value after

[symfony-users] Re: Doctrine Admin Generator

2008-03-24 Thread Olivier LOYNET
BTW with 1.1 the command look like symfony doctrine:init-admin see: The new symfony CLI system http://groups.google.com/group/symfony-devs/browse_thread/thread/eac2add2cd9 f6d7b Olivier -Original Message- From: symfony-users@googlegroups.com [mailto:symfony- [EMAIL PROTECTED

[symfony-users] plugins for Mozilla / IE : search engines for symfony

2008-03-06 Thread Olivier LOYNET
are based on OpenSearch, so you can use them with Firefox or IE Olivier --~--~-~--~~~---~--~~ 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

[symfony-users] Re: Askeet Day3 : php load_data.php

2008-03-06 Thread Olivier LOYNET
Hi, You can also use the command : symfony propel-load-data frontend Olivier -Original Message- From: symfony-users@googlegroups.com [mailto:symfony- [EMAIL PROTECTED] On Behalf Of David BOUCHÉ Sent: Thursday, March 06, 2008 10:52 PM To: symfony users Subject: [symfony-users

[symfony-users] Re: Symfony talk in London - Feb 29th

2008-01-11 Thread Olivier Mansour
company - Clever Age (http://www.clever-age.com) - uses symfony a lot. we have approx. 60 developers with ~ 15 people using symfony regularly. Tristan, you count only the french people. You can add 5 from Clever Age Poland Cheers Olivier in exchange your logo will appear on a slide, free

[symfony-users] sfSimpleBlog and symfony internal links

2007-09-19 Thread Olivier Revollat
Hello, i've installed sfSimpleBLogPlugin and I wonder how can I include symfony internal links in blog articles ... ?? Any ideas ? Thanks ;) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups symfony users group. To

[symfony-users] Re: Cache misteriously deleted

2007-09-12 Thread Olivier Mansour
in that it stops the application completly and makes it unusable until the cache is cleared Can we get a suggestion from any of symfony developers about this please ? TIA Olivier Mansour wrote: Le 1 sept. 07 à 08:47, Haris Zukanović a écrit : Could this be relate to cache expiration

  1   2   >