[symfony-users] Re: Deployment Strategies

2009-07-10 Thread Frank Stelzer
Hi, We have a more complicated deployment process. Our requirements: - One svn server: S-SVN - One sync server: SVN-SYNC - dozens of web servers * We have for every project a seperat checked out (and "installed") project on S-SVN. * This checkout is updated on every release * This fresh code is

[symfony-users] Re: Deployment Strategies

2009-07-10 Thread swapana pawar
Dont send me this mail On Fri, Jul 10, 2009 at 12:34 PM, Frank Stelzer wrote: > Hi, We have a more complicated deployment process. > > Our requirements: > - One svn server: S-SVN > - One sync server: SVN-SYNC > - dozens of web servers > > * We have for every project a seperat che

[symfony-users] Re: Deployment Strategies

2009-07-10 Thread Alexandru-Emil Lupu
hi guys! I think it was a related thread back to February ... http://groups.google.com/group/symfony-users/browse_thread/thread/9afe54ecbe901d2b/3df1d10481538ff3?hl=en&lnk=gst&q=deploy#3df1d10481538ff3 Alecs On Fri, Jul 10, 2009 at 10:22 AM, swapana pawar wrote: > Dont send me this mail > > > >

[symfony-users] Re: Status of PayPal plugin(s)

2009-07-10 Thread Marijn
On Jul 9, 11:56 pm, Gandalf wrote: > Hello, > > Whats the status, a lot of noise and .?? > > -Pablo Hi Pablo, I'm currently still in the process of splitting my old code into this plugin. This isn't the only item in my agenda, hence it's moving a bit slow. Anyway, I'm hoping to finish of som

[symfony-users] Re: Step by Step Guide for learning symfony

2009-07-10 Thread Apul
Okay. I first try http://www.symfony-project.org/jobeet/1_2/Propel/en/ Thanks Apul Gupta Senior PHP Developer On Jul 10, 11:03 am, Frank Stelzer wrote: > Is it so complicated? :P > Just hit the documentation page:http://www.symfony-project.org/doc/1_2/ > > One of the first sentences points you

[symfony-users] Re: Deployment Strategies

2009-07-10 Thread Gábor Fási
To unsubscribe from this group, send a mail to symfony-users+unsubscr...@googlegroups.com On Fri, Jul 10, 2009 at 09:22, swapana pawar wrote: > Dont send me this mail > > > > > > > > > > > > > > > > > On Fri, Jul 10, 2009 at 12:34 PM, Frank Stelzer wrote: >> >> Hi, >> We have a more complicated

[symfony-users] Re: Step by Step Guide for learning symfony

2009-07-10 Thread Gábor Fási
If you've never used Propel or Doctrine before, I suggest you start learning Doctrine instead of Propel, as it will soon become the mail ORM of symfony. On Fri, Jul 10, 2009 at 10:32, Apul wrote: > > Okay. I first try http://www.symfony-project.org/jobeet/1_2/Propel/en/ > > Thanks > Apul Gupta >

[symfony-users] Re: Deployment Strategies

2009-07-10 Thread swapana pawar
no sorry dont send this ok On Fri, Jul 10, 2009 at 1:20 PM, Alexandru-Emil Lupu wrote: > hi guys! > I think it was a related thread back to February ... > > > http://groups.google.com/group/symfony-users/browse_thread/thread/9afe54ecbe901d2b/3df1d10481538ff3?hl=en&lnk=gst&q=deploy#3df1d1048153

[symfony-users] Re: Deployment Strategies

2009-07-10 Thread Eno
On Thu, 9 Jul 2009, Jonathan Wage wrote: > They are just ruby scripts :) I know. > do this has existed for a long time, outside of symfony. I would recommend > using some existing best practice for deployment like the svn diff/patch and > capistrano approach. I just wish there was something li

[symfony-users] Re: backend inside a sub folder

2009-07-10 Thread Juampy72
James, will that also affect to images that are inside the admin folder (ie: images provided by the admin generator, which would be at / admin/plugins/sfProtocolousPlugin/images/). If that is the case, those should obviously not be rewritten. I guess there should be an extra rule for that, right?

[symfony-users] Re: Symfony Stop Run

2009-07-10 Thread Romildo Jozué Paiter
Thanks, I had help friend, what discovered the problem. The proplem was in file symfony on project this is corrupted, value file 0, while file original 1kb.. On Jul 10, 2:12 am, Eno wrote: > On Thu, 9 Jul 2009, Romildo Jozué Paiter wrote: > > I need help, have one server Win2k3, with PHP and

[symfony-users] Re: Get record values before save()

2009-07-10 Thread Tom Haskins-Vaughan
Thanks, Frank. I haven't tested it, but that exactly the kind of thing I was looking for. Cheers, Tom Frank Stelzer wrote: > Hi, > overwrite the "setValue" method and save the old value there: > > public function setValue($v) > { >$this->setOldValue($this->getValue()); >parent::setVal

[symfony-users] Re: Deployment Strategies

2009-07-10 Thread pcummins
There hasn't been much talk about the database migrations here. Are most people using the doctrine migrations functionality? I do really like this tool for my small projects, but on larger applications with databases from 10 - 100 GB of data, I'm much happier with the performance of a direct DB

[symfony-users] Re: using doctrine task without CLI

2009-07-10 Thread mbernasocchi
thanks James, menwhile I've used the other solution and written a tutorial about symfony with svn on (bluehost) shared hosting On Jul 9, 6:50 pm, James Cauwelier wrote: > $task = new Task (new sfEventDispatcher, new sfFormatter); > $task->run($arguments, $options); > > should do the trick.  if i

[symfony-users] Anyone having trouble with svn and Phing?

2009-07-10 Thread Tom Haskins-Vaughan
Hi, I'm just trying to svn export a project but it's hanging here: Fetching external item into 'rivals/lib/vendor/symfony/lib/plugins/sfPropelPlugin/lib/vendor/phing' Anyone else experiencing similar things? Tom --~--~-~--~~~---~--~~ You received this message

[symfony-users] Re: Anyone having trouble with svn and Phing?

2009-07-10 Thread Tom Haskins-Vaughan
Pinging svn.phing.info hangs too. Tom Haskins-Vaughan wrote: > Hi, > > I'm just trying to svn export a project but it's hanging here: > > Fetching external item into > 'rivals/lib/vendor/symfony/lib/plugins/sfPropelPlugin/lib/vendor/phing' > > Anyone else experiencing similar things? > > Tom

[symfony-users] Symfony 1.2.7 and Propel problem

2009-07-10 Thread Sid Ferreira
Guys, by any REALLY weird reason, my embeded forms aren't working. Im using it in a way that I always do: if(!$this->getObject()->isNew()) { > $requirements = $this->getObject()->getCfPostRequirements(); foreach($requirements as $index => $requirement) $this->embedForm(

[symfony-users] Passing Admin Filter Settings via Query String?

2009-07-10 Thread Richtermeister
Hi all, I remember that in the sf1.0 admin generator I was able to pass the filter settings via url. That's obviously nice when you want to link directly to specific records. I don't seem to get this to work in the sf1.2 admin generator. Do I have to override the filter actions to pick up on the

[symfony-users] sfMenuGenerator

2009-07-10 Thread Germana Oliveira
Hi!!! im getting this error: Unable to find a matching route to generate url for params "NULL". what can i be missing??? Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To

[symfony-users] Re: sfMenuGenerator

2009-07-10 Thread Tom Haskins-Vaughan
Hi Germana, Can you show us some code? Thanks. Germana Oliveira wrote: > > > Hi!!! > > im getting this error: > > > Unable to find a matching route to generate url for params "NULL". > > > what can i be missing??? > > Thanks > > > > > --~--~-~--~~~-

[symfony-users] sfMenuGenerator

2009-07-10 Thread Germana Oliveira
ok... in my app.yml i have this: # valores para todos los entornos en todos los modulos de la aplicacion 'publico' all: mail: webmaster: 'webmas...@indepabis.gob.ve' sf_guard_plugin: success_signin_url: /intranet.php success_signout_url: @homepage sf_menu_generator

[symfony-users] Component does not pass text to the action

2009-07-10 Thread Nosok
Hello, I have a problem. I wrote a component - it's template displays an ajax form. When I submit the text written in textarea (which has id="text"), the parameter "text" in the action(wich recieves the data from the form) is empty. What is the problem here? Thank you... --~--~-~--~~--

[symfony-users] Re: backend inside a sub folder

2009-07-10 Thread Ahsanul
I had the same kinda requirement and I solved it using a .htaccess file. My file structure was like the following: htdocs -> .htaccess ->admin -> -> .htaccess ->mySymfonyProjectFolder -> ->web As you can see I have a .htaccess file under the web root folder which redirects users to mySymfonyP

[symfony-users] Problems installing Symfony 1.2.7 on Ubuntu 9.04

2009-07-10 Thread Nahuel Santos
Hi, i'm new in the group and i'm new in symfony. I have an Ubuntu 9.04 and when I try installing symfony using pear (sudo pear install symfony/symfony-1.2.7) pear doesn't install symfony. It can dowload it, but instead of getting *downloading symfony-1.2.7.tgz ... Starting to download symfony-1.2.

[symfony-users] Re: Bind() in embedded forms

2009-07-10 Thread Raphaël B .
you can do this in the main form to call the embedForm bind() method: foreach($this->embeddedForms as $name => $form) $form->bind($taintedValues[$name]); On 2 juil, 15:38, Tom Haskins-Vaughan wrote: > Hi. > > I have a question about embedding and binding forms. > > Firstly, my model is basi

[symfony-users] Howto insert a ampersand into my database using a textarea from my backend app ?

2009-07-10 Thread sd45sq5d5sqd
Hi, I have a backend app with a "post" module to admin. This "post" module contains a textearea for the "body" part of the "post". NB : I don"t use any rich text. If I write a & (for my web page to be valid) in this textarea, when I save my form, I get a "&" in place of my original "&" in the

[symfony-users] Re: Component does not pass text to the action

2009-07-10 Thread Mariusz K. Sasinski
On Friday 10 July 2009 12:42:47 pm Nosok wrote: > Hello, > I have a problem. I wrote a component - it's template displays an ajax > form. When I submit the text written in textarea (which has > id="text"), the parameter "text" in the action(wich recieves the data > from the form) is empty. What is

[symfony-users] Re: backend inside a sub folder

2009-07-10 Thread James Cauwelier
The standard symfony .htaccess contains a rule where it first looks if the file exists, before it re-routes the request to the controller, / admin/index.php in your case. So, images are actually not re-routed. If you do need to link to /images from /admin/images locations, you can put a symlink i

[symfony-users] Re: Howto insert a ampersand into my database using a textarea from my backend app ?

2009-07-10 Thread sd45sq5d5sqd
I have added : public function __toString() { return $this->getTaggedTitle(); } in my model class Post, and that's it. On 10 juil, 20:22, sd45sq5d5sqd wrote: > Hi, > > I have a backend app with a "post" module to admin. > > This "post" module contains a textearea for the "body" part o

[symfony-users] Re: Howto insert a ampersand into my database using a textarea from my backend app ?

2009-07-10 Thread sd45sq5d5sqd
Comment mettre en base côté backend ces caractères ? * < -> "<" (lt = lower than = inférieur à = "<" ) * > -> ">" (gt = greater than = supérieur à = ">") * & -> "&" (comme dit fraoustin - amp = ampersand) * " -> " (quot = quotation mark = quillemet) * ' -> ' (apos = apostrophe

[symfony-users] Re: Anyone having trouble with svn and Phing?

2009-07-10 Thread Phil
Yes - it's been like all day for me and my team today too. Regards, Philip On Jul 10, 11:05 am, Tom Haskins-Vaughan wrote: > Pinging svn.phing.info hangs too. > > > > Tom Haskins-Vaughan wrote: > > Hi, > > > I'm just trying to svn export a project but it's hanging here: > > > Fetching external

[symfony-users] Re: Problems installing Symfony 1.2.7 on Ubuntu 9.04

2009-07-10 Thread Marius Rugan
try to upgrade pear pear upgrade-all and channels pear update-channels also i found very useful using pear in a controllable manner: i've deployed pear into /usr/local/pear-local/ keep in mind to modify php.ini include_path for both cli and apache see /etc/php5/ http://www.akinas.net/pages/en/bl

[symfony-users] Re: Problems installing Symfony 1.2.7 on Ubuntu 9.04

2009-07-10 Thread Nahuel Santos
I've already tryed upgradig all, and it didn't work. But I could fix it with command "*sudo peardev install symfony/symfony-1.2.7"* Thanks 2009/7/10 Marius Rugan > try to upgrade pear > pear upgrade-all > > and channels > pear update-channels > > also i found very useful using pear in a control

[symfony-users] Re: Problems installing Symfony 1.2.7 on Ubuntu 9.04

2009-07-10 Thread Alexandru-Emil Lupu
is would suggest using sudo pear install alecs On Sat, Jul 11, 2009 at 1:07 AM, Marius Rugan wrote: > try to upgrade pear > pear upgrade-all > > and channels > pear update-channels > > also i found very useful using pear in a controllable manner: > i've deployed pear into /usr/local/pear-lo

[symfony-users] Re: Anyone having trouble with svn and Phing?

2009-07-10 Thread Alexandru-Emil Lupu
was down all day ... On Sat, Jul 11, 2009 at 12:05 AM, Phil wrote: > > Yes - it's been like all day for me and my team today too. > > Regards, > Philip > > On Jul 10, 11:05 am, Tom Haskins-Vaughan > wrote: > > Pinging svn.phing.info hangs too. > > > > > > > > Tom Haskins-Vaughan wrote: > > > Hi

[symfony-users] problem with the task symfony-propel-build-schema

2009-07-10 Thread josesilva
Hi I have a problem when generating the task symfony-propel- buildschema This returns me the following error [propel-schema-reverse] there was an error building XML from metadata: could not find driver - I am new to ubuntu 8.10 and Symfony and database postgres any imformac

[symfony-users] Re: problem with the task symfony-propel-build-schema

2009-07-10 Thread Alexandru-Emil Lupu
when have you installed your symfony, and wich way (svn or repo)? ** also what version are you using ? alecs On Sat, Jul 11, 2009 at 1:45 AM, josesilva wrote: > > > Hi I have a problem when generating the task symfony-propel- > buildschema > > This returns me the following error [propel-

[symfony-users] Re: problem with the task symfony-propel-build-schema

2009-07-10 Thread josesilva
with propel On Jul 10, 6:54 pm, Alexandru-Emil Lupu wrote: > when have you installed your symfony, and wich way (svn or repo)? > ** also what version are you using ? > alecs > > > > On Sat, Jul 11, 2009 at 1:45 AM, josesilva wrote: > > > Hi I have a problem when generating the task symfony-prop

[symfony-users] Re: problem with the task symfony-propel-build-schema

2009-07-10 Thread josesilva
with propel and use symfony 1.2.7 On Jul 10, 6:54 pm, Alexandru-Emil Lupu wrote: > when have you installed your symfony, and wich way (svn or repo)? > ** also what version are you using ? > alecs > > > > On Sat, Jul 11, 2009 at 1:45 AM, josesilva wrote: > > > Hi I have a problem when generating

[symfony-users] Re: Problems installing Symfony 1.2.7 on Ubuntu 9.04

2009-07-10 Thread Eno
On Fri, 10 Jul 2009, Nahuel Santos wrote: > Hi, i'm new in the group and i'm new in symfony. I have an Ubuntu 9.04 and > when I try installing symfony using pear (sudo pear install I once had this problem and I 'fixed' it by configuring pear to use /tmp for its temporary work directory. --

[symfony-users] Re: Anyone having trouble with svn and Phing?

2009-07-10 Thread Rene
I have the same troubles with phing ( in Austria ). Alexandru-Emil Lupu schrieb: > was down all day ... > > On Sat, Jul 11, 2009 at 12:05 AM, Phil > wrote: > > > Yes - it's been like all day for me and my team today too. > > Regards, > Philip > > On

[symfony-users] Re: problem with the task symfony-propel-build-schema

2009-07-10 Thread Eno
On Fri, 10 Jul 2009, josesilva wrote: > > with propel and use symfony 1.2.7 > What does your schema look like? Does you php cli have support for xml and xsl? (Run "php -m" to check). Also, Im assuming you have PHP 5.2? (I think symfony 1.2.7 requires PHP > 5.2). -- --~--~-~--

[symfony-users] Re: Howto insert a ampersand into my database using a textarea from my backend app ?

2009-07-10 Thread Dheeraj Kumar Aggarwal
Hi use htmlentities() while displaying in the textarea. On Sat, Jul 11, 2009 at 1:48 AM, sd45sq5d5sqd wrote: > > Comment mettre en base côté backend ces caractères ? > >* < -> "<" (lt = lower than = inférieur à = "<" ) >* > -> ">" (gt = greater than = supérieur à = ">") >* & -> "&"

[symfony-users] Re: Howto insert a ampersand into my database using a textarea from my backend app ?

2009-07-10 Thread Mukesh Sharma
Hi, Just use use htmlentities() like-- -- Regards Mukesh Sharma On Sat, Jul 11, 2009 at 10:46 AM, Dheeraj Kumar Aggarwal < dheerajcom...@gmail.com> wrote: > Hi > > use htmlentities() while displaying in the textarea. > > On Sat, Jul 11, 2009 at 1:48 AM, sd45sq5d5sqd wrote: > >> >> Commen