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
2020-05-03 12:56:20 -04:00
..
CacheWarmer [HttpKernel] allow cache warmers to add to the list of preloaded classes and files 2020-04-04 11:52:45 +02:00
Command [FrameworkBundle][CacheWarmupCommand] Append files to preload 2020-04-30 16:30:59 +02:00
Console Merge branch '5.0' 2020-04-13 12:14:44 +02:00
Controller Merge branch '5.0' 2020-03-15 15:51:35 +01:00
DataCollector Remove \Throwable support deprecation layer 2019-11-08 10:00:49 +01:00
DependencyInjection [Security] Added LDAP support to Authenticator system 2020-05-03 12:56:20 -04:00
EventListener Fix quotes in exception messages 2020-03-16 12:24:17 +01:00
HttpCache Merge branch '4.4' into 5.0 2020-01-10 22:57:37 +01:00
Kernel Revert "feature #30501 [FrameworkBundle][Routing] added Configurators to handle template and redirect controllers (HeahDude)" 2020-04-24 12:08:40 +02:00
Resources Revert "feature #30501 [FrameworkBundle][Routing] added Configurators to handle template and redirect controllers (HeahDude)" 2020-04-24 12:08:40 +02:00
Routing Revert "feature #30501 [FrameworkBundle][Routing] added Configurators to handle template and redirect controllers (HeahDude)" 2020-04-24 12:08:40 +02:00
Secrets Use is_file() instead of file_exists() where possible 2020-04-24 00:29:19 +02:00
Test Fix deprecation messages 2020-03-17 20:48:51 +01:00
Tests Merge branch '5.0' 2020-04-28 20:01:52 +02:00
Translation [HttpKernel] allow cache warmers to add to the list of preloaded classes and files 2020-04-04 11:52:45 +02:00
.gitattributes add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01:00
.gitignore
CHANGELOG.md Revert "feature #30501 [FrameworkBundle][Routing] added Configurators to handle template and redirect controllers (HeahDude)" 2020-04-24 12:08:40 +02:00
composer.json Revert "feature #30501 [FrameworkBundle][Routing] added Configurators to handle template and redirect controllers (HeahDude)" 2020-04-24 12:08:40 +02:00
FrameworkBundle.php [DI] skip preloading dependencies of non-preloaded services 2020-04-23 23:57:44 +02:00
KernelBrowser.php Use is_file() instead of file_exists() where possible 2020-04-24 00:29:19 +02:00
LICENSE Update year in license files 2020-01-01 12:03:25 +01:00
phpunit.xml.dist
README.md