[symfony-users] FULLTEXT in schema

2010-08-31 Thread ALGO
I have a question about how to define fulltext index in schema for symfony 1.0 from my research, there's no satisfied answer on the web. hope you can help thx -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message

[symfony-users] datepicker

2010-08-31 Thread Hamza
salut j'utilise le widget sfWidgetFormJQueryDate pour avoir un calendrier mon probleme c'est que j'ai eu le calendreir et tou vas bien mais lorsque je selectionne une date j'aurais toujours un ou deux champs (jour et mois) manquant j'ai toujour des valeur vide dans ce deux liste je ne sais pas d'

[symfony-users] datepicker

2010-08-31 Thread Hamza Tlili
salut j'utilise le widget sfWidgetFormJQueryDate pour avoir un calendrier mon probleme c'est que j'ai eu le calendreir et tou vas bien mais lorsque je selectionne une date j'aurais toujours un ou deux champs (jour et mois) manquant j'ai toujour des valeur vide dans ce deux liste je ne sais pas d'

Re: [symfony-users] IE8 and isXmlHttpRequest

2010-08-31 Thread Stéphane
Compare the http request headers of the firefox's xhr over the ie8's one Before Printing, Think about Your Environmental Responsibility! Avant d'Imprimer, Pensez à Votre Responsabilitée Environnementale! On Tue, Aug 31, 2010 at 8:20 PM, HAUSa < jeroen_heeft_behoefte_aan_r...@hotmail.com> wrote:

[symfony-users] IE8 and isXmlHttpRequest

2010-08-31 Thread HAUSa
In IE8, my isXmlHttpRequest function doesn't work. In my template, I use isXmlHttpRequest()): ?> to hide content if it is an AJAX call. Firefox handles this okay, but IE8 shows the entire template, as well as the complete layout again! How is this possible? Bug? Anyone who knows a fix? -- If you

Re: [symfony-users] Re: Doctrine2 & symfony 1.4

2010-08-31 Thread Brandon Turner
On 8/30/10 1:32 AM, Maxim Oleinik wrote: Right. But i'd prefer to make "pull requests" to official plugin git mirror instead of direct commiting to official svn repo. And it's easy to do code review and comment code with GitHub. Just FYI: My (blt04) git sfDoctrine2Plugin repo is not "official

[symfony-users] List - "go"-Button

2010-08-31 Thread Super-OTR.de
Hello, wanted to ask, how i can change the "go" Button value and the "choose_an_action". Thank 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 Groups "symfony u

[symfony-users] Re: symfony rest POST

2010-08-31 Thread Shihab KB
Thank you for your answer. Can you please give me the routing entries for this? On Aug 31, 5:55 pm, Gareth McCumskey wrote: > There is no need to worry about routing as you can handle REST request all > within the index action (or whatever other default action you may have > already setup in your

Re: [symfony-users] symfony rest POST

2010-08-31 Thread Gareth McCumskey
There is no need to worry about routing as you can handle REST request all within the index action (or whatever other default action you may have already setup in your routing for modules) and do checks on whether an incoming is a post request. For example: public function executeIndex (sfWebReque

Re: [symfony-users] [Symfony2]: Some questions about console and bundles

2010-08-31 Thread Dennis Benkert
I should have guessed to take a look the the symfony-docs repository... Thanks a lot! 2010/8/31 Fabien Potencier > On 8/31/10 2:21 PM, Dennis Benkert wrote: > >>You only need one application per "project". The CLI will probably >>change a lot (as we will probably have a .phar tool to bo

Re: [symfony-users] [Symfony2]: Some questions about console and bundles

2010-08-31 Thread Fabien Potencier
On 8/31/10 2:21 PM, Dennis Benkert wrote: You only need one application per "project". The CLI will probably change a lot (as we will probably have a .phar tool to boostrap a project independently of having Symfony installed somewhere on your machine). But, for now, you never need

Re: [symfony-users] [Symfony2]: Some questions about console and bundles

2010-08-31 Thread Dennis Benkert
2010/8/31 Fabien Potencier > On 8/31/10 8:11 AM, Dennis Benkert wrote: > >> Hi, >> >> during the last days I again had the chance to take a look at Symfony2 >> again. After some search through the mailing list and the >> documentation I have some questions that came to my mind and the >> answers

[symfony-users] symfony rest POST

2010-08-31 Thread Shihab KB
Dear friends, I would like to do one REST API for creating a users by POST method. I am new to REST, php & symfony. I just now created a rest api to get uses from the database. Can somebody help me by providing a samples for creating a rest api with POST method... I request you to give me the ent

Re: [symfony-users] CSRF Protection via GET

2010-08-31 Thread Vecsei
Hello, thanks for your answer. I didnt want to use a form... Could you tell me more about the second way you mentioned ? Thank you Am 31.08.2010 08:11, schrieb Benoit Montuelle: Hello, If you use a form to generate CSRF token, juste put a method="get" attribute in your form opening ta

[symfony-users] Re: Data dump OK Data load fails

2010-08-31 Thread Dirk Conzelmann
OK i think this is some kind of "migt-never-be-fixed" as I found much related articles with this problem related to doctrine. http://www.thomaskeller.biz/blog/2010/01/29/never-trust-doctrinedata-dump/ So folks out there be careful on productive systems with dump and load! DC On 08/31/2010 10:1

Re: [symfony-users] Learn Symfony

2010-08-31 Thread Dirk Conzelmann
If you are using windows vista you cold run into some problems because of the User account restrictions. Have a look at the xampp.org page. Try the sandbox or if you are alredy experienced with apache then simply follow the installing instructions on the getting started tutorial. http://www.sym

Re: [symfony-users] [Symfony2]: Some questions about console and bundles

2010-08-31 Thread Fabien Potencier
On 8/31/10 8:11 AM, Dennis Benkert wrote: Hi, during the last days I again had the chance to take a look at Symfony2 again. After some search through the mailing list and the documentation I have some questions that came to my mind and the answers may be helpful for others, too. The console scr

Re: [symfony-users] y2K38 bug in PHP - Symfony

2010-08-31 Thread Mercedes Sualog III
Ok. I will try. Thank you. On Tue, Aug 31, 2010 at 4:35 PM, Gareth McCumskey wrote: > Yes you will need to .. to at least symfony 1.2 > > > On Tue, Aug 31, 2010 at 4:56 AM, Mercedes Sualog III < > mercedes.sua...@gmail.com> wrote: > >> I'm using symfony 1.0.8.. In this case, do I have to the upgr

[symfony-users] Data dump OK Data load fails

2010-08-31 Thread Dirk Conzelmann
Hi, i have dumped my data using the command symfony doctrine:data-dump Now I get an error when importing the data again using the command symfony doctrine:data-load Error: Unknown record property / related component "groups" on "sfGuardUser" I deleted the fixtures files under plugins/sfDoctri

Re: [symfony-users] y2K38 bug in PHP - Symfony

2010-08-31 Thread Gareth McCumskey
Yes you will need to .. to at least symfony 1.2 On Tue, Aug 31, 2010 at 4:56 AM, Mercedes Sualog III < mercedes.sua...@gmail.com> wrote: > I'm using symfony 1.0.8.. In this case, do I have to the upgrade? I will > try to check the difference of these versions. > > Thank you. > > On Fri, Aug 27, 2

Re: [symfony-users] Learn Symfony

2010-08-31 Thread Gareth McCumskey
http://www.symfony-project.org On Tue, Aug 31, 2010 at 6:32 AM, kalpesh chavada < kalpesh.chavad...@gmail.com> wrote: > I am last year I.T. engg. student in Ahmedabad in India.I use Symfony > first time.I want to learn symfony.but problem is symfony is not > properly installed.so can any body gi

Re: [symfony-users] y2K38 bug in PHP - Symfony

2010-08-31 Thread Mercedes Sualog III
I'm using symfony 1.0.8.. In this case, do I have to the upgrade? I will try to check the difference of these versions. Thank you. On Fri, Aug 27, 2010 at 7:39 PM, Gareth McCumskey wrote: > Which version of symfony? I think propel 1.3 (which symfony 1.2 and upwards > uses) does not suffer this p

[symfony-users] Learn Symfony

2010-08-31 Thread kalpesh chavada
I am last year I.T. engg. student in Ahmedabad in India.I use Symfony first time.I want to learn symfony.but problem is symfony is not properly installed.so can any body give me guidence that how to install symfony.I used XP Home version and WAMP server.So plz tell meI am waiting. --