1. 27 Dec, 2013 2 commits
  2. 06 Dec, 2013 2 commits
    • Fabien Potencier's avatar
      feature #880 Allow changing of ResolvedFormTypeFactory (Danez) · 8c157d15
      Fabien Potencier authored
      This PR was merged into the master branch.
      
      Discussion
      ----------
      
      Allow changing of ResolvedFormTypeFactory
      
      Added a new service for the ResolvedTypeFactory. The service name is based on the symfony service name.
      
      This is needed to get the debug form panel working in silex. (PR for this follows soon in web-profiler-provider)
      
      Commits
      -------
      
      6309b930 Allow changing of ResolvedFormTypeFactory
      8c157d15
    • Daniel Tschinder's avatar
      Allow changing of ResolvedFormTypeFactory · 6309b930
      Daniel Tschinder authored
      Added a new service for the ResolvedTypeFactory. The service name is based on the symfony service name.
      6309b930
  3. 03 Dec, 2013 4 commits
    • Fabien Potencier's avatar
      Merge branch '1.1' · 7b546347
      Fabien Potencier authored
      * 1.1:
        Remove gendered pronouns
      7b546347
    • 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
  4. 22 Nov, 2013 1 commit
  5. 15 Nov, 2013 1 commit
  6. 11 Nov, 2013 7 commits
  7. 10 Nov, 2013 2 commits
  8. 06 Nov, 2013 2 commits
  9. 05 Nov, 2013 2 commits
  10. 04 Nov, 2013 1 commit
  11. 03 Nov, 2013 7 commits
  12. 02 Nov, 2013 4 commits
  13. 01 Nov, 2013 4 commits
    • Fabien Potencier's avatar
      Merge branch '1.1' · 44883022
      Fabien Potencier authored
      * 1.1:
        fixed translator locale management
        bumped version to 1.1.3-DEV
        prepared the 1.1.2 release
        updated CHANGELOG
        prepared the 1.0.2 release
        updated CHANGELOG
      
      Conflicts:
      	doc/changelog.rst
      	src/Silex/Application.php
      	src/Silex/Provider/TranslationServiceProvider.php
      44883022
    • 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
    • Fabien Potencier's avatar
      feature #828 Converters (fabpot) · bcb07f44
      Fabien Potencier authored
      This PR was merged into the master branch.
      
      Discussion
      ----------
      
      Converters
      
      This PR reverts #769 (which tried to fix #768) as this is a breaks BC for the most usual use case of converters (#806).
      
      The decision has been taken (#814) that a converter always run, independently of the available request attribute names or controller argument names.
      
      Because of the above, running the converters as a controller event is not needed anymore, and moving the converters earlier in the process gives more power to the developer (#825 and #826).
      
      Commits
      -------
      
      a0644877 Convert request attributes in the KernelEvents::REQUEST event instead of KernelEvents::CONTROLLER event (closes #825)
      3b207399 added a note about global  converters being applied to all controllers
      76776926 Revert "merged branch igorw/convert-only-existing-attribute (PR #769)"
      bcb07f44
  14. 31 Oct, 2013 1 commit