- 29 Oct, 2021 3 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>
-
- 27 Oct, 2021 2 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 2 commits
-
-
victor authored
-
-
- 25 Oct, 2021 3 commits
-
-
git://github.com/paulholden/moodleilya authored
-
https://github.com/golenkovm/moodleilya authored
-
-
- 24 Oct, 2021 2 commits
-
-
Mikhail Golenkov authored
-
AMOS Bot authored
-
- 23 Oct, 2021 1 commit
-
-
Paul Holden authored
Create new entity for exposing report data on course categories, joining it to the course entity to provide data for the reportbuilder editor. Co-authored-by:
Carlos Castillo <carlos.castillo@moodle.com>
-
- 22 Oct, 2021 11 commits
-
-
ilya authored
-
git://github.com/stronk7/moodleilya authored
-
Eloy Lafuente authored
Note that this issue is not the one causing this problem alone but just one more causing the download limits to be surpassed. Allowing 1000 more bytes to have some margin, as far as we are adding lots of new css stuff here and there.
-
Thong Bui authored
Fixed issue "Save" and "Submit and finish" button is not disabled when file uploading in the ticket MDL-71644
-
git://github.com/abgreeve/moodlejun authored
-
Adrian Greeve authored
This extends the step to look for the file manager on admin pages as well which has a slightly different html signature to look for.
-
victor authored
Merge branch 'MDL-72607-master_fix_media_vimeo_url_parser' of https://github.com/praxisdigital/moodle
-
-
-
-
-
- 21 Oct, 2021 16 commits
-
-
git://github.com/ilyatregubov/moodlejun authored
-
-
jun authored
-
-
ilya authored
Element is on edge of browser. Changing window size.
-
jun authored
-
jun authored
-
-
-
Luca Bösch authored
-
Huong Nguyen authored
-
-
-
Andrew Nicols authored
This change adds configuration for the eslint-jsdoc plugin in order to detect the following errors with jsdoc blocks: * missing params * params in incorrect order * params with no type defined * properties incorrectly defined * incorrect use of @package * incorrect values for @access In addition, warnings will be thrown where indentation is incorrect.
-
Andrew Nicols authored
-
Andrew Nicols authored
-