- 30 Jun, 2014 6 commits
-
-
Fabien Potencier authored
feature #968 made it easier to replace the translator service with an implementation of TranslatorInterface (fabpot) This PR was merged into the 2.0.x-dev branch. Discussion ---------- made it easier to replace the translator service with an implementation of TranslatorInterface fixes #961 Commits ------- d7500dbd made it easier to replace the translator service with an implementation of TranslatorInterface
-
Fabien Potencier authored
-
Fabien Potencier authored
This PR was squashed before being merged into the 2.0.x-dev branch (closes #964). Discussion ---------- Allowed shared ContextListener for firewalls In response to #963. Checks for a `context` key in the firewall configuration, if it's not there use `name`. Commits ------- a56d0fa4 Allowed shared ContextListener for firewalls
-
Ibrahim AshShohail authored
-
Fabien Potencier authored
-
Fabien Potencier authored
This PR was merged into the 2.0.x-dev branch. Discussion ---------- remove not needed logger tests The `isset` checks on `$app['logger']` make no sense since `Application` always sets the logger (to `null`). Checks for `!empty` would be more safe/complete (altough `!empty && instance_of('LoggerInterface')` would be more ideal in some cases). Updating the unit tests is more complicated because some code under test depends on classes outside of Silex. Hacking the `class_exists` function or use `mocking` of classes that do not exists (@see https://github.com/sebastianbergmann/phpunit-mock-objects/issues/12) would effect the whole test suit (as @stof pointed out). Commits ------- 784a2466 remove not needed logger tests
-
- 27 Jun, 2014 3 commits
-
-
1emming authored
-
Fabien Potencier authored
* 1.2: Update form.rst
-
Fabien Potencier authored
This PR was merged into the 1.2 branch. Discussion ---------- Update form.rst Before - http://i.imgur.com/Eu2JUvq.png After - http://i.imgur.com/1d0CIAs.png Must be the tiniest pull request ever :) Commits ------- cdc9ad6a Update form.rst
-
- 26 Jun, 2014 1 commit
-
-
ruslan-polutsygan authored
-
- 24 Jun, 2014 1 commit
-
-
Fabien Potencier authored
-
- 23 Jun, 2014 4 commits
-
-
Fabien Potencier authored
This PR was merged into the 2.0.x-dev branch. Discussion ---------- Change the visibility of WebTestCase::setUp to keep the same as in PHPUnit see https://github.com/sebastianbergmann/phpunit/blob/ea293f782b3e001c9b7eeb5bdc2d545e4c091fdb/src/Framework/TestCase.php#L1834 Commits ------- 7cddf2d0 Change the visibility of WebTestCase::setUp to keep the same as in PHPUnit
-
Fabien Potencier authored
* 1.2: Update serializer.rst
-
Fabien Potencier authored
This PR was submitted for the master branch but it was merged into the 1.2 branch instead (closes #965). Discussion ---------- Update serializer.rst Before - http://i.imgur.com/hTYzHGR.png After - http://i.imgur.com/SAPhNN7.png Commits ------- a8ab1f8b Update serializer.rst
-
ruslan-polutsygan authored
-
- 15 Jun, 2014 1 commit
-
-
Fabien Potencier authored
This PR was merged into the 1.0.x-dev branch. Discussion ---------- Update README.rst Commits ------- 35044564 Update README.rst
-
- 14 Jun, 2014 1 commit
-
-
Sergey Polischook authored
-
- 06 Jun, 2014 5 commits
-
-
Fabien Potencier authored
This PR was squashed before being merged into the 2.0.x-dev branch (closes #949). Discussion ---------- Make clear to use Session BEFORE app->boot It wasn't clear to me the session needs to be there before you boot. I 'wasted' a great amount of time finding that out. Please clarify for upcoming geniuses like me. Commits ------- 5ddcc8b3 Make clear to use Session BEFORE app->boot
-
sebastian-marinescu authored
-
Fabien Potencier authored
This PR was squashed before being merged into the 2.0.x-dev branch (closes #953). Discussion ---------- Improve exception messages for mount() Improve the exception message if the `connect` method of a `ControllerProviderInterface` returns an invalid type. Previously a misleading message about the arguments to `mount()` was emitted if your `connect` method did not return a `ControllerCollection`. Commits ------- 7d6298d8 Improve exception messages for mount()
-
Damien Walsh authored
-
Fabien Potencier authored
-
- 16 May, 2014 3 commits
-
-
Fabien Potencier authored
* 1.2: Update service_controller.rst
-
Fabien Potencier authored
This PR was submitted for the master branch but it was merged into the 1.2 branch instead (closes #956). Discussion ---------- Update service_controller.rst The word "it's" is a contraction for "it is". "Its" is a possessive pronoun. Commits ------- 09a5fe34 Update service_controller.rst
-
Chris Johnson authored
The word "it's" is a contraction for "it is". "Its" is a possessive pronoun.
-
- 13 May, 2014 4 commits
-
-
Fabien Potencier authored
This PR was squashed before being merged into the 2.0.x-dev branch (closes #954). Discussion ---------- Fixed the requirements in the subtree splits They should use Pimple 2.1, not 1.0 Commits ------- 6d1ad87d Fixed the requirements in the subtree splits
-
Christophe Coevoet authored
-
Fabien Potencier authored
This PR was merged into the 2.0.x-dev branch. Discussion ---------- Update PHPUnit to its new major version 4.0 and 4.1 would not be allowed by the ``~3.7`` constraint Commits ------- 639f2132 Update PHPUnit to its enw major version
-
Christophe Coevoet authored
-
- 04 May, 2014 4 commits
-
-
Fabien Potencier authored
* 1.2: fixed CS Update monolog provider for support permissions
-
Fabien Potencier authored
-
Fabien Potencier authored
This PR was submitted for the master branch but it was merged into the 1.2 branch instead (closes #931). Discussion ---------- Update monolog provider for support permissions Recently Monolog have an update commit b2e2530406737e658785e3b4e50135f297f49a16. Which add permission handling for log file. Commits ------- 91b1cbc3 Update monolog provider for support permissions
-
Maksim Muruev authored
-
- 01 May, 2014 1 commit
-
-
Fabien Potencier authored
This PR was merged into the 1.2.x-dev branch. Discussion ---------- Move master to 2.0 This PR moves master to 2.0@dev. As there is a 1.2 branch, that should not be a problem for anyone ... except if you target dev-master in your composer.json, but hey, that's your choice. Of course, it's not finished yet, but working on master is easier for everyone and future PRs. TODO: - [ ] update documentation - [ ] update CHANGELOG Commits ------- 5a4b265e upgraded to Pimple 2.1 322dbb5d updated route_factory service to use Pimple 2 factory method fc8bbb62 switched to Pimple 2.0 c2421fab removed the flush call in the url generator service 5f9716d8 made the logger optional in all providers 349dcf97 moved everything related to the routing to a reusable service provider e96f9be8 removed the request service in favor of the request_stack one 26e85436 changed charset to have a sensible default in all providers 34524a52 changed debug to have a sensible default in all providers 18b6050b fixed stupid typo... 0d10e89e fixed composer.json paths a4b0b201 simplified composer names 6863b9a0 fixed composer.json files 67802eb2 added composer.json for Api and Provider c341ca17 moved classes so that Silex\Provider can be used as a sub-tree split independently of eveything else 2d3a96bb changed type-hint to Pimple whenever possible df568cb2 added BootableProviderInterface 1ba15a17 moved the provider interfaces under Silex\Api eb5079be moved fake routes for the security service provider to a connect() method (with auto-registration) 3fdfa4be emptied the boot() method of the remember me service provider 27eb5267 moved Swiftmailer finish call to a proper listener 7bee6bfd adding a new interface for providers willing to register event listeners 613c4bfa removed obsolete comment 3b1ba69b removed conditions about the request stack as Symfony 2.4+ is required now cd044b6f removed the deprecated Compiler class and the doc on the phar de674e6d removed deprecated locale_fallback setting 24bce51f removed the deprecated TwigCoreExtension class a4c7c51f fixed visibility 38c84add moved locale management to a locale service provider 88e44ea4 refactored session code to make it more reusable 9a32c0a9 bumped version to 2.0
-
- 29 Apr, 2014 6 commits
-
-
Fabien Potencier authored
-
Jared Kazimir authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-