- 26 May, 2016 3 commits
-
-
Fabien Potencier authored
* 1.3: Disable xdebug on travis
-
Fabien Potencier authored
This PR was submitted for the master branch but it was merged into the 1.3 branch instead (closes #1376). Discussion ---------- Disable xdebug on travis Commits ------- 2a4c4b39 Disable xdebug on travis
-
Romain Neutron authored
-
- 23 May, 2016 3 commits
-
-
Fabien Potencier authored
* 1.3: Documentation code-block fixes
-
Fabien Potencier authored
This PR was merged into the 2.0.x-dev branch. Discussion ---------- Minor documentation fixes Commits ------- 8f8c9113 Few documentation fixes
-
Fabien Potencier authored
This PR was merged into the 1.3 branch. Discussion ---------- Documentation code-block fixes Commits ------- 0f401b77 Documentation code-block fixes
-
- 20 May, 2016 3 commits
-
-
Borut authored
-
Borut authored
-
Fabien Potencier authored
This PR was merged into the 2.0.x-dev branch. Discussion ---------- Fix installation instruction in readme Silex 2 has been released yesterday so `@dev` should be removed from the composer version string. Commits ------- 862bd6ba Fix installation instruction in readme
-
- 19 May, 2016 1 commit
-
-
Jacob Dreesen authored
-
- 18 May, 2016 6 commits
-
-
Fabien Potencier authored
This PR was merged into the 2.0.x-dev branch. Discussion ---------- Registering the silex form extension last to ensure user specified ex… …tensions can modify the behavior of the CSRF and Validator extensions. Fixes #1358 Commits ------- c21798c2 Registering the silex form extension last to ensure user specified extensions can modify the behavior of the CSRF and Validator extensions.
-
Fabien Potencier authored
This PR was merged into the 2.0.x-dev branch. Discussion ---------- Small fixes to Guard auth documentation Commits ------- cd82b862 Small fixes to Guard auth documentation
-
Osman Ungur authored
-
Pascal Luna authored
Registering the silex form extension last to ensure user specified extensions can modify the behavior of the CSRF and Validator extensions. Fixes #1358
-
Fabien Potencier authored
-
Fabien Potencier authored
-
- 17 May, 2016 3 commits
-
-
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.
-
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:
RJ Garcia <rj@bighead.net> Commits ------- f4a80afb Fixed var name in organizing controllers
-
Fabien Potencier authored
-
- 16 May, 2016 21 commits
-
-
RJ Garcia authored
Updated the var name in the organizing controllers documenation in order be consistent with the variable naming throughout the code sample. Signed-off-by:
RJ Garcia <rj@bighead.net>
-
Fabien Potencier authored
-
Fabien Potencier authored
* 1.3: reorganized TOC
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
* 1.3: fixed docs titles
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
* 1.3: fixed typo
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
* 1.3: fixed docs
-
Fabien Potencier authored
-
Fabien Potencier authored
* 1.3: fixed doc
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Pascal Luna authored
Adding the monolog.use_error_handler parameter to configure whether the monolog ErrorHandler should be registered. The error handler is now disabled by default when the application debug parameter is set to true, to ensure it won't silence exceptions and/or errors.
-
Fabien Potencier authored
This PR was merged into the 2.0.x-dev branch. Discussion ---------- Allowing callables for mount - Added the ability to pass callables into the controller collection mount method. - Updated documentation to show usage of new callables in mount and recursive mounting. - Added appropriate tests This addresses #1262 and #1290 Signed-off-by:
RJ Garcia <rj@bighead.net> Commits ------- 847b7eeb Allowing callables for mount
-