Skip to content
Snippets Groups Projects
  1. Aug 21, 2019
  2. Aug 18, 2019
  3. Jul 24, 2019
  4. Jul 15, 2019
  5. May 13, 2019
  6. Mar 08, 2019
  7. Feb 17, 2019
  8. Jan 10, 2019
  9. Dec 24, 2018
  10. Nov 29, 2018
  11. Nov 21, 2018
  12. Nov 20, 2018
  13. Nov 15, 2018
  14. Nov 12, 2018
  15. Nov 07, 2018
  16. Oct 18, 2018
  17. Oct 17, 2018
  18. Sep 29, 2018
  19. Sep 07, 2018
  20. Aug 18, 2018
  21. Jun 01, 2018
  22. May 31, 2018
  23. Apr 18, 2018
  24. Mar 20, 2018
  25. Jan 16, 2018
  26. Dec 04, 2017
  27. Nov 13, 2017
  28. Oct 25, 2017
  29. Oct 19, 2017
  30. Oct 17, 2017
    • Jaime Pérez Crespo's avatar
      Add a "translateFromArray" filter to twig. · 840f2242
      Jaime Pérez Crespo authored
      This allows us to use this new filter to translate strings from a given array of translations, where every translation is indexed by its ISO 639 code. A new configuration option ('language' -> 'priorities') is available too to control the alternative languages that can be used instead of a given language, when the latter is not found. The filter returns null when no suitable translation is found, so that it can be combined with "default()" to set a default translation for a given string.
  31. Oct 16, 2017
  32. Sep 07, 2017
  33. Sep 01, 2017
  34. Aug 31, 2017
  35. Jul 05, 2017
  36. Jun 20, 2017
    • Elijah Lynn's avatar
      Add PDO $options support · 8e7d5ff1
      Elijah Lynn authored
      I may be missing something but I haven't found a way to add the --ssl-ca
      MySQL option to my database connection. It appears we just need to pass
      in an $options param.
      8e7d5ff1
  37. Apr 21, 2017
    • Jaime Pérez Crespo's avatar
      Set a default session name for PHP sessions. · c5c832c4
      Jaime Pérez Crespo authored
      The default values are fine if no other applications use PHP sessions. However, when other apps are using PHP sessions, a conflict arises with the defaults, so let's try to make the defaults a bit more resilient.
      c5c832c4
  38. Mar 30, 2017
Loading