This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Console
Christian Flothmann 80b114e66b Merge branch '2.8' into 3.2
* 2.8: (40 commits)
  Show exception is checked twice in ExceptionController of twig
  allow SSI fragments configuration in XML files
  Display a better error message when the toolbar cannot be displayed
  render hidden _method field in form_rest()
  return fallback locales whenever possible
  [Console] Fix catching exception type in QuestionHelper
  [WebProfilerBundle] Eliminate line wrap on count columnt (routing)
  [Routing] Fix XmlFileLoader exception message
  [Translation] Fix FileLoader::loadResource() php doc
  Sessions: configurable "use_strict_mode" option for NativeSessionStorage
  [FrameworkBundle] [Command] Clean bundle directory, fixes #23177
  Reset redirectCount when throwing exception
  [TwigBundle] Remove template.xml services when templating is disabled
  add content-type header on exception response
  Embedding a response that combines expiration and validation, that should not defeat expiration on the combined response
  Fix two edge cases in ResponseCacheStrategy
  [Routing] Expose request in route conditions, if needed and possible
  [Routing] Expose request in route conditions, if needed and possible
  [Translation][FrameworkBundle] Fix resource loading order inconsistency reported in #23034
  [Filesystem] added workaround in Filesystem::rename for PHP bug
  ...
2017-06-23 08:35:45 +02:00
..
Command Merge branch '2.8' into 3.2 2017-06-02 11:43:35 +02:00
Descriptor Merge branch '2.7' into 2.8 2017-06-01 13:52:29 -07:00
Event fixes CS 2015-08-24 09:13:45 +02:00
Exception [Console] Fix infinite loop on missing input 2016-11-03 09:51:57 +01:00
Formatter Merge branch '2.8' into 3.2 2017-04-11 20:36:00 +02:00
Helper Merge branch '2.8' into 3.2 2017-06-23 08:35:45 +02:00
Input Merge branch '3.1' 2016-10-06 10:59:27 +02:00
Logger Merge branch '3.1' 2016-11-16 17:18:16 -05:00
Output Merge branch '2.8' into 3.2 2017-03-20 10:32:19 +01:00
Question Merge branch '2.8' into 3.2 2017-05-28 07:08:39 -07:00
Resources/bin Move hiddeninput.exe to Resources/bin 2012-10-16 11:08:11 +02:00
Style Merge branch '3.1' into 3.2 2016-12-23 18:05:10 +01:00
Tester Merge branch '2.8' into 3.2 2017-04-04 09:26:27 +02:00
Tests Merge branch '2.7' into 2.8 2017-06-02 16:36:56 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
Application.php Merge branch '2.8' into 3.2 2017-05-15 14:02:31 +02:00
CHANGELOG.md [Console] Add Lockable trait 2016-06-23 13:42:36 +02:00
composer.json fixed Composer constraints 2017-02-18 11:13:35 -08:00
ConsoleEvents.php move event listener method type hint docs to @Event annotations default value. makes it easily parsable by PhpStorm plugin 2016-05-03 20:48:46 +02:00
LICENSE updated LICENSE year 2017-01-02 12:30:00 -08:00
phpunit.xml.dist Merge branch '2.7' into 2.8 2017-04-12 07:07:15 -07:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00
Terminal.php Allow terminal dimensions to be set to 0 (unbounded) 2017-04-11 16:41:42 +01:00

Console Component

The Console component eases the creation of beautiful and testable command line interfaces.

Resources

Credits

Resources/bin/hiddeninput.exe is a third party binary provided within this component. Find sources and license at https://github.com/Seldaek/hidden-input.