1. 08 Feb, 2013 2 commits
  2. 07 Feb, 2013 10 commits
    • Fabien Potencier's avatar
      fixed CS · e69e9f00
      Fabien Potencier authored
      e69e9f00
    • Fabien Potencier's avatar
      merged branch vicb/sendfile (PR #621) · bcf9678a
      Fabien Potencier authored
      This PR was merged into the master branch.
      
      Commits
      -------
      
      46e6e283 [Doc] Fix references to Symfony 2.0
      9eb3b9b2 [Doc] Document Application::sendFile()
      570df9d4 implement feedback
      734d5738 [Application] Add the ability to send files
      
      Discussion
      ----------
      
      [Application] Add the ability to send files
      
      ---------------------------------------------------------------------------
      
      by GromNaN at 2013-02-06T17:10:24Z
      
      Nice feature 👍
      
      As the `->json` method creates a `JsonResponse`, for consistency the method that create a `BinaryFileResponse` should be named `->binaryFile`.
      
      ---------------------------------------------------------------------------
      
      by vicb at 2013-02-06T17:14:43Z
      
      I deeply love consistency but I really can't be consistent with a method named `json` !
      
      ---------------------------------------------------------------------------
      
      by vicb at 2013-02-06T18:01:40Z
      
      @igorw will do thanks.
      
      i have also warneed f&j about the test result, subtree split ?
      
      ---------------------------------------------------------------------------
      
      by vicb at 2013-02-07T10:29:07Z
      
      @igorw thanks for the feedback, all should be fixed.
      
      ---------------------------------------------------------------------------
      
      by fabpot at 2013-02-07T11:26:50Z
      
      Can you add a note in the documentation about this new feature?
      
      ---------------------------------------------------------------------------
      
      by vicb at 2013-02-07T12:15:10Z
      
      @fabpot, the doc has been updated
      
      ---------------------------------------------------------------------------
      
      by vicb at 2013-02-07T12:23:10Z
      
      @fabpot did you get my email regarding the issue with the tests (sub-stree split ?).
      
      ---------------------------------------------------------------------------
      
      by igorw at 2013-02-07T15:45:09Z
      
      Looks good to me. 👍
      bcf9678a
    • Victor's avatar
      [Doc] Fix references to Symfony 2.0 · 46e6e283
      Victor authored
      46e6e283
    • Victor's avatar
      [Doc] Document Application::sendFile() · 9eb3b9b2
      Victor authored
      9eb3b9b2
    • Fabien Potencier's avatar
      merged branch igorw/provider-param-convention (PR #622) · cbeadaff
      Fabien Potencier authored
      This PR was merged into the master branch.
      
      Commits
      -------
      
      3eaa38cf Clarify provider conventions for params
      
      Discussion
      ----------
      
      Clarify provider conventions for params
      
      The current conventions for parameters is outdated. At some point we
      decided that providers can define default values for params. Therefore
      parameters must be registered *after* the extension is registered.
      
      Related commit: 9766faf0
      cbeadaff
    • Fabien Potencier's avatar
      merged branch vicb/doc (PR #619) · 7fe94866
      Fabien Potencier authored
      This PR was merged into the master branch.
      
      Commits
      -------
      
      79d40aed implement feedback
      4e36a6a4 doc tweaks
      
      Discussion
      ----------
      
      minor doc tweaks
      
      ---------------------------------------------------------------------------
      
      by vicb at 2013-02-07T10:30:20Z
      
      @igorw fixed, thanks.
      7fe94866
    • Fabien Potencier's avatar
      merged branch GromNaN/patch-9 (PR #618) · 9a210c05
      Fabien Potencier authored
      This PR was merged into the master branch.
      
      Commits
      -------
      
      96e71626 [doc] Scope consistency with previous example
      
      Discussion
      ----------
      
      [doc] Consistency with previous example
      
      ---------------------------------------------------------------------------
      
      by igorw at 2013-02-06T18:00:25Z
      
      👍
      9a210c05
    • Victor's avatar
      implement feedback · 570df9d4
      Victor authored
      570df9d4
    • Victor's avatar
      implement feedback · 79d40aed
      Victor authored
      79d40aed
    • Igor Wiedler's avatar
      Clarify provider conventions for params · 3eaa38cf
      Igor Wiedler authored
      The current conventions for parameters is outdated. At some point we
      decided that providers can define default values for params. Therefore
      parameters must be registered *after* the extension is registered.
      
      Related commit: 9766faf0
      3eaa38cf
  3. 06 Feb, 2013 3 commits
  4. 05 Feb, 2013 3 commits
    • Fabien Potencier's avatar
      merged branch igorw/constraints-docs (PR #616) · 22a8fea7
      Fabien Potencier authored
      This PR was merged into the master branch.
      
      Commits
      -------
      
      64b66b13 [docs] Adjust symfony/* constraints to use tilde operator
      
      Discussion
      ----------
      
      [docs] Adjust symfony/* constraints to use tilde operator
      
      This will hopefully make upgrade to 2.2 more seamless
      22a8fea7
    • Fabien Potencier's avatar
      merged branch srsbiz/master (PR #574) · 213ceb20
      Fabien Potencier authored
      This PR was squashed before being merged into the master branch (closes #574).
      
      Commits
      -------
      
      8c2b5755 OS independent regexp in Monolog test case
      
      Discussion
      ----------
      
      OS independent regexp in Monolog test case
      
      Minor correction to make this test case pass on Windows
      
      ---------------------------------------------------------------------------
      
      by igorw at 2013-01-05T17:11:05Z
      
      Maybe just change the test to check for `very bad error` - seems less messy.
      
      ---------------------------------------------------------------------------
      
      by davedevelopment at 2013-01-06T20:59:30Z
      
      Or just .* the whole path up to the filename
      
      ---------------------------------------------------------------------------
      
      by igorw at 2013-01-06T23:46:14Z
      
      👍
      
      ---------------------------------------------------------------------------
      
      by igorw at 2013-02-05T12:51:31Z
      
      Can we get this merged please? We now have other PRs like #614 duplicating this effort.
      213ceb20
    • srsbiz's avatar
      OS independent regexp in Monolog test case · 8c2b5755
      srsbiz authored
      8c2b5755
  5. 04 Feb, 2013 3 commits
  6. 25 Jan, 2013 1 commit
    • Fabien Potencier's avatar
      merged branch hakre/patch-1 (PR #600) · a23c221e
      Fabien Potencier authored
      This PR was merged into the master branch.
      
      Commits
      -------
      
      94685096 Make reason of prenatal code visible.
      
      Discussion
      ----------
      
      Make reason of prenatal code visible.
      
      Code is commented since ages, the reason is missing (because there is a reason).
      
      See #594
      a23c221e
  7. 24 Jan, 2013 3 commits
  8. 23 Jan, 2013 6 commits
  9. 22 Jan, 2013 2 commits
    • Fabien Potencier's avatar
      merged branch jeremyFreeAgent/register (PR #603) · b42bc687
      Fabien Potencier authored
      This PR was merged into the master branch.
      
      Commits
      -------
      
      11fda10c Updated Application register and mount methods to return Application
      
      Discussion
      ----------
      
      Updated Application register and mount methods to return Application
      
      ---------------------------------------------------------------------------
      
      by jeremyFreeAgent at 2013-01-21T17:43:08Z
      
      Thanky @igorw, I've fixed that.
      
      ---------------------------------------------------------------------------
      
      by igorw at 2013-01-21T17:44:15Z
      
      I'm not opposed to this, but if we add it for `register` we should also do it for `mount` imo.
      
      ---------------------------------------------------------------------------
      
      by jeremyFreeAgent at 2013-01-21T17:44:18Z
      
      You were faster than @stof on that one!
      
      ---------------------------------------------------------------------------
      
      by jeremyFreeAgent at 2013-01-21T17:48:03Z
      
      Yes, for `mount` too... Do I add it ?
      
      ---------------------------------------------------------------------------
      
      by igorw at 2013-01-21T18:49:33Z
      
      You can add it as a separate commit. If we decide that it is not needed for `mount`, you can rebase that commit out ;-)
      
      ---------------------------------------------------------------------------
      
      by jeremyFreeAgent at 2013-01-21T23:17:50Z
      
      I've pushed it in the PR #604.
      
      ---------------------------------------------------------------------------
      
      by jeremyFreeAgent at 2013-01-22T10:15:19Z
      
      Is that better this way?
      
      ---------------------------------------------------------------------------
      
      by igorw at 2013-01-22T14:09:29Z
      
      I would have two tests in the ApplicationTest: `testRegisterShouldReturnSelf`, `testMountShouldReturnSelf`.
      
      ---------------------------------------------------------------------------
      
      by jeremyFreeAgent at 2013-01-22T14:17:21Z
      
      Done!
      b42bc687
    • Jérémy Romey's avatar
  10. 21 Jan, 2013 2 commits
    • Fabien Potencier's avatar
      merged branch henrikbjorn/deprecated (PR #602) · 7c05e116
      Fabien Potencier authored
      This PR was merged into the master branch.
      
      Commits
      -------
      
      8e8b96ec Remove all "before 1.0" exceptions and services.
      
      Discussion
      ----------
      
      Remove all "before 1.0" exceptions and services.
      
      All theese 1.0 exceptions have been deprecated for a long time. At least since composer started to be used and since it have become so widespread i think i is time to remove thoose.
      
      ---------------------------------------------------------------------------
      
      by fabpot at 2013-01-21T09:54:36Z
      
      👍
      
      ---------------------------------------------------------------------------
      
      by Baachi at 2013-01-21T10:00:08Z
      
      👍
      
      ---------------------------------------------------------------------------
      
      by GromNaN at 2013-01-21T14:12:22Z
      
      👍
      
      ---------------------------------------------------------------------------
      
      by igorw at 2013-01-21T14:58:39Z
      
      👍 It's been 7 months and removing these will not break anything.
      7c05e116
    • Henrik Bjørnskov's avatar
      8e8b96ec
  11. 20 Jan, 2013 3 commits
  12. 19 Jan, 2013 2 commits
    • Fabien Potencier's avatar
      merged branch KodoArkivo/patch-2 (PR #596) · 86b9a18d
      Fabien Potencier authored
      This PR was merged into the master branch.
      
      Commits
      -------
      
      d740c4e2 Sample user insert snippet.
      
      Discussion
      ----------
      
      Sample user insert snippet.
      
      The execute_query command to insert users into a sample database doesn't work with postgres due to the use of database specific string escape quotes. Changed to use the doctrine insert command which is less DB specific and better illustrates the use of DBAL.
      
      ---------------------------------------------------------------------------
      
      by stof at 2013-01-19T11:57:24Z
      
      👍
      86b9a18d
    • KodoArkivo's avatar
      Sample user insert snippet. · d740c4e2
      KodoArkivo authored
      The execute_query command to insert users into a sample database doesn't work with postgres due to the use of database specific string escape quotes. Changed to use the doctrine insert command which is less DB specific and better illustrates the use of DBAL.
      d740c4e2