I'm loving Symfony2, but I'm a newbie.
I have a form-login security function that is working great. But when
a new user registers they are sent an email confirmation link, and it
would be a little wonky to send them to the login page after
registering. How do I log them in after they click the con
Is this done in an
Application kernel method? I'm trying to learn about Doctrine
Extensions. I know I can register a subscriber in my Controller, but
that seems like the wrong place.
Any ideas?
Thanks,
Brandon
--
If you want to report a vulnerability issue on symfony, please send it
e the error_log function when running tests
using PHPUnit. So is this a Symfony2 bug, a PHPUnit bug, a
misconfiguration on my end, or a misunderstanding on my end?
I'd appreciate any pointers you can provide!
Brandon
--
If you want to report a vulnerability issue on symfony, please se
On 7/22/10 7:39 AM, gordonslondon wrote:
I just see that symfony2 router doesn't use the host part of the uri.
exemple, both will be routed the same :
www.mysite.com/myaction
blog.mysite.com/myaction
is this possible actually to route subdomains in Sf2 ?
if no is there a solution now ?
T
the use case for the imports functionality? The Dependency Injection
documentation seems to imply, but doesn't explicitly state, that
definitions from the imported file will cascade if not defined in the
current file.
Thanks for your help!
Brandon
--
If you want to report a vulnerab
On 7/28/10 1:25 AM, Fabien Potencier wrote:
On 7/28/10 5:58 AM, Brandon Turner wrote:
All,
I have two config files for my production and development Symfony2
environments:
#config.yml
doctrine.orm:
auto_generate_proxy_classes: false
metadata_cache_driver: apc
result_cache_driver: apc
I've been experimenting with using Symfony2 for a simple rest API. The
rest API is available in multiple formats (xml, json). Which format is
delivered is controlled by the _format parameter. Most API calls return
simple arrays (encoded in json or xml) so thus far I've skipped
Symfony2's vie
(xml, php, ini, etc)
I guess I'm wondering if it is possible to avoid step 3a and if so how?
Thanks,
Brandon
--
If you want to report a vulnerability issue on symfony, please send it to
security at symfony-project.com
You received this message because you are subscribed to the Google
On 08/12/2010 01:25 AM, Fabien Potencier wrote:
On 8/12/10 12:24 AM, Brandon Turner wrote:
Is there anyway to load the default configuration for a bundle *without*
a line such as:
#config.yml:
mybundle.config: ~
Yes, it is possible but I don't recommend it. I think it's better t
On 8/12/10 3:00 AM, alfonso wrote:
I'm trying to create an sqlite
database for a pilot proyect:
# file: symad/config/config_test.yml
...
doctrine.dbal:
driver: PDOSqlite
dbname: %kernel.root_dir%/sf2cmf-test
--
Try something like this:
doctrine.dbal:
driv
e2Plugin repo is not "official" by any means.
It does mirror the subversion repository daily. The official repository is in
subversion.
Brandon
--
If you want to report a vulnerability issue on symfony, please send it to
security at symfony-project.com
You received this message because yo
I'm serving up dynamically generated CSS through symfony2 and the
Content-Type that chrome/firefox is receiving is "t". I've set the
_filter for my route to css and there is a corresponding entry in the
symfony HttpFoundation\File class.
In my mainAction method of my CSSController I have the follo
Hi,
Check the setDefault method of the form. You can set it from within an
action.
Brandon
-Original Message-
From: symfony-users@googlegroups.com [mailto:symfony-us...@googlegroups.com]
On Behalf Of juro
Sent: Monday, December 15, 2008 12:56 AM
To: symfony users
Subject: [symfony
Tom,
That's quite interesting. Are you recommending a VPS solution if one can't
afford a dedicated server? Are there any VPS hosts you recommend?
Thanks,
Brandon
-Original Message-
From: symfony-users@googlegroups.com [mailto:symfony-us...@googlegroups.com]
On Behalf Of T
doing the Propel version now. I'm really trying to learn about using
Doctrine, so it is really useful.
Thanks,
Brandon
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"symfony users" group.
To post to
John,
Great, thanks! I was just making sure it'd be continued. I'm glad it will
be.
Thanks,
Brandon
From: symfony-users@googlegroups.com [mailto:symfony-us...@googlegroups.com]
On Behalf Of Jonathan Wage
Sent: Monday, December 15, 2008 6:45 PM
To: symfony-users@google
Hi,
Why not just set the title in the action? Seems a bit cleaner if you want a
dynamic title. I try to keep PHP out of the YAML files as much as possible.
Brandon
-Original Message-
From: symfony-users@googlegroups.com [mailto:symfony-us...@googlegroups.com]
On Behalf Of François
ine, so it was failing since Propel is disabled, so I changed it
to extend sfTaskBase.
Just thought I'd mention this in case anyone else tries to use it.
Brandon
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
that validator as an example: http://pastebin.com/mf4b40ef
I hope that helps.
Brandon
> -Original Message-
> From: symfony-users@googlegroups.com [mailto:symfony-
> us...@googlegroups.com] On Behalf Of Ruben
> Sent: Friday, January 02, 2009 11:25 AM
> To: symfony-users@g
obably
wouldn't have a problem.
There was a discussion here a while ago about the risks of running symfony
on a shared host. I think I agree with that. But if that's your only option,
definitely have a host that offers shell access.
Thanks,
Brandon
> -Original Messag
root. You can't do
either of those on a shared host without shell.
Brandon
> -Original Message-
> From: symfony-users@googlegroups.com [mailto:symfony-
> us...@googlegroups.com] On Behalf Of Ward Loockx
> Sent: Monday, January 05, 2009 3:02 PM
> To: symfony-users@google
suggestion for a fix?
Thanks,
Brandon
--
You received this message because you are subscribed to the Google Groups "symfony
users" group.
To post to this group, send email to symfony-us...@googlegroups.com.
To unsubscribe from this group, send email to
symfony-users+unsubscr...@g
Perhaps we should post on symfony_devs. I've been
experiencing out of memory issues when loading a large amount of
fixtures via doctrine:data-load - which appears to be due to this same
issue.
Brandon
On 02/02/2010 11:03 AM, Tony Piper wrote:
> Hello. I've spent a good few hours tryi
env for tasks is
intended (even though it works)!
I think the profiler is used to log SQL statements when you pass --trace
to your task. I think.
Brandon
On 02/02/2010 05:51 PM, Tony Piper wrote:
> Brandon, you're a star! Creating a new environment and disabling the
> profiler solv
Ah, I didn't realize the ticket had been closed. I wish there was a way
to monitor a ticket so I get emails when something happens to it.
On 02/02/2010 06:00 PM, Tony Piper wrote:
>
> On Jan 31, 5:43 pm, Brandon Turner wrote:
>
>> Hello all,
>>
>> I've b
correct place
3) Create a custom route that would take the new URL as a parameter, so
all redirects could be stored in routing.yml.
Anyone have any thoughts or a better way to do this?
Brandon
--
You received this message because you are subscribed to the Google Groups
"symfony users" gro
Bernhard (or anyone else),
I have been playing around with Lime 2 Alpha and loving it, especially
the expected exception stuff. May I make one suggestion (so far).
Would it be possible to pass a custom message to the LimeTest->verify()
method? This would make it behave more like other test
I'm using Propel in Symfony 1.3.3. If I have a database table named
'myDatabaseTable' and would like the propel generated classname to be
"MyDatabaseTable", does anyone know how I can do this? Currently,
propel generates "Mydatabasetable" for the classname.
I have tried using the phpName table a
Can anyone advise as to what's going on with this plugin?
There seems to be something strange going on in general with the
symfony PEAR channel:
% pear list-all -c symfony
All packages [Channel symfony]:
===
Package Latest Local
symfony/pake1.1.4
On Mar 5, 4:18 pm, "Brandon D. Valentine"
<[EMAIL PROTECTED]> wrote:
> I am trying to use the dwCryptPlugin but I cannot seem to get it to
> install.
After tracking it down in svn it seems that the package.xml file for
this package refers to symfony-project.org in many
30 matches
Mail list logo