Skip to content

Commit 54d3dde

Browse files
authored
Merge pull request #13 from rciam/devel
Devel
2 parents 2f4613f + 69557c8 commit 54d3dde

File tree

171 files changed

+6135
-11432
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

171 files changed

+6135
-11432
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ Temporary Items
2929
# Misc
3030
*.swp
3131
*.swo
32-
**/css
32+
#**/css
3333
**/.sass-cache
3434
**/*.un~
35+
36+
.idea/

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
<!-- markdownlint-disable line-length -->
9+
## [v4.0.0] - 2023-12-21
10+
11+
### Added
12+
13+
- Add support for simplesamlphp twig
14+
- Supports simplesamlphp v2 or greater
15+
916

1017
## [v3.1.0](https://github.com/rciam/simplesamlphp-module-themevanilla/compare/v3.0.0...v3.1.0) - 2021-08-27
1118

config-example/module_themevanilla.php

Lines changed: 0 additions & 88 deletions
This file was deleted.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?php
2+
/**
3+
* Configuration of SimpleSAMLphp themevanila.
4+
*/
5+
$config = [
6+
'cookiePolicy' => [
7+
],
8+
'enable_cookies_banner' => False,
9+
'ribbon_text' => 'Demo',
10+
];

default-enable

Whitespace-only changes.

dictionaries/attrauthcomanage.definition.json

Lines changed: 0 additions & 35 deletions
This file was deleted.

dictionaries/attrauthcomanage_noty.definition.json

Lines changed: 0 additions & 38 deletions
This file was deleted.

dictionaries/default.definition.json

Lines changed: 0 additions & 26 deletions
This file was deleted.

dictionaries/discopower.definition.json

Lines changed: 0 additions & 32 deletions
This file was deleted.

dictionaries/policy.definition.json

Lines changed: 0 additions & 50 deletions
This file was deleted.

0 commit comments

Comments
 (0)