From 2be3d5d69e095a5e06addb00000271ab6ea9fde9 Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Mon, 15 Nov 2010 23:15:12 -0500 Subject: [PATCH] Added complete install/uninstall feature for plugins, allowing for interface-based configurable plugins (soon extending to allow custom course tools) --- documentation/changelog.html | 1 + main/admin/settings.lib.php | 33 ++++++++++++++++++++++++++--- main/inc/lib/add_course.lib.inc.php | 17 +++++++++++++++ 3 files changed, 48 insertions(+), 3 deletions(-) diff --git a/documentation/changelog.html b/documentation/changelog.html index 4b34e87cfb..d9758b4080 100755 --- a/documentation/changelog.html +++ b/documentation/changelog.html @@ -34,6 +34,7 @@
  • The documents tool and the learn path tool can display vectorial images
  • An optional "Course (training) validation" feature has been implemented. When it is activated, teachers loose ability to create coursers. Teachers fill course requests instead. Then, after approval, the requested courses are created by the platform administrator. (Feature # 2099)
  • A new UI option "Fill with exemplary content" have been added to the forms about training/course creation. Now teachers and platform administrators are able to choose whether exemplary content should be put or not in the trainings/courses they are going to create. When a training/course is not created directly by a user, then the platform setting "Example material on training creation" is taken into account. (Feature # 539)
  • +
  • Added install/uninstall script possibilities for plugins (BT#1752)
  • Debugging