1. 13 Jun, 2012 22 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 3 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