Re: [symfony-users] Extending a plugin schema (propel)

2009-12-11 Thread Bert-Jan
jan/cowboys-1.2/dcModelPlugin/config/schema.yml is converted to a custom schema name _usr_home_bertjan_cowboys-1.2_dcModelPlugin_schema.custom.yml which should have been dcModelPlugin_schema.custom.yml I'm leaving on holiday in a few hours so I don't have time to create a patch for this. B

[symfony-users] Extending a plugin schema (propel)

2009-12-10 Thread Bert-Jan
this extending of a plugin's schema several times before in the past months and never got a single usable result from it. Can someone please confirm that it actually works with propel ? Has it ever worked ? Thanks, Bert-Jan -- You received this message because you are subscribed to the Goog

[symfony-users] Patch for sfWidgetFormInputFileEditable.class.php

2009-09-29 Thread Bert-Jan
der() method didn't work because of this tiny bug. It breaks the array_merge. Have a nice day, Bert-Jan --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this

[symfony-users] Re: How to know if memcache is caching

2009-09-16 Thread Bert-Jan
You can start memcache with the -vv switch and without -d to keep it in foreground. It will then show you what it's doing as it happens. I use that to check if the session save handler of the pecl memcached extension works properly (it does btw. :)). alvaro schreef: > you can telnet to the host

[symfony-users] Re: How to handle async. background-tasks initiated by the frontend..

2009-07-06 Thread Bert-Jan
I'm using Gearman for moving stuff to the background. Absolutely wonderful stuff and very easy to deploy. Stefan Koopmanschap schreef: > Hi Christian, > The best option for this would be some kind of jobqueue system. There > are several options for this, which might or might not fit your soluti

[symfony-users] Cache not working when xdebug profiling is on

2009-06-30 Thread Bert-Jan
done about it? Running symfony 1.0.21-pre (from svn) on freebsd 7.1, apache 2.2.11, php 5.2.9, xdebug 2.0.4. Thanks, Bert-Jan --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To pos

[symfony-users] Propel 1.3 replication support in symfony

2009-02-16 Thread Bert-Jan
I wasn't using replication at that time: http://forum.symfony-project.org/index.php/m/51845/?srch=replication A more recent reference to that same thread doesn't include anything new either... http://forum.symfony-project.org/index.php/m/71153/ Does someone know the current status of thi

[symfony-users] Propel 1.3 questions

2009-01-23 Thread Bert-Jan
covered: when I change some fields of a Logins() object and ->save() it, the query isn't run through my query-rewriting class but is handled elsewhere, resulting in a table not found error. Thanks, Bert-Jan --~--~-~--~~~---~--~~ You received this message be

[symfony-users] Re: SfDT - Symfony Eclipse Plugin

2009-01-15 Thread Bert-Jan
I believe symfoclipse can do yaml highlighting. Maybe that'll save you some time.. > > Hi Juan. > > The plugin doesn't handle yml-files at the moment. So you can't > configure anything. > > But I'm working on some kind of syntax coloring. Is it that what you're > looking for? > > greets > Sven >

[symfony-users] Re: [sf 1.2] Using "#" as a separator in URL or ignore it

2009-01-07 Thread Bert-Jan
# may not be a very good idea.. probably the problem isn't with symfony but with the browser, since # is used to jump to an anchor on a page ( in index.php can be linked to with click). The page is loaded normally and the browser jumps to the jumphere-anchor, if it exists. The data after # is prob

[symfony-users] Re: Best way of verifying uri corresponence

2008-12-29 Thread Bert-Jan
Wouldn't it be much simpler to just make an a:active entry in your stylesheet ? > > Hi, > > I want to add a "selected" class name to every link that match the > current uri. My approach for verifying the correspondence between the > link (a route name, a group of module/action etc) and the uri is