- 19 May, 2012 2 commits
-
-
Fabien Potencier authored
-
Fabien Potencier authored
-
- 16 May, 2012 1 commit
-
-
Fabien Potencier authored
-
- 15 May, 2012 1 commit
-
-
Fabien Potencier authored
-
- 12 May, 2012 6 commits
-
-
Fabien Potencier authored
Commits ------- f1414641 Tweaked composer.json Discussion ---------- Tweaked composer.json * Symfony components now require php >= 5.3.3 * Pimple is now taggured
-
Grégoire Pineau authored
* Symfony components now require php >= 5.3.3 * Pimple is now taggured
-
Fabien Potencier authored
Commits ------- afbd26e0 [Travis] Removed tests on php 5.3.2 Discussion ---------- [Travis] Removed tests on php 5.3.2 Like in symfony/symfony --------------------------------------------------------------------------- by igorw at 2012-05-12T15:10:16Z If you look at the commit on symfony/symfony, it removes the tests for 5.3.3, because that version is not available on travis. Depending on why exactly it was bumped on symfony/symfony, it may make sense to bump the official requirement of silex/silex to 5.3.3 as well. --------------------------------------------------------------------------- by lyrixx at 2012-05-12T15:13:56Z They removed support of php 5.3.2 because of ubuntu 10.04 LTS is deprecated. Now ubuntu 12.04 (new LTS) supports php 5.3.3 As symfony 2 drop support of php 5.3.2, I think silex have to drop this support ? My be I forgot to update composer.json ?
-
Grégoire Pineau authored
-
Fabien Potencier authored
Commits ------- 16872871 Call terminate() after sending the response in HttpCache Discussion ---------- Call terminate() after sending the response in HttpCache
-
Igor Wiedler authored
-
- 01 May, 2012 13 commits
-
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
Commits ------- 413573c8 Fix redirecting to https when requireHttps is set, fixes #308 Discussion ---------- Fix redirecting to https when requireHttps is set, fixes #308
-
Igor Wiedler authored
-
Fabien Potencier authored
-
Fabien Potencier authored
Commits ------- d797c967 Add Travis CI configuration Discussion ---------- Add Travis CI configuration --------------------------------------------------------------------------- by igorw at 2012-04-30T22:22:03Z Duplicate of #278, but this one is better. As I said on that PR 2 months ago:
👍 . --------------------------------------------------------------------------- by romainneutron at 2012-04-30T22:25:53Z woops, I have to admit I didn't looked in the PR list. -
Fabien Potencier authored
-
Fabien Potencier authored
Commits ------- 496f6a07 E-mails are now sent after the response is sent, using the new finish filter (see #314) Discussion ---------- E-mails are now sent after the response is sent, using the new finish filter (see #314) This PR completes the #314 one and delays the send of emails after the response is sent.
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
Commits ------- 5914d4fa TerminableInterface implementation in Application Discussion ---------- TerminableInterface implementation in Application It adds finish filters which are triggered after the response has been sent. --------------------------------------------------------------------------- by igorw at 2012-04-30T22:19:43Z Cool feature, I can see how this can be useful. Thanks for implementing this! --------------------------------------------------------------------------- by romainneutron at 2012-04-30T22:24:05Z Corrections done :) --------------------------------------------------------------------------- by igorw at 2012-04-30T22:38:36Z Did not test it, but looks good. --------------------------------------------------------------------------- by fabpot at 2012-05-01T05:18:06Z Can you add a note in the CHANGELOG as well?
-
- 30 Apr, 2012 3 commits
-
-
Romain Neutron authored
-
Romain Neutron authored
It adds finish filters which are triggered after the response has been sent.
-
Romain Neutron authored
-
- 20 Apr, 2012 1 commit
-
-
Fabien Potencier authored
Commits ------- 53424780 Updated a missed path to the composer autoloading file Discussion ---------- Updated a missed path to the composer autoloading file I forgot the phpunit config when updating the path in my previous PR
-
- 19 Apr, 2012 7 commits
-
-
Christophe Coevoet authored
-
Fabien Potencier authored
Commits ------- ac9dd1f2 added shared services ccb0452a fixed doc c57aeab6 fixed typo in doc 06898fb1 corrected translation doc 49f00191 updated tranlation doc with XLIFF and twig infos Discussion ---------- updated translation doc with XLIFF and Twig infos Update of PR https://github.com/fabpot/Silex/pull/251 --------------------------------------------------------------------------- by benoitpointet at 2012-03-22T06:48:45Z fixed typo in doc, please reconsider PR. --------------------------------------------------------------------------- by igorw at 2012-03-22T19:21:52Z Apart from the things I mentioned, looks good. --------------------------------------------------------------------------- by igorw at 2012-03-27T06:30:52Z
👍 --------------------------------------------------------------------------- by benoitpointet at 2012-04-05T18:05:02Z please reconsider this PR -
Fabien Potencier authored
Commits ------- 7787613e Small grammar tweak. Changed "register" to registered" Discussion ---------- Small grammar tweak. Changed "register" to registered" in twig docs --------------------------------------------------------------------------- by igorw at 2012-04-02T19:15:43Z
👍 -
Fabien Potencier authored
Commits ------- 066e7299 Update doc/providers/session.rst Discussion ---------- Update doc/providers/session.rst To solve #297 and #299 --------------------------------------------------------------------------- by igorw at 2012-04-06T14:06:05Z Looks good
👍 . Not sure if we should move session->start to a before filter. --------------------------------------------------------------------------- by jaywilliams at 2012-04-16T18:55:51Z I'm glad I found this pull request, because I couldn't figure out why the stated code in the documentation wasn't working. -
Fabien Potencier authored
Commits ------- 560f93a1 Use the composer require-dev key for dev dependencies Discussion ---------- Use the composer require-dev key for dev dependencies
-
Fabien Potencier authored
Commits ------- 49212fcb Updated the compiler for the new Composer file location Discussion ---------- Updated the compiler for the new Composer file location This updates the phar for the new location of composer files since composer/composer#603 Old files are created by composer for BC reason but it would not help here as they need the new ones which would not be included in the phar before my change. I haven't included the BC files in the phar as they are not needed (users will not access them directly anyway)
-
Christophe Coevoet authored
-
- 17 Apr, 2012 1 commit
-
-
Igor Wiedler authored
-
- 03 Apr, 2012 1 commit
-
-
ujimaesteve authored
-
- 02 Apr, 2012 2 commits
-
-
Fabien Potencier authored
Commits ------- 0a74dcda Removed the Symfony2 tests from the phar archive Discussion ---------- Removed the Symfony2 tests from the phar archive Components' tests are now distributed with the code, making the archive far bigger if we don't exclude them. --------------------------------------------------------------------------- by igorw at 2012-04-02T06:31:10Z Was about to do this.
👍 -
Christophe Coevoet authored
Components' tests are now distributed with the code, making the archive far bigger if we don't exclude them.
-
- 30 Mar, 2012 2 commits
-
-
Jay Williams authored
Changed "register" to registered"
-
Fabien Potencier authored
-