1. 02 Dec, 2012 1 commit
  2. 30 Nov, 2012 3 commits
  3. 27 Nov, 2012 2 commits
  4. 26 Nov, 2012 7 commits
  5. 18 Nov, 2012 1 commit
  6. 17 Nov, 2012 1 commit
  7. 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
  8. 09 Nov, 2012 6 commits
  9. 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
  10. 06 Nov, 2012 11 commits