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 18, 2018
  8. Jun 01, 2018
  9. May 31, 2018
  10. Apr 18, 2018
  11. 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
  12. Jan 16, 2018
  13. Dec 04, 2017
  14. Nov 13, 2017
  15. Oct 25, 2017
  16. Oct 19, 2017
  17. 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
  18. Oct 16, 2017
  19. Sep 07, 2017
  20. Sep 01, 2017
  21. Aug 31, 2017
  22. Jul 05, 2017
  23. 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
  24. 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
  25. Mar 30, 2017
  26. Dec 15, 2016
  27. Nov 17, 2016
  28. Nov 15, 2016
  29. Nov 14, 2016
  30. Oct 27, 2016
  31. Oct 18, 2016
  32. Aug 30, 2016
  33. Aug 10, 2016
    • Jaime Pérez's avatar
      Make the 'debug' configuration option more fine-grained. · 6c3d49f9
      Jaime Pérez authored
      Some things, like logging of SAML messages or backtraces, are controlled with the 'debug' configuration option. However, it might be possible that we don't want one while we want the other, but that's impossible with just one option.
      
      This commit allows us to configure debugging options independently, but groupping all of them together. This is particularly useful if we want to log backtraces to debug errors, for example, but we don't want to log SAML messages to keep the privacy of the users. This also allows us to get rid of the 'debug.validatexml' configuration option, and group it with other debug options.
      
      This changes are backwards-compatible. Old and new configurations will work at the same time.
      6c3d49f9
  34. Aug 05, 2016
  35. Jul 14, 2016
  36. Jun 08, 2016
  37. Jun 02, 2016
Loading