Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
4e771573
Commit
4e771573
authored
Jul 06, 2016
by
Robert Lyon
Committed by
Gerrit Code Review
Jul 06, 2016
Browse files
Merge "Bug 1598927: Make skin access option private by default"
parents
23318637
b77fb0a5
Changes
2
Hide whitespace changes
Inline
Side-by-side
htdocs/lib/skin.php
View file @
4e771573
...
...
@@ -55,7 +55,7 @@ class Skin {
private
$title
;
private
$description
;
private
$owner
;
private
$type
=
'p
ublic
'
;
private
$type
=
'p
rivate
'
;
private
$mtime
;
private
$ctime
;
...
...
test/behat/features/view/skin_help_icon.feature
View file @
4e771573
...
...
@@ -21,6 +21,8 @@ Scenario: Accessing help icons under Skin tabs (Bug 1411070)
And
I should see
"Skins help you customise the look of your portfolio pages to give them a personal touch."
in the
"div#helpstop"
element
And
I follow
"Close help"
And
I follow
"Create skin"
And the following fields match these values
:
|
Skin
access
|
private
|
And
I
click
on
"Help"
Then
I should see
"You can design your own skin"
in the
"div#helpstop"
element
And
I choose
"Skins"
in
"Portfolio"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment