This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Bundle/FrameworkBundle
Fabien Potencier 803fba887a merged branch vicb/routing-ok (PR #3313)
Commits
-------

9d6eb82 [Routing] Fix a bug in the TraceableUrlMatcher
9fc8d28 [FrameworkBundle] Fix a bug in the RedirectableUrlMatcher
4fcf9ef [Routing] Small optimization in the UrlMatcher
abc2141 [Routing] Added a missing property declaration
d86e1eb [Routing] Remove a weird dependency

Discussion
----------

[Routing] Remove a dependency on a derived class, fixes, optim

Subset of #3296 which should be acceptable.

Travis is happy.

The side effect of removing the dependency is that the `UrlMatcher` does not throw an exception any more when the scheme does not match the required scheme. I think it is better because:

* it removes a dependency on a derived class,
* it was an undocumented "feature",
* other thrown excs are component specific while this one was raw SPL.

---------------------------------------------------------------------------

by vicb at 2012-02-09T14:43:02Z

let me know what should go in 2.0 as well.
2012-02-15 00:01:15 +01:00
..
CacheWarmer moved WarmableInterface to the HttpKernel component 2011-10-23 09:47:17 +02:00
Command fixed CS 2012-02-10 13:35:11 +01:00
Console [Console] Enable process isolantion in Shell 2012-02-02 10:09:00 +01:00
Controller cleanup 2012-02-06 20:42:20 +01:00
DataCollector fixed exception in the profile/WDT when no route matches 2012-02-12 13:51:16 +01:00
Debug [StopWatch] Provide a cleaner API 2012-02-06 16:01:16 +01:00
DependencyInjection [FrameworkBundle][Session] Add auto_start pass to the storage options 2012-02-13 15:43:10 +04:00
EventListener [FrameworkBundle] Refactored code for changes to HttpFoundation component. 2012-02-11 11:21:26 +05:45
HttpCache [DoctrineBridge] fixed some CS 2011-12-13 10:22:12 +01:00
Resources [FrameworkBundle] added some service aliases to avoid some BC breaks 2012-02-11 12:36:09 +01:00
Routing [FrameworkBundle] Fix a bug in the RedirectableUrlMatcher 2012-02-10 09:49:35 +01:00
Templating renamed getFlashes() to getFlashBag() to avoid clashes 2012-02-11 13:18:56 +01:00
Test merged 2.0 2011-12-13 16:12:53 +01:00
Tests merged branch vicb/routing-ok (PR #3313) 2012-02-15 00:01:15 +01:00
Translation [FrameworkBundle] fixed previous commit 2011-12-08 08:13:12 +01:00
Validator removed unused use statements 2011-10-29 11:56:30 +02:00
Client.php added missing ' escaping 2011-07-22 13:37:23 +02:00
composer.json Add config as required 2012-01-12 18:44:23 +01:00
ContainerAwareEventDispatcher.php added Stopwatch support in debug mode, added a timeline representing the stopwatch events in the web profiler 2011-10-21 07:45:12 +02:00
FrameworkBundle.php added cache clear hook 2011-12-19 12:17:48 -06:00
HttpKernel.php Revert "[FrameworkBundle] removed the possibility to pass a non-scalar attributes when calling render() to make the call works with or without a reverse proxy (closes #2941)" 2012-01-23 09:41:28 +01:00