- 22 Nov, 2021 1 commit
-
-
Safat Shahin authored
This implementation will introduce bulk actions qbank plugins which can grab the selected question and perform actions according to the selected option from dropdown in the base view. Co-Authored-By:
Safat Shahin <safatshahin@catalyst-au.net> Co-Authored-By:
Matt Porritt <mattp@catalyst-au.net>
-
- 18 Nov, 2021 1 commit
-
-
Paul Holden authored
Also prefetch all lang strings used by conditions editor.
-
- 16 Nov, 2021 1 commit
-
-
Paul Holden authored
This option allows report creators to avoid duplicate data being displayed in their report. It is applied only when no columns in the report currently have aggregation methods applied.
-
- 15 Nov, 2021 1 commit
-
-
Mathew May authored
-
- 11 Nov, 2021 3 commits
-
-
Mikel Martín Corrales authored
- Create a new 'settings' column in reportbuilder_report table and provide an API to manage it - Add new card view settings to custom reports
-
Simey Lameze authored
-
Mikel Martín Corrales authored
- Show a toast notification when saving an audience - Add form change checker when adding a new audience to prevent user from navigating away if it is not saved - Remove expand/collapse animation in audience sidebar to be consistent with editor Co-authored-By:
Paul Holden <paulh@moodle.com>
-
- 10 Nov, 2021 2 commits
-
-
Neill Magill authored
Not all global search configurations offer the same results as the default course search does. The default course search will return courses that the user can see the details of even if they can see them via a category, even if they are not enrolled and cannot enrol themselves on it. The equivalent global search configuration is: * Global search is enabled * The course indexing is enabled * All the name and summary of all courses are included in the results This patch will only let global search replace the default course search when those criteria are met. It will also display on the global search configuration page if global search will replace the legacy course search.
-
Paul Holden authored
Co-authored-by:
Odei Alba <odeialba@gmail.com>
-
- 04 Nov, 2021 2 commits
-
-
Juan Leyva authored
-
Juan Leyva authored
-
- 03 Nov, 2021 2 commits
-
-
Juan Leyva authored
-
Mikhail Golenkov authored
-
- 02 Nov, 2021 1 commit
-
-
Paul Holden authored
-
- 01 Nov, 2021 1 commit
-
-
Paul Holden authored
-
- 29 Oct, 2021 4 commits
-
-
David Matamoros authored
This tab includes a system report that provides a listing of all users who can access the report, taking into account all audiences that have been created for it. Update page of users available reports to obey audience configuration. Fix filters JS form to ensure it is only loaded once. Co-authored-by:
Mikel Martín <mikel@moodle.com>
-
Add new tab to editor, allowing user to select from available audience types in order to grant access to their reports. Co-authored-by:
David Matamoros <davidmc@moodle.com>
-
David Matamoros authored
Create the base audience class, to be extended by all audience types across the site. Implement types allowing audiences to be created per user, cohort or system role assignment. The helper class is used for interrogating report audience instances and retrieving access lists of those users able to view specific reports. Co-authored-by:
Paul Holden <paulh@moodle.com>
-
Ferran Recio Calderó authored
-
- 27 Oct, 2021 3 commits
-
-
In preparation for further tabs in this interface, convert the report editor to use the Dynamic tabs API. At the same time, update the editor JS and it's modules to add listeners on `document` instead of the report element itself, which will move in and out of the current DOM in the future as tabs are switched. Co-authored-by:
Paul Holden <paulh@moodle.com>
-
David Matamoros authored
-
-
- 26 Oct, 2021 1 commit
-
-
Create two entities exposing reportable data on site cohorts and their members, via column and filter definitions. Create report source bringing them together along with the user entity to provide data for the reportbuilder editor. Co-authored-by:
Carlos Castillo <carlos.castillo@moodle.com>
-
- 23 Oct, 2021 1 commit
-
-
Tim Hunt authored
-
- 21 Oct, 2021 1 commit
-
-
Huong Nguyen authored
- Create new web services for manage subscription (Update calendar subscription) - Modified delete subscription feature to use Web service. - Midified update subscription feature to use in-place editbale - Delete subscription feature now have a confirmation box before processing. - Fixed some accessibility issues - Used 'Delete' instead of 'Remove' for deleting subscriptions
-
- 19 Oct, 2021 10 commits
-
-
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>
-
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.
-
bas authored
-
-
- 15 Oct, 2021 1 commit
-
-
Amaia authored
-
- 14 Oct, 2021 1 commit
-
-
Amaia authored
-
- 13 Oct, 2021 2 commits
-
-
Paul Holden authored
-
Ferran Recio Calderó authored
-
- 12 Oct, 2021 1 commit
-
-
Nathan Nguyen authored
-