- 03 Jul, 2013 8 commits
-
-
Fabien Potencier authored
This PR was squashed before being merged into the master branch (closes #710). Discussion ---------- Added swiftmailers second argument for the send function within the SwiftmailerTrait Commits ------- 78115b47 Added swiftmailers second argument for the send function within the SwiftmailerTrait
-
NLZ13 authored
-
Barney Hanlon authored
Updated require-dev to have phpunit at a safe enough version, and updated the documentation to reflect the change. (closes #727)
-
Fabien Potencier authored
This PR was squashed before being merged into the master branch (closes #713). Discussion ---------- Added instructions for installing dev testing package As per [discussion about this requirement](https://groups.google.com/d/topic/silex-php/FfgPucE2Bu4/discussion). Commits ------- 862cf398 Added instructions for installing dev testing package
-
Tobias Sjösten authored
-
Fabien Potencier authored
This PR was squashed before being merged into the master branch (closes #741). Discussion ---------- Change the ControllerResolver type hint to Psr\\Log\\LoggerInterface This allows it to work with any logger, in particular, it un-breaks the case where the monolog bridge is not installed. See also 817240e4. This should resolve #740. Commits ------- b85d610d Change the ControllerResolver type hint to Psr\Log\LoggerInterface
-
Igor Wiedler authored
-
Fabien Potencier authored
This PR was merged into the master branch. Discussion ---------- Override the logger service by default Fixes #731 Been sat on this for a while, not been able to think of anything else that needs doing for it. Commits ------- 817240e4 Override the logger service by default
-
- 02 Jul, 2013 1 commit
-
-
Dave Marshall authored
-
- 25 May, 2013 4 commits
-
-
Fabien Potencier authored
-
Fabien Potencier authored
This PR was submitted for the 1.0 branch but it was merged into the master branch instead (closes #705). Discussion ---------- Make dispatcher lazy, do not trigger its creation on middleware definition The dispatcher has quite a few dependencies due to all of the subscribers that are added to it. One of these is the logger, several other services are affected as well though. The listener shortcut methods like on(), before(), after(), error() all force creation of the dispatcher and thus all of its dependencies. This makes it impossible to have lazy configuration of those services. The specific issue that triggered this was lazy configuration of the logger, which simply does not work once you have before() or after(). By using extend(), all of those shortcut calls can delay the creation of the dispatcher and thus solve the issue. It will add a slight overhead, but it should be relatively small, since the results of creating a service are memoized through share(). Commits ------- efa0383 Add changelog entry for lazy dispatcher proxies 59b56b0 Make dispatcher lazy, do not trigger its creation on middleware definition
-
Igor Wiedler authored
-
Igor Wiedler authored
The dispatcher has quite a few dependencies due to all of the subscribers that are added to it. One of these is the logger, several other services are affected as well though. The listener shortcut methods like on(), before(), after(), error() all force creation of the dispatcher and thus all of its dependencies. This makes it impossible to have lazy configuration of those services. The specific issue that triggered this was lazy configuration of the logger, which simply does not work once you have before() or after(). By using extend(), all of those shortcut calls can delay the creation of the dispatcher and thus solve the issue. It will add a slight overhead, but it should be relatively small, since the results of creating a service are memoized through share().
-
- 04 May, 2013 1 commit
-
-
Fabien Potencier authored
This PR was merged into the master branch. Discussion ---------- [1.1] Drop support for symfony/* <2.3 I've left the ranges in, because it's likely that we will extend them in the future. Commits ------- 54be4f51 [1.1] Remove symfony <2.3 hacks 2b45f600 [1.1] Add minimum-stability of dev 8f8ba416 [1.1] Update all symfony version references in the docs to 2.3 7a14b209 [1.1] Update symfony versions in fat composer.json e9478ddd Drop support for symfony/* <2.3
-
- 03 May, 2013 16 commits
-
-
Igor Wiedler authored
-
Igor Wiedler authored
-
Igor Wiedler authored
-
Igor Wiedler authored
-
Igor Wiedler authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
This PR was merged into the master branch. Discussion ---------- Update install instructions for v1.0.0 Commits ------- 15edf844 Update install instructions for v1.0.0
-
Igor Wiedler authored
-
Fabien Potencier authored
This PR was merged into the master branch. Discussion ---------- Update Application::VERSION to 1.0.0 Commits ------- 72d9fea2 Update Application::VERSION to 1.0.0
-
Fabien Potencier authored
This PR was merged into the master branch. Discussion ---------- Add some of the missing changelog entries Commits ------- ba30e7be Add some of the missing changelog entries
-
Igor Wiedler authored
-
Igor Wiedler authored
-
Fabien Potencier authored
-
Fabien Potencier authored
This PR was merged into the master branch. Discussion ---------- [Doc] Add code-block for remove the red prompt Commits ------- 18159ea1 Add code-block for remove the red prompt
-
- 02 May, 2013 1 commit
-
-
Romain authored
-
- 01 May, 2013 2 commits
-
-
Fabien Potencier authored
This PR was merged into the master branch. Discussion ---------- Doc: trustProxyData() is now replaced by setTrustedProxies(). Although trustProxyData() is deprecated, the documentation still refers to it, causing deprecation warnings. This patch suggested an updated wording. Commits ------- d45ba3ed Doc: trustProxyData() is now replaced by setTrustedProxies().
-
Frederic G. MARAND authored
-
- 30 Apr, 2013 2 commits
-
-
Fabien Potencier authored
This PR was squashed before being merged into the master branch (closes #680). Discussion ---------- Adding "port" option in DoctrineServiceProvider In doctrine.rst and DoctrineServiceProvider.php Commits ------- a140a694 Adding "port" option in DoctrineServiceProvider
-
Julio Montoya authored
-
- 27 Apr, 2013 1 commit
-
-
Fabien Potencier authored
This PR was merged into the master branch. Discussion ---------- Validator 2.3 test fixes Commits ------- ac4c5a56 Pass constraints with keys for all symfony versions 87967798 Add alias method to conform with ConstraintValidatorInterface in 2.3
-
- 26 Apr, 2013 4 commits
-
-
Dave Marshall authored
-
Dave Marshall authored
-
Fabien Potencier authored
This PR was squashed before being merged into the master branch (closes #685). Discussion ---------- Bump upper bound for symfony/* from 2.2 to 2.3 Commits ------- 70eb564d Bump upper bound for symfony/* from 2.2 to 2.3
-
Igor Wiedler authored
-