1. 17 Apr, 2011 4 commits
    • Igor Wiedler's avatar
      [console] lightweight silex console · c8688256
      Igor Wiedler authored
      you can get the current version by calling the phar without arguments:
      
          $ php silex.phar
          Silex version 1ee6b36
      
      there is only one single `update` command:
      
          $ php silex.phar update
      
      this will fetch the latest version of the phar from silex-project.org
      and replace the current one with it.
      
      this makes it easier for users because they can easily update. we could
      potentially even provide a changelog on running the command.
      
      this commit also introduces a Silex\Application::VERSION constant that
      currently is set to the current git SHA-1, as I proposed in PR 33. This
      is done by the Compiler. It can later be adjusted to use `git describe`.
      
      this is an implementation of PR 35 without the console component.
      c8688256
    • Fabien Potencier's avatar
      74de1b18
    • Fabien Potencier's avatar
      Merge remote branch 'igorw/master' · fa1a8005
      Fabien Potencier authored
      * igorw/master:
        fix extension test namespaces
        rename WebTestCase::{createApp => createApplication}
        do not read files twice when compiling
      fa1a8005
    • Fabien Potencier's avatar
      updated vendors · 0c4b6946
      Fabien Potencier authored
      0c4b6946
  2. 16 Apr, 2011 6 commits
  3. 15 Apr, 2011 8 commits
  4. 14 Apr, 2011 7 commits
  5. 13 Apr, 2011 1 commit
  6. 10 Apr, 2011 3 commits
  7. 06 Apr, 2011 1 commit
  8. 05 Apr, 2011 6 commits
  9. 04 Apr, 2011 4 commits