Re: [symfony-users] Re: All new symfony developers please read...

2010-10-28 Thread Alexandru-Emil Lupu
Hello! +1 to this For a long long time, i have stopped to read most of the features her, because is just noise... I have even done a filter to skip my inbox, as i do not have enough time to read and fix all the documentation related problems When had the time, i have entered on #symfony

Re: [symfony-users] Re: Best practice: Sharing data (e.g. i18n files) among symfony applications

2010-10-28 Thread Alexandru-Emil Lupu
Hello! Why don't you move your i18n to your database? this allows you / your team to easily add / remove / change the texts without any deploy / cache-clearing or other kind of task ... Alecs On Oct 28, 2010, at 1:46 PM, cestcri wrote: Actually this was even easier then expected, I just

Re: [symfony-users] Day 3 output does not show graphically

2010-10-20 Thread Alexandru-Emil Lupu
Hello! Maybe you have forgot to svn checkout the assets (images, js, and css ) from the jobeet repository. Alecs On Tue, Oct 19, 2010 at 2:26 PM, mrhassan rakib...@gmail.com wrote: Hi, I have installed Symfony and followed all the instructions upto the end of day 3. Everything worked fine.

Re: [symfony-users] Re: deploy on cPanel shared host

2010-10-01 Thread Alexandru-Emil Lupu
Check this out ... http://www.alecslupu.ro/blog/Installing-a-symfony-project-on-a-shared-host Alecs On Fri, Oct 1, 2010 at 2:23 PM, aninffected aninffec...@gmail.com wrote: Hello, I am having the same problem as mr. Martin Henits above.I'd like to ask you what you mean by modify the routes

Re: [symfony-users] Re: sfValidatorString returing text Array when used as form filter validator

2010-10-01 Thread Alexandru-Emil Lupu
Hello! Maybe this would help $this-validatorSchema['name']= new sfValidatorSchemaFilter('text', new sfValidatorString(array( 'required' = false, 'min_length' = 4))); On Thu, Sep 30, 2010 at 7:47 PM, Keith Mendoza panthe...@gmail.com wrote: I was actually

Re: [symfony-users] Re: a good IDE for Symfony

2010-08-06 Thread Alexandru-Emil Lupu
i use : vi, Netbeans, nano or mcedit ... :) On Fri, Aug 6, 2010 at 5:05 PM, Phil Moorhouse moorhouse.p...@gmail.comwrote: Aptana Studio v3 is now open source and currently in beta - it has reintroduced it's own PHP editor (i.e. not using PDT as in v2) as well as including excellent CSS / JS

Re: [symfony-users] Calling stored procedures with SF and Doctrine

2010-07-08 Thread Alexandru-Emil Lupu
show us the stored procedure you have ... that way we could say On Wed, Jul 7, 2010 at 7:38 PM, Ricardo Jose Guzman Milanes guzman.ricardoj...@gmail.com wrote: Hello I was searching in Google about how to call stored procedures, I found this post in this group:

Re: [symfony-users] can someone take a look--sfWidgetFormDoctrineChoice problem

2010-06-17 Thread Alexandru-Emil Lupu
Hi! implement a __toString method in your category model. That way, you will be able to customize your display text public function __toString(){ return $this-getCategoryid(); } On Wed, Jun 16, 2010 at 6:41 PM, Andro Fumero fugitive...@yahoo.com wrote: hello there, I'm a newbie here and

Re: [symfony-users] practical symfony guide 1.4 routing (or apache?) question

2010-06-11 Thread Alexandru-Emil Lupu
HI! Most probably, you don't have the mod_rewrite enabled in your apache. Use a phpinfo(); and check if you have it enabled. If it is not, then edit your apache.conf / httpd.conf file, restart your server and retry . Alecs On Thu, Jun 10, 2010 at 2:48 AM, Marvin Frederickson

Re: [symfony-users] Re: sf 1.4: How can execute a task within another task? (tasks in a task)

2010-06-01 Thread Alexandru-Emil Lupu
$this-runTask($name, $arguments, $options) On Tue, Jun 1, 2010 at 3:52 PM, benlancaster ben.lancas...@holler.co.ukwrote: Here's how I do it: $task = new sfDoctrineBuildTask(clone $this-dispatcher, clone $this-formatter); $task-setCommandApplication($this-commandApplication);

Re: [symfony-users] __tostring

2010-06-01 Thread Alexandru-Emil Lupu
Find the alias that you are using to reference those 2 models, and just do a plain __toString in your *paiement table Like class paiment extends BasePaiment { public function __toString() { return $this-getPerson()-__toString(); } } * On Tue, Jun 1, 2010 at 4:39 PM, safa boubekri

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

2010-05-29 Thread Alexandru-Emil Lupu
Well ... you can try a VPS for a start. I have a provider that gives me 10 E / month the smallest packet http://www.intovps.com/ Alecs On Sat, May 29, 2010 at 2:29 PM, Sela Yair tzi...@gmail.com wrote: what is the cheapest i can get for a dedicated server? On 29 May 2010 14:20, comb

Re: [symfony-users] Affordable managed hosting for use with symfony

2010-05-28 Thread Alexandru-Emil Lupu
VPS or: Shared : http://alecslupu.ro/blog/Installing-a-symfony-project-on-a-shared-host On Fri, May 28, 2010 at 11:46 PM, Eno symb...@gmail.com wrote: On Fri, 28 May 2010, Daniel Lohse wrote: Take a look at what Servergrove has to offer. All their VPS instances are alright and they come

Re: [symfony-users] Multiple i18n XLIFF Files for one Language

2010-05-17 Thread Alexandru-Emil Lupu
For the forms i don't think you can't to use other translations files than messages. However, you could use: ?php echo __('Translation string', array(), 'my-custom-dictionary')? When you run i18n:extract, it should be saved in 'my-custom-dictionary.xml'. However, the default language would

Re: [symfony-users] sfFormLanguage displaying languages in their respective language

2010-05-12 Thread Alexandru-Emil Lupu
I don't think that is possible. However, you could create your own widget to do it. All what you have to do is to create your own select box, and play with sfCultureInfo... Alecs sent via htc magic On May 12, 2010 11:39 AM, HiDDeN davidmoralesmoj...@gmail.com wrote: Is there a way to display

Re: [symfony-users] urgen_send_mail

2010-05-12 Thread Alexandru-Emil Lupu
Safa, i don't wanna say that i think that i have seen your problem a while ago, and i have suggested you to use the sf mailer / factories.yml however, if you want to do it like that (you're code), i would suggest you to do this: mail($mail, $object, $message, $head); *sfView::NONE;* } Alecs

Re: [symfony-users] Re: sf/doctrine performance

2010-05-07 Thread Alexandru-Emil Lupu
Or, you can try to install php 5.3. It has a better garbage collector, so, your script will not die because of the memory issue ... I haven't seen you code or xml format, but after you parse each game ... unset() it (in php 5.3 works nice, and you have some nice results ) On Fri, May 7, 2010 at

Re: [symfony-users] form_backend

2010-05-07 Thread Alexandru-Emil Lupu
Something like $this-configuration-getForm() Have a look in the cache.. you will see there. Alternatively, new Form() sent via htc magic On May 7, 2010 1:08 PM, safa boubekri boubekri.s...@gmail.com wrote: hello how can i instance form in the backend thank you -- If you want to

Re: [symfony-users] form_backend

2010-05-07 Thread Alexandru-Emil Lupu
Please read the manual. You have there a mailer thing which might help you sent via htc magic On May 7, 2010 1:49 PM, safa boubekri boubekri.s...@gmail.com wrote: like to recover the email of person in order to send him message in the action of persson wich is intk backend i put

Re: [symfony-users] How to use a script without any display

2010-05-07 Thread Alexandru-Emil Lupu
use sfView::NONE in your action :) function executeFooo($request) { // a lot of code here sfView::NONE; } On Fri, May 7, 2010 at 12:40 PM, Alain Baudry tanat...@gmail.com wrote: Hi everybody, my problem is quite simple: I am connecting a payment solution to my symfony project. This payment

Re: [symfony-users] form_backend

2010-05-07 Thread Alexandru-Emil Lupu
ok: let us see your factories.yml settings Alecs On Fri, May 7, 2010 at 4:46 PM, safa boubekri boubekri.s...@gmail.com wrote: after i configurate  factories.yml i have this msg: Catchable fatal error: Argument 1 passed to Swift_Transport_AbstractSmtpTransport::registerPlugin() must be an

Re: [symfony-users] form_backend

2010-05-07 Thread Alexandru-Emil Lupu
and the symfony version you are using... On Fri, May 7, 2010 at 5:15 PM, Alexandru-Emil Lupu gang.al...@gmail.com wrote: ok: let us see your factories.yml settings Alecs On Fri, May 7, 2010 at 4:46 PM, safa boubekri boubekri.s...@gmail.com wrote: after i configurate  factories.yml i have

Re: [symfony-users] form_backend

2010-05-07 Thread Alexandru-Emil Lupu
check : http://groups.google.fr/group/symfony-devs/browse_thread/thread/5457d3d99296fc2d http://www.symfony-project.org/jobeet/1_4/Doctrine/en/16 and plese read my email signature ... line by line ... Alecs On Fri, May 7, 2010 at 5:25 PM, safa boubekri boubekri.s...@gmail.com wrote: OK THAK

Re: [symfony-users] Re: Making Software for shared hosting market

2010-05-07 Thread Alexandru-Emil Lupu
have a look here about installing on shared hosting http://www.alecslupu.ro/blog/Installing-a-symfony-project-on-a-shared-host Alecs On Fri, May 7, 2010 at 8:54 PM, BizHat.com i...@bizhat.com wrote: @Tom Ptacnik, i know symfony is a framework. I am asking about application made in symfony.

Re: [symfony-users] [RFC] sfUnifiedGuard for Symfony 2

2010-05-06 Thread Alexandru-Emil Lupu
+1 On Thu, May 6, 2010 at 9:41 AM, Alan Bem alan@gmail.com wrote: thumbs up On Wed, May 5, 2010 at 6:44 PM, Daniel Lohse annismcken...@googlemail.com wrote: Yes, that really is awesome! +1 Sent from my iPhone On May 5, 2010, at 5:34 PM, Javier Garcia tirengar...@gmail.com wrote:

Re: [symfony-users] How I can share some functionality between models

2010-05-06 Thread Alexandru-Emil Lupu
??? what exactly do you mean ? On Thu, May 6, 2010 at 11:40 AM, amit amit@gmail.com wrote: How I can share some functionality between models? -- Amit -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this

Re: [symfony-users] User free-subscription: is possible?

2010-05-02 Thread Alexandru-Emil Lupu
Yeah ... is possible to do it automatically. Check sfDoctrineGuardExtraPlugin On Sun, May 2, 2010 at 9:31 PM, nazgul17 nazgu...@gmail.com wrote: Hello to everyone. I am new to Symfony, so I ask you to forgive me if my question is a noob question. Anyway, looking in documentation / tutorials I

Re: [symfony-users] Re: Directory locked after svn pe svn:externals lib/vendor/

2010-05-01 Thread Alexandru-Emil Lupu
I do not have access to my computer atm, but see the svn ext on svn.sfshop.net Also ... please show us what have you wrote in that pe setuo sent via htc magic On May 1, 2010 11:36 PM, pghoratiu pghora...@gmail.com wrote: Try running a svn cleanup and see if that resolves the problem with locked

Re: [symfony-users] Doctrine - nested set - node deletion

2010-04-30 Thread Alexandru-Emil Lupu
Check http://redotheoffice.com/?p=74 It implements a dragdrop admin... sent via htc magic On Apr 29, 2010 10:29 PM, Alessandro Massignan ff...@gmail.com wrote: Hi all, i've set up a nested set behaviour and generate the admin section for this one, but something doesn't work at all: node

Re: [symfony-users] How to store data for the relation?

2010-04-28 Thread Alexandru-Emil Lupu
Well is a problem of perception but i think you can do this: Company Table (has a M:N relation to) Service Table Service Table (has a M:N relation to) Service Prices Service Prices (has a 1:1 unique relation on Company Table + Service Table) Aletrnativelly, you can use Service Table as M:N

Re: [symfony-users] help_nahoMailPlugin

2010-04-28 Thread Alexandru-Emil Lupu
Why don't you check this ? http://www.symfony-project.org/tutorial/1_3/en/whats-new Alecs On Wed, Apr 28, 2010 at 1:37 PM, safa boubekri boubekri.s...@gmail.com wrote: hi thank you  the version is 1.1.3 should you  give me the  steps  to confgurate  appl.yml and how can  i send  msg  with 

Re: [symfony-users] Question about sfValidatorDate

2010-04-28 Thread Alexandru-Emil Lupu
well, try this: $years = range(1900,date('Y')); 'fecha_nac' = new sfWidgetFormDate(array('years' = array_combine($years, $years, it will give you an array like array('1901'=1901, '1902'=1902 ) On Wed, Apr 28, 2010 at 2:13 PM, Javier Garcia tirengar...@gmail.com wrote: Hi, i have

Re: [symfony-users] Re: How to store data for the relation?

2010-04-28 Thread Alexandru-Emil Lupu
try embed forms :) On Wed, Apr 28, 2010 at 1:56 PM, saki sakrame...@gmail.com wrote: OK, i've added the fee column to the connection table. I can show/ list all the services in the company form with this: ?php echo $form['services_list'] ? in the form i use this:

Re: [symfony-users] sf directory problem

2010-04-26 Thread Alexandru-Emil Lupu
http://symfony-check.org/ On Mon, Apr 26, 2010 at 3:12 PM, Ámon Tamás ta...@amon.hu wrote: Hello, I have the following line in my apache settings file: Alias /sf /usr/share/php/data/symfony/web/sf Then when I write to the URL the following: http://mysite/sf/something I get an apache 404

Re: [symfony-users] sf directory problem

2010-04-26 Thread Alexandru-Emil Lupu
...@gmail.com wrote: Hmm. I do not really understand it. How can I use this tool? And my problem is I have en apache 404 error, not symfony. On 26 April 2010 14:15, Alexandru-Emil Lupu gang.al...@gmail.com wrote: http://symfony-check.org/ On Mon, Apr 26, 2010 at 3:12 PM, Ámon Tamás ta...@amon.hu wrote

Re: [symfony-users] Re: performance problem with sfDoctrinePage on symfony 1.2

2010-04-21 Thread Alexandru-Emil Lupu
Switch to dev env and see if any of the view files is responsable sent via htc magic On Apr 21, 2010 8:59 AM, Tom Ptacnik to...@tomor.cz wrote: Which line of code causes this performance problems? On 19 dub, 17:20, mehdi hadef mehdi.ha...@gmail.com wrote: Hi all, I have a performance pr...

Re: [symfony-users] Re: :-( please help. ajax problem - noob to ajax -probably simple

2010-04-21 Thread Alexandru-Emil Lupu
well i do: inside the controller: $this-hasLayout(false); inside the view: ?php echo json_encode($my_json_content_variable)? Alecs On Wed, Apr 21, 2010 at 2:51 PM, Paul Burdon p...@clearintent.co.uk wrote: Thanks for all input everyone. Finally got it working, had to mess around with the

Re: [symfony-users] How to stop doctrine creating tables for a single model?

2010-04-20 Thread Alexandru-Emil Lupu
Hi! You can add: YourModel: options: symfony: model: false sent via htc magic On Apr 20, 2010 8:07 PM, sromano88 sroman...@gmail.com wrote: Hi John, I am facing the same problem you stated in How to stop doctrine creating tables for a single model? I can''t get the solution, and I

Re: [symfony-users] sfGuardUserProfile fixtures file population - possible?

2010-04-19 Thread Alexandru-Emil Lupu
It is possible, but from what i am seeing, your schema is malformed. sfGuardUser: sfGuardUser_1: username: clearintent password: Muaddib is_super_admin: true sfGuardUserProfile: # here you had several spaces more than it was needed first_name: Clear # here you

Re: [symfony-users] Security user problem[New to Symfony] sfBasicSecurityUser

2010-04-19 Thread Alexandru-Emil Lupu
Read the doc, and wont be bad to have a look in the auth plugins. The rest is up to symfony internals. sent via htc magic On Apr 20, 2010 2:50 AM, Andro Fumero fugitive...@yahoo.com wrote: hello users-helpers, Im already done with setting up security: all: is_secure: true credentials:

Re: [symfony-users] Taille d'un Array dans doctrine

2010-04-19 Thread Alexandru-Emil Lupu
Please use english on this list, or look for french list. Thanks. sent via htc magic On Apr 19, 2010 8:46 PM, kassak albin.kes...@gmail.com wrote: Bonjour, Je voudrais connaître le taille (nombre d'élément maximal) pour un champ de type Array dans doctrine. Car j'ai beau mettre : words: {

Re: [symfony-users] Doctrine NestedSet Bug?

2010-04-18 Thread Alexandru-Emil Lupu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 is not a bug. Internally, Doctrine will arange the information. However what you should look at is to check lft value. You will see that lft is ascending. I would recomend you to have a look on Documentation. Alecs -BEGIN PGP SIGNATURE-

Re: [symfony-users] Re: Doctrine NestedSet Bug?

2010-04-18 Thread Alexandru-Emil Lupu
ltr- values are?! And of course I would then like to know what the proper way would be to fix the example. I thought NestedSets are supposed to have a asc ltr with UNIQUE values. Good night :-) On 18 Apr., 19:10, Alexandru-Emil Lupu gang.al...@gmail.com wrote: -BEGIN PGP SIGNED MESSAGE

Re: [symfony-users] sort with paging

2010-04-16 Thread Alexandru-Emil Lupu
use the sfPager, sfPropelPager or sfDoctrinePager. It has a option like : addSortOrder or, you can use a custom Query to solve the problem. On Fri, Apr 16, 2010 at 12:34 PM, kim thechosendra...@gmail.com wrote: hi, I made a program with a table that you can search on and use pagination but

Re: [symfony-users] cache invalidation on server cluster

2010-04-15 Thread Alexandru-Emil Lupu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Well it is up to you. Use centralized (share folder over NFS ) if this is ok with you. However, think that you get into troubles (A server invalidates the cache while the other one is trying to read it ). I don't like that cache manager ideea. I

Re: [symfony-users] new to Symfony: need help for a simple query

2010-04-15 Thread Alexandru-Emil Lupu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Try: $q = Doctrine_Query::create() -select('u.username, u.profileid,u.fullname,p.profile') -from('Users as u') -leftJoin('u.Profile p') -where('u.username = ?', $request-getParameter('username')) -andWhere('u.pword = ?',

Re: [symfony-users] Re: Fatal error: Class 'sfWidgetFormReCaptcha' not found

2010-04-14 Thread Alexandru-Emil Lupu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The problem was the fact he uploaded all the project, except config folder, and he forgot to enable plugin in ProjectConfiguration.class.php Alecs -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Use GnuPG with Firefox :

Re: [symfony-users] Re: i18n - translation urls ?

2010-04-10 Thread Alexandru-Emil Lupu
Hi I have told you about apostrophe in order to see the routing config... Hope that i will be able to compose an email to tell you how can you do it.. just be patient... i hope i will be able to do it. I have busy day... Alecs sent via htc magic On Apr 10, 2010 9:16 AM, alexmm

Re: [symfony-users] i18n - translation urls ?

2010-04-09 Thread Alexandru-Emil Lupu
Yes... you need a custom url. Check apostrophe. I am on mobile and i can't copy paste stuff sent via htc magic On Apr 9, 2010 8:40 PM, alexmm misiekaleksan...@gmail.com wrote: I have interesting question. Customer asked me if it is possible to have links in two languages. For example I have

Re: [symfony-users] Re: Strange Error: no output, no errors in logs. Symfony 1.2, Facebook-App, Apache2, MySQL on Ubuntu 9.10

2010-04-08 Thread Alexandru-Emil Lupu
i think you do not have the display_errors and also, check error_reporting = E_ALL directive set in your php.ini ... and this might be the source of all of your problems. No logs = no debugging .. Alecs On Thu, Apr 8, 2010 at 3:36 PM, Don_Busi dominik.busin...@gmail.com wrote: Hi all, I guess

Re: [symfony-users] REST webservices

2010-04-05 Thread Alexandru-Emil Lupu
Hi! If you are using the same project, you can define the global schema which will create forms for both applications. You could better create a plugin and put whole the logic there. That will allow you to keep it modular. Also the logic will be groupped. The rest will be just enable and disable

Re: [symfony-users] Fatal error: Cannot instantiate abstract class BaseNewsGeneratorConfiguration

2010-04-04 Thread Alexandru-Emil Lupu
Check the filename. If you have developed on windows, then it might be a filename problem sent via htc magic On Apr 4, 2010 4:06 PM, comb sa...@gmx.net wrote: Hi when I try to access backend_dev.php I get this error: Fatal error: Cannot instantiate abstract class

Re: [symfony-users] Re: I want to independent module :)

2010-04-03 Thread Alexandru-Emil Lupu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 or, you could make it a plugin. You'd have the yml schema, the routing, the actions, the forms, the model ... Alecs -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Use GnuPG with Firefox : http://getfiregpg.org (Version:

Re: [symfony-users] Re: question about cache

2010-03-30 Thread Alexandru-Emil Lupu
?php include_partial('user/my_partial', array( 'user' = $user, 'sf_cache_key' = $user-getId() ) ? http://www.symfony-project.org/book/1_2/12-Caching Alecs 2010/3/30 Michał Piotrowski mkkp...@gmail.com: 2010/3/30 Antoine S. antoine.spodobal...@gmail.com: Hi, First you don't

Re: [symfony-users] Re: Custom Under Maintenance page

2010-03-30 Thread Alexandru-Emil Lupu
http://www.symfony-check.org/ On Tue, Mar 30, 2010 at 11:42 AM, wueb webmaster@gmail.com wrote: Do you redirect the default in routing.yml to the module you created? On 29 Mar, 22:51, ruigoncalves skcra...@gmail.com wrote: Hi there! I'm trying to add a custom page to my web

Re: [symfony-users] demande_aide

2010-03-30 Thread Alexandru-Emil Lupu
english please On Tue, Mar 30, 2010 at 12:47 PM, safa boubekri boubekri.s...@gmail.com wrote:   bonjour svp  j'ai installer le plugin sfGuardDoctrine ça marche mais lors de création du module   sfGuardAuth  il  affiche Empty module and/or action after parsing the URL /sfGuardAuth/ (/).

Re: [symfony-users] XML template for API call

2010-03-27 Thread Alexandru-Emil Lupu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 HI! There is a plugin inside sfShop project that can handle Delivery services. I haven't yet looked at it, but it would worth for you to do it. Alecs -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Use GnuPG with Firefox :

Re: [symfony-users] XML template for API call

2010-03-27 Thread Alexandru-Emil Lupu
, Mar 27, 2010 at 8:51 AM, Alexandru-Emil Lupu gang.al...@gmail.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 HI! There is a plugin inside sfShop project that can handle Delivery services. I haven't yet looked at it, but it would worth for you to do it. Alecs -BEGIN PGP

Re: [symfony-users] Is there a blog plugin for 1.4?

2010-03-27 Thread Alexandru-Emil Lupu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 not finished, so is not open source :) I have one on www.alecslupu.ro Doctrine based, meant to be a fork of sfSimpleBlogPlugin Alecs -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Use GnuPG with Firefox :

Re: [symfony-users] unsing unsetAllFieldsExcept to unset a field of an embeded form

2010-03-19 Thread Alexandru-Emil Lupu
in your form2 class add a function unsetAllFieldsExcept and then replace: $this-unsetAllExcept(array( 'name','email' , 'form2[books]' ) ); to : $this-unsetAllExcept(array( 'name','email' ) ); if ($this-getEmbededForm('form2') instanceof form2Form ) {

Re: [symfony-users] Symfony License issue

2010-03-15 Thread Alexandru-Emil Lupu
I think you can sell without any problems. You are selling your work, not the framework itself. In fact , you can sell only your app, and let the user install symfony. Anyway, you can donate to the sf project, if you are not comfortable that you are using the framework for free... Alecs On Sat,

Re: [symfony-users] Re: i need help urgent

2010-03-11 Thread Alexandru-Emil Lupu
Hmmmz i dunno exactly ... but: 1. you could merge the forms. 2. Override the save or saveEmbededForms method 3. Make sure that you are using the 3rd form ... the rest should be embeded... Form2 is embeded in Form1 which is embeded Form3 ... After just call new Form3(); Alecs On Thu, Mar 11,

Re: [symfony-users] Testing tasks

2010-03-04 Thread Alexandru-Emil Lupu
HI! Well is a Unit after all. Alecs On Thu, Mar 4, 2010 at 10:07 AM, Tarjei Huse tar...@scanmine.com wrote: Hi, I might have missed something, but does symfony have a way to write tests for tasks? I got a task I would like to have test coverage for and the best way seems to be do some

Re: [symfony-users] Re: ideas for development architecture in symfony

2010-03-03 Thread Alexandru-Emil Lupu
Apostrophe is symfony based On Thu, Mar 4, 2010 at 7:11 AM, Joshua houseaddi...@gmail.com wrote: Thanks daniel. There are a lot of CMS' that use similar approaches, but specifically looking for a symfony one. On Mar 3, 4:53 pm, Daniel Lohse annismcken...@googlemail.com wrote: This

Re: [symfony-users] Line endings in filter/form/model

2010-03-02 Thread Alexandru-Emil Lupu
To force what? Afaik, symfony is using 'PHP_EOL' constant to render the line endings. Now, what i dunno, is if is user defined, or is a php constant. Alecs sent via htc magic On Mar 2, 2010 4:23 PM, Alexander Deruwe alexan...@mobicomsystems.net wrote: Hey all, Today I switched from a *nix

Re: [symfony-users] Re: Jobeet Tutorial: jobs.yml data fixture example won't doctrine:data-load.

2010-03-01 Thread Alexandru-Emil Lupu
I think that on job_expired token is a typo. Try to chage it from 'job_expired' to 'expired_job' or so... i am mono tasking and i cannot copy paste what i think is the right key for the fixture... Alecs sent via htc magic On Mar 1, 2010 4:20 PM, Trung Huynh forrestgu...@gmail.com wrote: gets me

Re: [symfony-users] how to do pdf in symfony

2010-03-01 Thread Alexandru-Emil Lupu
You could try sftcpdfPlugin or so... sent via htc magic On Mar 2, 2010 7:21 AM, DEEPAK BHATIA toreachdee...@gmail.com wrote: http://www.symfony-project.org/plugins/sfPhpExcelPlugin PDF can be generated using this library. On Tue, Mar 2, 2010 at 6:48 AM, Arthur Ccube arthurcc...@gmail.com

Re: [symfony-users] frontend_dev.php dissapears

2010-02-26 Thread Alexandru-Emil Lupu
maybe in the url ... check the no_script_name and see if is set true / on / 1 On Fri, Feb 26, 2010 at 8:42 PM, Gábor Fási maerl...@gmail.com wrote: Check the referer, you probably have an incorrect url echoed there. On Fri, Feb 26, 2010 at 09:34, Parijat Kalia kaliapari...@gmail.com wrote:

Re: [symfony-users] Re: Blank page after uploading my project to a hosting provider

2010-02-24 Thread Alexandru-Emil Lupu
I could suggest you to comment out the security things in your _dev file and try see what that file sais ... You might get the answer there .. if still can't see a bit, then check your projectConfiguration file and see if the autoloader is loaded via an absolute path or not. A motive of why you

Re: [symfony-users] Re: How to get form object in preSave()

2010-02-24 Thread Alexandru-Emil Lupu
You can do it like that : public function save(PropelPDO $con = null) { $this-password = md5($this-password); parent::save(); } but you could do like this as well ... public function setPassword($v) { $v = md5($v); return parent::setPassword($v); } Alecs On Wed, Feb 24, 2010 at 10:27 PM,

Re: [symfony-users] Re: Is there anyway to go to the next element in a Doctrine collection?

2010-02-19 Thread Alexandru-Emil Lupu
I dunno your code ... but if you are playing with 2 doctrineCollections you might do it wrong ... maybe a join on those 2 tables would fix the issue... Dunno what are trying to do ... you gave us the solution ... not the problem itself. Why have you reach to use do DC ? What are you trying to do ?

Re: [symfony-users] Re: Certification programme

2010-02-18 Thread Alexandru-Emil Lupu
Me as well ... but ... if would be an online course / test would be nice ... I am allready Certified Scrum Master, so, would be nice as well to be Certified Symfony Master :P +1 On Thu, Feb 18, 2010 at 1:52 PM, Stéphane stephane.er...@gmail.com wrote: +1 Before Printing, Think about Your

Re: [symfony-users] Re: Apostrophe 1.0 Stable Release: a mature CMS for Symfony!

2010-02-12 Thread Alexandru-Emil Lupu
I had the same peoblem but i have fixed it with a plugin gaved by of my friends... If you need a cms mandatory, you could try something barbaric... Start a new sf project, install the cms plugin, then copy in your new project the form/doctrine, lib/doctrine and other lib dirs, then your apps

Re: [symfony-users] Re: FREE ticket to sflive2010

2010-02-12 Thread Alexandru-Emil Lupu
Sorry! I can't get there even with a free ticket... i am in big debts as this month i have made some csm courses. As i am paying from my pocket... you can imagine... Maybe i will come in the next sessions... But thank for open sourcing your ticket :) sent via htc magic On Feb 13, 2010 12:00

Re: [symfony-users] one module - many models (tables)

2010-02-08 Thread Alexandru-Emil Lupu
You should see the sfsimpleforum. Also .. you could use embed form or merge form... sent via htc magic On Feb 8, 2010 10:17 PM, Martin Henits martin.hen...@googlemail.com wrote: Hi, I'm new to symfony and am trying to learn it. I am trying to develop a new module (something like a forum). in a

Re: [symfony-users] Web shop based on symfony

2010-02-07 Thread Alexandru-Emil Lupu
Try sfshop... sent via htc magic On Feb 7, 2010 10:50 AM, apm korja...@gmail.com wrote: I need write some small online web store. Pretty simple, multiple categories, subcategories, basket, delivery status, discounts, personal accounts, in such a way. Does anybody know plugin or some skeleton

Re: [symfony-users] Strange problem with Doctrine and SF

2010-02-07 Thread Alexandru-Emil Lupu
maybe a text in the generator.yml ? On Sun, Feb 7, 2010 at 3:19 PM, ReynierPM rper...@uci.cu wrote: Hi every: I've generated a admin module using doctrine:generate-admin task. When I try to access this module I get this error: 500 | Internal Server Error |

Re: [symfony-users] Route making automatic database calls

2010-02-07 Thread Alexandru-Emil Lupu
I think that he is using doctrine and he has enabled the 'slugable' bwhavior. If so, when he is selecting the products, he does not join the translation table as well. Alecs sent via htc magic On Feb 8, 2010 3:08 AM, Eno symb...@gmail.com wrote: On Mon, 8 Feb 2010, Sid Bachtiar wrote: Could it

Re: [symfony-users] Route making automatic database calls

2010-02-07 Thread Alexandru-Emil Lupu
Ahh i think what i have said earlier is walid in case of i18n and slugable behavior... Of course.. i just asume that... i would need more info... sent via htc magic On Feb 8, 2010 3:08 AM, Eno symb...@gmail.com wrote: On Mon, 8 Feb 2010, Sid Bachtiar wrote: Could it be that there's code that

Re: [symfony-users] No Propel in Available Tasks: upgrade from Symfony 1.1 to 1.2/1.3

2010-02-02 Thread Alexandru-Emil Lupu
and go straight to 1.4.1 of Symfony and just alter my project to account for deprecated methods. Is this overkill? - Original Message - From: Alexandru-Emil Lupu To: symfony-users@googlegroups.com Sent: Tuesday, February 02, 2010 1:42 PM Subject: Re: [symfony-users] No Propel

Re: [symfony-users] Re: No Propel in Available Tasks: upgrade from Symfony 1.1 to 1.2/1.3

2010-02-02 Thread Alexandru-Emil Lupu
existing project is pretty hard to change ... you would need to get into existing actions and check if they are using criteria ... custom propel classes and some other things :) On Wed, Feb 3, 2010 at 1:18 AM, Rebecca Bielecki max...@gmail.com wrote: Have found where to use orm parameter.

Re: [symfony-users] UNABLE TO SUMMIT JAMB REGISTRATION PAGE OF THIS URL;http://www.jambutme.com/jambreg/saveReg

2010-02-01 Thread Alexandru-Emil Lupu
Try to switch to dev env an see the problem in that page. sent via htc magic On Feb 1, 2010 5:40 PM, segun oluwase...@gmail.com wrote: The server returned a 500 Internal Server Error. WHEN I TRY TO SUMMIT A FILLED FROM THE ADDRESS BELOW. HOPE YOU will fix it as soon as possible. -- You

Re: [symfony-users] Simple routing not woking well

2010-02-01 Thread Alexandru-Emil Lupu
No echo of the url directive sent via htc magic On Feb 1, 2010 5:40 PM, HiDDeN davidmoralesmoj...@gmail.com wrote: Hello. I have defined this homepage route in my routing.yml : homepage: url: / param: { module: home, action: index } I have defined the logo in my site to be pointing to

Re: [symfony-users] No Propel in Available Tasks: upgrade from Symfony 1.1 to 1.2/1.3

2010-02-01 Thread Alexandru-Emil Lupu
in your ProjectConfiguration.class.php add this: $this-enablePlugins(array('sfPropelPlugin')); and after that clear your cache. try again and see if the propel is there... if not, paste here your ProjectConfiguration.class.php On Tue, Feb 2, 2010 at 4:41 AM, Rebecca Bielecki max...@gmail.com

Re: [symfony-users] Problems while trying to create a new project and using --installer option

2010-02-01 Thread Alexandru-Emil Lupu
Make sure you provide the full path (/var/www/), and after that, make sure that installer is readable by the php cli On Tue, Feb 2, 2010 at 2:34 AM, ReynierPM rper...@uci.cu wrote: On 1/25/2010 12:59 PM, Eno wrote: Have you tried using an absolute path? Hi Eno: I move my development

Re: [symfony-users] What do you use symphony for?

2010-01-31 Thread Alexandru-Emil Lupu
Would you publish your report ? Mabye some others might need some parts of the report convince their management to switch to symfony. Also some others might be able to know what is symfony used for. :) Alecs On Sun, Jan 31, 2010 at 9:15 PM, Ravi Undupitiya ravi.undupit...@gmail.comwrote:

Re: [symfony-users] What do you use symphony for?

2010-01-31 Thread Alexandru-Emil Lupu
for it :) ] ..oO David Wang Oo.. ..oO blog - http://www.udfi.biz ..oO JennieBot! - http://www.jenniebot.com On Jan 31, 2010, at 3:32 PM, Alexandru-Emil Lupu wrote: Would you publish your report ? Mabye some others might need some parts of the report convince their management to switch

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

2010-01-26 Thread Alexandru-Emil Lupu
Via svn doc or there i think is a book A pdf.. sent via htc magic On Jan 26, 2010 12:01 PM, Pau Peris sibok1...@gmail.com wrote: Hi to all, does anyone know where can i download day by day code for Symfony Guide? http://www.symfony-project.org/jobeet/1_4/Doctrine/en/ thanks -- You

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

2010-01-26 Thread Alexandru-Emil Lupu
Here it is ... http://svn.symfony-project.org/doc/branches/1.4/jobeet/en/ On Tue, Jan 26, 2010 at 12:06 PM, Gábor Fási maerl...@gmail.com wrote: http://svn.jobeet.org/doctrine/tags/ This is the 1.2 version, according to `svn log` it hasn't been updated for 1.4. On Tue, Jan 26, 2010 at

Re: [symfony-users] Re: Definitive guide for 1.3 and 1.4

2010-01-25 Thread Alexandru-Emil Lupu
Hi all, I am totally agree with Fabien, but i would like to add some completion on what Fabien said. Is true.. i still feel that something has not been said. Even that is a lot of documentation available, and there is one nice tutorial (Jobeet) which is available for sf 1.3 and 1.4, the people

Re: [symfony-users] Re: Definitive guide for 1.3 and 1.4

2010-01-25 Thread Alexandru-Emil Lupu
: On 1/25/10 4:18 PM, Alexandru-Emil Lupu wrote: If Fabien wants and allows me, i could try to restart the 1Day1Ticket project, but for that i would need some users that are willing to help. I think that there is no need for a 1Day1Ticket initiative to start helping. Asking people to fix 1

[symfony-users] symfony tickets to be patched

2010-01-25 Thread Alexandru-Emil Lupu
Here are some tickets i have found that are quite easy to implement. If you want to fix them, please let the list know what ticket are you trying to fix in order not to have 2 patches for the same ticket. After the patch upload, please let me know. I will try checking them ASAP and come with

Re: [symfony-users] PROBLEM WITH SFJQUERYRELOADEDPLUGIN

2010-01-22 Thread Alexandru-Emil Lupu
! -- *From:* Alexandru-Emil Lupu gang.al...@gmail.com *To:* symfony-users@googlegroups.com *Sent:* Thu, January 21, 2010 11:40:18 PM *Subject:* Re: [symfony-users] PROBLEM WITH SFJQUERYRELOADEDPLUGIN hi! 1) Please do not use that CAPS - LOCK in the subject field. Unfortunatelly

Re: [symfony-users] sfForm: can't save because of missing foreign key

2010-01-22 Thread Alexandru-Emil Lupu
check the sfFormExtraPlugin, especially the sfAutocompleterWidget (or something like that)... it will give the answer... On Fri, Jan 22, 2010 at 3:43 PM, EddieG ed...@umdiewelt.de wrote: Hi everybody, I have two tables...: - simpleTable (with attributes id and fk_veryFullTable) -

Re: [symfony-users] Re: No content

2010-01-22 Thread Alexandru-Emil Lupu
run 2 things: symfony project:permissions symfony cc i don't know other method.. maybe to reinstall symfony in lib/vendor/symfony A. On Fri, Jan 22, 2010 at 3:30 PM, Pax95 piotre...@gmail.com wrote: I haven't installed Symfony project with tutorials on official site. I just downloaded

Re: [symfony-users] problems with the built-in SwiftMailer when multiple SMTP servers are needed

2010-01-22 Thread Alexandru-Emil Lupu
maybe try to make using object inheritance ... dunno :) i have replaced the default routing system using inheritance... Now i have routing.yml in each one of my modules/config/ directory ... clean for me ... irrelevant for the application :) On Thu, Jan 21, 2010 at 3:58 PM, i70013 i70013

Re: [symfony-users] Complex conditional validation, symfony 1.3/4

2010-01-22 Thread Alexandru-Emil Lupu
maybe ... dunno $this_is_your_form_instance-setPostValidators(new yourCustomValidator()); On Thu, Jan 21, 2010 at 1:25 PM, johnnygri john.grim...@gmail.com wrote: Hi there, I have a rather complicated form of 50+ fields. The value of one of the first fields dictates whether validation

Re: [symfony-users] PROBLEM WITH SFJQUERYRELOADEDPLUGIN

2010-01-21 Thread Alexandru-Emil Lupu
hi! 1) Please do not use that CAPS - LOCK in the subject field. Unfortunatelly, it won't make you smarter, and will not attract the user to answer your question. 2) do not post duplicate threads (2 threads containing same content). Most that you can do is to reply in that thread, with a s content

Re: [symfony-users] URGENT: default_messages translation

2010-01-19 Thread Alexandru-Emil Lupu
I think that you could use that plugin of mine, and in the view use something like: ?php foreach($form['field']-getError() as $error):? ?php echo __($error);? ?php endforeach;? Alecs On Tue, Jan 19, 2010 at 3:40 PM, diogobaeder diogobae...@gmail.com wrote: Hi, guys, I've posted this one:

Re: [symfony-users] Re: Errors following symfony 1.4 guide, is it error free?

2010-01-17 Thread Alexandru-Emil Lupu
Where have you inserted the include_stylesheets in your layout? Try to move the function call right before your /body sent via htc magic On Jan 17, 2010 11:39 PM, Pau Peris sibok1...@gmail.com wrote: What about css bug? I'm still searching for the guide error which makes job module from jobeet

  1   2   3   4   >