1. 01 Jul, 2011 5 commits
    • Fabien Potencier's avatar
      merged branch docteurklein/autoloader_fix (PR #100) · 8897c362
      Fabien Potencier authored
      Commits
      -------
      
      5144db26 Merge branch 'master' of github.com:docteurklein/Silex
      0fd27b49 removed leading backslash; set autoload of class_exists to false
      f3171054 [Autoloading] Made the require_once of the UnviversalClassLoader conditional.
      
      Discussion
      ----------
      
      Autoloader fix
      
      [Autoloading] Made the require_once of the UnviversalClassLoader conditional.
      
      As we can't know what happened before we require the silex.phar file, we
      can't deduce if an autoloader has already been required.
      It can lead to fatal errors for cases like it is in SilexBundle.
      
      ---------------------------------------------------------------------------
      
      by brikou at 2011/06/27 09:38:43 -0700
      
      👍
      8897c362
    • Fabien Potencier's avatar
      merged branch laurent35240/master (PR #104) · 7c7d51f7
      Fabien Potencier authored
      Commits
      -------
      
      9dcab531 Pitfail about ioncube loader added in documentation. Mistakes in text fixed Issue https://github.com/fabpot/Silex/issues/93
      ca41d277 Pitfail about ioncube loader added in documentation Issue https://github.com/fabpot/Silex/issues/93
      
      Discussion
      ----------
      
      Pitfall with ioncube loader
      
      Pitfall about problem between phar archive and ioncube loader added in documentation
      Issue https://github.com/fabpot/Silex/issues/93
      
      ---------------------------------------------------------------------------
      
      by laurent35240 at 2011/05/28 07:22:24 -0700
      
      I just changed the text and added the missing blank line.
      
      Do you know btw a good editor for restructured text? It is the first time that I had to modify such documentation format
      7c7d51f7
    • Fabien Potencier's avatar
      merged branch marijn/patch-1 (PR #107) · b5ea9ea1
      Fabien Potencier authored
      Commits
      -------
      
      bae8c3c8 Added syntax highlighting to `README`
      
      Discussion
      ----------
      
      Added syntax highlighting to `README`
      b5ea9ea1
    • Fabien Potencier's avatar
      updated vendors · a4bf201a
      Fabien Potencier authored
      a4bf201a
    • Fabien Potencier's avatar
      merged branch brikou/patch-1 (PR #121) · 85b45dcc
      Fabien Potencier authored
      Commits
      -------
      
      c32e0ec7 fixed twig template filename (for form usage)
      
      Discussion
      ----------
      
      fixed twig template filename (for form usage)
      
      ---------------------------------------------------------------------------
      
      by stof at 2011/06/27 13:11:05 -0700
      
      @mgatto This change was part of the beta5 release of Symfony2
      
      ---------------------------------------------------------------------------
      
      by mgatto at 2011/06/27 13:32:44 -0700
      
      Thanks. I also wanted that in for documentation purposes if this is pulled in since Symfony2 is a rapidly moving target at this time.
      85b45dcc
  2. 27 Jun, 2011 1 commit
  3. 23 Jun, 2011 1 commit
  4. 22 Jun, 2011 1 commit
  5. 16 Jun, 2011 1 commit
  6. 01 Jun, 2011 1 commit
  7. 28 May, 2011 2 commits
  8. 26 May, 2011 1 commit
  9. 23 May, 2011 2 commits
  10. 22 May, 2011 1 commit
  11. 20 May, 2011 1 commit
  12. 18 May, 2011 1 commit
  13. 17 May, 2011 4 commits
  14. 15 May, 2011 2 commits
  15. 14 May, 2011 9 commits
  16. 13 May, 2011 1 commit
  17. 11 May, 2011 2 commits
    • Fabien Potencier's avatar
      updated vendors · ef499980
      Fabien Potencier authored
      ef499980
    • Igor Wiedler's avatar
      Support including a phar from another phar · 5dc4d9c5
      Igor Wiedler authored
      The default stubs mess up when you try to run a phar which includes
      another phar. In my case I was running pip.phar on the CLI, which
      included app.php, which in turn included silex.phar.
      
      It broke the __DIR__ calls. This was able to fix it.
      
      Needs testing in lots of different setups, because the default stubs are
      no longer used.
      5dc4d9c5
  18. 09 May, 2011 4 commits