1. 20 May, 2012 3 commits
    • Fabien Potencier's avatar
      merged branch WouterJ/master (PR #318) · c4587bdb
      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
      c4587bdb
    • Fabien Potencier's avatar
      tweaked doc · 62e816fc
      Fabien Potencier authored
      62e816fc
    • Fabien Potencier's avatar
      merged branch skoop/fallback-resource (PR #320) · 3281620c
      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.
      3281620c
  2. 19 May, 2012 3 commits
  3. 16 May, 2012 1 commit
  4. 15 May, 2012 1 commit
  5. 12 May, 2012 6 commits
    • Fabien Potencier's avatar
      merged branch lyrixx/composer (PR #325) · f3301957
      Fabien Potencier authored
      Commits
      -------
      
      f1414641 Tweaked composer.json
      
      Discussion
      ----------
      
      Tweaked composer.json
      
      * Symfony components  now require php >= 5.3.3
      * Pimple is now taggured
      f3301957
    • Grégoire Pineau's avatar
      Tweaked composer.json · f1414641
      Grégoire Pineau authored
      * Symfony components  now require php >= 5.3.3
      * Pimple is now taggured
      f1414641
    • Fabien Potencier's avatar
      merged branch lyrixx/travis (PR #324) · 88734bd0
      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 ?
      88734bd0
    • Grégoire Pineau's avatar
      [Travis] Removed tests on php 5.3.2 · afbd26e0
      Grégoire Pineau authored
      afbd26e0
    • Fabien Potencier's avatar
      merged branch igorw/http-cache-terminate (PR #322) · 6fd0f223
      Fabien Potencier authored
      Commits
      -------
      
      16872871 Call terminate() after sending the response in HttpCache
      
      Discussion
      ----------
      
      Call terminate() after sending the response in HttpCache
      6fd0f223
    • Igor Wiedler's avatar
      16872871
  6. 08 May, 2012 1 commit
  7. 02 May, 2012 1 commit
  8. 01 May, 2012 13 commits
  9. 30 Apr, 2012 3 commits
  10. 20 Apr, 2012 1 commit
    • Fabien Potencier's avatar
      merged branch stof/patch-1 (PR #310) · 25abd1a8
      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
      25abd1a8
  11. 19 Apr, 2012 7 commits
    • Christophe Coevoet's avatar
    • Fabien Potencier's avatar
      merged branch benoitpointet/update-translation-doc (PR #283) · b85b956b
      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
      b85b956b
    • Fabien Potencier's avatar
      merged branch jaywilliams/patch-1 (PR #296) · 9516ea7f
      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
      
      👍
      9516ea7f
    • Fabien Potencier's avatar
      merged branch ujimaesteve/patch-1 (PR #302) · 7c62ea27
      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.
      7c62ea27
    • Fabien Potencier's avatar
      merged branch igorw/require-dev (PR #306) · 6f86f537
      Fabien Potencier authored
      Commits
      -------
      
      560f93a1 Use the composer require-dev key for dev dependencies
      
      Discussion
      ----------
      
      Use the composer require-dev key for dev dependencies
      6f86f537
    • Fabien Potencier's avatar
      merged branch stof/composer_update (PR #309) · 17fe37a7
      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)
      17fe37a7
    • Christophe Coevoet's avatar