Skip to content
Snippets Groups Projects
  1. Sep 08, 2021
  2. Aug 31, 2021
  3. Aug 24, 2021
  4. Jan 22, 2021
  5. Sep 15, 2020
  6. Sep 10, 2020
  7. Apr 30, 2020
  8. Feb 15, 2020
  9. Dec 24, 2019
  10. Oct 03, 2019
  11. Oct 01, 2019
  12. Sep 16, 2019
    • Jaime Pérez Crespo's avatar
      Downgrade missing translations from error to debug · d7f52cdd
      Jaime Pérez Crespo authored
      This is something the developer of a module is supposed to deal with. If you are just using SSP, it doesn't make much sense to have your log files flooded by errors about missing translation files or directories, since you cannot do anything about it and the original english text will be used anyway.
      d7f52cdd
  13. Jul 08, 2019
  14. Jun 06, 2019
  15. Feb 03, 2019
  16. Nov 23, 2018
    • Jaime Pérez Crespo's avatar
      Create a new "configpage" hook for those modules that need to inject anything... · d42f26f3
      Jaime Pérez Crespo authored
      Create a new "configpage" hook for those modules that need to inject anything in the configuration page.
      
      This allows us to change the signature of the hook, so that we pass it the \SimpleSAML\XHTML\Template object and then the hook can not only add data to be passed to the twig template, but also add its own translation domain. This was needed because many modules were putting their translations inside "core", and when moving those to the modules themselves, the new translation system cannot perform the translation because only the translations for the current module in use are loaded (in the config page, that's the core module). Therefore, we needed a way to get the Localization instance from the template, and a way to pass that to the hook so that the hook can register the translations for its own module.
  17. Nov 20, 2018
  18. Oct 17, 2018
  19. Aug 24, 2018
  20. Aug 22, 2018
  21. Aug 13, 2018
  22. May 31, 2018
  23. Apr 13, 2018
  24. Jan 04, 2018
  25. Nov 24, 2016
  26. Oct 27, 2016
  27. Oct 25, 2016
  28. Oct 12, 2016
  29. Oct 11, 2016
  30. Oct 07, 2016
  31. Oct 04, 2016
Loading