1. 19 May, 2016 1 commit
  2. 18 May, 2016 6 commits
  3. 17 May, 2016 3 commits
    • Fabien Potencier's avatar
      bug #1354 Adding a flag to disable the Monolog error handler (skalpa) · cb2f3617
      Fabien Potencier authored
      This PR was merged into the 2.0.x-dev branch.
      
      Discussion
      ----------
      
      Adding a flag to disable the Monolog error handler
      
      The monolog error handler can now be disabled by setting the value of the new `monolog.use_error_handler` parameter to false (since it was added in  a53ce590 it was always enabled).
      
      The error handler is disabled by default when the application `debug` parameter is set to true, to ensure it won't silence exceptions and/or errors.
      
      Without the flag, an uncaught exception thrown during boot on `master` will just result in a white page, even when using `debug` and `error_reporting` (because the error handler calls `exit` after logging exceptions).
      
      Commits
      -------
      
      8ecd0f01 Adding the monolog.use_error_handler parameter to configure whether the monolog ErrorHandler should be registered.
      cb2f3617
    • Fabien Potencier's avatar
      minor #1355 Fixed var name in organizing controllers (ragboyjr) · 2b303b4d
      Fabien Potencier authored
      This PR was merged into the 2.0.x-dev branch.
      
      Discussion
      ----------
      
      Fixed var name in organizing controllers
      
      Updated the var name in the organizing controllers documenation
      in order be consistent with the variable naming throughout the
      code sample.
      Signed-off-by: default avatarRJ Garcia <rj@bighead.net>
      
      Commits
      -------
      
      f4a80afb Fixed var name in organizing controllers
      2b303b4d
    • Fabien Potencier's avatar
      updated CHANGELOG · ec25d343
      Fabien Potencier authored
      ec25d343
  4. 16 May, 2016 23 commits
  5. 10 May, 2016 2 commits
  6. 08 May, 2016 2 commits
    • Mathieu Rochette's avatar
      mailer delivery address · b5f30010
      Mathieu Rochette authored
      add supports for swiftmailer.delivery_addresses & swiftmailer.delivery_whitelist
      b5f30010
    • RJ Garcia's avatar
      Allowing callables for mount · 847b7eeb
      RJ Garcia authored
      - Added the ability to pass callables into the controller collection
          mount method.
      - Added a controllersFactory parameter into the controller collection
          which is a callable that is used to create a new controller for the
          mount method.
      - Updated documentation to show usage of new callables in mount and
          recursive mounting.
      - Added appropriate tests
      Signed-off-by: default avatarRJ Garcia <rj@bighead.net>
      847b7eeb
  7. 05 May, 2016 3 commits