we do a regular form login once per webtestcase. that works, but is a
little bit dirty, cause you have to consider the order if the teststep
execution. if anyone knows how to do it better: please share your
thoughts!
BR Stephan
On Jun 18, 8:18 am, oscar balladares wrote:
> AFAIK, there is no t
there is a pending pull request:
https://github.com/symfony/symfony/pull/694
as far as i see, the formating option will be available as soon as
this is merged...
BR Stephan
On Jun 16, 11:44 am, ibrows_symfony wrote:
> Hi,
>
> I would like to change the format of the datetime widget to "dd.mm.Y
It's a little bit offtopic, but anyhow:
I don't get cascade={"persist"} working. it has no effect at all. i
use the annotation on the owning side of the m:n relation.
Any ideas?
BR Stephan
On Jun 13, 12:18 pm, Ruben de Vries wrote:
> I've created a small demobundle with the case, since that's a
someone gave me a hint on IRC. use 'property_path' to specify
properties which should not be mapped to the entity:
$builder->add('recipientHashes','choice',array(
'property_path' => false, // this is a property
which is not mapped directly to the object
));
Without knowing whether cascade:persist should do the job, i guess it
could be an issue with owning and inverse side of your relation.[1]
> "The owning side of a relationship determines the updates to the relationship
> in the database."
The owning side is your comment (since it is the one with th
Maybe this is not the most elegant way of doing it (let me know if
there is a better way), but it works, so here we go:
Our whole project lives in a git repo on our server.
We have defined some ignores in .gitignore (such as vendor/)
To work on the project we clone it from the server (git clone ..
yes- thats it- thanks, works again!
On May 25, 5:37 pm, Christophe COEVOET wrote:
> Le 25/05/2011 17:18, Stephan Petzl a crit :> By the way: after upgrading to
> BETA2 yesterday, authentication does
> > not work anymore. I think there is some issue with the oAuth
> > conve
By the way: after upgrading to BETA2 yesterday, authentication does
not work anymore. I think there is some issue with the oAuth
conversion of the facebook API...
On May 25, 3:09 pm, Stephan Petzl wrote:
> my firewall configuration looks like this:
>
> firewalls:
>
my firewall configuration looks like this:
firewalls:
wdt:
pattern: ^/_wdt
security: false
login:
pattern: ^/login$
anonymous: true
profiler:
pattern: ^/_profiler
security: false
public:
Please, please, please :)
Symfony and symfony are two completely different things- therefor
there will be two different communities in forseable future anyhow. so
why sharing mailinglists?
BR Stephan
On May 17, 8:42 am, Fabien Potencier wrote:
> On 5/16/11 7:15 PM, keymaster wrote:
>
>
>
>
>
>
>
Me too :)
On May 16, 12:43 am, oscar balladares wrote:
> If you use JQuery it should be easy.
>
> There is a way to hide/show elements.
>
> You can render the form in two
>
>
>
> render field 1
> render field 2
> Go to next page
>
>
>
> render fie
would be interested in this feature as well!
On May 11, 5:56 pm, Problematic wrote:
> I'm currently working on developing an app that will not only accept
> user registrations, but will allow visitors to go through almost the
> entire flow of the site without creating an account or logging in. Ou
Thanks for the tip. the problem with this approach is, that I have
several bundles included via submodules in my vendors dir. so AFAIK
it's not possible for me to ignore it.
Any ideas how to solve that problem?
I don't get it why there is a special vendors script, when gitmodules
could do the same
Hi there!
I have following problem: I've downloaded Symfony PR10 and created a
lokal git repo, including the "vendors" directory. So far so good.
But now I have serious troubles upgrading to PR12.
What i tried is:
1. added the symfony-standard github-repo as new remote to my local
repo
2. created
me too!!!
On Apr 17, 6:59 pm, oscar balladares wrote:
> :'( Anybody knows when 'A week of Symfony' is going to be updated??
>
> I really enjoy reading it!!!
--
If you want to report a vulnerability issue on symfony, please send it to
security at symfony-project.com
You received this message
Hi there!
I was wondering how I could retrieve the entitymanager inside of a
WebTestCase instance, e.g. to look whether a entity was really created
in DB during the testrun.
Any ideas on that?
BR Stephan
--
If you want to report a vulnerability issue on symfony, please send it to
security at
I used Netbeans for a lot of other PHP projects already, and I have to say
that I'm a bit worried about the missing autocompletion for *a lot of* stuff
of Symfony2.
That's mostly because of the dependency injection container as far as i see:
when you write
$this->get('doctrine.orm.entitymanage
17 matches
Mail list logo