1. 03 Dec, 2013 3 commits
    • Fabien Potencier's avatar
      Merge branch '1.0' into 1.1 · 5633f1b6
      Fabien Potencier authored
      * 1.0:
        Remove gendered pronouns
      5633f1b6
    • Fabien Potencier's avatar
      minor #879 Remove gendered pronouns (epochblue) · 53b9381b
      Fabien Potencier authored
      This PR was merged into the 1.0 branch.
      
      Discussion
      ----------
      
      Remove gendered pronouns
      
      When referencing hypothetical users, it's more inclusive to use
      gender-neutral prnouns. Instances of he/she/his/her/him have been
      replaced with they/them/their and verb tenses changed to match.
      
      Commits
      -------
      
      c48da4ca Remove gendered pronouns
      53b9381b
    • Bill Israel's avatar
      Remove gendered pronouns · c48da4ca
      Bill Israel authored
      When referencing hypothetical users, it's more inclusive to use
      gender-neutral prnouns. Instances of he/she/his/her/him have been
      replaced with they/them/their and verb tenses changed to match.
      c48da4ca
  2. 01 Nov, 2013 2 commits
    • Fabien Potencier's avatar
      bug #830 fixed translator locale management (fabpot) · d12b4177
      Fabien Potencier authored
      This PR was merged into the 1.1 branch.
      
      Discussion
      ----------
      
      fixed translator locale management
      
      The locale used by the translator was set the first time the translator was instantiated. That's a problem for several reasons:
      
       * changing the locale via `$app['locale']` would not change the locale used by the translator;
      
       * when using fragments, the locale was not updated correctly;
      
       * also, when using the web profiler, the translator is created early on (before the handling of a request), and so the locale was always `en` (see silexphp/Silex-WebProfiler#23).
      
      Commits
      -------
      
      902c2c8c fixed translator locale management
      d12b4177
    • Fabien Potencier's avatar
      fixed translator locale management · 902c2c8c
      Fabien Potencier authored
      902c2c8c
  3. 30 Oct, 2013 7 commits
  4. 26 Oct, 2013 2 commits
  5. 11 Oct, 2013 9 commits
  6. 09 Oct, 2013 2 commits
  7. 07 Oct, 2013 1 commit
  8. 01 Oct, 2013 3 commits
  9. 27 Sep, 2013 2 commits
  10. 23 Sep, 2013 6 commits
    • Fabien Potencier's avatar
      merged branch project-a/master (PR #791) · b4bb327c
      Fabien Potencier authored
      This PR was merged into the master branch.
      
      Discussion
      ----------
      
      Change deprecated functions and remove unused imports
      
      I changed the deprecated translation function setFallbackLocale() and the debug Exception- and Error-Handler.
      Therefore i added symfony/debug to composer.json.
      
      I also removed unused imports and fixed some classnames in docblock comments.
      
      Commits
      -------
      
      d214e2e0 Test for TranslationServiceProvider
      67c7e3fe Handle locale_fallback
      380792b9 Also update doc for translation changes
      60baeadc Remove unused imports and fix docblock for exceptions
      69756f95 Use new debug component
      92d4f0f1 Remove usage of deprecated function setFallbackLocale
      b4bb327c
    • Fabien Potencier's avatar
      merged branch cordoval/patch-2 (PR #787) · 6e4b5ff9
      Fabien Potencier authored
      This PR was submitted for the master branch but it was merged into the 1.0 branch instead (closes #787).
      
      Discussion
      ----------
      
      fix docblock
      
      Commits
      -------
      
      fbf12a5 fix docblock
      6e4b5ff9
    • Luis Cordova's avatar
      fix docblock · 3a4de8bb
      Luis Cordova authored
      3a4de8bb
    • Fabien Potencier's avatar
      merged branch sylvaincombes/patch-1 (PR #781) · 5e957d33
      Fabien Potencier authored
      This PR was merged into the master branch.
      
      Discussion
      ----------
      
      Bad doc link : correction of the link to the documentation
      
      The link to the doc was wrong (404), fixed.
      
      Commits
      -------
      
      8898de0e Bad doc link : correction of the link to the documentation
      5e957d33
    • Fabien Potencier's avatar
      merged branch royopa/patch-1 (PR #789) · 271357f7
      Fabien Potencier authored
      This PR was submitted for the master branch but it was merged into the 1.0 branch instead (closes #789).
      
      Discussion
      ----------
      
      Update intro.rst - Included links to Symfony2, Pimple and Sinatra
      
      Included links to Symfony2, Pimple and Sinatra
      
      Commits
      -------
      
      f9c13a1 Update intro.rst - Included links to Symfony2, Pimple and Sinatra
      271357f7
    • Rodrigo Prado's avatar
      Update intro.rst - Included links to Symfony2, Pimple and Sinatra · 7f9f7c58
      Rodrigo Prado authored
      Included links to Symfony2, Pimple and Sinatra
      7f9f7c58
  11. 20 Sep, 2013 1 commit
  12. 16 Sep, 2013 2 commits