Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
simplesamlphp-module-bbmri
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Perun
Perun ProxyIdP
v1
simplesamlphp-module-bbmri
Commits
436696b9
Commit
436696b9
authored
5 years ago
by
Dominik Baránek
Browse files
Options
Downloads
Patches
Plain Diff
Removed warning template
parent
0a55c6a7
No related branches found
No related tags found
1 merge request
!12
Removed warning template
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+3
-0
3 additions, 0 deletions
CHANGELOG.md
config-templates/config-warning.php
+0
-28
0 additions, 28 deletions
config-templates/config-warning.php
with
3 additions
and
28 deletions
CHANGELOG.md
+
3
−
0
View file @
436696b9
...
@@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
...
@@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
#### Fixed
#### Fixed
-
Fixed the style of Added,Changed,Fixed,Removed,...
-
Fixed the style of Added,Changed,Fixed,Removed,...
#### Changed
-
Removed warning template - it is no longer needed here because it was moved to module perun
## [v2.3.0]
## [v2.3.0]
#### Added
#### Added
-
Added file phpcs.xml
-
Added file phpcs.xml
...
...
This diff is collapsed.
Click to expand it.
config-templates/config-warning.php
deleted
100644 → 0
+
0
−
28
View file @
0a55c6a7
<?php
/**
* This config template is able to show a warning to a user.
*/
$config
=
array
(
/**
* When true, the config file is switched on.
*/
'isOn'
=>
true
,
/**
* When true, user is able to continue.
*/
'userCanContinue'
=>
true
,
/**
* Title of the warning. It is possible to use HTML.
*/
'title'
=>
'<b> Title of the warning </b>'
,
/**
* Text of the warning. It is possible to use HTML.
*/
'text'
=>
'<p> Due to maintenance it won\'t be possible to access our service from '
.
'<b>1.1.2018 2:00</b> to <b>1.1.2018 4:00</b> </p>'
,
);
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment