pmkuipers
  • Joined on 2023-05-17
pmkuipers opened issue pmkuipers/babbelbox#3 2025-01-29 15:56:05 +01:00
Grafische interface ontbreekt
pmkuipers opened issue pmkuipers/babbelbox#2 2025-01-29 15:53:59 +01:00
Automatisch detecteren van pad voor USB sticks - let op spaties in pad worden moeilijk geaccepteerd.
pmkuipers opened issue pmkuipers/babbelbox#1 2025-01-29 15:53:30 +01:00
Script moet automatisch starten als systeem start
pmkuipers pushed to master at pmkuipers/babbelbox 2025-01-29 15:52:35 +01:00
e3cc157af0 Updated to 1 minute. Added Readme content
pmkuipers created branch master in pmkuipers/babbelbox 2025-01-29 15:49:08 +01:00
pmkuipers pushed to master at pmkuipers/babbelbox 2025-01-29 15:49:08 +01:00
1639849bc9 First commit
pmkuipers created repository pmkuipers/babbelbox 2025-01-29 15:46:26 +01:00
pmkuipers renamed repository from moodle_local_treestudyplan to Miqra-Engineering/moodle-local_treestudyplan 2025-01-01 14:01:50 +01:00
pmkuipers commented on issue Miqra-Engineering/moodle-local_treestudyplan#81 2024-12-31 14:05:45 +01:00
Requests to DB in the loop

I optimized the queries for associated users, and will investigate optimizing some other queries, since improving loading time is a good idea.

pmkuipers commented on issue Miqra-Engineering/moodle-local_treestudyplan#85 2024-12-30 23:31:06 +01:00
HTML rendering improvements

I reworked all html rendering in PHP to Mustache files. Note that because of the included Vue code I had to add the following to the mustache template:

{{! Next line replaces mustache…
pmkuipers commented on issue Miqra-Engineering/moodle-local_treestudyplan#82 2024-12-30 08:36:22 +01:00
DB error on Postgre

The offending query was repaired and tested in postgresql. All other queries have been reviewed for field type incompatibilities as well.

pmkuipers closed issue Miqra-Engineering/moodle-local_treestudyplan#82 2024-12-30 08:36:22 +01:00
DB error on Postgre
pmkuipers closed issue Miqra-Engineering/moodle-local_treestudyplan#62 2024-12-29 16:22:05 +01:00
Fix role loading speed
pmkuipers commented on issue Miqra-Engineering/moodle-local_treestudyplan#62 2024-12-29 16:22:04 +01:00
Fix role loading speed

Update: Does not take too long with +/- 10 roles (234 ms) - and since only moodle core functions are used it probably cannot go any faster unless direct DB queries are used.

pmkuipers commented on issue Miqra-Engineering/moodle-local_treestudyplan#80 2024-12-29 16:10:55 +01:00
Privacy API not fully implemented

Fully implemented and tested privacy API for all user related tables in commit e8f96845f039b28c839e1dac5f5da65d7637ea97

pmkuipers closed issue Miqra-Engineering/moodle-local_treestudyplan#80 2024-12-29 16:10:55 +01:00
Privacy API not fully implemented
pmkuipers commented on issue Miqra-Engineering/moodle-local_treestudyplan#83 2024-12-27 23:21:19 +01:00
New invite button does not work

Fixed a number of instances in old reused code where the $CFG->wwwroot variable was not used in links,

pmkuipers closed issue Miqra-Engineering/moodle-local_treestudyplan#83 2024-12-27 23:21:19 +01:00
New invite button does not work
pmkuipers commented on issue Miqra-Engineering/moodle-local_treestudyplan#79 2024-12-27 23:06:15 +01:00
PHPDocs inconsistency

I checked all the return types in the code and made repairs where needed.

pmkuipers closed issue Miqra-Engineering/moodle-local_treestudyplan#79 2024-12-27 23:06:15 +01:00
PHPDocs inconsistency