-
First thing, this may be a totally inappropriate place to discuss this. If so, please feel free to tell me so, and direct me to a more appropriate forum for discussion. Please don't ask me to discuss …
-
Moodle uses sentence case - please check your lang strings as some use camel case.
for example strings like:
$string['mystring'] = "My String";
should be:
$string['mystring'] = "My string";
…
-
Hey there,
we are using the block_xp Plugin for Moodle 4.1.9 in version 3.15.2 and MariaDB 10.11.6.0.12.1.
Our "mdl_block_xp_filters" table has become very large. It now comprises around 12 GB a…
-
Moodle Custom Report doesn't allow to Sort Report using Session Duration (timespent) & Session Start (timestart) columns.
![image](https://github.com/catalyst/moodle-block_dedication/assets/35104251/…
-
Hello, we are using JOBE for some year now, now we are switching to a new (virtual) Server. I start the JOBE Docker container like on the old Server!
But launching a Code Runner Question i've got…
-
Hello,
when using the [[lang]] Block in our STACK questions, it works fine in the question text, the specific feedback or the PRT feedback. When using the [[lang]] Block inside the general feedback…
-
@raortegar noticed these and pinged me to ask about my thoughts...
https://github.com/Human-Logic-Software-LLC/moodle-local_levitate/blob/main/analytics.php#L43C38-L43C43
https://github.com/Human-…
-
Not sure the purpose of this check
https://github.com/owncloud/moodle-repository_ocis/blob/7631344101dc97554f4f06915fe0933450dacb76/lib.php#L87
Its actually removes all host and port blocking. C…
-
Blocked by #1
Keeping learning unit files (Lernbar) next to Moodle makes it harder to update Moodle because we have to manually copy `/learningunits` across every time. It also forces both package…
-
The message drawer appears in dark grey instead of following the colors defined in the theme settings.
Other drawers, such as the drawer on the right, the notification popover, and the user action m…