Skip to content
Snippets Groups Projects
  1. Nov 20, 2018
  2. Nov 15, 2018
  3. Oct 18, 2018
  4. Oct 17, 2018
  5. Sep 29, 2018
  6. Sep 07, 2018
  7. Aug 22, 2018
  8. Aug 18, 2018
  9. Aug 13, 2018
  10. Jul 28, 2018
  11. Jun 01, 2018
  12. May 31, 2018
  13. May 29, 2018
  14. May 27, 2018
  15. Apr 18, 2018
  16. Mar 20, 2018
    • kreynen's avatar
      Update config.php · 8970a7de
      kreynen authored
      This is minor, but if a comma is required when this is enabled the template should reflect that.
      8970a7de
  17. Feb 04, 2018
  18. Jan 18, 2018
  19. Jan 16, 2018
  20. Jan 08, 2018
  21. Dec 04, 2017
  22. Nov 13, 2017
  23. Oct 25, 2017
  24. Oct 19, 2017
  25. 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.
      840f2242
  26. Oct 16, 2017
  27. Sep 07, 2017
  28. Sep 01, 2017
  29. Aug 31, 2017
  30. Jul 05, 2017
  31. 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
  32. 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
  33. Mar 30, 2017
  34. Feb 15, 2017
  35. Dec 15, 2016
Loading