Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactoring the event handler | Valentin Popov | 2018-09-09 | 1 | -9/+6 |
| | | | | | | | Event processing is asynchronous. For asynchronous processing, events are added to the job queue. Signed-off-by: Valentin Popov <info@valentineus.link> | ||||
* | Updating the table structure | Valentin Popov | 2018-09-07 | 1 | -4/+8 |
| | | | | | | | | | | * Fixed bug with 'XMLDB PATH'. The latest update to Moodle includes a strict check. * Remotely the status field in the event table. The logic is simplified, if there is an event subscription, the event is stored in a table. There are no subscriptions, no events in the table. Signed-off-by: Valentin Popov <info@valentineus.link> | ||||
* | The revised structure of information storage | Valentin Popov | 2018-03-12 | 1 | -10/+19 |
| | | | | Signed-off-by: Valentin Popov <info@valentineus.link> | ||||
* | An external service search function is declared | Valentin Popov | 2018-02-19 | 1 | -0/+8 |
| | |||||
* | Cache description added | Valentin Popov | 2018-02-19 | 1 | -0/+31 |
| | |||||
* | Added correct update from old versions | Valentin Popov | 2017-12-29 | 1 | -0/+52 |
| | |||||
* | Register a new external function | Valentin Popov | 2017-12-27 | 1 | -0/+8 |
| | |||||
* | Registration of external plug-in functions is added | Valentin Popov | 2017-12-27 | 1 | -0/+99 |
| | |||||
* | Aesthetics in the code | Valentin Popov | 2017-11-18 | 1 | -4/+4 |
| | |||||
* | Additional field in the database | Valentin Popov | 2017-10-29 | 1 | -1/+2 |
| | |||||
* | Deleting an additional table | Valentin Popov | 2017-10-27 | 1 | -14/+1 |
| | |||||
* | Additional table | Valentin Popov | 2017-10-27 | 1 | -1/+14 |
| | |||||
* | Rename the handler class | Valentin Popov | 2017-10-27 | 1 | -1/+1 |
| | |||||
* | Bug fix | Valentin Popov | 2017-10-26 | 1 | -1/+1 |
| | |||||
* | Adding an additional field to the database | Valentin Popov | 2017-10-26 | 1 | -0/+1 |
| | |||||
* | Added a field to the database for the security key | Valentin Popov | 2017-10-26 | 1 | -1/+2 |
| | |||||
* | Additional field in the database | Valentin Popov | 2017-10-26 | 1 | -1/+2 |
| | |||||
* | Refactor the observer for events | Valentin Popov | 2017-10-25 | 1 | -7/+6 |
| | |||||
* | Instructions for creating a table in the database | Valentin Popov | 2017-10-22 | 1 | -0/+16 |
| | |||||
* | Initial commit | Valentin Popov | 2017-10-19 | 1 | -0/+36 |