1. 17 Jun, 2012 15 commits
    • Fabien Potencier's avatar
      merged branch besnikb/master (PR #380) · 3732ec18
      Fabien Potencier authored
      Commits
      -------
      
      e35830cf added missing php command
      
      Discussion
      ----------
      
      Added missing php command
      
      ---------------------------------------------------------------------------
      
      by stof at 2012-06-17T20:34:18Z
      
      if you make the phar executable, it will work without using ``php``, thanks to the shebang. But adding the command is indeed a good idea for windows users.
      3732ec18
    • Fabien Potencier's avatar
      fixed typo in the doc · 5bda6d80
      Fabien Potencier authored
      5bda6d80
    • Fabien Potencier's avatar
      merged branch lyrixx/fix-translation (PR #381) · 8b663670
      Fabien Potencier authored
      Commits
      -------
      
      64cb149a Added a default translator.domains
      c0321197 [Doc] Fixed typo in translator recipes
      
      Discussion
      ----------
      
      Fix translation
      
      Fixed a typo in the doc + Added a default translator.domains :
      
      If someone registers its translations via yaml, he will not provide $app['translator.domains'], so pimple will raise an exeption.
      
      I don't know if it's better to set a default $app['translator.domains'] or to checks if it set before using it.
      8b663670
    • Grégoire Pineau's avatar
      Added a default translator.domains · 64cb149a
      Grégoire Pineau authored
      If someone registers its translation via yaml,
      he will not provide $app['translator.domains'],
      so pimple will raise an exeption.
      64cb149a
    • Grégoire Pineau's avatar
      [Doc] Fixed typo in translator recipes · c0321197
      Grégoire Pineau authored
      c0321197
    • Besnik Br.'s avatar
      added missing php command · e35830cf
      Besnik Br. authored
      e35830cf
    • Fabien Potencier's avatar
      tweaked previous commit · 55d7a266
      Fabien Potencier authored
      55d7a266
    • Fabien Potencier's avatar
      merged branch j0k3r/patch-1 (PR #370) · b3992382
      Fabien Potencier authored
      Commits
      -------
      
      ebd3bbca [docs] Add config example for lighttpd
      
      Discussion
      ----------
      
      [docs] Add config example for lighttpd
      
      ---------------------------------------------------------------------------
      
      by fabpot at 2012-06-15T17:11:49Z
      
      This is a very specific configuration (assets, ...). I don't see any value to add that to the Silex documentation.
      
      ---------------------------------------------------------------------------
      
      by j0k3r at 2012-06-16T11:06:48Z
      
      I can remove the assets & favicon part.
      I know that few people were looking for the lighttpd configuration for Silex. I put this few lines in the readme file of one my little project so I thought it would be worth it in the official documentation.
      b3992382
    • Fabien Potencier's avatar
      fixed documentation (closes #375) · 496aa805
      Fabien Potencier authored
      496aa805
    • Fabien Potencier's avatar
      merged branch denniscoorn/http-authentication-fix (PR #374) · 315c9626
      Fabien Potencier authored
      Commits
      -------
      
      51596d47 Fixed a bug when using http authentication on the security service provider
      
      Discussion
      ----------
      
      Fixed a bug when using http authentication on the security service provider
      
      Hi Fabien,
      
      When I added HTTP authentication to my Silex application an exception was thrown. Due the exception I wasn't able to use HTTP authentication when I accessed the application through the browser.
      
      I used the following security firewall:
      ```php
      'http-auth' => array(
          'pattern' => '^.*$',
          'http' => true,
          'users' => array(
              // password is foo
              'admin'  => array('ROLE_ADMIN', '5FZ2Z8QIkA7UTZ4BYkoC+GsReLf569mSKDsfods6LYQ8t+a8EW9oaircfMpmaLbPBh4FOBiiFyLfuZmTSUwzZg=='),
          ),
      )
      ```
      
      The following exception was thrown:
      ```
      InvalidArgumentException: Identifier "security.entry_point.http" is not defined
      ```
      
      It's a small fix and I also added some tests. All tests passed before I committed my changes.
      
      I would appreciate it when you take a look at this pull request.
      315c9626
    • Dennis Coorn (thuis)'s avatar
      Fixed a bug when using http authentication on the · 51596d47
      Dennis Coorn (thuis) authored
      security service provider
      51596d47
    • Fabien Potencier's avatar
      updated vendors · bc8cdd18
      Fabien Potencier authored
      bc8cdd18
    • Fabien Potencier's avatar
      fixed doc · 2da348ac
      Fabien Potencier authored
      2da348ac
    • Fabien Potencier's avatar
      merged branch stof/swift_autoload (PR #373) · b5f025c2
      Fabien Potencier authored
      Commits
      -------
      
      1c41a6be Removed the swiftmailer autoloading from the service provider
      
      Discussion
      ----------
      
      Removed the swiftmailer autoloading from the service provider
      
      It is now handled by composer directly once swiftmailer/swiftmailer#212 is merged.
      b5f025c2
    • Christophe Coevoet's avatar
      Removed the swiftmailer autoloading from the service provider · 1c41a6be
      Christophe Coevoet authored
      It is now handled by composer directly.
      1c41a6be
  2. 16 Jun, 2012 7 commits
  3. 15 Jun, 2012 16 commits
  4. 14 Jun, 2012 2 commits