- 20 May, 2012 16 commits
-
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
Commits ------- d2a9a6f6 [Doc/Testing] Replaced assertEquals(1, count(...)) with assertCount(1, ...) Discussion ---------- [Doc] Used assertCount(1, ...) instead of assertEquals(1, count(..)) in Testing It's better to use the `assertCount()` method from PHPunit for testing a length of a array. This method is avaible since PHPunit 3.6.0
-
Fabien Potencier authored
-
Fabien Potencier authored
Commits ------- 1f952470 made mention of the FallbackResource, which makes rewriting even easier Discussion ---------- made mention of the FallbackResource, which makes rewriting even easier As the Apache FallbackResource directive makes rewriting even easier (and also faster) than mod_rewrite, I thought I'd mention it in the docs.
-
- 19 May, 2012 3 commits
-
-
Fabien Potencier authored
-
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
-
- 08 May, 2012 1 commit
-
-
Stefan Koopmanschap authored
-
- 02 May, 2012 1 commit
-
-
Wouter J authored
-
- 01 May, 2012 11 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
-