Go to file
2023-08-16 23:36:11 +02:00
.vscode VsCode editor setting 2023-07-23 16:47:11 +02:00
amd Bugfix 2023-08-16 23:36:11 +02:00
classes Bugfix 2023-08-16 23:36:11 +02:00
cli Groundwork for pages and periods in backend 2023-07-23 16:25:08 +02:00
css Added x and ! icons to faild result in completion circles 2023-08-09 14:18:05 +02:00
db Added idnumber and bugfix in invide name 2023-08-09 09:48:06 +02:00
doc Minor documentation changes 2023-08-15 16:26:03 +02:00
lang Language typo fix 2023-08-09 12:05:34 +02:00
test Tweaks in diagonal lines 2023-07-17 17:47:37 +02:00
.gitignore Added built files so update from git is an option 2023-08-04 22:39:58 +02:00
bootstrap-color-constants.png Added bootstrap color reference 2023-06-03 00:00:29 +02:00
build.php Changed build script to not remove existing files 2023-06-16 11:59:36 +02:00
build.sh Build script repair 2023-08-15 15:34:15 +02:00
cfg_grades.php Documentation update 2023-07-02 16:34:49 +02:00
doc.php Documentation update 2023-07-02 22:58:54 +02:00
edit-invite.php Loading recovered files from server crash 2023-05-17 21:19:14 +02:00
edit-plan.php Minor context bugfix 2023-08-07 17:03:49 +02:00
invitations.php Added idnumber and bugfix in invide name 2023-08-09 09:48:06 +02:00
invited.php Loading recovered files from server crash 2023-05-17 21:19:14 +02:00
lib.php Syntax fix 2023-06-16 13:48:44 +02:00
LICENSE Loading recovered files from server crash 2023-05-17 21:19:14 +02:00
myreport-embed.php Loading recovered files from server crash 2023-05-17 21:19:14 +02:00
myreport.php Whitespace 2023-06-03 14:56:31 +02:00
README.md Doc 2023-08-15 16:26:38 +02:00
reports.php Loading recovered files from server crash 2023-05-17 21:19:14 +02:00
settings.php Bugfixes 2023-07-04 23:38:08 +02:00
styles.css Loading recovered files from server crash 2023-05-17 21:19:14 +02:00
version.php Bugfix in report view 2023-08-15 22:52:43 +02:00
view-plan.php Auto get first available context on viewing 2023-06-16 13:49:05 +02:00
vuemode.sh Implemented vue dve/prod mode switch 2023-07-26 16:42:21 +02:00

moodle-local_treestudyplan

Installing

Install the plugin by adding the zip file manually to the installed plugins in your moodle version

Documentation / User manual

After installing the plugin, the user manual can be found under Site administration -> Courses -> Studyplans -> Studyplan plugin documentation Alternatively, you can unpack this ZIP file and open the doc/index.html file. (Note that viewing the html files directly will not five the optimal experience, since fontawesome tags and bootstrap items will not be properly rendered)

Development

To build a release zip, you can use the script ./build.sh. This script calls grunt to build the javascript minified files where needed and creates a relase zip file with the current plugin version (as defined in version.php) in the directory /build