Skip to content
Snippets Groups Projects
  1. Nov 28, 2018
  2. Nov 27, 2018
  3. 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.
    • Dick Visser's avatar
      revert indentation · 3cf4ff01
      Dick Visser authored
      3cf4ff01
    • Dick Visser's avatar
      Indendation/typo · e6902ca9
      Dick Visser authored
      e6902ca9
  4. Nov 22, 2018
  5. Nov 21, 2018
  6. Nov 20, 2018
  7. Nov 19, 2018
  8. Nov 16, 2018
  9. Nov 15, 2018
  10. Nov 14, 2018
  11. Nov 13, 2018
  12. Nov 12, 2018
Loading