You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ The code is available at [https://github.com/martignoni/moodlebox-plugin](https:
10
10
11
11
### Release notes
12
12
13
+
* 2016-10-08, version 1.4.2: Display warnings when the plugin installation is not complete
13
14
* 2016-09-25, version 1.4.1: MoodleBox Wi-Fi network password cannot be changed to empty
14
15
* 2016-09-18, version 1.4: new option enabling to change the MoodleBox Wi-Fi network password
15
16
* 2016-09-10, version 1.3: new option enabling to change the MoodleBox password
@@ -24,6 +25,8 @@ The code is available at [https://github.com/martignoni/moodlebox-plugin](https:
24
25
25
26
The MoodleBox plugin must be installed in the Moodle tree of the MoodleBox, in the _tool_ folder. Once installed, an new option _MoodleBox_ will be available in Moodle, under _Site administration > Server_ in the _Administration_ block.
26
27
28
+
To complete the installation, you have to create some files in the plugin folder and configure some incron jobs on the MoodleBox. These steps are described in the [documentation on creating a MoodleBox](https://github.com/martignoni/make-moodlebox/blob/master/doc/Moodlebox.pdf).
29
+
27
30
## Features
28
31
29
32
* Info about the MoodleBox (kernel version, Raspbian version, free space on SD card, CPU load, CPU temperature, CPU frequency, uptime, DHCP clients).
$string['missingconfigurationerror'] = 'This section isn\'t available. The plugin installation is not complete, so that the setting cannot be handled by the MoodleBox. Please read the <a href="https://github.com/martignoni/make-moodlebox/blob/master/doc/Moodlebox.pdf" target="_blank">documentation for building a MoodleBox</a> to fix this error.';
Copy file name to clipboardExpand all lines: lang/fr/tool_moodlebox.php
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,7 @@
41
41
$string['information'] = 'Information';
42
42
$string['kernelversion'] = 'Version du noyau';
43
43
$string['moodleboxpluginversion'] = 'Version du plugin MoodleBox';
44
+
$string['missingconfigurationerror'] = 'Cette section n\'est pas disponble, car l\'installation du plugin n\'est pas complète. Le réglage ne peut donc pas être traité par la MoodleBox. Veuillez consulter la <a href="https://github.com/martignoni/make-moodlebox/blob/master/doc/Moodlebox.pdf" target="_blank">documentation pour construire une MoodleBox</a> afin de corriger cette erreur.';
44
45
$string['newwifipassword'] = 'Nouveau mot de passe Wi-Fi';
45
46
$string['nopassworddefined'] = 'Pas de mot de passe Wi-Fi défini';
0 commit comments