Re: [symfony-users] [SF2] Question on security password encoding

2011-05-29 Thread Alex
Thanks for your feedback. I have thought of using Form, but it still does not prevent someone from saving password without encryption directly with Entity (such as fixtures) or creating another form that does not enforce the business logic. So far, the only guarantee place that I can think of

[symfony-users] Re: [SF2] Question on security password encoding

2011-05-29 Thread Alex
stuff. Regards! 2011/5/26 Alex malex13...@gmail.com Hi, I just finished reading the security chapter of documentation and I have a doubt. Under the section Encoding the User's Password, it suggests to encode the password in the controller: $factory = $this-get('security.encoder_factory

Re: [symfony-users] [Symfony 1.4] SOLVED: How to customize the display of sfWidgetFormDoctrineChoice

2011-05-29 Thread Alex Potter
On Sunday 22 May 2011 18:50:50 Alex Potter wrote: I've spent days trying to implement this but, despite having read all the documentation I could find and googling extensively, I'm still no wiser. I finally found a clue here. http://groups.google.com/group/symfony-users/msg/d79b0198cdaa829f

Re: [symfony-users] Consuming RSS feeds in a Symfony2 project?

2011-05-28 Thread Alex Gilbert
MESSAGE- Hash: SHA1 hi alex, what did you do, did you try out some bundles or write your own? i would be interested in this too :-) cheers,david Am 18.05.2011 17:55, schrieb Alex Gilbert: Hey folks! With symfony 1.4, I used sfFeed2Plugin quite a bit. With Symfony2, there is SF2

[symfony-users] [SF2] Question on security password encoding

2011-05-26 Thread Alex
, is there a better way to encapsulate this business logic somewhere else than in the controller to ensure that every time the password will be encrypted every time it will be set? Thanks, Alex -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You

[symfony-users] [Symfony 1.4] How to customize the display of sfWidgetFormDoctrineChoice

2011-05-22 Thread Alex Potter
. Is anyone able to point me in the right direction? TIA Regards Alex -- 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

[symfony-users] Consuming RSS feeds in a Symfony2 project?

2011-05-18 Thread Alex Gilbert
Hey folks! With symfony 1.4, I used sfFeed2Plugin quite a bit. With Symfony2, there is SF2-FeedImportBundle, but it doesn't look like it's received much attention. How do people like to handle RSS and Atom with Symfony2? -- If you want to report a vulnerability issue on symfony, please send

[symfony-users] symfony doctrine:data-load

2011-04-26 Thread Alex
. When I put several ones, I don't have anything in the DB. When I only put one contact, I still don't have any data in the DB. When I group all the data (users and contacts) in the same file, I don't have anything in the DB. Thanks all. Alex -- If you want to report a vulnerability issue on symfony

Re: [symfony-users] Re: Symfony2 slow on windows (xp)

2011-03-28 Thread Alex Pilon
, Alex Pilon alex.pi...@gmail.com wrote: I dont know the answer to your question, but on linux you can get a ton of plugins for gedit that can make gedit as good and better than notepad++. On Thu, Mar 24, 2011 at 07:59, Stanley stanley.darm...@gmail.com wrote: Guys, Do

Re: [symfony-users] How to execute a query in symfony1.4

2011-03-28 Thread Alex Potter
/jobeet/1_4/Doctrine/en/06 HTH Alex -- 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

Re: [symfony-users] Symfony2 slow on windows (xp)

2011-03-24 Thread Alex Pilon
...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Alex Pilon (613) 608-1480 -- 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

[symfony-users] Searchable behavior and french characters

2011-03-21 Thread Alex Pilon
with accents seem to be converted to the plain letter without the accent. Then when I search for something with accents it doesn't find anything. Any ideas how to go about resolving this? Thanks -- Alex Pilon (613) 608-1480 -- If you want to report a vulnerability issue on symfony, please send

Re: [symfony-users] Re: Searchable behavior and french characters

2011-03-21 Thread Alex Pilon
+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Alex Pilon (613) 608-1480 -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because

Re: [symfony-users] Re: Searchable behavior and french characters

2011-03-21 Thread Alex Pilon
To further this, I traced the search code, and the keywords being entered seem to preserve any french characters. Why is the searchable behavior changing characters at all? On Mon, Mar 21, 2011 at 14:12, Alex Pilon alex.pi...@gmail.com wrote: I tried that, however I noticed that there is more

Re: [symfony-users] Re: Searchable behavior and french characters

2011-03-21 Thread Alex Pilon
: Timestampable: ~ SoftDelete: ~ Searchable: fields: [name, description] analyzer: Doctrine_Search_Analyzer_Utf8 Thanks On Mon, Mar 21, 2011 at 14:18, Alex Pilon alex.pi...@gmail.com wrote: To further this, I traced the search code, and the keywords being entered seem

Re: [symfony-users] Symfony with datatables

2011-03-18 Thread Alex Pilon
http://www.google.ca/search?sourceid=chromeie=UTF-8q=symfony+datatables On Fri, Mar 18, 2011 at 14:29, Alex Pilon alex.pi...@gmail.com wrote: whats a datatable? On Fri, Mar 18, 2011 at 13:56, Mariah maryam.e...@gmail.com wrote: hi everyone, does anyone of you have an example of how

Re: [symfony-users] Re: Setup Symfony in Windows

2011-03-13 Thread Alex Pilon
symfony users group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Alex Pilon (613) 608

[symfony-users] How to add sorting options to relationship accessors

2011-03-12 Thread Alex Pilon
override the getNotes and write a Doctrine query? -- Alex Pilon (613) 608-1480 -- 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

Re: [symfony-users] How to add sorting options to relationship accessors

2011-03-12 Thread Alex Pilon
: Gallery type: many orderBy: position taken from http://test.ical.ly/2010/09/30/did-you-know-that-you-can-sort-your-doctrine-relations-by-setting-an-orderby-option-in-your-schema/ On Sat, Mar 12, 2011 at 19:10, Alex Pilon alex.pi...@gmail.com wrote: Hello, I have a model which has

Re: [symfony-users] How to add sorting options to relationship accessors

2011-03-12 Thread Alex Pilon
I ended up figuring it out.. it was because I was sorting by date, on a field that I set as only a date so the timestamp part wasnt included in the sort. Developer error.. as usual :P On Sat, Mar 12, 2011 at 18:12, Alex Pilon alex.pi...@gmail.com wrote: Cool, I tried it out like so Note

Re: [symfony-users] Re: sfGuardPlugin Redirect Problem

2011-03-06 Thread Alex Pilon
I had a similar problem when the login success url was the homepage and the login page was presented when viewing the homepage. Any possibility that might be part of the issue? On Mar 6, 2011 5:09 AM, Drew Sire nathandrews...@gmail.com wrote: Reproduce Problem http://184.73.247.117/backend.php

[symfony-users] mergeForm vs embedForm

2011-03-06 Thread Alex Pilon
Anyone know of a resource that outlines the difference between these two functions? -- Alex Pilon (613) 608-1480 -- 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

Re: [symfony-users] Re: How to get the realtionship column in sfDatagrid

2011-03-04 Thread Alex Pilon
To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Alex Pilon (613) 608-1480 -- If you want to report a vulnerability issue on symfony, please send it to security

Re: [symfony-users] Re: Integration of external PHP code in Symfony

2011-03-04 Thread Alex Pilon
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-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Alex Pilon (613

Re: [symfony-users] sfWidgetFormDateRange with a Propel Form

2011-03-03 Thread Alex Pilon
://groups.google.com/group/symfony-users?hl=en -- Alex Pilon (613) 608-1480 -- 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

Re: [symfony-users] [symfony 1.4] Retrieving Value from FormField

2011-03-03 Thread Alex Pilon
...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Alex Pilon (613) 608-1480 -- 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

Re: [symfony-users] mysql_real_escape_string

2011-03-03 Thread Alex Pilon
to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Alex Pilon (613) 608-1480 -- If you want to report

Re: [symfony-users] [Symfony 2] A way to load fixtures in a user defined order, taking into account associations?

2011-03-02 Thread Alex Pilon
@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Alex Pilon (613) 608-1480 -- If you want to report a vulnerability issue on symfony, please send

Re: [symfony-users] Re: ERP development ( SF 1.4 or 2.0 ? )

2011-03-01 Thread Alex Pilon
...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Alex Pilon (613) 608-1480 -- 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

[symfony-users] Protect development credentials when deploying application

2011-03-01 Thread Alex Pilon
Hello, Is there a way (sf1.4) to only publish production settings (e.g., in databases.yml, app.yml, or settings.yml) when you deploy a symfony application? Thanks -- Alex Pilon (613) 608-1480 -- If you want to report a vulnerability issue on symfony, please send it to security at symfony

Re: [symfony-users] Protect development credentials when deploying application

2011-03-01 Thread Alex Pilon
Votre Responsabilitée Environnementale! On Tue, Mar 1, 2011 at 9:28 PM, Alex Pilon alex.pi...@gmail.com wrote: Hello, Is there a way (sf1.4) to only publish production settings (e.g., in databases.yml, app.yml, or settings.yml) when you deploy a symfony application? Thanks -- Alex Pilon

Re: [symfony-users] Re: sfWidgetFormJQueryAutocompleter: how to retrieve the keys of the selected elements?

2011-02-26 Thread Alex Pilon
-users?hl=en -- Alex Pilon (613) 608-1480 -- 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

Re: [symfony-users] Re: How to set up a situation where a comments table is used for multiple entities

2011-02-26 Thread Alex Pilon
/vjCommentPlugin There are no foreign keys, instead there is field which indicates commented object's model, and it's id. On 25 Lut, 16:51, Alex Pilon alex.pi...@gmail.com wrote: Hello Everyone, I have a schema in which I have several entities, lets call them Shows, Broadcasters and Pitches

Re: [symfony-users] Create dynamic folder and save files in it.

2011-02-25 Thread Alex Pilon
. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Alex Pilon (613) 608-1480 -- If you

[symfony-users] How to set up a situation where a comments table is used for multiple entities

2011-02-25 Thread Alex Pilon
everything in one table, which is rather undesirable, and concrete doesn't seem to allow shared ids with a base table. Anyone ever have a similar set up? -- Alex Pilon (613) 608-1480 -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You

[symfony-users] [Symfony2]

2011-02-25 Thread Alex Pilon
*/* works fine. Any reason for this? -- Alex Pilon (613) 608-1480 -- 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

Re: [symfony-users] Symfony with MS-SQL Server

2011-02-23 Thread Alex Pilon
Works great for me. My company built a job board using sf and mssql. On Feb 23, 2011 6:05 AM, axel at axel.zu...@gmail.com wrote: Hello list, are there any experiences running symfony 1.4 with Microsoft SQL Server backends? is it stable, are there any known bugs or problems? thx axel -- If

Re: [symfony-users] [Symfony2] Generate application

2011-02-22 Thread Alex Potter
: The requested URL returned error: 500 while accessing https://github.com/Garfield-fr/Symfony2Project/info/refs Regards Alex -- 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

Re: [symfony-users] [Symfony2] Generate application

2011-02-22 Thread Alex Potter
On Tuesday 22 Feb 2011 15:46:16 Christophe COEVOET wrote: Alex the page I linked you is the github page where you will also see the README file. If you want the git repo you have to add .git at the end of the url. Many thanks. I should have looked at the web-page first :) I assumed

Re: [symfony-users] Updating existing project (Newbie to symfony)

2011-02-11 Thread Alex Pilon
email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Alex Pilon (613) 608-1480 -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You

Re: [symfony-users] Re: How to check if a file exist before uploading it ?

2011-02-10 Thread Alex Pilon
-- Alex Pilon (613) 608-1480 -- 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

Re: [symfony-users] Re: Use compenents from symfony 2.0 in symfony 1.4

2011-02-09 Thread Alex Pilon
@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Alex Pilon (613) 608-1480 -- If you want to report a vulnerability issue on symfony, please send

Re: [symfony-users] Re: How to let my users edit their password/profile ? [sfDoctrineGuardPlugin]

2011-02-08 Thread Alex Pilon
I made a form that inherited the included registration form. Look at its source code and you' ll see why. On Feb 8, 2011 3:29 AM, Manu emmanuel.parf...@gmail.com wrote: Hum .. I can keep reading the source, sure. Can't anyone explain to me how they did it on their projects ? Did you start by a

Re: [symfony-users] Re: How to let my users edit their password/profile ? [sfDoctrineGuardPlugin]

2011-02-08 Thread Alex Pilon
Glad I could help. Remember to always survey what you have to work with when coding. That and to read all documentation for something when you start using it. On Feb 8, 2011 8:12 AM, Manu emmanuel.parf...@gmail.com wrote: !! I didn't know there was a registration form !! You're right, extending

Re: [symfony-users] Re: Trying to send emails

2011-02-08 Thread Alex Pilon
email to symfony-users@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Alex Pilon (613) 608-1480 -- If you want to report a vulnerability

Re: [symfony-users] Re: Trying to send emails

2011-02-08 Thread Alex Pilon
://groups.google.com/group/symfony-users?hl=en -- Alex Pilon (613) 608-1480 -- 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

Re: [symfony-users] Re: Trying to send emails

2011-02-08 Thread Alex Pilon
For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Alex Pilon (613) 608-1480 -- 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

Re: [symfony-users] Re: How to let my users edit their password/profile ? [sfDoctrineGuardPlugin]

2011-02-07 Thread Alex Pilon
+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Alex Pilon (613) 608-1480 -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because

Re: [symfony-users] Any way to rename actions.class.php

2011-02-07 Thread Alex Pilon
. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Alex Pilon (613) 608-1480 -- If you

Re: [symfony-users] style tag (begin and end)

2011-02-04 Thread Alex Pilon
%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Alex Pilon (613) 608-1480 -- 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

Re: [symfony-users] Re: NEWBIE: echo out getUri() result in showSuccess. Jobeet tut ?

2011-02-03 Thread Alex Pilon
...@googlegroups.comsymfony-users%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Alex Pilon (613) 608-1480 -- If you want to report a vulnerability issue on symfony, please send it to security at symfony

Re: [symfony-users] Plugin Install

2011-02-02 Thread Alex Pilon
to symfony-users+unsubscr...@googlegroups.comsymfony-users%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Alex Pilon (613) 608-1480 -- If you want to report a vulnerability issue on symfony, please send

Re: [symfony-users] Re: old docs

2011-01-25 Thread Alex Pilon
options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Alex Pilon (613) 608-1480 -- 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

Re: [symfony-users] Taxonomy / Content Categorization using Symfony

2011-01-12 Thread Alex Pilon
://groups.google.com/group/symfony-users?hl=en -- Alex Pilon (613) 608-1480 -- 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

Re: [symfony-users] pdo connection error

2011-01-05 Thread Alex Pilon
...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Alex Pilon (613) 608-1480 -- 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

Re: [symfony-users] 2 Classes for each Database Table, what to put in each one?

2010-12-14 Thread Alex Pilon
to symfony-users+unsubscr...@googlegroups.comsymfony-users%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Alex Pilon (613) 608-1480 -- If you want to report a vulnerability issue on symfony, please send

Re: [symfony-users] Add to subscribe

2010-12-13 Thread Alex Pilon
To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.comsymfony-users%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Alex Pilon (613) 608-1480 -- If you want to report a vulnerability

Re: [symfony-users] Re: problem to use symfony

2010-12-13 Thread Alex Pilon
-users%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Alex Pilon (613) 608-1480 -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received

Re: [symfony-users] Re: Reg: Pagination Plugin for symfony 1.2.9

2010-12-13 Thread Alex Pilon
email to symfony-users@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.comsymfony-users%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Alex Pilon (613) 608-1480

Re: Re : [symfony-users] Where Modify action before saving

2010-12-08 Thread Alex Pilon
-users%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Alex Pilon (613) 608-1480 -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received

Re: [symfony-users] Re: Prompt for Extended Permissions when registering with Facebook Connect.

2010-12-08 Thread Alex Pilon
You said it was a dumb question. On Wed, Dec 8, 2010 at 16:56, deadwards traviskrobe...@gmail.com wrote: WOW! Thanks asshole!! On Dec 6, 1:54 pm, Alex Pilon alex.pi...@gmail.com wrote: Try this..http://tinyurl.com/2uhq73m Thanks! On Mon, Dec 6, 2010 at 14:49

Re: [symfony-users] Re: Exception occured exception 'Doctrine_Connection_Mysql_Exception' with message 'SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are a

2010-12-07 Thread Alex Pilon
result? On Tue, Dec 7, 2010 at 10:04, saichand saichan...@gmail.com wrote: Hi Alex, here is the code : public function getEclassForStudent($eclassId, $studentId) { return $this-createQuery('e') -where('e.id = ?', $eclassId) -leftJoin

Re: [symfony-users] Call to undefined method myUser::method

2010-12-06 Thread Alex Pilon
To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.comsymfony-users%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Alex Pilon (613) 608-1480 -- If you want to report

Re: [symfony-users] Routing with sf_method question

2010-12-06 Thread Alex Pilon
://groups.google.com/group/symfony-users?hl=en -- Alex Pilon (613) 608-1480 -- 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

Re: [symfony-users] Exception occured exception 'Doctrine_Connection_Mysql_Exception' with message 'SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are activ

2010-12-06 Thread Alex Pilon
%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Alex Pilon (613) 608-1480 -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because

Re: [symfony-users] Prompt for Extended Permissions when registering with Facebook Connect.

2010-12-06 Thread Alex Pilon
-users@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.comsymfony-users%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Alex Pilon (613) 608-1480 -- If you want

Re: [symfony-users] Re: image rendering problem-symfony 1.4

2010-12-03 Thread Alex Pilon
email to symfony-users@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.comsymfony-users%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Alex Pilon (613) 608-1480

Re: [symfony-users] how custom error404

2010-11-29 Thread Alex Pilon
options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Alex Pilon (613) 608-1480 -- 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

Re: [symfony-users] Re: symfony task into cron

2010-11-18 Thread Alex Pilon
/symfony-users?hl=en -- Alex Pilon (613) 608-1480 -- 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

Re: [symfony-users] Acces denied for user www-data

2010-11-18 Thread Alex Pilon
To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.comsymfony-users%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Alex Pilon (613) 608-1480 -- If you want to report a vulnerability

Re: [symfony-users] Doctrine + Don't allow duplicate values

2010-11-18 Thread Alex Pilon
this group, send email to symfony-users+unsubscr...@googlegroups.comsymfony-users%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Alex Pilon (613) 608-1480 -- If you want to report a vulnerability issue on symfony

Re: [symfony-users] sfGuardUserProfile doesn't work? :-(

2010-11-16 Thread Alex Pilon
Can you post your schema? On Nov 16, 2010 5:48 AM, man mixi mixi...@gmail.com wrote: Hi, experts. I set up a simple relationship using sfGuardUserProfile. But it does not work properly. Remove 'p.name' from select method, In this case it works. Why? I do not understand the meaning of the error

Re: [symfony-users] Re: Version control override/extend feature

2010-11-11 Thread Alex Pilon
Once you add or modify files you dont know if youll be conflicting with files from the other repo. Check out svn:external that allows you to reference other repos that you may or may not have read access to and save custom files to another repo. Im not experienced with git yet so their may be

Re: [symfony-users] How to aasign external link in symfony

2010-11-11 Thread Alex Pilon
this group, send email to symfony-users+unsubscr...@googlegroups.comsymfony-users%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Alex Pilon (613) 608-1480 -- If you want to report a vulnerability issue on symfony

Re: [symfony-users] Problems wiht: http://www.symfony-project.org/jobeet/1_4/Propel/en/03 Chapter

2010-11-11 Thread Alex Pilon
To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.comsymfony-users%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Alex Pilon (613) 608-1480 -- If you want to report a vulnerability issue

Re: [symfony-users] user-symfony

2010-11-10 Thread Alex Pilon
...@googlegroups.comsymfony-users%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Alex Pilon (613) 608-1480 -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You

Re: [symfony-users] Javascript onLoad event in a symfony context.

2010-11-10 Thread Alex Pilon
from this group, send email to symfony-users+unsubscr...@googlegroups.comsymfony-users%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Alex Pilon (613) 608-1480 -- If you want to report a vulnerability issue

Re: [symfony-users] connect to mssql 2008

2010-11-10 Thread Alex Pilon
...@googlegroups.comsymfony-users%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Alex Pilon (613) 608-1480 -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received

Re: [symfony-users] user-symfony

2010-11-10 Thread Alex Pilon
ExtJs es un framework javascript que es comparable a Flash y Silverlight.He visto que normalmente utiliza para desarrollar RIA. 2010/11/10 Martin Ibarra Cervantes ibarra.cervan...@gmail.com ExtJs ? que es ExtJS ? 2010/11/10 Alex Pilon alex.pi...@gmail.com: Hola, mi español no es bueno, sin

Re: [symfony-users] user-symfony

2010-11-10 Thread Alex Pilon
, for the community ;) --- Alexandre Salomé - http://alexandre-salome.fr Le 10 nov. 2010 22:16, Alex Pilon alex.pi...@gmail.com a écrit : ExtJs es un framework javascript que es comparable a Flash y Silverlight.He visto que normalmente utiliza para desarrollar RIA. 2010/11/10 Martin

Re: [symfony-users] Re: Defining an object [alias]?

2010-11-09 Thread Alex Pilon
...@googlegroups.comsymfony-users%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Alex Pilon (613) 608-1480 -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com

Re: [symfony-users] Re: Defining an object [alias]?

2010-11-09 Thread Alex Pilon
posting here, be professional and figure out if your question has to do with symfony or not. This user group needs to maintain a certain reputation otherwise we might as well call it hte general question board. On Tue, Nov 9, 2010 at 10:56, xpanshun srhen...@gmail.com wrote: Thanks Alex. I

Re: [symfony-users] Re: Password fields

2010-11-07 Thread Alex Pilon
Make sure to read documentation before posting here. This kind of information you should be able to find on your own. On Nov 7, 2010 5:47 PM, xpanshun srhen...@gmail.com wrote: I found the answer here: http://oldforum.symfony-project.org/index.php/m/74135/ as well Thanks for directing me to the

Re: [symfony-users] Re: introspect a functional test uncaught exception

2010-11-07 Thread Alex Pilon
...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Alex Pilon (613) 608-1480 -- 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

Re: [symfony-users] sending email from task through CLI

2010-11-05 Thread Alex Pilon
What's your task code look like? On Nov 5, 2010 8:24 AM, hribo hribo...@gmail.com wrote: i would like to ask you for the way to send email from the task. i know there are plenty of discussions showing how to do it. but i have actually problem when i am sending my emails, and this error shows up:

Re: [symfony-users] [Symfony 2] General Questions

2010-11-05 Thread Alex Pilon
. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.comsymfony-users%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Alex

Re: [symfony-users] More DQL query help

2010-11-05 Thread Alex Pilon
You need to use wildcards On Nov 5, 2010 5:55 PM, xpanshun srhen...@gmail.com wrote: Hi everyone, I am trying to return any record from the database where a certain word (stored in variable $searchterm) is used (within a few different fields)... Here is what I have: $q =

Re: [symfony-users] Re: More DQL query help

2010-11-05 Thread Alex Pilon
...@gmail.com wrote: Isn't that for when you want to go through all of the columns in the database? I only wanted to look through the particular ones above... On Nov 5, 6:01 pm, Alex Pilon alex.pi...@gmail.com wrote: You need to use wildcards On Nov 5, 2010 5:55 PM, xpanshun srhen...@gmail.com

Re: [symfony-users] Re: More DQL query help

2010-11-05 Thread Alex Pilon
') -where('p.product_id = ?', $search_term) -orWhe... But it still didn't work...is my syntax incorrect? On Nov 5, 6:33 pm, Alex Pilon alex.pi...@gmail.com wrote: I mean for the LIKE clause.. so what... On Fri, Nov 5, 2010 at 18:31, xpanshun srhen...@gmail.com wrote: Isn't that for when you wan

Re: [symfony-users] Re: More DQL query help

2010-11-05 Thread Alex Pilon
Word, glad I could help. On Nov 5, 2010 7:18 PM, xpanshun srhen...@gmail.com wrote: IT WORKED!!! You are so awesome! :) I was putting single quotes around the searchterm part instead of double quotes...Thank you!! :D On Nov 5, 7:00 pm, Alex Pilon alex.pi...@gmail.com wrote: You still

Re: [symfony-users] Question: The best way to embed javascript : in parial or in js files

2010-11-03 Thread Alex Pilon
%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Alex Pilon (613) 608-1480 -- 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

Re: [symfony-users] Re: Textarea onclick event?

2010-11-03 Thread Alex Pilon
to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.comsymfony-users%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Alex Pilon (613

Re: [symfony-users] What exactly means MODELS

2010-11-03 Thread Alex Pilon
=en -- Alex Pilon (613) 608-1480 -- 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

Re: [symfony-users] What exactly means MODELS

2010-11-03 Thread Alex Pilon
M. Pozzato, No worries, just wanted to give you a heads up and to help you improve your English. Glad my explanation helped. Cheers On Wed, Nov 3, 2010 at 10:49, Marcio Pozzato mspozz...@gmail.com wrote: Alex, Thank you and I'm so sorry by using Gays instead of the appropriate Guys. About

Re: [symfony-users] Re: Admin Generator / PKs

2010-11-03 Thread Alex Pilon
to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.comsymfony-users%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Alex Pilon

Re: [symfony-users] Re: Admin Generator / PKs

2010-11-03 Thread Alex Pilon
, xpanshun srhen...@gmail.com wrote: @ Alex, I guess that is possible, but I was hoping for an easier way like making some type of change in the generator.yml or something of that nature... On Nov 3, 1:04 pm, Alex Pilon alex.pi...@gmail.com wrote: I've only ever used the default.. but would

Re: [symfony-users] How strict is your approach towards convention over configuration?

2010-11-03 Thread Alex Pilon
email to symfony-users+unsubscr...@googlegroups.comsymfony-users%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Alex Pilon (613) 608-1480 -- If you want to report a vulnerability issue on symfony, please send

Re: [symfony-users] Re: Admin Generator / PKs

2010-11-03 Thread Alex Pilon
No problem. On Wed, Nov 3, 2010 at 13:28, xpanshun srhen...@gmail.com wrote: I'll probably go ahead and do that Alex, thanks for the response :) On Nov 3, 1:20 pm, Alex Pilon alex.pi...@gmail.com wrote: I'm not sure.. I don't have a lot of experience customizing generators.. however I

Re: [symfony-users] Re: Admin Generator / PKs

2010-11-03 Thread Alex Pilon
, send email to symfony-users+unsubscr...@googlegroups.comsymfony-users%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Alex Pilon (613) 608-1480 -- If you want to report a vulnerability issue on symfony, please send

Re: [symfony-users] How strict is your approach towards convention over configuration?

2010-11-03 Thread Alex Pilon
to symfony-users+unsubscr...@googlegroups.comsymfony-users%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Alex Pilon (613) 608-1480 -- If you want to report a vulnerability issue on symfony, please send it to security

  1   2   >