Skip to content
Snippets Groups Projects
  1. Sep 06, 2019
  2. Aug 21, 2019
  3. Aug 18, 2019
  4. Jul 24, 2019
  5. Jul 15, 2019
  6. May 13, 2019
  7. Mar 08, 2019
  8. Feb 17, 2019
  9. Jan 10, 2019
  10. Dec 24, 2018
  11. Nov 29, 2018
  12. Nov 21, 2018
  13. Nov 20, 2018
  14. Nov 15, 2018
  15. Nov 12, 2018
  16. Nov 07, 2018
  17. Oct 18, 2018
  18. Oct 17, 2018
  19. Sep 29, 2018
  20. Sep 07, 2018
  21. Aug 18, 2018
  22. Jun 01, 2018
  23. May 31, 2018
  24. Apr 18, 2018
  25. Mar 20, 2018
  26. Jan 16, 2018
  27. Dec 04, 2017
  28. Nov 13, 2017
  29. Oct 25, 2017
  30. Oct 19, 2017
  31. 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.
  32. Oct 16, 2017
  33. Sep 07, 2017
  34. Sep 01, 2017
  35. Aug 31, 2017
  36. Jul 05, 2017
  37. 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
  38. 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
Loading