github github
  • Home
  • Pricing and Signup
  • Training
  • Gist
  • Blog
  • Login

symfony / symfony

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
    • 1,061
    • 191
  • Source
  • Commits
  • Network
  • Pull Requests (3)
  • Graphs
  • Branch: master

click here to add a description

click here to add a homepage

  • Graph
  • Members

fivestar wants someone to pull 50 commits into symfony:master from fivestar:1c8867d

  • Discussion
  • Commits 50
  • Files Changed 515
  • Reply

Showing 0 comments with 0 commits and 0 commit comments

#22 Closed

[HttpKernel] fixed typo.

fivestar — Wed Oct 20 09:11:28 -0700 2010

fixed missing class "IllegualArgumentException" at HttpKernel/Security/Firewall/DigestAuthenticationListener.php

fivestar and others added some commits

Thu Jul 15 03:47:10 -0700 2010

bc57e14 [Validator] fixed the problem with conflict "File" name in namespace ...
3edcc14 Merge remote branch 'upstream/master'
fb672d5 [TwigBundle] fixed class name in twig.xml
8f816ef Merge remote branch 'upstream/master'
a93a8a8 [FrameworkBundle] fixed indentation
09ba75f Merge remote branch 'upstream/master'
6509dcf [Form]fixed HtmlGenerator::tag() always contains end-tag when given t...
0c6cc92 Merge remote branch 'upstream/master'
8b9844f [TwigBundle] fixed grammar for render helper.
9c43a0e Merge branch 'master' of git://github.com/fabpot/symfony
08c3761 added \RecursiveDirectoryIterator::SKIP_DOTS flag
ef4f61b [DependencyInjection] Added TaggedContainerInterface to signature of ...
5d4c80f [Validator] removed DependencyInjection integration
e1f8423 [FrameworkBundle] added a DIC tag-based constraint validator factory
7639fde [FrameworkBundle] updated constraint validator factory to work with n...
082090d [Validator] Fixed coding standard
8c55786 fixed test
86cc6a1 [Component] Fixed some spelling typos
80868f1 [Translation] Fixed phpdoc, thx Koc
2dc357d [WebProfilerBundle] Fixed label reference, fixed markup, optimized cs...
308e85a Removed methods which implemented interfaces by throwing \LogicExcept...
4a18624 [Validator] removed ftp and ftps from default url protocols
0b1f314 Removed unnecessary "public" from interface method signatures.
f79e23f Removed all those spaces after @author that were bothering me so…
29360a0 Removed old resources array property from DI extension classes.
7225cf6 [DependencyInjection] Added tests for methods hasMethodCall and remov...
c543692 [DependencyInjection] Added tests for ContainerBuilder class
71ace34 [Routing] Added some tests
dbfa06c [OutputEscaper] Add some tests
56d9830 fixed form field groups rendering
5b6d92d fixed unit tests
8df4567 [CssSelector] Fixed typo
f216f31 added the Security Component and its integration into the MVC framework
94347f7 [HttpFoundation] added a way to generate a URI based on the current o...
0fc6b15 [HttpFoundation] added a way to clear the session attributes
e8bcbcb [Routing] allowed multiple routing requirement with xml loader, using...
fde278d [Security] Fixed typo
d067d5d [Security] Fixed coding standard
f810723 Removed the need for having the Security component enabled when using...
0aba8ef [DependencyInjection] XmlFileLoader should allow "factory-service" at...
0ccc980 Fix UniversalClassLoader issues with leading slashes.
437f8c7 [Security] Fixed typo
cb8161d [FrameworkBundle] removed support for none as an equivalent to false/...
71228b5 [FrameworkBundle] added a way to configure the logout paths
4b32114 [FrameworkBundle] added a way to configure the switch-user behavior
bdb0510 [FrameworkBundle] removed default controller for login
dd4f87b made form login configurable
dd7e33a [TwigBundle] fixed the include tag to behave like the standard Twig i...
689bb12 Merge commit 'fabpot/master'
1c8867d [HttpKernel] fixed typo.

Comment on this pull request

You must be logged in to comment on pull requests.

Active Participants

  • fivestar

Showing 50 unique commits by 13 authors.

bc57e14c fivestar [Validator] fixed the problem with conflict "File" name in namesp... Thu Jul 15 03:47:10 -0700 2010
3edcc142 fivestar Merge remote branch 'upstream/master' Fri Jul 16 21:48:11 -0700 2010
fb672d5c fivestar [TwigBundle] fixed class name in twig.xml Fri Jul 16 21:49:48 -0700 2010
8f816efb fivestar Merge remote branch 'upstream/master' Mon Jul 26 19:21:43 -0700 2010
a93a8a8d fivestar [FrameworkBundle] fixed indentation Mon Jul 26 19:26:23 -0700 2010
09ba75f3 fivestar Merge remote branch 'upstream/master' Mon Aug 30 02:49:17 -0700 2010
6509dcfd fivestar [Form]fixed HtmlGenerator::tag() always contains end-tag when giv... Mon Aug 30 03:17:03 -0700 2010
0c6cc928 fivestar Merge remote branch 'upstream/master' Mon Aug 30 19:48:24 -0700 2010
8b9844f6 fivestar [TwigBundle] fixed grammar for render helper. Mon Aug 30 19:48:47 -0700 2010
9c43a0ee fivestar Merge branch 'master' of git://github.com/fabpot/symfony Mon Sep 13 00:32:37 -0700 2010
ef4f61bb kriswallsmith [DependencyInjection] Added TaggedContainerInterface to signature... Fri Oct 15 09:50:32 -0700 2010
5d4c80f2 kriswallsmith [Validator] removed DependencyInjection integration Fri Oct 15 10:06:02 -0700 2010
e1f84234 kriswallsmith [FrameworkBundle] added a DIC tag-based constraint validator factory Fri Oct 15 10:06:37 -0700 2010
7639fde3 kriswallsmith [FrameworkBundle] updated constraint validator factory to work wi... Fri Oct 15 10:38:23 -0700 2010
8c557866 fabpot fixed test Fri Oct 15 23:36:59 -0700 2010
082090d8 pborreli [Validator] Fixed coding standard Fri Oct 15 14:49:09 -0700 2010
86cc6a11 pborreli [Component] Fixed some spelling typos Sat Oct 16 03:32:57 -0700 2010
80868f17 pborreli [Translation] Fixed phpdoc, thx Koc Sat Oct 16 05:42:42 -0700 2010
308e85a5 udat Removed methods which implemented interfaces by throwing \LogicEx... Sat Oct 16 12:07:33 -0700 2010
7225cf64 FabienPennequin [DependencyInjection] Added tests for methods hasMethodCall and r... Sun Oct 17 07:40:32 -0700 2010
c5436928 FabienPennequin [DependencyInjection] Added tests for ContainerBuilder class Sun Oct 17 08:26:47 -0700 2010
71ace348 FabienPennequin [Routing] Added some tests Sun Oct 17 11:15:26 -0700 2010
dbfa06c5 FabienPennequin [OutputEscaper] Add some tests Sun Oct 17 13:41:13 -0700 2010
2dc357d3 pborreli [WebProfilerBundle] Fixed label reference, fixed markup, optimize... Sat Oct 16 06:00:34 -0700 2010
0b1f3145 kriswallsmith Removed unnecessary "public" from interface method signatures. Sun Oct 17 04:39:51 -0700 2010
f79e23ff kriswallsmith Removed all those spaces after @author that were bothering me so… Sun Oct 17 04:45:15 -0700 2010
29360a0e kriswallsmith Removed old resources array property from DI extension classes. Sun Oct 17 04:51:37 -0700 2010
4a186249 kriswallsmith [Validator] removed ftp and ftps from default url protocols Sun Oct 17 04:31:02 -0700 2010
5b6d92df fabpot fixed unit tests Mon Oct 18 08:01:57 -0700 2010
56d98305 Herzult fixed form field groups rendering Sun Oct 17 15:39:51 -0700 2010
94347f73 fabpot [HttpFoundation] added a way to generate a URI based on the curre... Tue Oct 19 04:09:28 -0700 2010
0fc6b15c fabpot [HttpFoundation] added a way to clear the session attributes Tue Oct 19 04:09:48 -0700 2010
f216f313 fabpot added the Security Component and its integration into the MVC fra... Tue Oct 19 04:06:43 -0700 2010
8df4567a pborreli [CssSelector] Fixed typo Mon Oct 18 13:17:07 -0700 2010
fde278d7 pborreli [Security] Fixed typo Tue Oct 19 07:19:34 -0700 2010
d067d5da pborreli [Security] Fixed coding standard Tue Oct 19 08:11:42 -0700 2010
f8107230 henrikbjorn Removed the need for having the Security component enabled when u... Tue Oct 19 10:36:30 -0700 2010
0aba8ef7 jmikola [DependencyInjection] XmlFileLoader should allow "factory-service... Tue Oct 19 11:55:44 -0700 2010
437f8c7a pborreli [Security] Fixed typo Tue Oct 19 15:51:35 -0700 2010
cb8161da fabpot [FrameworkBundle] removed support for none as an equivalent to fa... Wed Oct 20 00:49:00 -0700 2010
71228b5f fabpot [FrameworkBundle] added a way to configure the logout paths Wed Oct 20 01:48:05 -0700 2010
4b321141 fabpot [FrameworkBundle] added a way to configure the switch-user behavior Wed Oct 20 01:59:13 -0700 2010
bdb05108 fabpot [FrameworkBundle] removed default controller for login Wed Oct 20 02:34:21 -0700 2010
dd4f87b8 fabpot made form login configurable Wed Oct 20 02:42:19 -0700 2010
dd7e33af fabpot [TwigBundle] fixed the include tag to behave like the standard Tw... Wed Oct 20 05:02:39 -0700 2010
0ccc9805 bobthecow Fix UniversalClassLoader issues with leading slashes. Tue Oct 19 12:45:04 -0700 2010
08c37617 cannie added \RecursiveDirectoryIterator::SKIP_DOTS flag Fri Oct 08 02:07:25 -0700 2010
e8bcbcba ornicar [Routing] allowed multiple routing requirement with xml loader, u... Tue Oct 19 07:00:32 -0700 2010
689bb129 fivestar Merge commit 'fabpot/master' Wed Oct 20 08:26:58 -0700 2010
1c8867db fivestar [HttpKernel] fixed typo. Wed Oct 20 08:53:48 -0700 2010

Showing 515 changed files with 7,473 additions and 894 deletions.

M src/Symfony/Bundle/DoctrineBundle/Command/ClearMetadataCacheDoctrineCommand.php 4 ••••
M src/Symfony/Bundle/DoctrineBundle/Command/ClearQueryCacheDoctrineCommand.php 4 ••••
M src/Symfony/Bundle/DoctrineBundle/Command/ClearResultCacheDoctrineCommand.php 4 ••••
M src/Symfony/Bundle/DoctrineBundle/Command/ConvertDoctrine1SchemaDoctrineCommand.php 4 ••••
M src/Symfony/Bundle/DoctrineBundle/Command/ConvertMappingDoctrineCommand.php 4 ••••
M src/Symfony/Bundle/DoctrineBundle/Command/CreateDatabaseDoctrineCommand.php 4 ••••
M src/Symfony/Bundle/DoctrineBundle/Command/CreateSchemaDoctrineCommand.php 4 ••••
M src/Symfony/Bundle/DoctrineBundle/Command/DoctrineCommand.php 2 ••
M src/Symfony/Bundle/DoctrineBundle/Command/DropDatabaseDoctrineCommand.php 4 ••••
M src/Symfony/Bundle/DoctrineBundle/Command/DropSchemaDoctrineCommand.php 4 ••••
M src/Symfony/Bundle/DoctrineBundle/Command/EnsureProductionSettingsDoctrineCommand.php 4 ••••
M src/Symfony/Bundle/DoctrineBundle/Command/GenerateEntitiesDoctrineCommand.php 4 ••••
M src/Symfony/Bundle/DoctrineBundle/Command/GenerateEntityDoctrineCommand.php 4 ••••
M src/Symfony/Bundle/DoctrineBundle/Command/GenerateProxiesDoctrineCommand.php 4 ••••
M src/Symfony/Bundle/DoctrineBundle/Command/GenerateRepositoriesDoctrineCommand.php 4 ••••
M src/Symfony/Bundle/DoctrineBundle/Command/ImportMappingDoctrineCommand.php 4 ••••
M src/Symfony/Bundle/DoctrineBundle/Command/LoadDataFixturesDoctrineCommand.php 4 ••••
M src/Symfony/Bundle/DoctrineBundle/Command/RunDqlDoctrineCommand.php 4 ••••
M src/Symfony/Bundle/DoctrineBundle/Command/RunSqlDoctrineCommand.php 4 ••••
M src/Symfony/Bundle/DoctrineBundle/Command/UpdateSchemaDoctrineCommand.php 4 ••••
M src/Symfony/Bundle/DoctrineBundle/DataCollector/DoctrineDataCollector.php 2 ••
M src/Symfony/Bundle/DoctrineBundle/DependencyInjection/DoctrineExtension.php 13 ••••
M src/Symfony/Bundle/DoctrineBundle/DoctrineBundle.php 4 ••••
M src/Symfony/Bundle/DoctrineBundle/Logger/DbalLogger.php 2 ••
M src/Symfony/Bundle/DoctrineBundle/Resources/config/orm.xml 7 ••••
A src/Symfony/Bundle/DoctrineBundle/Security/EntityUserProvider.php 41 •••••
M src/Symfony/Bundle/DoctrineMigrationsBundle/Command/DoctrineCommand.php 2 ••
M src/Symfony/Bundle/DoctrineMigrationsBundle/Command/MigrationsDiffDoctrineCommand.php 4 ••••
M src/Symfony/Bundle/DoctrineMigrationsBundle/Command/MigrationsExecuteDoctrineCommand.php 4 ••••
M src/Symfony/Bundle/DoctrineMigrationsBundle/Command/MigrationsGenerateDoctrineCommand.php 4 ••••
M src/Symfony/Bundle/DoctrineMigrationsBundle/Command/MigrationsMigrateDoctrineCommand.php 4 ••••
M src/Symfony/Bundle/DoctrineMigrationsBundle/Command/MigrationsStatusDoctrineCommand.php 4 ••••
M src/Symfony/Bundle/DoctrineMigrationsBundle/Command/MigrationsVersionDoctrineCommand.php 4 ••••
M src/Symfony/Bundle/DoctrineMigrationsBundle/DoctrineMigrationsBundle.php 4 ••••
M src/Symfony/Bundle/DoctrineMongoDBBundle/Command/LoadDataFixturesDoctrineODMCommand.php 4 ••••
M src/Symfony/Bundle/DoctrineMongoDBBundle/DependencyInjection/DoctrineMongoDBExtension.php 6 ••••
M src/Symfony/Bundle/FrameworkBundle/Cache/Cache.php 2 ••
M src/Symfony/Bundle/FrameworkBundle/Client.php 2 ••
M src/Symfony/Bundle/FrameworkBundle/Command/AssetsInstallCommand.php 2 ••
M src/Symfony/Bundle/FrameworkBundle/Command/Command.php 2 ••
M src/Symfony/Bundle/FrameworkBundle/Command/InitBundleCommand.php 2 ••
M src/Symfony/Bundle/FrameworkBundle/Command/RouterApacheDumperCommand.php 2 ••
M src/Symfony/Bundle/FrameworkBundle/Command/RouterDebugCommand.php 2 ••
M src/Symfony/Bundle/FrameworkBundle/Console/Application.php 2 ••
M src/Symfony/Bundle/FrameworkBundle/Console/Shell.php 2 ••
M src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php 2 ••
M src/Symfony/Bundle/FrameworkBundle/Controller/DefaultController.php 2 ••
M src/Symfony/Bundle/FrameworkBundle/Controller/ExceptionController.php 7 ••••
M src/Symfony/Bundle/FrameworkBundle/Controller/InternalController.php 2 ••
M src/Symfony/Bundle/FrameworkBundle/Controller/RedirectController.php 2 ••
M src/Symfony/Bundle/FrameworkBundle/Controller/TemplateController.php 2 ••
M src/Symfony/Bundle/FrameworkBundle/DataCollector/ConfigDataCollector.php 2 ••
M src/Symfony/Bundle/FrameworkBundle/DataCollector/RequestDataCollector.php 2 ••
M src/Symfony/Bundle/FrameworkBundle/DataCollector/TimerDataCollector.php 2 ••
M src/Symfony/Bundle/FrameworkBundle/Debug/EventDispatcher.php 2 ••
M src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php 8 ••••
A src/Symfony/Bundle/FrameworkBundle/DependencyInjection/SecurityExtension.php 603 •••••
M src/Symfony/Bundle/FrameworkBundle/EventDispatcher.php 2 ••
M src/Symfony/Bundle/FrameworkBundle/FrameworkBundle.php 2 ••
M src/Symfony/Bundle/FrameworkBundle/Profiler.php 2 ••
M src/Symfony/Bundle/FrameworkBundle/RequestListener.php 2 ••
M src/Symfony/Bundle/FrameworkBundle/Resources/config/collectors.xml 6 •••••
A src/Symfony/Bundle/FrameworkBundle/Resources/config/security.xml 152 •••••
A src/Symfony/Bundle/FrameworkBundle/Resources/config/security_templates.xml 62 •••••
M src/Symfony/Bundle/FrameworkBundle/Resources/config/templating.xml 6 •••••
M src/Symfony/Bundle/FrameworkBundle/Resources/config/validator.xml 5 •••••
M src/Symfony/Bundle/FrameworkBundle/Routing/DelegatingLoader.php 2 ••
M src/Symfony/Bundle/FrameworkBundle/Routing/LoaderResolver.php 2 ••
A src/Symfony/Bundle/FrameworkBundle/Security/Authorization/AccessDecisionManager.php 41 •••••
M src/Symfony/Bundle/FrameworkBundle/Templating/Debugger.php 2 ••
M src/Symfony/Bundle/FrameworkBundle/Templating/Engine.php 2 ••
M src/Symfony/Bundle/FrameworkBundle/Templating/Form/BaseField.php 2 ••
M src/Symfony/Bundle/FrameworkBundle/Templating/Form/Field.php 7 ••••
M src/Symfony/Bundle/FrameworkBundle/Templating/Helper/ActionsHelper.php 2 ••
M src/Symfony/Bundle/FrameworkBundle/Templating/Helper/AssetsHelper.php 2 ••
M src/Symfony/Bundle/FrameworkBundle/Templating/Helper/CodeHelper.php 2 ••
M src/Symfony/Bundle/FrameworkBundle/Templating/Helper/RequestHelper.php 2 ••
M src/Symfony/Bundle/FrameworkBundle/Templating/Helper/RouterHelper.php 2 ••
A src/Symfony/Bundle/FrameworkBundle/Templating/Helper/SecurityHelper.php 50 •••••
M src/Symfony/Bundle/FrameworkBundle/Templating/Helper/SessionHelper.php 2 ••
M src/Symfony/Bundle/FrameworkBundle/Templating/Helper/TranslatorHelper.php 2 ••
M src/Symfony/Bundle/FrameworkBundle/Templating/HtmlGenerator.php 2 ••
M src/Symfony/Bundle/FrameworkBundle/Templating/HtmlGeneratorInterface.php 10 ••••
M src/Symfony/Bundle/FrameworkBundle/Test/WebTestCase.php 2 ••
A src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/access.php 8 •••••
A src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/firewall.php 24 •••••
A src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/hierarchy.php 9 •••••
A src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/provider.php 21 •••••
A src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/access.xml 17 •••••
A src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/firewall.xml 25 •••••
A src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/hierarchy.xml 15 •••••
A src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/provider.xml 23 •••••
A src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/access.yml 7 •••••
A src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/firewall.yml 17 •••••
A src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/hierarchy.yml 5 •••••
A src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/provider.yml 14 •••••
A src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/PhpSecurityExtensionTest.php 24 •••••
A src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/SecurityExtensionTest.php 102 •••••
A src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/XmlSecurityExtensionTest.php 24 •••••
A src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/YamlSecurityExtensionTest.php 24 •••••
M src/Symfony/Bundle/FrameworkBundle/Tests/Templating/EngineTest.php 2 ••
A src/Symfony/Bundle/FrameworkBundle/Tests/Validator/ConstraintValidatorFactoryTest.php 73 •••••
M src/Symfony/Bundle/FrameworkBundle/Util/Filesystem.php 2 ••
A src/Symfony/Bundle/FrameworkBundle/Validator/ConstraintValidatorFactory.php 87 •••••
M src/Symfony/Bundle/PropelBundle/Command/BuildCommand.php 2 ••
M src/Symfony/Bundle/PropelBundle/Command/BuildModelCommand.php 2 ••
M src/Symfony/Bundle/PropelBundle/Command/BuildSqlCommand.php 2 ••
M src/Symfony/Bundle/PropelBundle/Command/Phing.php 3 •••
M src/Symfony/Bundle/PropelBundle/Command/PhingCommand.php 2 ••
M src/Symfony/Bundle/PropelBundle/DependencyInjection/PropelExtension.php 8 ••••
M src/Symfony/Bundle/PropelBundle/Logger/PropelLogger.php 2 ••
M src/Symfony/Bundle/SwiftmailerBundle/DependencyInjection/SwiftmailerExtension.php 8 ••••
M src/Symfony/Bundle/SwiftmailerBundle/SwiftmailerBundle.php 2 ••
M src/Symfony/Bundle/TwigBundle/DependencyInjection/TwigExtension.php 2 ••
M src/Symfony/Bundle/TwigBundle/Environment.php 2 ••
A src/Symfony/Bundle/TwigBundle/Extension/SecurityExtension.php 64 •••••
R src/Symfony/Bundle/TwigBundle/Extension/{HelpersExtension.php → TemplatingExtension.php} 16 ••••
M src/Symfony/Bundle/TwigBundle/Extension/TransExtension.php 2 ••
M src/Symfony/Bundle/TwigBundle/Loader/Loader.php 2 ••
M src/Symfony/Bundle/TwigBundle/Node/HelperNode.php 2 ••
A src/Symfony/Bundle/TwigBundle/Node/IfRoleNode.php 52 •••••
A src/Symfony/Bundle/TwigBundle/Node/IncludeNode.php 48 •••••
M src/Symfony/Bundle/TwigBundle/Renderer/Renderer.php 2 ••
M src/Symfony/Bundle/TwigBundle/Resources/config/twig.xml 7 ••••
M src/Symfony/Bundle/TwigBundle/TokenParser/HelperTokenParser.php 2 ••
A src/Symfony/Bundle/TwigBundle/TokenParser/IfRoleTokenParser.php 59 •••••
A src/Symfony/Bundle/TwigBundle/TokenParser/IncludeTokenParser.php 54 •••••
M src/Symfony/Bundle/TwigBundle/TwigBundle.php 2 ••
M src/Symfony/Bundle/WebProfilerBundle/Controller/ExceptionController.php 2 ••
M src/Symfony/Bundle/WebProfilerBundle/DependencyInjection/WebProfilerExtension.php 2 ••
M src/Symfony/Bundle/WebProfilerBundle/Resources/config/web_profiler.xml 1 •
M src/Symfony/Bundle/WebProfilerBundle/Resources/public/css/profiler.css 4 ••••
M src/Symfony/Bundle/WebProfilerBundle/Resources/public/css/toolbar.css 2 ••
M src/Symfony/Bundle/WebProfilerBundle/Resources/public/images/config.png 0
M src/Symfony/Bundle/WebProfilerBundle/Resources/public/images/db.png 0
M src/Symfony/Bundle/WebProfilerBundle/Resources/public/images/events.png 0
M src/Symfony/Bundle/WebProfilerBundle/Resources/public/images/exception.png 0
M src/Symfony/Bundle/WebProfilerBundle/Resources/public/images/import.png 0
M src/Symfony/Bundle/WebProfilerBundle/Resources/public/images/logger.png 0
M src/Symfony/Bundle/WebProfilerBundle/Resources/public/images/memory.png 0
M src/Symfony/Bundle/WebProfilerBundle/Resources/public/images/profiler.png 0
M src/Symfony/Bundle/WebProfilerBundle/Resources/public/images/request.png 0
M src/Symfony/Bundle/WebProfilerBundle/Resources/public/images/search.png 0
A src/Symfony/Bundle/WebProfilerBundle/Resources/public/images/security.png 0
M src/Symfony/Bundle/WebProfilerBundle/Resources/public/images/timer.png 0
M src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/exception_menu.php 2 ••
M src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/logger_menu.php 2 ••
M src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/search.php 2 ••
A src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/security_bar.php 8 •••••
A src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/security_menu.php 2 ••
A src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/security_panel.php 1 •
M src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.php 2 ••
M src/Symfony/Bundle/WebProfilerBundle/WebDebugToolbarListener.php 2 ••
M src/Symfony/Bundle/WebProfilerBundle/WebProfilerBundle.php 2 ••
M src/Symfony/Bundle/ZendBundle/DependencyInjection/ZendExtension.php 2 ••
M src/Symfony/Bundle/ZendBundle/Logger/DebugLogger.php 2 ••
M src/Symfony/Bundle/ZendBundle/Logger/Logger.php 2 ••
M src/Symfony/Bundle/ZendBundle/ZendBundle.php 2 ••
M src/Symfony/Component/BrowserKit/Client.php 2 ••
M src/Symfony/Component/BrowserKit/Cookie.php 2 ••
M src/Symfony/Component/BrowserKit/CookieJar.php 2 ••
M src/Symfony/Component/BrowserKit/History.php 2 ••
M src/Symfony/Component/BrowserKit/Request.php 2 ••
M src/Symfony/Component/BrowserKit/Response.php 2 ••
M src/Symfony/Component/Console/Application.php 2 ••
M src/Symfony/Component/Console/Command/Command.php 2 ••
M src/Symfony/Component/Console/Command/HelpCommand.php 2 ••
M src/Symfony/Component/Console/Command/ListCommand.php 2 ••
M src/Symfony/Component/Console/Helper/DialogHelper.php 2 ••
M src/Symfony/Component/Console/Helper/FormatterHelper.php 2 ••
M src/Symfony/Component/Console/Helper/Helper.php 2 ••
M src/Symfony/Component/Console/Helper/HelperInterface.php 2 ••
M src/Symfony/Component/Console/Helper/HelperSet.php 2 ••
M src/Symfony/Component/Console/Input/ArgvInput.php 2 ••
M src/Symfony/Component/Console/Input/ArrayInput.php 2 ••
M src/Symfony/Component/Console/Input/Input.php 2 ••
M src/Symfony/Component/Console/Input/InputArgument.php 2 ••
M src/Symfony/Component/Console/Input/InputDefinition.php 2 ••
M src/Symfony/Component/Console/Input/InputInterface.php 2 ••
M src/Symfony/Component/Console/Input/InputOption.php 2 ••
M src/Symfony/Component/Console/Input/StringInput.php 2 ••
M src/Symfony/Component/Console/Output/ConsoleOutput.php 2 ••
M src/Symfony/Component/Console/Output/NullOutput.php 2 ••
M src/Symfony/Component/Console/Output/Output.php 2 ••
M src/Symfony/Component/Console/Output/OutputInterface.php 8 ••••
M src/Symfony/Component/Console/Output/StreamOutput.php 2 ••
M src/Symfony/Component/Console/Shell.php 2 ••
M src/Symfony/Component/Console/Tester/ApplicationTester.php 2 ••
M src/Symfony/Component/Console/Tester/CommandTester.php 2 ••
M src/Symfony/Component/CssSelector/Node/AttribNode.php 2 ••
M src/Symfony/Component/CssSelector/Node/ClassNode.php 2 ••
M src/Symfony/Component/CssSelector/Node/CombinedSelectorNode.php 2 ••
M src/Symfony/Component/CssSelector/Node/ElementNode.php 2 ••
M src/Symfony/Component/CssSelector/Node/FunctionNode.php 2 ••
M src/Symfony/Component/CssSelector/Node/HashNode.php 2 ••
M src/Symfony/Component/CssSelector/Node/NodeInterface.php 6 ••••
M src/Symfony/Component/CssSelector/Node/OrNode.php 2 ••
M src/Symfony/Component/CssSelector/Node/PseudoNode.php 2 ••
M src/Symfony/Component/CssSelector/Parser.php 2 ••
M src/Symfony/Component/CssSelector/SyntaxError.php 2 ••
M src/Symfony/Component/CssSelector/Token.php 2 ••
M src/Symfony/Component/CssSelector/TokenStream.php 2 ••
M src/Symfony/Component/CssSelector/Tokenizer.php 4 ••••
M src/Symfony/Component/CssSelector/XPathExpr.php 2 ••
M src/Symfony/Component/CssSelector/XPathExprOr.php 2 ••
M src/Symfony/Component/DependencyInjection/Container.php 4 ••••
M src/Symfony/Component/DependencyInjection/ContainerAware.php 2 ••
M src/Symfony/Component/DependencyInjection/ContainerBuilder.php 2 ••
M src/Symfony/Component/DependencyInjection/ContainerInterface.php 8 ••••
M src/Symfony/Component/DependencyInjection/Definition.php 2 ••
M src/Symfony/Component/DependencyInjection/Dumper/Dumper.php 16 ••••
M src/Symfony/Component/DependencyInjection/Dumper/DumperInterface.php 9 ••••
M src/Symfony/Component/DependencyInjection/Dumper/GraphvizDumper.php 2 ••
M src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php 5 •••••
M src/Symfony/Component/DependencyInjection/Dumper/XmlDumper.php 4 ••••
M src/Symfony/Component/DependencyInjection/Dumper/YamlDumper.php 2 ••
M src/Symfony/Component/DependencyInjection/Extension/Extension.php 2 ••
M src/Symfony/Component/DependencyInjection/Extension/ExtensionInterface.php 10 ••••
M src/Symfony/Component/DependencyInjection/Loader/ClosureLoader.php 2 ••
M src/Symfony/Component/DependencyInjection/Loader/DelegatingLoader.php 2 ••
M src/Symfony/Component/DependencyInjection/Loader/FileLoader.php 2 ••
M src/Symfony/Component/DependencyInjection/Loader/IniFileLoader.php 2 ••
M src/Symfony/Component/DependencyInjection/Loader/Loader.php 2 ••
M src/Symfony/Component/DependencyInjection/Loader/LoaderInterface.php 2 ••
M src/Symfony/Component/DependencyInjection/Loader/LoaderResolver.php 2 ••
M src/Symfony/Component/DependencyInjection/Loader/LoaderResolverInterface.php 2 ••
M src/Symfony/Component/DependencyInjection/Loader/PhpFileLoader.php 2 ••
M src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php 6 ••••
M src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php 2 ••
M src/Symfony/Component/DependencyInjection/Parameter.php 2 ••
M src/Symfony/Component/DependencyInjection/ParameterBag/FrozenParameterBag.php 2 ••
M src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBag.php 2 ••
M src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBagInterface.php 14 ••••
M src/Symfony/Component/DependencyInjection/Reference.php 2 ••
M src/Symfony/Component/DependencyInjection/Resource/FileResource.php 2 ••
M src/Symfony/Component/DependencyInjection/Resource/ResourceInterface.php 2 ••
M src/Symfony/Component/DependencyInjection/SimpleXMLElement.php 2 ••
M src/Symfony/Component/DependencyInjection/TaggedContainerInterface.php 4 ••••
M src/Symfony/Component/DomCrawler/Crawler.php 2 ••
M src/Symfony/Component/DomCrawler/Field/ChoiceFormField.php 2 ••
M src/Symfony/Component/DomCrawler/Field/FileFormField.php 2 ••
M src/Symfony/Component/DomCrawler/Field/FormField.php 2 ••
M src/Symfony/Component/DomCrawler/Field/InputFormField.php 2 ••
M src/Symfony/Component/DomCrawler/Field/TextareaFormField.php 2 ••
M src/Symfony/Component/DomCrawler/Form.php 2 ••
M src/Symfony/Component/DomCrawler/Link.php 2 ••
M src/Symfony/Component/EventDispatcher/Event.php 2 ••
M src/Symfony/Component/EventDispatcher/EventDispatcher.php 2 ••
M src/Symfony/Component/Finder/Comparator/Comparator.php 2 ••
M src/Symfony/Component/Finder/Comparator/DateComparator.php 2 ••
M src/Symfony/Component/Finder/Comparator/NumberComparator.php 2 ••
M src/Symfony/Component/Finder/Finder.php 2 ••
M src/Symfony/Component/Finder/Glob.php 2 ••
M src/Symfony/Component/Finder/Iterator/CustomFilterIterator.php 2 ••
M src/Symfony/Component/Finder/Iterator/DateRangeFilterIterator.php 2 ••
M src/Symfony/Component/Finder/Iterator/DepthRangeFilterIterator.php 2 ••
M src/Symfony/Component/Finder/Iterator/ExcludeDirectoryFilterIterator.php 2 ••
M src/Symfony/Component/Finder/Iterator/FileTypeFilterIterator.php 2 ••
M src/Symfony/Component/Finder/Iterator/FilenameFilterIterator.php 2 ••
M src/Symfony/Component/Finder/Iterator/IgnoreVcsFilterIterator.php 2 ••
M src/Symfony/Component/Finder/Iterator/SizeRangeFilterIterator.php 2 ••
M src/Symfony/Component/Finder/Iterator/SortableIterator.php 2 ••
M src/Symfony/Component/Form/Configurator/ConfiguratorInterface.php 8 ••••
M src/Symfony/Component/Form/FieldGroup.php 2 ••
M src/Symfony/Component/Form/FieldInterface.php 44 ••••
M src/Symfony/Component/Form/Form.php 2 ••
M src/Symfony/Component/Form/Localizable.php 2 ••
M src/Symfony/Component/Form/ValueTransformer/ValueTransformerInterface.php 4 ••••
M src/Symfony/Component/HttpFoundation/CacheControl.php 2 ••
M src/Symfony/Component/HttpFoundation/File/MimeType/ContentTypeMimeTypeGuesser.php 2 ••
M src/Symfony/Component/HttpFoundation/File/MimeType/FileinfoMimeTypeGuesser.php 2 ••
M src/Symfony/Component/HttpFoundation/File/MimeType/MimeTypeGuesserInterface.php 2 ••
M src/Symfony/Component/HttpFoundation/HeaderBag.php 2 ••
M src/Symfony/Component/HttpFoundation/ParameterBag.php 2 ••
M src/Symfony/Component/HttpFoundation/Request.php 14 ••••
M src/Symfony/Component/HttpFoundation/RequestMatcherInterface.php 2 ••
M src/Symfony/Component/HttpFoundation/Response.php 4 ••••
M src/Symfony/Component/HttpFoundation/Session.php 23 ••••
M src/Symfony/Component/HttpFoundation/SessionStorage/NativeSessionStorage.php 3 •••
M src/Symfony/Component/HttpFoundation/SessionStorage/PdoSessionStorage.php 2 ••
M src/Symfony/Component/HttpFoundation/SessionStorage/SessionStorageInterface.php 12 ••••
M src/Symfony/Component/HttpFoundation/UniversalClassLoader.php 6 ••••
M src/Symfony/Component/HttpKernel/BaseHttpKernel.php 2 ••
M src/Symfony/Component/HttpKernel/Bundle/Bundle.php 2 ••
M src/Symfony/Component/HttpKernel/Bundle/BundleInterface.php 6 ••••
M src/Symfony/Component/HttpKernel/Cache/Cache.php 10 ••••
M src/Symfony/Component/HttpKernel/Cache/Esi.php 2 ••
M src/Symfony/Component/HttpKernel/Cache/EsiListener.php 2 ••
M src/Symfony/Component/HttpKernel/Cache/Store.php 2 ••
M src/Symfony/Component/HttpKernel/ClassCollectionLoader.php 2 ••
M src/Symfony/Component/HttpKernel/Client.php 2 ••
M src/Symfony/Component/HttpKernel/Controller/ControllerResolverInterface.php 6 ••••
M src/Symfony/Component/HttpKernel/DataCollector/DataCollector.php 2 ••
M src/Symfony/Component/HttpKernel/DataCollector/DataCollectorInterface.php 2 ••
M src/Symfony/Component/HttpKernel/DataCollector/EventDataCollector.php 2 ••
M src/Symfony/Component/HttpKernel/DataCollector/ExceptionDataCollector.php 2 ••
M src/Symfony/Component/HttpKernel/DataCollector/LoggerDataCollector.php 2 ••
M src/Symfony/Component/HttpKernel/DataCollector/MemoryDataCollector.php 2 ••
M src/Symfony/Component/HttpKernel/DataCollector/RequestDataCollector.php 2 ••
A src/Symfony/Component/HttpKernel/DataCollector/SecurityDataCollector.php 95 •••••
M src/Symfony/Component/HttpKernel/Debug/ErrorException.php 2 ••
M src/Symfony/Component/HttpKernel/Debug/ErrorHandler.php 2 ••
M src/Symfony/Component/HttpKernel/Debug/EventDispatcherTraceableInterface.php 2 ••
M src/Symfony/Component/HttpKernel/Debug/ExceptionListener.php 2 ••
M src/Symfony/Component/HttpKernel/Exception/FlattenException.php 2 ••
M src/Symfony/Component/HttpKernel/Exception/ForbiddenHttpException.php 2 ••
M src/Symfony/Component/HttpKernel/Exception/HttpException.php 2 ••
M src/Symfony/Component/HttpKernel/Exception/NotFoundHttpException.php 2 ••
M src/Symfony/Component/HttpKernel/Exception/UnauthorizedHttpException.php 2 ••
M src/Symfony/Component/HttpKernel/HttpKernel.php 2 ••
M src/Symfony/Component/HttpKernel/HttpKernelInterface.php 6 ••••
M src/Symfony/Component/HttpKernel/Kernel.php 2 ••
M src/Symfony/Component/HttpKernel/Log/DebugLoggerInterface.php 4 ••••
M src/Symfony/Component/HttpKernel/Log/LoggerInterface.php 20 ••••
M src/Symfony/Component/HttpKernel/Profiler/Profiler.php 2 ••
M src/Symfony/Component/HttpKernel/Profiler/ProfilerListener.php 2 ••
M src/Symfony/Component/HttpKernel/Profiler/ProfilerStorageInterface.php 2 ••
M src/Symfony/Component/HttpKernel/Profiler/SQLiteProfilerStorage.php 2 ••
M src/Symfony/Component/HttpKernel/ResponseListener.php 2 ••
A src/Symfony/Component/HttpKernel/Security/AccessMap.php 48 •••••
A src/Symfony/Component/HttpKernel/Security/EntryPoint/BasicAuthenticationEntryPoint.php 41 •••••
A src/Symfony/Component/HttpKernel/Security/EntryPoint/DigestAuthenticationEntryPoint.php 74 •••••
A src/Symfony/Component/HttpKernel/Security/EntryPoint/FormAuthenticationEntryPoint.php 56 •••••
A src/Symfony/Component/HttpKernel/Security/EntryPoint/RetryAuthenticationEntryPoint.php 60 •••••
A src/Symfony/Component/HttpKernel/Security/Firewall.php 86 •••••
A src/Symfony/Component/HttpKernel/Security/Firewall/AccessListener.php 83 •••••
A src/Symfony/Component/HttpKernel/Security/Firewall/AnonymousAuthenticationListener.php 69 •••••
A src/Symfony/Component/HttpKernel/Security/Firewall/BasicAuthenticationListener.php 105 •••••
A src/Symfony/Component/HttpKernel/Security/Firewall/ChannelListener.php 80 •••••
A src/Symfony/Component/HttpKernel/Security/Firewall/ContextListener.php 106 •••••
A src/Symfony/Component/HttpKernel/Security/Firewall/DigestAuthenticationListener.php 224 •••••
A src/Symfony/Component/HttpKernel/Security/Firewall/ExceptionListener.php 144 •••••
A src/Symfony/Component/HttpKernel/Security/Firewall/FormAuthenticationListener.php 194 •••••
A src/Symfony/Component/HttpKernel/Security/Firewall/LogoutListener.php 77 ••••
A src/Symfony/Component/HttpKernel/Security/Firewall/PreAuthenticatedListener.php 106 •••••
A src/Symfony/Component/HttpKernel/Security/Firewall/SwitchUserListener.php 167 •••••
A src/Symfony/Component/HttpKernel/Security/Firewall/UsernamePasswordFormAuthenticationListener.php 61 •••••
A src/Symfony/Component/HttpKernel/Security/Firewall/X509AuthenticationListener.php 45 •••••
A src/Symfony/Component/HttpKernel/Security/FirewallMap.php 42 •••••
M src/Symfony/Component/HttpKernel/Test/WebTestCase.php 2 ••
M src/Symfony/Component/OutputEscaper/ArrayDecorator.php 6 ••••
M src/Symfony/Component/OutputEscaper/Escaper.php 4 ••••
M src/Symfony/Component/OutputEscaper/GetterDecorator.php 6 ••••
M src/Symfony/Component/OutputEscaper/IteratorDecorator.php 6 ••••
M src/Symfony/Component/OutputEscaper/ObjectDecorator.php 6 ••••
M src/Symfony/Component/OutputEscaper/SafeDecorator.php 2 ••
M src/Symfony/Component/OutputEscaper/SafeDecoratorInterface.php 2 ••
M src/Symfony/Component/Process/PhpProcess.php 2 ••
M src/Symfony/Component/Process/Process.php 2 ••
M src/Symfony/Component/Routing/Annotation/Route.php 2 ••
M src/Symfony/Component/Routing/CompiledRoute.php 2 ••
M src/Symfony/Component/Routing/Generator/Dumper/GeneratorDumper.php 16 ••••
M src/Symfony/Component/Routing/Generator/Dumper/GeneratorDumperInterface.php 2 ••
M src/Symfony/Component/Routing/Generator/Dumper/PhpGeneratorDumper.php 2 ••
M src/Symfony/Component/Routing/Generator/UrlGenerator.php 2 ••
M src/Symfony/Component/Routing/Generator/UrlGeneratorInterface.php 4 ••••
M src/Symfony/Component/Routing/Loader/AnnotationClassLoader.php 2 ••
M src/Symfony/Component/Routing/Loader/AnnotationDirectoryLoader.php 2 ••
M src/Symfony/Component/Routing/Loader/AnnotationFileLoader.php 2 ••
M src/Symfony/Component/Routing/Loader/AnnotationGlobLoader.php 2 ••
M src/Symfony/Component/Routing/Loader/ClosureLoader.php 2 ••
M src/Symfony/Component/Routing/Loader/DelegatingLoader.php 2 ••
M src/Symfony/Component/Routing/Loader/FileLoader.php 2 ••
M src/Symfony/Component/Routing/Loader/Loader.php 2 ••
M src/Symfony/Component/Routing/Loader/LoaderInterface.php 2 ••
M src/Symfony/Component/Routing/Loader/LoaderResolver.php 2 ••
M src/Symfony/Component/Routing/Loader/LoaderResolverInterface.php 2 ••
M src/Symfony/Component/Routing/Loader/PhpFileLoader.php 2 ••
M src/Symfony/Component/Routing/Loader/XmlFileLoader.php 5 •••••
M src/Symfony/Component/Routing/Loader/YamlFileLoader.php 2 ••
M src/Symfony/Component/Routing/Matcher/ApacheUrlMatcher.php 2 ••
M src/Symfony/Component/Routing/Matcher/Dumper/ApacheMatcherDumper.php 4 ••••
M src/Symfony/Component/Routing/Matcher/Dumper/MatcherDumper.php 16 ••••
M src/Symfony/Component/Routing/Matcher/Dumper/MatcherDumperInterface.php 2 ••
M src/Symfony/Component/Routing/Matcher/Dumper/PhpMatcherDumper.php 2 ••
M src/Symfony/Component/Routing/Matcher/UrlMatcher.php 2 ••
M src/Symfony/Component/Routing/Matcher/UrlMatcherInterface.php 4 ••••
M src/Symfony/Component/Routing/Resource/FileResource.php 2 ••
M src/Symfony/Component/Routing/Resource/ResourceInterface.php 2 ••
M src/Symfony/Component/Routing/Route.php 2 ••
M src/Symfony/Component/Routing/RouteCollection.php 2 ••
M src/Symfony/Component/Routing/RouteCompiler.php 2 ••
M src/Symfony/Component/Routing/RouteCompilerInterface.php 4 ••••
M src/Symfony/Component/Routing/Router.php 2 ••
M src/Symfony/Component/Routing/RouterInterface.php 2 ••
A src/Symfony/Component/Security/Authentication/AuthenticationManagerInterface.php 35 •••••
A src/Symfony/Component/Security/Authentication/AuthenticationProviderManager.php 120 •••••
A src/Symfony/Component/Security/Authentication/EntryPoint/AuthenticationEntryPointInterface.php 31 •••••
A src/Symfony/Component/Security/Authentication/Provider/AnonymousAuthenticationProvider.php 60 •••••
A src/Symfony/Component/Security/Authentication/Provider/AuthenticationProviderInterface.php 34 •••••
A src/Symfony/Component/Security/Authentication/Provider/DaoAuthenticationProvider.php 88 •••••
A src/Symfony/Component/Security/Authentication/Provider/PreAuthenticatedAuthenticationProvider.php 79 •••••
A src/Symfony/Component/Security/Authentication/Provider/UserAuthenticationProvider.php 110 •••••
A src/Symfony/Component/Security/Authentication/Token/AnonymousToken.php 58 •••••
A src/Symfony/Component/Security/Authentication/Token/PreAuthenticatedToken.php 44 •••••
A src/Symfony/Component/Security/Authentication/Token/Token.php 156 •••••
A src/Symfony/Component/Security/Authentication/Token/TokenInterface.php 69 •••••
A src/Symfony/Component/Security/Authentication/Token/UsernamePasswordToken.php 56 •••••
A src/Symfony/Component/Security/Authorization/AccessDecisionManager.php 237 •••••
A src/Symfony/Component/Security/Authorization/AccessDecisionManagerInterface.php 53 •••••
A src/Symfony/Component/Security/Authorization/Voter/AuthenticatedVoter.php 76 •••••
A src/Symfony/Component/Security/Authorization/Voter/RoleHierarchyVoter.php 40 •••••
A src/Symfony/Component/Security/Authorization/Voter/RoleVoter.php 79 •••••
A src/Symfony/Component/Security/Authorization/Voter/VoterInterface.php 58 •••••
A src/Symfony/Component/Security/Encoder/BasePasswordEncoder.php 66 •••••
A src/Symfony/Component/Security/Encoder/MessageDigestPasswordEncoder.php 61 •••••
A src/Symfony/Component/Security/Encoder/PasswordEncoderInterface.php 41 •••••
A src/Symfony/Component/Security/Encoder/PlaintextPasswordEncoder.php 49 •••••
A src/Symfony/Component/Security/Exception/AccessDeniedException.php 25 •••••
A src/Symfony/Component/Security/Exception/AccountExpiredException.php 21 •••••
A src/Symfony/Component/Security/Exception/AccountStatusException.php 22 •••••
A src/Symfony/Component/Security/Exception/AuthenticationCredentialsNotFoundException.php 22 •••••
A src/Symfony/Component/Security/Exception/AuthenticationException.php 41 •••••
A src/Symfony/Component/Security/Exception/AuthenticationServiceException.php 21 •••••
A src/Symfony/Component/Security/Exception/BadCredentialsException.php 25 •••••
A src/Symfony/Component/Security/Exception/CredentialsExpiredException.php 21 •••••
A src/Symfony/Component/Security/Exception/DisabledException.php 21 •••••
A src/Symfony/Component/Security/Exception/InsufficientAuthenticationException.php 23 •••••
A src/Symfony/Component/Security/Exception/LockedException.php 21 •••••
A src/Symfony/Component/Security/Exception/NonceExpiredException.php 27 •••••
A src/Symfony/Component/Security/Exception/ProviderNotFoundException.php 22 •••••
A src/Symfony/Component/Security/Exception/UsernameNotFoundException.php 21 •••••
A src/Symfony/Component/Security/Role/Role.php 40 •••••
A src/Symfony/Component/Security/Role/RoleHierarchy.php 77 ••••
A src/Symfony/Component/Security/Role/RoleHierarchyInterface.php 33 •••••
A src/Symfony/Component/Security/Role/RoleInterface.php 36 •••••
A src/Symfony/Component/Security/Role/SwitchUserRole.php 47 •••••
A src/Symfony/Component/Security/SecurityContext.php 75 •••••
A src/Symfony/Component/Security/User/AccountChecker.php 61 •••••
A src/Symfony/Component/Security/User/AccountCheckerInterface.php 36 •••••
A src/Symfony/Component/Security/User/AccountInterface.php 60 •••••
A src/Symfony/Component/Security/User/AdvancedAccountInterface.php 48 •••••
A src/Symfony/Component/Security/User/InMemoryUserProvider.php 78 •••••
A src/Symfony/Component/Security/User/User.php 124 •••••
A src/Symfony/Component/Security/User/UserProviderInterface.php 35 •••••
M src/Symfony/Component/Templating/DebuggerInterface.php 2 ••
M src/Symfony/Component/Templating/Engine.php 2 ••
M src/Symfony/Component/Templating/Helper/AssetsHelper.php 2 ••
M src/Symfony/Component/Templating/Helper/Helper.php 2 ••
M src/Symfony/Component/Templating/Helper/HelperInterface.php 2 ••
M src/Symfony/Component/Templating/Helper/JavascriptsHelper.php 2 ••
M src/Symfony/Component/Templating/Helper/SlotsHelper.php 2 ••
M src/Symfony/Component/Templating/Helper/StylesheetsHelper.php 2 ••
M src/Symfony/Component/Templating/Loader/CacheLoader.php 2 ••
M src/Symfony/Component/Templating/Loader/ChainLoader.php 2 ••
M src/Symfony/Component/Templating/Loader/FilesystemLoader.php 2 ••
M src/Symfony/Component/Templating/Loader/Loader.php 2 ••
M src/Symfony/Component/Templating/Loader/LoaderInterface.php 2 ••
M src/Symfony/Component/Templating/Renderer/PhpRenderer.php 2 ••
M src/Symfony/Component/Templating/Renderer/Renderer.php 2 ••
M src/Symfony/Component/Templating/Renderer/RendererInterface.php 2 ••
M src/Symfony/Component/Templating/Storage/FileStorage.php 2 ••
M src/Symfony/Component/Templating/Storage/Storage.php 2 ••
M src/Symfony/Component/Templating/Storage/StringStorage.php 2 ••
M src/Symfony/Component/Translation/Loader/LoaderInterface.php 2 ••
M src/Symfony/Component/Translation/Loader/PhpFileLoader.php 2 ••
M src/Symfony/Component/Translation/Loader/XliffFileLoader.php 2 ••
M src/Symfony/Component/Translation/MessageCatalogue.php 2 ••
M src/Symfony/Component/Translation/MessageCatalogueInterface.php 6 ••••
M src/Symfony/Component/Translation/PluralizationRules.php 2 ••
M src/Symfony/Component/Translation/Resource/FileResource.php 2 ••
M src/Symfony/Component/Translation/Resource/ResourceInterface.php 2 ••
M src/Symfony/Component/Translation/TranslatorInterface.php 4 ••••
M src/Symfony/Component/Validator/Constraint.php 25 ••••
M src/Symfony/Component/Validator/ConstraintValidatorFactoryInterface.php 2 ••
M src/Symfony/Component/Validator/ConstraintValidatorInterface.php 8 ••••
M src/Symfony/Component/Validator/Constraints/EmailValidator.php 6 ••••
M src/Symfony/Component/Validator/Constraints/NotNullValidator.php 2 ••
M src/Symfony/Component/Validator/Constraints/Url.php 2 ••
M src/Symfony/Component/Validator/Exception/MappingException.php 3 •••
D src/Symfony/Component/Validator/Extension/DependencyInjectionValidatorFactory.php 82 •••••
M src/Symfony/Component/Validator/Mapping/Cache/CacheInterface.php 12 ••••
M src/Symfony/Component/Validator/Mapping/ClassMetadata.php 40 ••••
M src/Symfony/Component/Validator/Mapping/ElementMetadata.php 18 ••••
M src/Symfony/Component/Validator/Mapping/GetterMetadata.php 4 ••••
M src/Symfony/Component/Validator/Mapping/Loader/FileLoader.php 4 ••••
M src/Symfony/Component/Validator/Mapping/Loader/FilesLoader.php 22 ••••
M src/Symfony/Component/Validator/Mapping/Loader/LoaderChain.php 8 ••••
M src/Symfony/Component/Validator/Mapping/Loader/LoaderInterface.php 5 •••••
M src/Symfony/Component/Validator/Mapping/Loader/XmlFileLoader.php 32 ••••
M src/Symfony/Component/Validator/Mapping/Loader/XmlFilesLoader.php 3 •••
M src/Symfony/Component/Validator/Mapping/Loader/YamlFileLoader.php 7 ••••
M src/Symfony/Component/Validator/Mapping/Loader/YamlFilesLoader.php 3 •••
M src/Symfony/Component/Validator/Mapping/MemberMetadata.php 13 ••••
M src/Symfony/Component/Validator/Mapping/PropertyMetadata.php 4 ••••
M src/Symfony/Component/Validator/Validator.php 4 ••••
M src/Symfony/Component/Validator/ValidatorInterface.php 11 ••••
M src/Symfony/Component/Yaml/Dumper.php 2 ••
M src/Symfony/Component/Yaml/Exception.php 2 ••
M src/Symfony/Component/Yaml/Inline.php 2 ••
M src/Symfony/Component/Yaml/Parser.php 2 ••
M src/Symfony/Component/Yaml/ParserException.php 2 ••
M src/Symfony/Component/Yaml/Yaml.php 2 ••
M tests/Symfony/Tests/Component/DependencyInjection/ContainerBuilderTest.php 15 •••••
M tests/Symfony/Tests/Component/DependencyInjection/DefinitionTest.php 6 •••••
D tests/Symfony/Tests/Component/DependencyInjection/Dumper/DumperTest.php 34 •••••
M tests/Symfony/Tests/Component/DependencyInjection/Fixtures/php/services1-1.php 3 •••
M tests/Symfony/Tests/Component/DependencyInjection/Fixtures/php/services1.php 3 •••
M tests/Symfony/Tests/Component/DependencyInjection/Fixtures/php/services8.php 3 •••
M tests/Symfony/Tests/Component/DependencyInjection/Fixtures/php/services9.php 3 •••
M tests/Symfony/Tests/Component/DependencyInjection/Loader/XmlFileLoaderTest.php 2 ••
A tests/Symfony/Tests/Component/Form/HtmlGeneratorTest.php 97 •••••
A tests/Symfony/Tests/Component/HttpFoundation/Fixtures/Namespaced/Bar.php 7 •••••
A tests/Symfony/Tests/Component/HttpFoundation/Fixtures/Namespaced/Foo.php 7 •••••
A tests/Symfony/Tests/Component/HttpFoundation/Fixtures/Pearlike/Bar.php 5 •••••
A tests/Symfony/Tests/Component/HttpFoundation/Fixtures/Pearlike/Foo.php 5 •••••
A tests/Symfony/Tests/Component/HttpFoundation/UniversalClassLoaderTest.php 41 •••••
M tests/Symfony/Tests/Component/HttpKernel/Cache/CacheTestCase.php 2 ••
M tests/Symfony/Tests/Component/OutputEscaper/ObjectDecoratorTest.php 28 •••••
M tests/Symfony/Tests/Component/OutputEscaper/SafeDecoratorTest.php 15 •••••
M tests/Symfony/Tests/Component/Routing/RouteCollectionTest.php 11 •••••
M tests/Symfony/Tests/Component/Routing/RouteTest.php 13 •••••
M tests/Symfony/Tests/Component/Validator/Constraints/UrlValidatorTest.php 2 ••
D tests/Symfony/Tests/Component/Validator/DependencyInjectionValidatorFactoryTest.php 58 •••••
D tests/Symfony/Tests/Component/Validator/Extension/DependencyInjectionValidatorFactoryTest.php 58 •••••
Txt src/Symfony/Bundle/DoctrineBundle/Command/ClearMetadataCacheDoctrineCommand.php
  • View file @ 1c8867d
2 additions, 2 deletions not shown
Txt src/Symfony/Bundle/DoctrineBundle/Command/ClearQueryCacheDoctrineCommand.php
  • View file @ 1c8867d
2 additions, 2 deletions not shown
Txt src/Symfony/Bundle/DoctrineBundle/Command/ClearResultCacheDoctrineCommand.php
  • View file @ 1c8867d
2 additions, 2 deletions not shown
Txt src/Symfony/Bundle/DoctrineBundle/Command/ConvertDoctrine1SchemaDoctrineCommand.php
  • View file @ 1c8867d
2 additions, 2 deletions not shown
Txt src/Symfony/Bundle/DoctrineBundle/Command/ConvertMappingDoctrineCommand.php
  • View file @ 1c8867d
2 additions, 2 deletions not shown
Txt src/Symfony/Bundle/DoctrineBundle/Command/CreateDatabaseDoctrineCommand.php
  • View file @ 1c8867d
2 additions, 2 deletions not shown
Txt src/Symfony/Bundle/DoctrineBundle/Command/CreateSchemaDoctrineCommand.php
  • View file @ 1c8867d
2 additions, 2 deletions not shown
Txt src/Symfony/Bundle/DoctrineBundle/Command/DoctrineCommand.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Bundle/DoctrineBundle/Command/DropDatabaseDoctrineCommand.php
  • View file @ 1c8867d
2 additions, 2 deletions not shown
Txt src/Symfony/Bundle/DoctrineBundle/Command/DropSchemaDoctrineCommand.php
  • View file @ 1c8867d
2 additions, 2 deletions not shown
Txt src/Symfony/Bundle/DoctrineBundle/Command/EnsureProductionSettingsDoctrineCommand.php
  • View file @ 1c8867d
2 additions, 2 deletions not shown
Txt src/Symfony/Bundle/DoctrineBundle/Command/GenerateEntitiesDoctrineCommand.php
  • View file @ 1c8867d
2 additions, 2 deletions not shown
Txt src/Symfony/Bundle/DoctrineBundle/Command/GenerateEntityDoctrineCommand.php
  • View file @ 1c8867d
2 additions, 2 deletions not shown
Txt src/Symfony/Bundle/DoctrineBundle/Command/GenerateProxiesDoctrineCommand.php
  • View file @ 1c8867d
2 additions, 2 deletions not shown
Txt src/Symfony/Bundle/DoctrineBundle/Command/GenerateRepositoriesDoctrineCommand.php
  • View file @ 1c8867d
2 additions, 2 deletions not shown
Txt src/Symfony/Bundle/DoctrineBundle/Command/ImportMappingDoctrineCommand.php
  • View file @ 1c8867d
2 additions, 2 deletions not shown
Txt src/Symfony/Bundle/DoctrineBundle/Command/LoadDataFixturesDoctrineCommand.php
  • View file @ 1c8867d
2 additions, 2 deletions not shown
Txt src/Symfony/Bundle/DoctrineBundle/Command/RunDqlDoctrineCommand.php
  • View file @ 1c8867d
2 additions, 2 deletions not shown
Txt src/Symfony/Bundle/DoctrineBundle/Command/RunSqlDoctrineCommand.php
  • View file @ 1c8867d
2 additions, 2 deletions not shown
Txt src/Symfony/Bundle/DoctrineBundle/Command/UpdateSchemaDoctrineCommand.php
  • View file @ 1c8867d
2 additions, 2 deletions not shown
Txt src/Symfony/Bundle/DoctrineBundle/DataCollector/DoctrineDataCollector.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Bundle/DoctrineBundle/DependencyInjection/DoctrineExtension.php
  • View file @ 1c8867d
4 additions, 9 deletions not shown
Txt src/Symfony/Bundle/DoctrineBundle/DoctrineBundle.php
  • View file @ 1c8867d
2 additions, 2 deletions not shown
Txt src/Symfony/Bundle/DoctrineBundle/Logger/DbalLogger.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Bundle/DoctrineBundle/Resources/config/orm.xml
  • View file @ 1c8867d
6 additions, 1 deletions not shown
Txt src/Symfony/Bundle/DoctrineBundle/Security/EntityUserProvider.php
  • View file @ 1c8867d
41 additions, 0 deletions not shown
Txt src/Symfony/Bundle/DoctrineMigrationsBundle/Command/DoctrineCommand.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Bundle/DoctrineMigrationsBundle/Command/MigrationsDiffDoctrineCommand.php
  • View file @ 1c8867d
2 additions, 2 deletions not shown
Txt src/Symfony/Bundle/DoctrineMigrationsBundle/Command/MigrationsExecuteDoctrineCommand.php
  • View file @ 1c8867d
2 additions, 2 deletions not shown
Txt src/Symfony/Bundle/DoctrineMigrationsBundle/Command/MigrationsGenerateDoctrineCommand.php
  • View file @ 1c8867d
2 additions, 2 deletions not shown
Txt src/Symfony/Bundle/DoctrineMigrationsBundle/Command/MigrationsMigrateDoctrineCommand.php
  • View file @ 1c8867d
2 additions, 2 deletions not shown
Txt src/Symfony/Bundle/DoctrineMigrationsBundle/Command/MigrationsStatusDoctrineCommand.php
  • View file @ 1c8867d
2 additions, 2 deletions not shown
Txt src/Symfony/Bundle/DoctrineMigrationsBundle/Command/MigrationsVersionDoctrineCommand.php
  • View file @ 1c8867d
2 additions, 2 deletions not shown
Txt src/Symfony/Bundle/DoctrineMigrationsBundle/DoctrineMigrationsBundle.php
  • View file @ 1c8867d
2 additions, 2 deletions not shown
Txt src/Symfony/Bundle/DoctrineMongoDBBundle/Command/LoadDataFixturesDoctrineODMCommand.php
  • View file @ 1c8867d
2 additions, 2 deletions not shown
Txt src/Symfony/Bundle/DoctrineMongoDBBundle/DependencyInjection/DoctrineMongoDBExtension.php
  • View file @ 1c8867d
1 additions, 5 deletions not shown
Txt src/Symfony/Bundle/FrameworkBundle/Cache/Cache.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Bundle/FrameworkBundle/Client.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Bundle/FrameworkBundle/Command/AssetsInstallCommand.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Bundle/FrameworkBundle/Command/Command.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Bundle/FrameworkBundle/Command/InitBundleCommand.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Bundle/FrameworkBundle/Command/RouterApacheDumperCommand.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Bundle/FrameworkBundle/Command/RouterDebugCommand.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Bundle/FrameworkBundle/Console/Application.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Bundle/FrameworkBundle/Console/Shell.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Bundle/FrameworkBundle/Controller/DefaultController.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Bundle/FrameworkBundle/Controller/ExceptionController.php
  • View file @ 1c8867d
6 additions, 1 deletions not shown
Txt src/Symfony/Bundle/FrameworkBundle/Controller/InternalController.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Bundle/FrameworkBundle/Controller/RedirectController.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Bundle/FrameworkBundle/Controller/TemplateController.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Bundle/FrameworkBundle/DataCollector/ConfigDataCollector.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Bundle/FrameworkBundle/DataCollector/RequestDataCollector.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Bundle/FrameworkBundle/DataCollector/TimerDataCollector.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Bundle/FrameworkBundle/Debug/EventDispatcher.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
  • View file @ 1c8867d
7 additions, 1 deletions not shown
Txt src/Symfony/Bundle/FrameworkBundle/DependencyInjection/SecurityExtension.php
  • View file @ 1c8867d
603 additions, 0 deletions not shown
Txt src/Symfony/Bundle/FrameworkBundle/EventDispatcher.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Bundle/FrameworkBundle/FrameworkBundle.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Bundle/FrameworkBundle/Profiler.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Bundle/FrameworkBundle/RequestListener.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Bundle/FrameworkBundle/Resources/config/collectors.xml
  • View file @ 1c8867d
6 additions, 0 deletions not shown
Txt src/Symfony/Bundle/FrameworkBundle/Resources/config/security.xml
  • View file @ 1c8867d
152 additions, 0 deletions not shown
Txt src/Symfony/Bundle/FrameworkBundle/Resources/config/security_templates.xml
  • View file @ 1c8867d
62 additions, 0 deletions not shown
Txt src/Symfony/Bundle/FrameworkBundle/Resources/config/templating.xml
  • View file @ 1c8867d
6 additions, 0 deletions not shown
Txt src/Symfony/Bundle/FrameworkBundle/Resources/config/validator.xml
  • View file @ 1c8867d
4 additions, 1 deletions not shown
Txt src/Symfony/Bundle/FrameworkBundle/Routing/DelegatingLoader.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Bundle/FrameworkBundle/Routing/LoaderResolver.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Bundle/FrameworkBundle/Security/Authorization/AccessDecisionManager.php
  • View file @ 1c8867d
41 additions, 0 deletions not shown
Txt src/Symfony/Bundle/FrameworkBundle/Templating/Debugger.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Bundle/FrameworkBundle/Templating/Engine.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Bundle/FrameworkBundle/Templating/Form/BaseField.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Bundle/FrameworkBundle/Templating/Form/Field.php
  • View file @ 1c8867d
5 additions, 2 deletions not shown
Txt src/Symfony/Bundle/FrameworkBundle/Templating/Helper/ActionsHelper.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Bundle/FrameworkBundle/Templating/Helper/AssetsHelper.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Bundle/FrameworkBundle/Templating/Helper/CodeHelper.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Bundle/FrameworkBundle/Templating/Helper/RequestHelper.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Bundle/FrameworkBundle/Templating/Helper/RouterHelper.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Bundle/FrameworkBundle/Templating/Helper/SecurityHelper.php
  • View file @ 1c8867d
50 additions, 0 deletions not shown
Txt src/Symfony/Bundle/FrameworkBundle/Templating/Helper/SessionHelper.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Bundle/FrameworkBundle/Templating/Helper/TranslatorHelper.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Bundle/FrameworkBundle/Templating/HtmlGenerator.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Bundle/FrameworkBundle/Templating/HtmlGeneratorInterface.php
  • View file @ 1c8867d
5 additions, 5 deletions not shown
Txt src/Symfony/Bundle/FrameworkBundle/Test/WebTestCase.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/access.php
  • View file @ 1c8867d
8 additions, 0 deletions not shown
Txt src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/firewall.php
  • View file @ 1c8867d
24 additions, 0 deletions not shown
Txt src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/hierarchy.php
  • View file @ 1c8867d
9 additions, 0 deletions not shown
Txt src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/provider.php
  • View file @ 1c8867d
21 additions, 0 deletions not shown
Txt src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/access.xml
  • View file @ 1c8867d
17 additions, 0 deletions not shown
Txt src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/firewall.xml
  • View file @ 1c8867d
25 additions, 0 deletions not shown
Txt src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/hierarchy.xml
  • View file @ 1c8867d
15 additions, 0 deletions not shown
Txt src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/provider.xml
  • View file @ 1c8867d
23 additions, 0 deletions not shown
Txt src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/access.yml
  • View file @ 1c8867d
7 additions, 0 deletions not shown
Txt src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/firewall.yml
  • View file @ 1c8867d
17 additions, 0 deletions not shown
Txt src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/hierarchy.yml
  • View file @ 1c8867d
5 additions, 0 deletions not shown
Txt src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/provider.yml
  • View file @ 1c8867d
14 additions, 0 deletions not shown
Txt src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/PhpSecurityExtensionTest.php
  • View file @ 1c8867d
24 additions, 0 deletions not shown
Txt src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/SecurityExtensionTest.php
  • View file @ 1c8867d
102 additions, 0 deletions not shown
Txt src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/XmlSecurityExtensionTest.php
  • View file @ 1c8867d
24 additions, 0 deletions not shown
Txt src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/YamlSecurityExtensionTest.php
  • View file @ 1c8867d
24 additions, 0 deletions not shown
Txt src/Symfony/Bundle/FrameworkBundle/Tests/Templating/EngineTest.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Bundle/FrameworkBundle/Tests/Validator/ConstraintValidatorFactoryTest.php
  • View file @ 1c8867d
73 additions, 0 deletions not shown
Txt src/Symfony/Bundle/FrameworkBundle/Util/Filesystem.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Bundle/FrameworkBundle/Validator/ConstraintValidatorFactory.php
  • View file @ 1c8867d
87 additions, 0 deletions not shown
Txt src/Symfony/Bundle/PropelBundle/Command/BuildCommand.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Bundle/PropelBundle/Command/BuildModelCommand.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Bundle/PropelBundle/Command/BuildSqlCommand.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Bundle/PropelBundle/Command/Phing.php
  • View file @ 1c8867d
1 additions, 2 deletions not shown
Txt src/Symfony/Bundle/PropelBundle/Command/PhingCommand.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Bundle/PropelBundle/DependencyInjection/PropelExtension.php
  • View file @ 1c8867d
2 additions, 6 deletions not shown
Txt src/Symfony/Bundle/PropelBundle/Logger/PropelLogger.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Bundle/SwiftmailerBundle/DependencyInjection/SwiftmailerExtension.php
  • View file @ 1c8867d
2 additions, 6 deletions not shown
Txt src/Symfony/Bundle/SwiftmailerBundle/SwiftmailerBundle.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Bundle/TwigBundle/DependencyInjection/TwigExtension.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Bundle/TwigBundle/Environment.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Bundle/TwigBundle/Extension/SecurityExtension.php
  • View file @ 1c8867d
64 additions, 0 deletions not shown
Txt src/Symfony/Bundle/TwigBundle/Extension/HelpersExtension.php → src/Symfony/Bundle/TwigBundle/Extension/TemplatingExtension.php
  • View file @ 1c8867d
12 additions, 4 deletions not shown
Txt src/Symfony/Bundle/TwigBundle/Extension/TransExtension.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Bundle/TwigBundle/Loader/Loader.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Bundle/TwigBundle/Node/HelperNode.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Bundle/TwigBundle/Node/IfRoleNode.php
  • View file @ 1c8867d
52 additions, 0 deletions not shown
Txt src/Symfony/Bundle/TwigBundle/Node/IncludeNode.php
  • View file @ 1c8867d
48 additions, 0 deletions not shown
Txt src/Symfony/Bundle/TwigBundle/Renderer/Renderer.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Bundle/TwigBundle/Resources/config/twig.xml
  • View file @ 1c8867d
6 additions, 1 deletions not shown
Txt src/Symfony/Bundle/TwigBundle/TokenParser/HelperTokenParser.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Bundle/TwigBundle/TokenParser/IfRoleTokenParser.php
  • View file @ 1c8867d
59 additions, 0 deletions not shown
Txt src/Symfony/Bundle/TwigBundle/TokenParser/IncludeTokenParser.php
  • View file @ 1c8867d
54 additions, 0 deletions not shown
Txt src/Symfony/Bundle/TwigBundle/TwigBundle.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Bundle/WebProfilerBundle/Controller/ExceptionController.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Bundle/WebProfilerBundle/DependencyInjection/WebProfilerExtension.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Bundle/WebProfilerBundle/Resources/config/web_profiler.xml
  • View file @ 1c8867d
1 additions, 0 deletions not shown
Txt src/Symfony/Bundle/WebProfilerBundle/Resources/public/css/profiler.css
  • View file @ 1c8867d
1 additions, 3 deletions not shown
Txt src/Symfony/Bundle/WebProfilerBundle/Resources/public/css/toolbar.css
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Bundle/WebProfilerBundle/Resources/public/images/config.png
  • View file @ 1c8867d
Txt src/Symfony/Bundle/WebProfilerBundle/Resources/public/images/db.png
  • View file @ 1c8867d
Txt src/Symfony/Bundle/WebProfilerBundle/Resources/public/images/events.png
  • View file @ 1c8867d
Txt src/Symfony/Bundle/WebProfilerBundle/Resources/public/images/exception.png
  • View file @ 1c8867d
Txt src/Symfony/Bundle/WebProfilerBundle/Resources/public/images/import.png
  • View file @ 1c8867d
Txt src/Symfony/Bundle/WebProfilerBundle/Resources/public/images/logger.png
  • View file @ 1c8867d
Txt src/Symfony/Bundle/WebProfilerBundle/Resources/public/images/memory.png
  • View file @ 1c8867d
Txt src/Symfony/Bundle/WebProfilerBundle/Resources/public/images/profiler.png
  • View file @ 1c8867d
Txt src/Symfony/Bundle/WebProfilerBundle/Resources/public/images/request.png
  • View file @ 1c8867d
Txt src/Symfony/Bundle/WebProfilerBundle/Resources/public/images/search.png
  • View file @ 1c8867d
Txt src/Symfony/Bundle/WebProfilerBundle/Resources/public/images/security.png
  • View file @ 1c8867d
Txt src/Symfony/Bundle/WebProfilerBundle/Resources/public/images/timer.png
  • View file @ 1c8867d
Txt src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/exception_menu.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/logger_menu.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/search.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/security_bar.php
  • View file @ 1c8867d
8 additions, 0 deletions not shown
Txt src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/security_menu.php
  • View file @ 1c8867d
2 additions, 0 deletions not shown
Txt src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/security_panel.php
  • View file @ 1c8867d
1 additions, 0 deletions not shown
Txt src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Bundle/WebProfilerBundle/WebDebugToolbarListener.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Bundle/WebProfilerBundle/WebProfilerBundle.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Bundle/ZendBundle/DependencyInjection/ZendExtension.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Bundle/ZendBundle/Logger/DebugLogger.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Bundle/ZendBundle/Logger/Logger.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Bundle/ZendBundle/ZendBundle.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/BrowserKit/Client.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/BrowserKit/Cookie.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/BrowserKit/CookieJar.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/BrowserKit/History.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/BrowserKit/Request.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/BrowserKit/Response.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Console/Application.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Console/Command/Command.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Console/Command/HelpCommand.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Console/Command/ListCommand.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Console/Helper/DialogHelper.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Console/Helper/FormatterHelper.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Console/Helper/Helper.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Console/Helper/HelperInterface.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Console/Helper/HelperSet.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Console/Input/ArgvInput.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Console/Input/ArrayInput.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Console/Input/Input.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Console/Input/InputArgument.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Console/Input/InputDefinition.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Console/Input/InputInterface.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Console/Input/InputOption.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Console/Input/StringInput.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Console/Output/ConsoleOutput.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Console/Output/NullOutput.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Console/Output/Output.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Console/Output/OutputInterface.php
  • View file @ 1c8867d
4 additions, 4 deletions not shown
Txt src/Symfony/Component/Console/Output/StreamOutput.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Console/Shell.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Console/Tester/ApplicationTester.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Console/Tester/CommandTester.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/CssSelector/Node/AttribNode.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/CssSelector/Node/ClassNode.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/CssSelector/Node/CombinedSelectorNode.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/CssSelector/Node/ElementNode.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/CssSelector/Node/FunctionNode.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/CssSelector/Node/HashNode.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/CssSelector/Node/NodeInterface.php
  • View file @ 1c8867d
3 additions, 3 deletions not shown
Txt src/Symfony/Component/CssSelector/Node/OrNode.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/CssSelector/Node/PseudoNode.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/CssSelector/Parser.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/CssSelector/SyntaxError.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/CssSelector/Token.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/CssSelector/TokenStream.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/CssSelector/Tokenizer.php
  • View file @ 1c8867d
2 additions, 2 deletions not shown
Txt src/Symfony/Component/CssSelector/XPathExpr.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/CssSelector/XPathExprOr.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/DependencyInjection/Container.php
  • View file @ 1c8867d
2 additions, 2 deletions not shown
Txt src/Symfony/Component/DependencyInjection/ContainerAware.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/DependencyInjection/ContainerBuilder.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/DependencyInjection/ContainerInterface.php
  • View file @ 1c8867d
4 additions, 4 deletions not shown
Txt src/Symfony/Component/DependencyInjection/Definition.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/DependencyInjection/Dumper/Dumper.php
  • View file @ 1c8867d
1 additions, 15 deletions not shown
Txt src/Symfony/Component/DependencyInjection/Dumper/DumperInterface.php
  • View file @ 1c8867d
8 additions, 1 deletions not shown
Txt src/Symfony/Component/DependencyInjection/Dumper/GraphvizDumper.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php
  • View file @ 1c8867d
3 additions, 2 deletions not shown
Txt src/Symfony/Component/DependencyInjection/Dumper/XmlDumper.php
  • View file @ 1c8867d
2 additions, 2 deletions not shown
Txt src/Symfony/Component/DependencyInjection/Dumper/YamlDumper.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/DependencyInjection/Extension/Extension.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/DependencyInjection/Extension/ExtensionInterface.php
  • View file @ 1c8867d
5 additions, 5 deletions not shown
Txt src/Symfony/Component/DependencyInjection/Loader/ClosureLoader.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/DependencyInjection/Loader/DelegatingLoader.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/DependencyInjection/Loader/FileLoader.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/DependencyInjection/Loader/IniFileLoader.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/DependencyInjection/Loader/Loader.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/DependencyInjection/Loader/LoaderInterface.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/DependencyInjection/Loader/LoaderResolver.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/DependencyInjection/Loader/LoaderResolverInterface.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/DependencyInjection/Loader/PhpFileLoader.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php
  • View file @ 1c8867d
3 additions, 3 deletions not shown
Txt src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/DependencyInjection/Parameter.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/DependencyInjection/ParameterBag/FrozenParameterBag.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBag.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBagInterface.php
  • View file @ 1c8867d
7 additions, 7 deletions not shown
Txt src/Symfony/Component/DependencyInjection/Reference.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/DependencyInjection/Resource/FileResource.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/DependencyInjection/Resource/ResourceInterface.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/DependencyInjection/SimpleXMLElement.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/DependencyInjection/TaggedContainerInterface.php
  • View file @ 1c8867d
2 additions, 2 deletions not shown
Txt src/Symfony/Component/DomCrawler/Crawler.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/DomCrawler/Field/ChoiceFormField.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/DomCrawler/Field/FileFormField.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/DomCrawler/Field/FormField.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/DomCrawler/Field/InputFormField.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/DomCrawler/Field/TextareaFormField.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/DomCrawler/Form.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/DomCrawler/Link.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/EventDispatcher/Event.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/EventDispatcher/EventDispatcher.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Finder/Comparator/Comparator.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Finder/Comparator/DateComparator.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Finder/Comparator/NumberComparator.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Finder/Finder.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Finder/Glob.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Finder/Iterator/CustomFilterIterator.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Finder/Iterator/DateRangeFilterIterator.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Finder/Iterator/DepthRangeFilterIterator.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Finder/Iterator/ExcludeDirectoryFilterIterator.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Finder/Iterator/FileTypeFilterIterator.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Finder/Iterator/FilenameFilterIterator.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Finder/Iterator/IgnoreVcsFilterIterator.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Finder/Iterator/SizeRangeFilterIterator.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Finder/Iterator/SortableIterator.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Form/Configurator/ConfiguratorInterface.php
  • View file @ 1c8867d
4 additions, 4 deletions not shown
Txt src/Symfony/Component/Form/FieldGroup.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Form/FieldInterface.php
  • View file @ 1c8867d
22 additions, 22 deletions not shown
Txt src/Symfony/Component/Form/Form.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Form/Localizable.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Form/ValueTransformer/ValueTransformerInterface.php
  • View file @ 1c8867d
2 additions, 2 deletions not shown
Txt src/Symfony/Component/HttpFoundation/CacheControl.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/HttpFoundation/File/MimeType/ContentTypeMimeTypeGuesser.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/HttpFoundation/File/MimeType/FileinfoMimeTypeGuesser.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/HttpFoundation/File/MimeType/MimeTypeGuesserInterface.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/HttpFoundation/HeaderBag.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/HttpFoundation/ParameterBag.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/HttpFoundation/Request.php
  • View file @ 1c8867d
13 additions, 1 deletions not shown
Txt src/Symfony/Component/HttpFoundation/RequestMatcherInterface.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/HttpFoundation/Response.php
  • View file @ 1c8867d
2 additions, 2 deletions not shown
Txt src/Symfony/Component/HttpFoundation/Session.php
  • View file @ 1c8867d
21 additions, 2 deletions not shown
Txt src/Symfony/Component/HttpFoundation/SessionStorage/NativeSessionStorage.php
  • View file @ 1c8867d
1 additions, 2 deletions not shown
Txt src/Symfony/Component/HttpFoundation/SessionStorage/PdoSessionStorage.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/HttpFoundation/SessionStorage/SessionStorageInterface.php
  • View file @ 1c8867d
6 additions, 6 deletions not shown
Txt src/Symfony/Component/HttpFoundation/UniversalClassLoader.php
  • View file @ 1c8867d
5 additions, 1 deletions not shown
Txt src/Symfony/Component/HttpKernel/BaseHttpKernel.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/HttpKernel/Bundle/Bundle.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/HttpKernel/Bundle/BundleInterface.php
  • View file @ 1c8867d
3 additions, 3 deletions not shown
Txt src/Symfony/Component/HttpKernel/Cache/Cache.php
  • View file @ 1c8867d
5 additions, 5 deletions not shown
Txt src/Symfony/Component/HttpKernel/Cache/Esi.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/HttpKernel/Cache/EsiListener.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/HttpKernel/Cache/Store.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/HttpKernel/ClassCollectionLoader.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/HttpKernel/Client.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/HttpKernel/Controller/ControllerResolverInterface.php
  • View file @ 1c8867d
3 additions, 3 deletions not shown
Txt src/Symfony/Component/HttpKernel/DataCollector/DataCollector.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/HttpKernel/DataCollector/DataCollectorInterface.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/HttpKernel/DataCollector/EventDataCollector.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/HttpKernel/DataCollector/ExceptionDataCollector.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/HttpKernel/DataCollector/LoggerDataCollector.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/HttpKernel/DataCollector/MemoryDataCollector.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/HttpKernel/DataCollector/RequestDataCollector.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/HttpKernel/DataCollector/SecurityDataCollector.php
  • View file @ 1c8867d
95 additions, 0 deletions not shown
Txt src/Symfony/Component/HttpKernel/Debug/ErrorException.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/HttpKernel/Debug/ErrorHandler.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/HttpKernel/Debug/EventDispatcherTraceableInterface.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/HttpKernel/Debug/ExceptionListener.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/HttpKernel/Exception/FlattenException.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/HttpKernel/Exception/ForbiddenHttpException.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/HttpKernel/Exception/HttpException.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/HttpKernel/Exception/NotFoundHttpException.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/HttpKernel/Exception/UnauthorizedHttpException.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/HttpKernel/HttpKernel.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/HttpKernel/HttpKernelInterface.php
  • View file @ 1c8867d
3 additions, 3 deletions not shown
Txt src/Symfony/Component/HttpKernel/Kernel.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/HttpKernel/Log/DebugLoggerInterface.php
  • View file @ 1c8867d
2 additions, 2 deletions not shown
Txt src/Symfony/Component/HttpKernel/Log/LoggerInterface.php
  • View file @ 1c8867d
10 additions, 10 deletions not shown
Txt src/Symfony/Component/HttpKernel/Profiler/Profiler.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/HttpKernel/Profiler/ProfilerListener.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/HttpKernel/Profiler/ProfilerStorageInterface.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/HttpKernel/Profiler/SQLiteProfilerStorage.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/HttpKernel/ResponseListener.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/HttpKernel/Security/AccessMap.php
  • View file @ 1c8867d
48 additions, 0 deletions not shown
Txt src/Symfony/Component/HttpKernel/Security/EntryPoint/BasicAuthenticationEntryPoint.php
  • View file @ 1c8867d
41 additions, 0 deletions not shown
Txt src/Symfony/Component/HttpKernel/Security/EntryPoint/DigestAuthenticationEntryPoint.php
  • View file @ 1c8867d
74 additions, 0 deletions not shown
Txt src/Symfony/Component/HttpKernel/Security/EntryPoint/FormAuthenticationEntryPoint.php
  • View file @ 1c8867d
56 additions, 0 deletions not shown
Txt src/Symfony/Component/HttpKernel/Security/EntryPoint/RetryAuthenticationEntryPoint.php
  • View file @ 1c8867d
60 additions, 0 deletions not shown
Txt src/Symfony/Component/HttpKernel/Security/Firewall.php
  • View file @ 1c8867d
86 additions, 0 deletions not shown
Txt src/Symfony/Component/HttpKernel/Security/Firewall/AccessListener.php
  • View file @ 1c8867d
83 additions, 0 deletions not shown
Txt src/Symfony/Component/HttpKernel/Security/Firewall/AnonymousAuthenticationListener.php
  • View file @ 1c8867d
69 additions, 0 deletions not shown
Txt src/Symfony/Component/HttpKernel/Security/Firewall/BasicAuthenticationListener.php
  • View file @ 1c8867d
105 additions, 0 deletions not shown
Txt src/Symfony/Component/HttpKernel/Security/Firewall/ChannelListener.php
  • View file @ 1c8867d
80 additions, 0 deletions not shown
Txt src/Symfony/Component/HttpKernel/Security/Firewall/ContextListener.php
  • View file @ 1c8867d
106 additions, 0 deletions not shown
Txt src/Symfony/Component/HttpKernel/Security/Firewall/DigestAuthenticationListener.php
  • View file @ 1c8867d
224 additions, 0 deletions not shown
Txt src/Symfony/Component/HttpKernel/Security/Firewall/ExceptionListener.php
  • View file @ 1c8867d
144 additions, 0 deletions not shown
Txt src/Symfony/Component/HttpKernel/Security/Firewall/FormAuthenticationListener.php
  • View file @ 1c8867d
194 additions, 0 deletions not shown
Txt src/Symfony/Component/HttpKernel/Security/Firewall/LogoutListener.php
  • View file @ 1c8867d
77 additions, 0 deletions not shown
Txt src/Symfony/Component/HttpKernel/Security/Firewall/PreAuthenticatedListener.php
  • View file @ 1c8867d
106 additions, 0 deletions not shown
Txt src/Symfony/Component/HttpKernel/Security/Firewall/SwitchUserListener.php
  • View file @ 1c8867d
167 additions, 0 deletions not shown
Txt src/Symfony/Component/HttpKernel/Security/Firewall/UsernamePasswordFormAuthenticationListener.php
  • View file @ 1c8867d
61 additions, 0 deletions not shown
Txt src/Symfony/Component/HttpKernel/Security/Firewall/X509AuthenticationListener.php
  • View file @ 1c8867d
45 additions, 0 deletions not shown
Txt src/Symfony/Component/HttpKernel/Security/FirewallMap.php
  • View file @ 1c8867d
42 additions, 0 deletions not shown
Txt src/Symfony/Component/HttpKernel/Test/WebTestCase.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/OutputEscaper/ArrayDecorator.php
  • View file @ 1c8867d
3 additions, 3 deletions not shown
Txt src/Symfony/Component/OutputEscaper/Escaper.php
  • View file @ 1c8867d
2 additions, 2 deletions not shown
Txt src/Symfony/Component/OutputEscaper/GetterDecorator.php
  • View file @ 1c8867d
3 additions, 3 deletions not shown
Txt src/Symfony/Component/OutputEscaper/IteratorDecorator.php
  • View file @ 1c8867d
3 additions, 3 deletions not shown
Txt src/Symfony/Component/OutputEscaper/ObjectDecorator.php
  • View file @ 1c8867d
3 additions, 3 deletions not shown
Txt src/Symfony/Component/OutputEscaper/SafeDecorator.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/OutputEscaper/SafeDecoratorInterface.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Process/PhpProcess.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Process/Process.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Routing/Annotation/Route.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Routing/CompiledRoute.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Routing/Generator/Dumper/GeneratorDumper.php
  • View file @ 1c8867d
1 additions, 15 deletions not shown
Txt src/Symfony/Component/Routing/Generator/Dumper/GeneratorDumperInterface.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Routing/Generator/Dumper/PhpGeneratorDumper.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Routing/Generator/UrlGenerator.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Routing/Generator/UrlGeneratorInterface.php
  • View file @ 1c8867d
2 additions, 2 deletions not shown
Txt src/Symfony/Component/Routing/Loader/AnnotationClassLoader.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Routing/Loader/AnnotationDirectoryLoader.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Routing/Loader/AnnotationFileLoader.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Routing/Loader/AnnotationGlobLoader.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Routing/Loader/ClosureLoader.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Routing/Loader/DelegatingLoader.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Routing/Loader/FileLoader.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Routing/Loader/Loader.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Routing/Loader/LoaderInterface.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Routing/Loader/LoaderResolver.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Routing/Loader/LoaderResolverInterface.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Routing/Loader/PhpFileLoader.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Routing/Loader/XmlFileLoader.php
  • View file @ 1c8867d
3 additions, 2 deletions not shown
Txt src/Symfony/Component/Routing/Loader/YamlFileLoader.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Routing/Matcher/ApacheUrlMatcher.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Routing/Matcher/Dumper/ApacheMatcherDumper.php
  • View file @ 1c8867d
2 additions, 2 deletions not shown
Txt src/Symfony/Component/Routing/Matcher/Dumper/MatcherDumper.php
  • View file @ 1c8867d
1 additions, 15 deletions not shown
Txt src/Symfony/Component/Routing/Matcher/Dumper/MatcherDumperInterface.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Routing/Matcher/Dumper/PhpMatcherDumper.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Routing/Matcher/UrlMatcher.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Routing/Matcher/UrlMatcherInterface.php
  • View file @ 1c8867d
2 additions, 2 deletions not shown
Txt src/Symfony/Component/Routing/Resource/FileResource.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Routing/Resource/ResourceInterface.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Routing/Route.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Routing/RouteCollection.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Routing/RouteCompiler.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Routing/RouteCompilerInterface.php
  • View file @ 1c8867d
2 additions, 2 deletions not shown
Txt src/Symfony/Component/Routing/Router.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Routing/RouterInterface.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Security/Authentication/AuthenticationManagerInterface.php
  • View file @ 1c8867d
35 additions, 0 deletions not shown
Txt src/Symfony/Component/Security/Authentication/AuthenticationProviderManager.php
  • View file @ 1c8867d
120 additions, 0 deletions not shown
Txt src/Symfony/Component/Security/Authentication/EntryPoint/AuthenticationEntryPointInterface.php
  • View file @ 1c8867d
31 additions, 0 deletions not shown
Txt src/Symfony/Component/Security/Authentication/Provider/AnonymousAuthenticationProvider.php
  • View file @ 1c8867d
60 additions, 0 deletions not shown
Txt src/Symfony/Component/Security/Authentication/Provider/AuthenticationProviderInterface.php
  • View file @ 1c8867d
34 additions, 0 deletions not shown
Txt src/Symfony/Component/Security/Authentication/Provider/DaoAuthenticationProvider.php
  • View file @ 1c8867d
88 additions, 0 deletions not shown
Txt src/Symfony/Component/Security/Authentication/Provider/PreAuthenticatedAuthenticationProvider.php
  • View file @ 1c8867d
79 additions, 0 deletions not shown
Txt src/Symfony/Component/Security/Authentication/Provider/UserAuthenticationProvider.php
  • View file @ 1c8867d
110 additions, 0 deletions not shown
Txt src/Symfony/Component/Security/Authentication/Token/AnonymousToken.php
  • View file @ 1c8867d
58 additions, 0 deletions not shown
Txt src/Symfony/Component/Security/Authentication/Token/PreAuthenticatedToken.php
  • View file @ 1c8867d
44 additions, 0 deletions not shown
Txt src/Symfony/Component/Security/Authentication/Token/Token.php
  • View file @ 1c8867d
156 additions, 0 deletions not shown
Txt src/Symfony/Component/Security/Authentication/Token/TokenInterface.php
  • View file @ 1c8867d
69 additions, 0 deletions not shown
Txt src/Symfony/Component/Security/Authentication/Token/UsernamePasswordToken.php
  • View file @ 1c8867d
56 additions, 0 deletions not shown
Txt src/Symfony/Component/Security/Authorization/AccessDecisionManager.php
  • View file @ 1c8867d
237 additions, 0 deletions not shown
Txt src/Symfony/Component/Security/Authorization/AccessDecisionManagerInterface.php
  • View file @ 1c8867d
53 additions, 0 deletions not shown
Txt src/Symfony/Component/Security/Authorization/Voter/AuthenticatedVoter.php
  • View file @ 1c8867d
76 additions, 0 deletions not shown
Txt src/Symfony/Component/Security/Authorization/Voter/RoleHierarchyVoter.php
  • View file @ 1c8867d
40 additions, 0 deletions not shown
Txt src/Symfony/Component/Security/Authorization/Voter/RoleVoter.php
  • View file @ 1c8867d
79 additions, 0 deletions not shown
Txt src/Symfony/Component/Security/Authorization/Voter/VoterInterface.php
  • View file @ 1c8867d
58 additions, 0 deletions not shown
Txt src/Symfony/Component/Security/Encoder/BasePasswordEncoder.php
  • View file @ 1c8867d
66 additions, 0 deletions not shown
Txt src/Symfony/Component/Security/Encoder/MessageDigestPasswordEncoder.php
  • View file @ 1c8867d
61 additions, 0 deletions not shown
Txt src/Symfony/Component/Security/Encoder/PasswordEncoderInterface.php
  • View file @ 1c8867d
41 additions, 0 deletions not shown
Txt src/Symfony/Component/Security/Encoder/PlaintextPasswordEncoder.php
  • View file @ 1c8867d
49 additions, 0 deletions not shown
Txt src/Symfony/Component/Security/Exception/AccessDeniedException.php
  • View file @ 1c8867d
25 additions, 0 deletions not shown
Txt src/Symfony/Component/Security/Exception/AccountExpiredException.php
  • View file @ 1c8867d
21 additions, 0 deletions not shown
Txt src/Symfony/Component/Security/Exception/AccountStatusException.php
  • View file @ 1c8867d
22 additions, 0 deletions not shown
Txt src/Symfony/Component/Security/Exception/AuthenticationCredentialsNotFoundException.php
  • View file @ 1c8867d
22 additions, 0 deletions not shown
Txt src/Symfony/Component/Security/Exception/AuthenticationException.php
  • View file @ 1c8867d
41 additions, 0 deletions not shown
Txt src/Symfony/Component/Security/Exception/AuthenticationServiceException.php
  • View file @ 1c8867d
21 additions, 0 deletions not shown
Txt src/Symfony/Component/Security/Exception/BadCredentialsException.php
  • View file @ 1c8867d
25 additions, 0 deletions not shown
Txt src/Symfony/Component/Security/Exception/CredentialsExpiredException.php
  • View file @ 1c8867d
21 additions, 0 deletions not shown
Txt src/Symfony/Component/Security/Exception/DisabledException.php
  • View file @ 1c8867d
21 additions, 0 deletions not shown
Txt src/Symfony/Component/Security/Exception/InsufficientAuthenticationException.php
  • View file @ 1c8867d
23 additions, 0 deletions not shown
Txt src/Symfony/Component/Security/Exception/LockedException.php
  • View file @ 1c8867d
21 additions, 0 deletions not shown
Txt src/Symfony/Component/Security/Exception/NonceExpiredException.php
  • View file @ 1c8867d
27 additions, 0 deletions not shown
Txt src/Symfony/Component/Security/Exception/ProviderNotFoundException.php
  • View file @ 1c8867d
22 additions, 0 deletions not shown
Txt src/Symfony/Component/Security/Exception/UsernameNotFoundException.php
  • View file @ 1c8867d
21 additions, 0 deletions not shown
Txt src/Symfony/Component/Security/Role/Role.php
  • View file @ 1c8867d
40 additions, 0 deletions not shown
Txt src/Symfony/Component/Security/Role/RoleHierarchy.php
  • View file @ 1c8867d
77 additions, 0 deletions not shown
Txt src/Symfony/Component/Security/Role/RoleHierarchyInterface.php
  • View file @ 1c8867d
33 additions, 0 deletions not shown
Txt src/Symfony/Component/Security/Role/RoleInterface.php
  • View file @ 1c8867d
36 additions, 0 deletions not shown
Txt src/Symfony/Component/Security/Role/SwitchUserRole.php
  • View file @ 1c8867d
47 additions, 0 deletions not shown
Txt src/Symfony/Component/Security/SecurityContext.php
  • View file @ 1c8867d
75 additions, 0 deletions not shown
Txt src/Symfony/Component/Security/User/AccountChecker.php
  • View file @ 1c8867d
61 additions, 0 deletions not shown
Txt src/Symfony/Component/Security/User/AccountCheckerInterface.php
  • View file @ 1c8867d
36 additions, 0 deletions not shown
Txt src/Symfony/Component/Security/User/AccountInterface.php
  • View file @ 1c8867d
60 additions, 0 deletions not shown
Txt src/Symfony/Component/Security/User/AdvancedAccountInterface.php
  • View file @ 1c8867d
48 additions, 0 deletions not shown
Txt src/Symfony/Component/Security/User/InMemoryUserProvider.php
  • View file @ 1c8867d
78 additions, 0 deletions not shown
Txt src/Symfony/Component/Security/User/User.php
  • View file @ 1c8867d
124 additions, 0 deletions not shown
Txt src/Symfony/Component/Security/User/UserProviderInterface.php
  • View file @ 1c8867d
35 additions, 0 deletions not shown
Txt src/Symfony/Component/Templating/DebuggerInterface.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Templating/Engine.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Templating/Helper/AssetsHelper.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Templating/Helper/Helper.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Templating/Helper/HelperInterface.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Templating/Helper/JavascriptsHelper.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Templating/Helper/SlotsHelper.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Templating/Helper/StylesheetsHelper.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Templating/Loader/CacheLoader.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Templating/Loader/ChainLoader.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Templating/Loader/FilesystemLoader.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Templating/Loader/Loader.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Templating/Loader/LoaderInterface.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Templating/Renderer/PhpRenderer.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Templating/Renderer/Renderer.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Templating/Renderer/RendererInterface.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Templating/Storage/FileStorage.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Templating/Storage/Storage.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Templating/Storage/StringStorage.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Translation/Loader/LoaderInterface.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Translation/Loader/PhpFileLoader.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Translation/Loader/XliffFileLoader.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Translation/MessageCatalogue.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Translation/MessageCatalogueInterface.php
  • View file @ 1c8867d
3 additions, 3 deletions not shown
Txt src/Symfony/Component/Translation/PluralizationRules.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Translation/Resource/FileResource.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Translation/Resource/ResourceInterface.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Translation/TranslatorInterface.php
  • View file @ 1c8867d
2 additions, 2 deletions not shown
Txt src/Symfony/Component/Validator/Constraint.php
  • View file @ 1c8867d
13 additions, 12 deletions not shown
Txt src/Symfony/Component/Validator/ConstraintValidatorFactoryInterface.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Validator/ConstraintValidatorInterface.php
  • View file @ 1c8867d
4 additions, 4 deletions not shown
Txt src/Symfony/Component/Validator/Constraints/EmailValidator.php
  • View file @ 1c8867d
4 additions, 2 deletions not shown
Txt src/Symfony/Component/Validator/Constraints/NotNullValidator.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Validator/Constraints/Url.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Validator/Exception/MappingException.php
  • View file @ 1c8867d
2 additions, 1 deletions not shown
Txt src/Symfony/Component/Validator/Extension/DependencyInjectionValidatorFactory.php
  • View file @ 1c8867d
0 additions, 82 deletions not shown
Txt src/Symfony/Component/Validator/Mapping/Cache/CacheInterface.php
  • View file @ 1c8867d
6 additions, 6 deletions not shown
Txt src/Symfony/Component/Validator/Mapping/ClassMetadata.php
  • View file @ 1c8867d
21 additions, 19 deletions not shown
Txt src/Symfony/Component/Validator/Mapping/ElementMetadata.php
  • View file @ 1c8867d
9 additions, 9 deletions not shown
Txt src/Symfony/Component/Validator/Mapping/GetterMetadata.php
  • View file @ 1c8867d
2 additions, 2 deletions not shown
Txt src/Symfony/Component/Validator/Mapping/Loader/FileLoader.php
  • View file @ 1c8867d
2 additions, 2 deletions not shown
Txt src/Symfony/Component/Validator/Mapping/Loader/FilesLoader.php
  • View file @ 1c8867d
14 additions, 8 deletions not shown
Txt src/Symfony/Component/Validator/Mapping/Loader/LoaderChain.php
  • View file @ 1c8867d
4 additions, 4 deletions not shown
Txt src/Symfony/Component/Validator/Mapping/Loader/LoaderInterface.php
  • View file @ 1c8867d
4 additions, 1 deletions not shown
Txt src/Symfony/Component/Validator/Mapping/Loader/XmlFileLoader.php
  • View file @ 1c8867d
20 additions, 12 deletions not shown
Txt src/Symfony/Component/Validator/Mapping/Loader/XmlFilesLoader.php
  • View file @ 1c8867d
2 additions, 1 deletions not shown
Txt src/Symfony/Component/Validator/Mapping/Loader/YamlFileLoader.php
  • View file @ 1c8867d
4 additions, 3 deletions not shown
Txt src/Symfony/Component/Validator/Mapping/Loader/YamlFilesLoader.php
  • View file @ 1c8867d
2 additions, 1 deletions not shown
Txt src/Symfony/Component/Validator/Mapping/MemberMetadata.php
  • View file @ 1c8867d
7 additions, 6 deletions not shown
Txt src/Symfony/Component/Validator/Mapping/PropertyMetadata.php
  • View file @ 1c8867d
2 additions, 2 deletions not shown
Txt src/Symfony/Component/Validator/Validator.php
  • View file @ 1c8867d
2 additions, 2 deletions not shown
Txt src/Symfony/Component/Validator/ValidatorInterface.php
  • View file @ 1c8867d
5 additions, 6 deletions not shown
Txt src/Symfony/Component/Yaml/Dumper.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Yaml/Exception.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Yaml/Inline.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Yaml/Parser.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Yaml/ParserException.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt src/Symfony/Component/Yaml/Yaml.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt tests/Symfony/Tests/Component/DependencyInjection/ContainerBuilderTest.php
  • View file @ 1c8867d
15 additions, 0 deletions not shown
Txt tests/Symfony/Tests/Component/DependencyInjection/DefinitionTest.php
  • View file @ 1c8867d
6 additions, 0 deletions not shown
Txt tests/Symfony/Tests/Component/DependencyInjection/Dumper/DumperTest.php
  • View file @ 1c8867d
0 additions, 34 deletions not shown
Txt tests/Symfony/Tests/Component/DependencyInjection/Fixtures/php/services1-1.php
  • View file @ 1c8867d
2 additions, 1 deletions not shown
Txt tests/Symfony/Tests/Component/DependencyInjection/Fixtures/php/services1.php
  • View file @ 1c8867d
2 additions, 1 deletions not shown
Txt tests/Symfony/Tests/Component/DependencyInjection/Fixtures/php/services8.php
  • View file @ 1c8867d
2 additions, 1 deletions not shown
Txt tests/Symfony/Tests/Component/DependencyInjection/Fixtures/php/services9.php
  • View file @ 1c8867d
2 additions, 1 deletions not shown
Txt tests/Symfony/Tests/Component/DependencyInjection/Loader/XmlFileLoaderTest.php
  • View file @ 1c8867d
2 additions, 0 deletions not shown
Txt tests/Symfony/Tests/Component/Form/HtmlGeneratorTest.php
  • View file @ 1c8867d
97 additions, 0 deletions not shown
Txt tests/Symfony/Tests/Component/HttpFoundation/Fixtures/Namespaced/Bar.php
  • View file @ 1c8867d
7 additions, 0 deletions not shown
Txt tests/Symfony/Tests/Component/HttpFoundation/Fixtures/Namespaced/Foo.php
  • View file @ 1c8867d
7 additions, 0 deletions not shown
Txt tests/Symfony/Tests/Component/HttpFoundation/Fixtures/Pearlike/Bar.php
  • View file @ 1c8867d
5 additions, 0 deletions not shown
Txt tests/Symfony/Tests/Component/HttpFoundation/Fixtures/Pearlike/Foo.php
  • View file @ 1c8867d
5 additions, 0 deletions not shown
Txt tests/Symfony/Tests/Component/HttpFoundation/UniversalClassLoaderTest.php
  • View file @ 1c8867d
41 additions, 0 deletions not shown
Txt tests/Symfony/Tests/Component/HttpKernel/Cache/CacheTestCase.php
  • View file @ 1c8867d
1 additions, 1 deletions not shown
Txt tests/Symfony/Tests/Component/OutputEscaper/ObjectDecoratorTest.php
  • View file @ 1c8867d
28 additions, 0 deletions not shown
Txt tests/Symfony/Tests/Component/OutputEscaper/SafeDecoratorTest.php
  • View file @ 1c8867d
15 additions, 0 deletions not shown
Txt tests/Symfony/Tests/Component/Routing/RouteCollectionTest.php
  • View file @ 1c8867d
11 additions, 0 deletions not shown
Txt tests/Symfony/Tests/Component/Routing/RouteTest.php
  • View file @ 1c8867d
13 additions, 0 deletions not shown
Txt tests/Symfony/Tests/Component/Validator/Constraints/UrlValidatorTest.php
  • View file @ 1c8867d
0 additions, 2 deletions not shown
Txt tests/Symfony/Tests/Component/Validator/DependencyInjectionValidatorFactoryTest.php
  • View file @ 1c8867d
0 additions, 58 deletions not shown
Txt tests/Symfony/Tests/Component/Validator/Extension/DependencyInjectionValidatorFactoryTest.php
  • View file @ 1c8867d
0 additions, 58 deletions not shown
Dedicated Server Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
  • Blog
  • Support
  • Training
  • Job Board
  • Shop
  • Contact
  • API
  • Status
  • © 2010 GitHub Inc. All rights reserved.
  • Terms of Service
  • Privacy
  • Security
  • Deutsch
  • English
  • Français
  • 日本語
  • Português (BR)
  • Русский
  • 中文
  • See all available languages

Your current locale selection: Deutsch. Choose another?

  • English
  • Afrikaans
  • Català
  • Čeština
  • Deutsch
  • Español
  • Français
  • Hrvatski
  • Indonesia
  • Italiano
  • 日本語
  • Nederlands
  • Norsk
  • Polski
  • Português (BR)
  • Русский
  • Српски
  • Svenska
  • 中文

Keyboard Shortcuts

Site wide shortcuts

s
Focus site search
?
Bring up this help dialog

Commit list

j
Move selected down
k
Move selected up
t
Open tree
p
Open parent
c or o or enter
Open commit

Pull request list

j
Move selected down
k
Move selected up
o or enter
Open issue

Issues

j
Move selected down
k
Move selected up
x
Toggle select target
o or enter
Open issue
I
Mark selected as read
U
Mark selected as unread
e
Close selected
y
Remove selected from view
c
Create issue
l
Create label
i
Back to inbox
u
Back to issues
/
Focus issues search

Network Graph

← or h
Scroll left
→ or l
Scroll right
↑ or k
Scroll up
↓ or j
Scroll down
t
Toggle visibility of head labels
shift ← or shift h
Scroll all the way left
shift → or shift l
Scroll all the way right
shift ↑ or shift k
Scroll all the way up
shift ↓ or shift j
Scroll all the way down