- 21 Oct, 2021 4 commits
-
-
Andrew Nicols authored
-
Andrew Nicols authored
-
-
-
- 20 Oct, 2021 16 commits
-
-
Ferran Recio Calderó authored
-
git://github.com/paulholden/moodleilya authored
-
git://github.com/ilyatregubov/moodleilya authored
-
ilya authored
-
-
git://github.com/ilyatregubov/moodleilya authored
-
git://github.com/peterRd/moodlejun authored
-
-
Peter Dias authored
-
Peter Dias authored
-
This makes sure that we are backwards compatible with plugins that have extended the course or module settings navigation and have containers.
-
-
-
-
-
sam marshall authored
For cache types which mean this information can be obtained without a significant performance cost (i.e. just by calling strlen and not having to serialize something that wasn't serialized already), this change calculates the size of data read from or written to cache in each request and includes it in the perfdebug table at bottom of output (when that is turned on). This supports the following cache types: * File store * Redis (only if caching is enabled)
-
- 19 Oct, 2021 20 commits
-
-
ilya authored
Fixing regression of MDL-52206.
-
git://github.com/paulholden/moodleilya authored
-
Thong Bui authored
Notification message for students after questions have been manually graded.
-
Reports can be viewed via two methods. Non-editing users can access them via their report listing page, and report editors can switch between editing and preview mode while working on their reports. Clean up remaining string definitions. Co-authored-by:
Mikel Martín <mikel@moodle.com>
-
Paul Holden authored
Aggregation of report columns allows the report editor to perform common types of data aggregation (concatenation, sum, count, etc) on given columns.
-
Co-authored-By:
Mikel Martín <mikel@moodle.com>
-
Includes nice interactions for element drag & drop, consistent styling for templates and tidy up of element alignment/spacing.
-
Implement module for filters editing, allowing the report editor to define which filters are available when users are viewing the report. These filters allow those users viewing the report to further limit the data being displayed (after conditions have been applied), by selecting their own values for each filter. Co-authored-by:
Paul Holden <paulh@moodle.com>
-
Paul Holden authored
Report conditions allow report creators to limit which data is displayed when the report is viewed. Users viewing the report cannot override these condition values.
-
Paul Holden authored
Implement UI elements for editing columns of a report, taking their definitions from the selected datasource. Co-authored-By:
David Matamoros <davidmc@moodle.com> Co-authored-By:
Mikel Martín <mikel@moodle.com>
-
Implement elements for creating/editing reports, along with new system report for listing and accompanying JS modules for user interaction. Create "Users" datasource as proof-of-concept. Co-authored-By:
Paul Holden <paulh@moodle.com>
-
Paul Holden authored
Define new filter/column models, and updated database schema to match.
-
sam marshall authored
The xpath name() function returns upper-case e.g. 'IMG' in Firefox and lower-case e.g. 'img' in Chrome.
-
git://github.com/mickhawkins/moodleilya authored
-
-
Eloy Lafuente authored
-
Eloy Lafuente authored
-
-
Thong Bui authored
-
-