1. 12 Dec, 2012 2 commits
  2. 11 Dec, 2012 2 commits
  3. 02 Dec, 2012 2 commits
  4. 30 Nov, 2012 3 commits
  5. 27 Nov, 2012 2 commits
  6. 26 Nov, 2012 7 commits
  7. 18 Nov, 2012 1 commit
  8. 17 Nov, 2012 1 commit
  9. 13 Nov, 2012 2 commits
    • Fabien Potencier's avatar
      merged branch ChrisRiddell/session-patch1 (PR #539) · 7e5e1f88
      Fabien Potencier authored
      This PR was squashed before being merged into the master branch (closes #539).
      
      Commits
      -------
      
      7df7761c Example for DoctrineServiceProvider in session cookbook
      
      Discussion
      ----------
      
      Example for DoctrineServiceProvider in session cookbook
      
      Adds an example for using the DoctrineServiceProvider with PdoSessionHandler.
      
      ---------------------------------------------------------------------------
      
      by GromNaN at 2012-11-09T12:27:02Z
      
      You should add section titles as the cookbook gives 2 ways to do the same thing.
      
      ---------------------------------------------------------------------------
      
      by ChrisRiddell at 2012-11-09T12:35:50Z
      
      @GromNaN Sorry still new to this what do you mean by section titles?
      
      ---------------------------------------------------------------------------
      
      by GromNaN at 2012-11-09T12:43:52Z
      
      The page contains 2 titles named "Example".
      * 1st: name it "With a dedicated PDO service"
      * 2nd: name it "Using the DoctrineServiceProvider" & move the text you added after the 2nd title.
      
      ---------------------------------------------------------------------------
      
      by GromNaN at 2012-11-09T15:03:24Z
      
      👍
      7e5e1f88
    • ChrisRiddell's avatar
      7df7761c
  10. 09 Nov, 2012 6 commits
  11. 08 Nov, 2012 6 commits
    • Fabien Potencier's avatar
      merged branch igorw/handler-session-doc (PR #535) · 11309518
      Fabien Potencier authored
      This PR was merged into the master branch.
      
      Commits
      -------
      
      7d07da09 Update { => Native}FileSessionHandler in session doc
      
      Discussion
      ----------
      
      Update { => Native}FileSessionHandler in session doc
      
      ---------------------------------------------------------------------------
      
      by indeyets at 2012-11-08T16:48:47Z
      
      by the way, is non-native option still available somewhere?
      
      ---------------------------------------------------------------------------
      
      by igorw at 2012-11-08T17:02:07Z
      
      Yes. If you set the `session.test` parameter to true, it will use a `MockFileSessionStorage` instead. See also [the SessionServiceProvider docs](silex.sensiolabs.org/doc/providers/session.html).
      11309518
    • Igor Wiedler's avatar
      7d07da09
    • Fabien Potencier's avatar
      merged branch GromNaN/patch-8 (PR #532) · 80c1205e
      Fabien Potencier authored
      This PR was merged into the master branch.
      
      Commits
      -------
      
      d00ff5b1 Suggest removing the minimum-stability flag
      
      Discussion
      ----------
      
      Suggest removing the minimum-stability flag
      
      Silex can be installed with stable versions of the Symfony2 components.
      Users should not be encouraged to set the minimum-stability flag to dev.
      
      https://groups.google.com/forum/?fromgroups=#!topic/silex-php/vPwMs7CMMT0
      
      ---------------------------------------------------------------------------
      
      by igorw at 2012-11-07T23:50:52Z
      
      I agree, it should also be adjusted in the usage doc (which is currently broken because it has neither `minimum-stability` nor `@dev`).
      
      In fact this is already what is used in the skeletons.
      80c1205e
    • Fabien Potencier's avatar
      merged branch eyveer/patch-1 (PR #534) · 94fee6ce
      Fabien Potencier authored
      This PR was merged into the master branch.
      
      Commits
      -------
      
      4a0d746a Update doc/providers/security.rst
      
      Discussion
      ----------
      
      Update doc/providers/security.rst
      
      typo is -> if
      94fee6ce
    • Eyveer's avatar
      Update doc/providers/security.rst · 4a0d746a
      Eyveer authored
      typo is -> if
      4a0d746a
    • Jérôme Tamarelle's avatar
      Suggest removing the minimum-stability flag · d00ff5b1
      Jérôme Tamarelle authored
      Silex can be installed with stable versions of the components.
      d00ff5b1
  12. 06 Nov, 2012 6 commits
    • Fabien Potencier's avatar
      Revert "fixed a fatal error when the security provider is created without any... · 04feaff0
      Fabien Potencier authored
      Revert "fixed a fatal error when the security provider is created without any firewalls (which of course does not make sense but anyways, refs #473)"
      
      This reverts commit 2b28989b.
      04feaff0
    • Fabien Potencier's avatar
      merged branch davedevelopment/override-script-filename (PR #531) · 4bf956bd
      Fabien Potencier authored
      This PR was merged into the master branch.
      
      Commits
      -------
      
      236ef89b Set SCRIPT_FILENAME after including params
      
      Discussion
      ----------
      
      Set SCRIPT_FILENAME after including params
      
      I think that some versions or distributions of nginx set SCRIPT_FILENAME in the
      fastcgi_params file (certainly ubuntu/debian), overriding anything previously set.
      
      ---------------------------------------------------------------------------
      
      by igorw at 2012-11-06T14:21:18Z
      
      Confirmed, ubuntu sets it:
      
          fastcgi_param   SCRIPT_FILENAME         $request_filename;
      4bf956bd
    • Dave Marshall's avatar
      Set SCRIPT_FILENAME after including params · 236ef89b
      Dave Marshall authored
      I think that some versions or distributions of nginx set SCRIPT_FILENAME in the
      fastcgi_params file (certainly ubuntu/debian), overriding anything previously set.
      236ef89b
    • Fabien Potencier's avatar
      merged branch igorw/sub-requests-doc (PR #528) · 8dc4ee2f
      Fabien Potencier authored
      This PR was squashed before being merged into the master branch (closes #528).
      
      Commits
      -------
      
      454d49e5 Cookbook recipe on sub-requests, closes #506, #507
      
      Discussion
      ----------
      
      Cookbook recipe on sub-requests, closes #506, #507
      
      ---------------------------------------------------------------------------
      
      by ChrisRiddell at 2012-11-04T23:28:09Z
      
      This is very useful, maybe an example of the "Lack of container scopes" could be good as it got confusing.
      
      ---------------------------------------------------------------------------
      
      by igorw at 2012-11-05T00:09:54Z
      
      @ChrisRiddell Good point, I'll add an example to illustrate it. Cheers!
      
      ---------------------------------------------------------------------------
      
      by igorw at 2012-11-06T13:06:49Z
      
      I have made the requested changes.
      8dc4ee2f
    • Igor Wiedler's avatar
      454d49e5
    • Fabien Potencier's avatar