Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 10.0.0-alpha.5 -- more fixes for SimpleSAMLphp 2 #249

Merged
merged 17 commits into from
Jul 10, 2024
Merged

Conversation

briskt
Copy link
Contributor

@briskt briskt commented Jul 10, 2024

Changed

  • Update Twig templates to recommended style (space after colon, snake case vars)

Fixed

  • Changed getString to getOptionalString (and similar changes)
  • Instantiate SimpleSAMLphp Utils classes
  • Define variables needed in the header template (analytics_tracking_id and theme_color_scheme)

Copy link

Copy link

@mtompset mtompset left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The whole swap to snake case made this extra long. Hopefully there are no values missing in the midst of all those cuts and changes.

@briskt
Copy link
Contributor Author

briskt commented Jul 10, 2024

The whole swap to snake case made this extra long. Hopefully there are no values missing in the midst of all those cuts and changes.

You're right. Fortunately, since the check for undefined template variables is enabled, and we have good test coverage, I think we're safe.

@briskt briskt merged commit 653686c into main Jul 10, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants