monkeyiq

Results 127 comments of monkeyiq

There is also an issue submitted wanting a similar functionality for the XML files for SPs. A comment over on that issue is calling for a more generic solution to...

I had a bit of a play around with this and ended up with very similar code to what is here though trying to handle xml files as well if...

Sorry about the wait. I have merged a PR with this functionality into the simplesamlphp-2.3 branch and master. https://github.com/simplesamlphp/simplesamlphp/pull/2018 The patch should also back port to a 2.2 release reasonably...

It seems that the PR has received a good response. I am not yet fully up to speed with twig. Either merging this PR or something to allow functionality like...

I have taken a look at supplying a custom `favicon.ico` from the theme. ``` ``` The call to `asset()` without a module will not respect the theme.use value and will...

It seems that this one line change is in master and simplesamlphp-2.1 (https://github.com/simplesamlphp/simplesamlphp/commit/28cf79631fa2af01841a936b74ae251e91a565a0). https://github.com/simplesamlphp/simplesamlphp/blob/f57b7154b774ef4d5fa647a79d203e8ada5f6de1/templates/base.twig#L13

Though the finding of assets with theme.use is something I should split into another PR.

Since the code update itself was merged a while ago I am going to close the PR. It is a shame it was not mentioned here so @liedekef was aware...

It appears that the functionality of this script in the 1.x series was to bring in the translations from `dictionaries/attributes.translation.json` with the default English from `dictionaries/attributes.definition.json`. If there is a...

I have merged a PR https://github.com/simplesamlphp/simplesamlphp/pull/2018 with this functionality into the simplesamlphp-2.3 branch and master. The patch should also back port to a 2.2 release reasonably well if you would...