Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sucs-site
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sucssite
sucs-site
Commits
3e35d149
There was a problem fetching the pipeline summary.
Commit
3e35d149
authored
7 years ago
by
Imran Hussain
Browse files
Options
Downloads
Plain Diff
Merge branch 'beta' into sucs-site
parents
9a485814
70eb93ea
No related branches found
Branches containing commit
No related tags found
4 merge requests
!70
Tidy up branches (2/3)
,
!69
Tidy up branches (1/3)
,
!67
Sucs site
,
!61
CI changes from live branch to beta
Pipeline
#
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
components/members.php
+2
-2
2 additions, 2 deletions
components/members.php
static/About/History.txt
+1
-1
1 addition, 1 deletion
static/About/History.txt
with
3 additions
and
3 deletions
components/members.php
+
2
−
2
View file @
3e35d149
...
...
@@ -48,11 +48,11 @@ if ($session->loggedin) {
$homedir
=
explode
(
'/'
,
$usernames
[
0
][
'homedir'
]);
$usernames
[
0
][
'acctype'
]
=
ucfirst
(
$homedir
[
2
]);
// Project
if
(
file_exists
(
$usernames
[
0
][
'homedir'
]
.
'/.project'
))
{
if
(
file_exists
(
$usernames
[
0
][
'homedir'
]
.
'/.project'
)
&&
!
is_link
(
$usernames
[
0
][
'homedir'
]
.
'/.project'
))
{
$usernames
[
0
][
'project'
]
=
file_get_contents
(
$usernames
[
0
][
'homedir'
]
.
'/.project'
);
}
// Plan
if
(
file_exists
(
$usernames
[
0
][
'homedir'
]
.
'/.plan'
))
{
if
(
file_exists
(
$usernames
[
0
][
'homedir'
]
.
'/.plan'
)
&&
!
is_link
(
$usernames
[
0
][
'homedir'
]
.
'/.plan'
))
{
$usernames
[
0
][
'plan'
]
=
file_get_contents
(
$usernames
[
0
][
'homedir'
]
.
'/.plan'
);
}
// Website
...
...
This diff is collapsed.
Click to expand it.
static/About/History.txt
+
1
−
1
View file @
3e35d149
...
...
@@ -29,7 +29,7 @@
</td>
<td><a href="/~elbows">elbows</a> (Laurence Sebastian Bowes)</td>
<td><a href="/~unreturnable">unreturnable</a> (Isabel Jenkins)</td>
<td><a href="/~coatlus">coatlus</a> (
Megan Warren-Davis
)</td>
<td><a href="/~coatlus">coatlus</a> (
Quetzal Mac Creamer Shorey
)</td>
<td><a href="/~andy">andy</a> (Andrew Vincent Pover)</td>
<td><a href="/~gigosaurus">gigosaurus</a> (Christopher Lindsay Manners)</td>
</tr>
...
...
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