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