- Source
- Commits
- Network
- Pull Requests (1)
- Graphs
-
Branch:
master
Loading...
No pull requests to show
CLOSED Controller functional testing fix
As discussed on the mailing list (subject [Symfony 2] Functional test fixture).
Updated Thu Oct 21 08:33:58 -0700 2010 0 commentsCLOSED [HttpKernel] fixed typo.
fixed missing class "IllegualArgumentException" at HttpKernel/Security/Firewall/DigestAuthenticat...
Updated Wed Oct 20 09:18:43 -0700 2010 0 commentsCLOSED Fixes 2 errors in displaying a form
Hello, This commit fixes 2 errors when displaying a form. Warning error : Missing argument ...
Updated Thu Oct 14 03:23:15 -0700 2010 1 commentCLOSED Fixed an error in EventDispatcher::disconnect, Added support for "global" event listeners with $name = null
1. Fixed an error in EventDispatcher::disconnect The behaviour of disconnect() didn't match its ...
Updated Tue Oct 12 18:55:30 -0700 2010 1 commentCLOSED status codes
if you return a status code bigger than 255, bash will see it as status code 0. Proof: $ php -r ...
Updated Tue Oct 12 04:02:30 -0700 2010 0 commentsCLOSED [Form] readPropertyPath should return null instead of empty array
This is a fix for some odd form behavior we were seeing before Bernhard's recent refactoring of p...
Updated Mon Oct 11 12:52:56 -0700 2010 1 commentFixes Fatal Error
Fatal Error without this commit: * Load any request in the profiler * Load request panel * F...
Updated Sun Oct 10 04:50:53 -0700 2010 0 commentsCLOSED
Hey Fabien, In Doctrine bundle, we're not allowed to use annotation without alias anymore (@En...
Updated Fri Oct 08 10:37:21 -0700 2010 1 commentCLOSED Bugfix webprofiler
I caught an error in WebProfiler page like below. Fatal error: Call to a member function getRa...
Updated Fri Oct 08 05:14:42 -0700 2010 0 commentsCLOSED Here are the aliases for the orm and mongodb odm
Updated Tue Oct 05 00:29:12 -0700 2010 4 commentsCLOSED Add a "routing.generator.base.class" to the routing service definition
This parameter allow end user to customize routing generation without having to redefine the whol...
Updated Sat Sep 25 04:25:37 -0700 2010 2 commentsCLOSED Fixes typo in WebTestCase
Fixes typo in WebTestCase + html validation issues in web profiler
Updated Thu Sep 23 00:10:23 -0700 2010 0 commentsCLOSED Fixes html validity for web profilers
Fixes html validity for web profilers
Updated Thu Sep 23 00:10:23 -0700 2010 2 commentsCLOSED "Permission denied" bug on Windows
I've tried to set-up symfony 2 on Windows 7. When running the phpunit test suite, I encountered ...
Updated Sat Oct 23 02:18:13 -0700 2010 3 commentsCLOSED Hidden field labels are displayed
This is a correction about http://trac.symfony-project.org/ticket/9057 !
Updated Tue Sep 14 16:20:35 -0700 2010 0 commentsCLOSED Fix invalid help command shortcut (ticket #8890)
If you enter an invalid command in your terminal, it is shown that we can use the option -h for h...
Updated Sat Sep 11 05:05:13 -0700 2010 3 commentsCLOSED [Form] Outstanding patches for Choice/Collection fields
These commits were sitting around in a github convo I had months ago with Bernhard. I couldn't d...
Updated Thu Sep 09 11:02:54 -0700 2010 1 commentCLOSED Using ORM and MongoDB both in the same bundle.
It fixes the DoctrineBundle to allow the usage of both ORM and MongoDB in the same bundle.
Updated Thu Sep 09 06:56:40 -0700 2010 1 comment