Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
moodle-local_hsh_boostnavigation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab 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
elc
moodle-local_hsh_boostnavigation
Commits
79a29f2f
Commit
79a29f2f
authored
6 years ago
by
Tobias Baden
Browse files
Options
Downloads
Patches
Plain Diff
Added licence information
parent
5d7e4f24
No related branches found
No related tags found
No related merge requests found
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
amd/src/collapse.js
+25
-0
25 additions, 0 deletions
amd/src/collapse.js
lib.php
+24
-0
24 additions, 0 deletions
lib.php
locallib.php
+24
-0
24 additions, 0 deletions
locallib.php
settings.php
+24
-0
24 additions, 0 deletions
settings.php
version.php
+2
-1
2 additions, 1 deletion
version.php
with
99 additions
and
1 deletion
amd/src/collapse.js
+
25
−
0
View file @
79a29f2f
/* eslint-disable linebreak-style */
/* eslint-disable linebreak-style */
// JavaScript Code genommen und angepasst von local/boostnavigation/amd/src
// JavaScript Code genommen und angepasst von local/boostnavigation/amd/src
// User-Preferences erstmal entfernt
// User-Preferences erstmal entfernt
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// Moodle is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
* Local plugin "Hsh modified Boost course overview on campus"
* Original: local_boostnavigation
*
* @package local_boostnavigation
* @copyright 2017 Kathrin Osswald, Ulm University <kathrin.osswald@uni-ulm.de>, Edited by Tobias Baden, Hochschule Hannover
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
define
([
'
jquery
'
],
function
(
$
)
{
define
([
'
jquery
'
],
function
(
$
)
{
"
use strict
"
;
"
use strict
"
;
var
nodesArray
=
[];
var
nodesArray
=
[];
...
...
This diff is collapsed.
Click to expand it.
lib.php
+
24
−
0
View file @
79a29f2f
<?php
<?php
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// Moodle is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
* Local plugin "Hsh modified Boost course overview on campus"
* Original: local_boostnavigation
*
* @package local_hsh_boostnavigation
* @copyright 2017 Alexander Bias, Ulm University <alexander.bias@uni-ulm.de>, Edited by Tobias Baden, Hochschule Hannover
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
include_once
(
$CFG
->
dirroot
.
'/course/semester_date.php'
);
include_once
(
$CFG
->
dirroot
.
'/course/semester_date.php'
);
include_once
(
$CFG
->
dirroot
.
'/local/hsh_boostnavigation/locallib.php'
);
include_once
(
$CFG
->
dirroot
.
'/local/hsh_boostnavigation/locallib.php'
);
function
local_hsh_boostnavigation_extend_navigation
(
global_navigation
$navigation
)
{
function
local_hsh_boostnavigation_extend_navigation
(
global_navigation
$navigation
)
{
...
...
This diff is collapsed.
Click to expand it.
locallib.php
+
24
−
0
View file @
79a29f2f
<?php
<?php
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// Moodle is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
* Local plugin "Hsh modified Boost course overview on campus"
* Original: local_boostnavigation
*
* @package local_hsh_boostnavigation
* @copyright 2017 Alexander Bias, Ulm University <alexander.bias@uni-ulm.de>, Edited by Tobias Baden, Hochschule Hannover
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
// Code genommen - semester_date.php
// Code genommen - semester_date.php
// Überarbeitet und angepasst - Tobias Baden HsH
// Überarbeitet und angepasst - Tobias Baden HsH
...
...
This diff is collapsed.
Click to expand it.
settings.php
+
24
−
0
View file @
79a29f2f
<?php
<?php
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// Moodle is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
* Local plugin "Hsh modified Boost course overview on campus" - Settings
* Original: local_boostnavigation
*
* @package local_hsh_boostnavigation
* @copyright 2017 Alexander Bias, Ulm University <alexander.bias@uni-ulm.de>, Edited by Tobias Baden, Hochschule Hannover
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
defined
(
'MOODLE_INTERNAL'
)
||
die
();
defined
(
'MOODLE_INTERNAL'
)
||
die
();
require_once
(
__DIR__
.
'/lib.php'
);
require_once
(
__DIR__
.
'/lib.php'
);
...
...
This diff is collapsed.
Click to expand it.
version.php
+
2
−
1
View file @
79a29f2f
...
@@ -16,9 +16,10 @@
...
@@ -16,9 +16,10 @@
/**
/**
* Local plugin "Hsh modified Boost course overview on campus" - Version file
* Local plugin "Hsh modified Boost course overview on campus" - Version file
* Original: local_boostnavigation
*
*
* @package local_hsh_boostnavigation
* @package local_hsh_boostnavigation
* @copyright 2017 Tobias Baden, Hochschule Hannover
* @copyright 2017
Alexander Bias, Ulm University <alexander.bias@uni-ulm.de>, Edited by
Tobias Baden, Hochschule Hannover
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
*/
...
...
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