[symfony-users] Re: sfConfiguration... and some refactoring

2008-02-06 Thread Matthias N.
On 5 Feb., 15:17, Fabien POTENCIER [EMAIL PROTECTED] project.com wrote: Hi all, The sfConfiguration refactoring is almost finished. It takes times but a lot of problems arose during the refactoring. I still have some design decisions to take and to begin with, I need your advice on the way

[symfony-users] sfLucene upgrade problem

2008-02-06 Thread gestadieu
Hi all, I used sfLucenePlugin for a while on version 0.1.0 and it seems there are some bugs corrected on the latest version 0.1.4, so I've decided to upgrade my plugin unfortunately I now have an error message every time I try to rebuild the index (after a symfony cc): Notice: Undefined index:

[symfony-users] Re: sfConfiguration... and some refactoring

2008-02-06 Thread Matthias N.
On 6 Feb., 10:27, Fabien POTENCIER [EMAIL PROTECTED] project.com wrote: As you can retrieve PHP version with PHP_VERSION, SYMFONY_VERSION seems the best compromise. If we want a class constant, the only possibility is sfCoreAutoload::VERSION as this is the very first class to be loaded.

[symfony-users] Re: sfConfiguration... and some refactoring

2008-02-06 Thread Matthias N.
On 6 Feb., 10:39, Fabien POTENCIER [EMAIL PROTECTED] project.com wrote: Matthias N. wrote: On 6 Feb., 10:27, Fabien POTENCIER [EMAIL PROTECTED] project.com wrote: As you can retrieve PHP version with PHP_VERSION, SYMFONY_VERSION seems the best compromise. If we want a class constant,

[symfony-users] Problem with Doctrine, admin generator and m2m relation

2008-02-06 Thread Matthias N.
Hi list, I'm using the admin generator with Doctrine. I have a m2m relation Users. This relation seems to be configured correctly but the problem is the form field is not displayed at all in the admin generator. Unfortunately I get no error message, the field simply is not there.. :-( Anyone

[symfony-users] New Symfony Project

2008-02-06 Thread [EMAIL PROTECTED]
Hi there, My name is Antonio Neto and I write you from Brazil, I've studied all the Symfony book and the Askeet tutorial to start to develop a great project here. But I have some important questions about propel 1.3 and the new version of Symfony (1.1). How can you advice me about this

[symfony-users] Vertical Line

2008-02-06 Thread Birchandra Sanasam
Hi All, I want to write some text on vertical line. Can I write it? Please guide me if someone knows. -- Birchandra Sanasam Web Developer Analyst # +91 9810 191478 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[symfony-users] Re: sfConfiguration... and some refactoring

2008-02-06 Thread markus.staab
+1 for global constant SYMFONY_VERSION --~--~-~--~~~---~--~~ 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] sfPropelVersionableBehaviorPlugin: update your externals !

2008-02-06 Thread Francois Zaninotto
Hi users, I just modified the layout of the sfPropelVersionableBehaviorPlugin ( http://trac.symfony-project.com/wiki/sfPropelVersionableBehaviorPlugin) to add a trunk and branches. If you rely on svn:externals to include this plugin in your projects, you must modify the property from:

[symfony-users] Re: localize modules and actions?

2008-02-06 Thread Matthias N.
On 4 Feb., 11:58, pihentagy [EMAIL PROTECTED] wrote: Hi! I'd like to know, wheter I can fully localize the url of a project consisting more applications. So, if I have an url like:http://mydomain.com/organization/viewand I would like to localize it for Hungary, I'd like to

[symfony-users] Re: Problem with Doctrine, admin generator and m2m relation

2008-02-06 Thread Philip Daly
Matthias, I ran into a similar issue a while ago, but it's entirely possible the Doctrine or Admin Generator code has changed since then. However, I believe the problem was that the PK of one of the objects in the M2M relationship wasn't 'id'. And as I recall, there was some assumption in the

[symfony-users] Re: Vertical Line

2008-02-06 Thread Alexander Deruwe
On 06 Feb 2008, at 12:52, Birchandra Sanasam wrote: I want to write some text on vertical line. Can I write it? Please guide me if someone knows. Sounds like you need Google. ;) http://www.google.com/search?q=html+vertical+text Alexander

[symfony-users] Re: Problem with Doctrine, admin generator and m2m relation

2008-02-06 Thread Matthias N.
On 6 Feb., 14:27, Philip Daly [EMAIL PROTECTED] wrote: Matthias, I ran into a similar issue a while ago, but it's entirely possible the Doctrine or Admin Generator code has changed since then. However, I believe the problem was that the PK of one of the objects in the M2M relationship

[symfony-users] Re: Django

2008-02-06 Thread Lee Bolding
On a similar note - has anybody experimented with Grails? I'm going to have a play with it over the weekend... -Original Message- From: symfony-users@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of rihad Sent: 06 February 2008 07:17 To: symfony users Subject: [symfony-users]

[symfony-users] Re: New Symfony Project

2008-02-06 Thread Kiril Angov
Small clarification, the dwhittle branch integrates propel 1.3 with *symfony 1.1* markus.staab wrote: maybe the dwhittle branch will help you, because it integrates propel13 in symfony 1.0. another solution would be to play around with the propel13 plugin

[symfony-users] Re: sfConfiguration... and some refactoring

2008-02-06 Thread Mark D
I also vote for global constant SYMFONY_VERSION, it doesn't make sense to try to attach it to a specific class, and it doesn't sound quite right on an Autoload class. On Feb 6, 3:37 am, markus.staab [EMAIL PROTECTED] wrote: +1 for global constant SYMFONY_VERSION

[symfony-users] Re: datetime and now

2008-02-06 Thread Mark D
The simplest solution is $object-setMyDatetime('NOW'); Mark On Feb 5, 9:52 am, pihentagy [EMAIL PROTECTED] wrote: Well, setting $object-setMyDatetime(time()); works, if it is called :-/ On Feb 5, 5:34 pm, pihentagy [EMAIL PROTECTED] wrote: Hi all! I'm stuck with a datetime (or

[symfony-users] (SQL) exception handling + locking

2008-02-06 Thread pihentagy
Hi all! I'm reading the tutorials and I cannot find the section, when it is about exceptions (maybe I am overlooked it?) How symfony (and propel) handles exceptions in the SQL statements? What if there is an update, and the object in question is deleted in the meantime? Contrary, I am suprised,

[symfony-users] Re: (SQL) exception handling + locking

2008-02-06 Thread Lee Bolding
Isn't it more flexible that retrieveByPK *DOESN'T* return an exception? This allows you to throw your own exception if you want or deal with it in whatever way you see fit. I believe there is an optimistic locking plugin... but remember HTTP is stateless :) -Original Message- From:

[symfony-users] Re: Django

2008-02-06 Thread Dave Dash
After hearing about sf2.0 and then reading the django docs... I put 2 and 2 together. I'm actually really excited about sf2 now. I think the flexibility (I'm assuming) it'll afford will be a huge sell for some development teams. As to the main question. I've been coding a lot of django in the

[symfony-users] Re: sfLucene upgrade problem

2008-02-06 Thread Carl Vondrick
Hi, Can you give me a stack trace for the undefined index notice? The accent bug should be fixed in 0.1.3, however this is a very fragile bug, so there may be multiple causes. If you can create a simple script that reproduces the bug, then send it to me. However, often I find the problem

[symfony-users] Re: Django

2008-02-06 Thread kdizza
I was going to look into django and python when I saw this? http://it.slashdot.org/article.pl?sid=08/02/01/1624247 Should I be worried? On Feb 6, 3:54 pm, Dave Dash [EMAIL PROTECTED] wrote: After hearing about sf2.0 and then reading the django docs... I put 2 and 2 together. I'm actually