Skip to content
Snippets Groups Projects
  • Hanne Moa's avatar
    708fd424
    Working Twig-template loading for simple loading · 708fd424
    Hanne Moa authored
    That is, the following styles work:
    * SimpleSAML_XHTML_Template($config, 'hostnames.php');
    * SimpleSAML_XHTML_Template($globalConfig, 'negotiate:disable.php');
    
    These do not:
    
    * SimpleSAML_XHTML_Template($this->config, 'discopower:disco-tpl.php', 'disco');
    * SimpleSAML_XHTML_Template($globalConfig, 'saml:sp/wrong_authncontextclassref.tpl.php');
    * new SimpleSAML_XHTML_Template($config, 'metadata.php', 'admin');
    * SimpleSAML_XHTML_Template($config, 'consentAdmin:consentadmin.php', 'consentAdmin:consentadmin');
    
    Loading from themes also not in place
    708fd424
    History
    Working Twig-template loading for simple loading
    Hanne Moa authored
    That is, the following styles work:
    * SimpleSAML_XHTML_Template($config, 'hostnames.php');
    * SimpleSAML_XHTML_Template($globalConfig, 'negotiate:disable.php');
    
    These do not:
    
    * SimpleSAML_XHTML_Template($this->config, 'discopower:disco-tpl.php', 'disco');
    * SimpleSAML_XHTML_Template($globalConfig, 'saml:sp/wrong_authncontextclassref.tpl.php');
    * new SimpleSAML_XHTML_Template($config, 'metadata.php', 'admin');
    * SimpleSAML_XHTML_Template($config, 'consentAdmin:consentadmin.php', 'consentAdmin:consentadmin');
    
    Loading from themes also not in place
Code owners
Assign users and groups as approvers for specific file changes. Learn more.