1. 13 Jun, 2012 14 commits
  2. 12 Jun, 2012 2 commits
  3. 11 Jun, 2012 1 commit
  4. 09 Jun, 2012 1 commit
  5. 08 Jun, 2012 2 commits
  6. 07 Jun, 2012 2 commits
  7. 03 Jun, 2012 3 commits
    • Fabien Potencier's avatar
      merged branch igorw/autoloader-exception (PR #347) · 8b7796f9
      Fabien Potencier authored
      Commits
      -------
      
      7ecfd533 Re-add a SymfonyBridgesServiceProvider that throws an exception
      3ed4cdf6 Add exceptions for removed autoloader service and class_loader parameters
      
      Discussion
      ----------
      
      Add exceptions for removed features
      
      As I said before, we need to tell the users about removed features. We cannot expect them to constantly check the changelog, and I refuse to spend my time providing support because of this.
      
      This PR adds exceptions for the autoloader service, all of the *.class_path parameters and the SymfonyBridgesServiceProvider. Those exceptions should give the user at least some idea about what is going on, and hopefully reduce the amount of support tickets we get.
      
      We can remove these exceptions when we release 1.0.0-RC1.
      
      ---------------------------------------------------------------------------
      
      by neurolit at 2012-06-03T18:02:34Z
      
      I totally agree with you. It's quite painful to maintain a webapp based on Silex, as APIs are changing all the time. Such exceptions would be of much help!
      8b7796f9
    • Igor Wiedler's avatar
    • Igor Wiedler's avatar
  8. 02 Jun, 2012 1 commit
  9. 01 Jun, 2012 3 commits
  10. 31 May, 2012 10 commits
    • neurolit's avatar
      49c7de48
    • Fabien Potencier's avatar
      fixed typo · 2bd47d64
      Fabien Potencier authored
      2bd47d64
    • Fabien Potencier's avatar
      merged branch igorw/require-dev2 (PR #340) · 49f46333
      Fabien Potencier authored
      Commits
      -------
      
      5772e556 Mention Finder and Process in changelog also
      ed3178ba Add note to changelog, improve symfony_bridges changelog entry
      1f30a648 Move some dependencies to require-dev and suggest
      
      Discussion
      ----------
      
      Move some dependencies to require-dev and suggest
      
      * BrowserKit, CssSelector and DomCrawler are only needed for functional tests
        This should be an optional dependency.
      
      * Process and Finder are only used to build the phar, they are dev dependencies.
      
      PS: Thanks to @weaverryan for pointing it out!
      
      ---------------------------------------------------------------------------
      
      by fabpot at 2012-05-31T14:03:34Z
      
      That should be documented in the changelog as this is a BC break.
      
      ---------------------------------------------------------------------------
      
      by igorw at 2012-05-31T14:12:22Z
      
      Done.
      
      ---------------------------------------------------------------------------
      
      by igorw at 2012-05-31T14:57:49Z
      
      BTW: Keeping browserkit and friends for the phar was intentional.
      49f46333
    • Igor Wiedler's avatar
      5772e556
    • Fabien Potencier's avatar
      merged branch igorw/composer-cleanup (PR #341) · 1f90112b
      Fabien Potencier authored
      Commits
      -------
      
      9e27912d Remove references to ClassLoader
      
      Discussion
      ----------
      
      Remove references to ClassLoader
      1f90112b
    • Igor Wiedler's avatar
    • Igor Wiedler's avatar
      Remove references to ClassLoader · 9e27912d
      Igor Wiedler authored
      9e27912d
    • Igor Wiedler's avatar
      Move some dependencies to require-dev and suggest · 1f30a648
      Igor Wiedler authored
      * BrowserKit, CssSelector and DomCrawler are only needed for functional tests
        This should be an optional dependency.
      
      * Process and Finder are only used to build the phar, they are dev dependencies.
      1f30a648
    • Fabien Potencier's avatar
      merged branch davedevelopment/remove-native-file-session-handler (PR #338) · fb6fd073
      Fabien Potencier authored
      Commits
      -------
      
      f9837f85 Switch to FileSessionHandler, NativeFileSessionHandler remove upstream
      e9af894a Added simple smoke test for default session provider setup
      a34077d8 Updated vendors
      
      Discussion
      ----------
      
      Switch NativeFileSessionHandler to FileSessionHandler
      
      Looks like it's been removed upstream...
      fb6fd073
    • Fabien Potencier's avatar
      merged branch neurolit/master (PR #339) · 8b2d3a2b
      Fabien Potencier authored
      Commits
      -------
      
      c8592e78 Translation doc: added Twig bridge explanation
      87e2872d Removed SymfonyBridgesServiceProvider from the translation documentation, as it doesn't exist anymore
      
      Discussion
      ----------
      
      Removed SymfonyBridgesServiceProvider from the translation documentation
      
      Hi!
      
      As you removed SymfonyBridgesServiceProvider (commit 75556d7e), I removed it from the translation documentation too.
      
      ---------------------------------------------------------------------------
      
      by stof at 2012-05-30T22:35:37Z
      
      You should say that this will work when you have the bridge in your project, not always
      
      ---------------------------------------------------------------------------
      
      by neurolit at 2012-05-30T22:54:25Z
      
      Thanks for your advice, stof. I added a link to the bridge documentation (not sure this is the right syntax, though).
      8b2d3a2b
  11. 30 May, 2012 1 commit