1. 05 Feb, 2014 1 commit
  2. 20 Jan, 2014 3 commits
  3. 08 Jan, 2014 3 commits
  4. 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
  5. 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
  6. 30 Oct, 2013 7 commits
  7. 26 Oct, 2013 2 commits
  8. 11 Oct, 2013 9 commits
  9. 09 Oct, 2013 2 commits
  10. 07 Oct, 2013 1 commit
  11. 01 Oct, 2013 3 commits
  12. 27 Sep, 2013 2 commits
  13. 23 Sep, 2013 2 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