Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PlanetRed
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
Service Desk
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
Digital Experience Group
PlanetRed
Commits
9ac9a7a5
Commit
9ac9a7a5
authored
14 years ago
by
Eric Rasmussen
Browse files
Options
Downloads
Patches
Plain Diff
Missing bracket on css; Updated readme
parent
f6862d4a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README
+1
-20
1 addition, 20 deletions
README
plugins/unl_theme/views/default/css.php
+1
-1
1 addition, 1 deletion
plugins/unl_theme/views/default/css.php
with
2 additions
and
21 deletions
README
+
1
−
20
View file @
9ac9a7a5
...
...
@@ -80,26 +80,6 @@ http://ucommjuhl.unl.edu/UNL_Elgg/elgg, change it!)
*******
Just run the setup.sh script. If any plugins are added, add this to the setup.sh script.
elgg https://code.elgg.org/elgg/trunk/
elgg/mod/groups https://code.elgg.org/extensions/plugins/groups
elgg/mod/notifications https://code.elgg.org/extensions/plugins/notifications
elgg/mod/profile https://code.elgg.org/extensions/plugins/profile
elgg/mod/reportedcontent https://code.elgg.org/extensions/plugins/reportedcontent
elgg/mod/riverdashboard https://code.elgg.org/extensions/plugins/riverdashboard
elgg/mod/thewire https://code.elgg.org/extensions/plugins/thewire
elgg/mod/flexprofile http://its-gforge.unl.edu/svn/unl_elgg/trunk/flexprofile_mj
elgg/mod/form http://its-gforge.unl.edu/svn/unl_elgg/trunk/plugins/form
elgg/mod/globe http://its-gforge.unl.edu/svn/unl_elgg/trunk/plugins/globe
elgg/mod/messages http://its-gforge.unl.edu/svn/unl_elgg/trunk/plugins/messages
elgg/mod/browse http://its-gforge.unl.edu/svn/unl_elgg/trunk/plugins/browse
elgg/mod/mass_mailouts http://its-gforge.unl.edu/svn/unl_elgg/trunk/plugins/mass_mailouts
elgg/mod/cas_auth_unl http://its-gforge.unl.edu/svn/unl_elgg/trunk/plugins/cas_auth_unl
elgg/mod/customindex http://its-gforge.unl.edu/svn/unl_elgg/trunk/plugins/customindex
elgg/mod/unl_theme http://its-gforge.unl.edu/svn/unl_elgg/trunk/plugins/unl_theme
elgg/featured/ http://its-gforge.unl.edu/svn/unl_huskers/trunk/
*******
** Patches
...
...
@@ -114,5 +94,6 @@ patches/add_closing_labels.diff
*******
** Things to look out for when new versions of Elgg are released
*******
-- Look at elgg's upgrade readme and look for changes to .htaccess
-- Are there changes to /elgg/actions/login.php and /elgg/actions/logout.php ?????
We have overridden those actions with our own in the cas_auth_unl plugin
\ No newline at end of file
This diff is collapsed.
Click to expand it.
plugins/unl_theme/views/default/css.php
+
1
−
1
View file @
9ac9a7a5
...
...
@@ -18,7 +18,7 @@
//Any elements which appear differently (or only for) non-logged in users should be imported here.
if
(
!
isloggedin
())
{
echo
"@import url('"
.
$vars
[
'url'
]
.
"mod/unl_theme/css/actionNotice.php');"
;
echo
"#actionBar #elggOption > a.switchAction {background:url('"
.
$vars
[
'url'
]
.
"mod/unl_theme/views/default/images/loginTabSlider.png') no-repeat;"
;
echo
"#actionBar #elggOption > a.switchAction {background:url('"
.
$vars
[
'url'
]
.
"mod/unl_theme/views/default/images/loginTabSlider.png') no-repeat;
}
"
;
}
?>
...
...
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