This is an OpenSource project by studer + raimann ag, CH-Burgdorf (https://studer-raimann.ch)
Start at your ILIAS root directory
mkdir -p Customizing/global/plugins/Services/EventHandling/EventHook
cd Customizing/global/plugins/Services/EventHandling/EventHook
git clone https://github.com/studer-raimann/ChangeLog.git ChangeLog
Update, activate and config the plugin in the ILIAS Plugin Administration
For ILIAS 5.3, you need to use CtrlMainMenu
In order for a user's update to be recognized correctly, it needs a patch in the ILIAS core in Services/User/classes/class.ilObjUser.php::update
:
...
class ilObjUser {
...
public function update() {
...
global $ilErr, $ilDB, $ilAppEventHandler;
//PATCH ChangeLog
$ilAppEventHandler->raise("Services/User", "beforeUpdate",
array("user_obj" => $this));
//PATCH ChangeLog
$this->syncActive();
...
}
...
}
- ILIAS 5.3 or ILIAS 5.4
- PHP >=7.0
fluxlabs ag, [email protected]
This project needs to be rebuilt before it can be maintained.
Are you interested in a rebuild and would you like to participate? Take advantage of the crowdfunding opportunity under discussions.
Please also have a look at our other key projects and their MAINTENANCE.
The plugins that require a rebuild and the costs are listed here: REBUILDS