Andrew Nicols
63a66eb2ce
MDL-69134 competencies: Behat fails randomly opening dialogues
2020-07-08 09:21:44 +08:00
Bas Brands
ee658223ff
MDL-69122 report_competency: fix clearfix
...
- a misplaced clearfix caused part of the recontrols to be
inaccessible
2020-06-24 09:06:21 +02:00
Eloy Lafuente (stronk7)
115cc0214f
MDL-68973 versions: bump all versions and requires near release
...
version = 2020061500 release version
requires= 2020060900 current rc1 (week7roll1) version
2020-06-09 16:23:09 +02:00
Andrew Nicols
0d01f2ae56
MDL-68463 report_participants: Use new shared participant actions module
2020-05-18 20:00:47 +08:00
Jun Pataleta
51939f6feb
Merge branch 'MDL-68261-cli-config-log' of https://github.com/brendanheywood/moodle
2020-05-13 10:36:54 +08:00
Andrew Nicols
29c5fafff5
MDL-66109 js: Fix Shifter linting issues
2020-05-11 11:07:49 +08:00
Andrew Nicols
7afd16ad84
MDL-66109 behat: Require newline at EOF
...
This change enables the gherkinlint rule to require a new line at the
end of the file. This change is in keeping with existing Moodle coding
style guidelines.
2020-05-11 11:07:49 +08:00
Brendan Heywood
76de190c25
MDL-68261 report_configlog: Log changes from admin/cli/cfg.php
2020-05-05 17:52:27 +10:00
Sara Arjona
106974b31a
Merge branch 'MDL-67751' of https://github.com/paulholden/moodle
2020-04-15 17:57:05 +02:00
Paul Holden
2c469d3843
MDL-67751 course: include inline folders in list of resources.
2020-04-15 13:59:50 +01:00
Brendan Heywood
79dbcce8b1
MDL-68185 report_performance: Refactored into Check API
2020-04-08 14:35:33 +10:00
Brendan Heywood
e8e2bd28ec
MDL-47271 check: Refactor check table into a renderable
2020-04-08 14:35:33 +10:00
Brendan Heywood
20167daf89
MDL-47271 report_status: Added System status report
2020-04-08 14:35:31 +10:00
Brendan Heywood
a28277697d
MDL-67818 check: Rename renderer to be less generic
2020-04-07 12:07:42 +10:00
Sara Arjona
43cda51ea1
Merge branch 'MDL-68233' of https://github.com/timhunt/moodle
2020-04-06 12:51:22 +02:00
Brendan Heywood
00c2153be1
MDL-67818 check: Added Check API and refactored security checks
...
AMOS BEGIN
MOV [check_noauth_details,report_security],[check_noauth_details,auth_none]
MOV [check_noauth_error,report_security],[check_noauth_error,auth_none]
MOV [check_noauth_name,report_security],[check_noauth_name,auth_none]
MOV [check_noauth_ok,report_security],[check_noauth_ok,auth_none]
AMOS END
2020-04-06 12:28:37 +10:00
Tim Hunt
19f221961e
MDL-68233 renderers/block: fix reported coding style issues
2020-03-29 15:35:04 +01:00
Tim Hunt
1dcd0d3499
MDL-68233 renderers/block: remove illegal uses of $PAGE and $OUTPUT
2020-03-29 15:34:26 +01:00
Adrian Greeve
dbeca9f5ca
Merge branch 'MDL-67424-master' of git://github.com/rezaies/moodle
2020-01-22 13:56:33 +08:00
Shamim Rezaie
56d5a50483
MDL-67424 report_outline: behat user report with a no-grade forum
2020-01-16 03:15:42 +11:00
Andrew Nicols
16d4515411
MDL-66213 report_loglive: Do not look up course 0
2020-01-14 13:20:02 +01:00
Sara Arjona
e3f29b01c0
Merge branch 'patch_view_anon_event_MDL-66213' of git://github.com/Dave-B/moodle
2020-01-13 10:10:10 +01:00
David Balch
9cce07111e
MDL-66213 report_loglive: Show anonymous events when capability allows.
2020-01-10 13:48:59 +00:00
David Balch
51c4efa29f
MDL-66213 report_log: Show anonymous events when capability allows.
2020-01-10 13:48:59 +00:00
Jake Dallimore
857fabb618
Merge branch 'master-MDL-67467' of https://github.com/yao9394/moodle
2019-12-30 09:59:20 +08:00
Adrian Greeve
f00542c485
Merge branch 'MDL-66999-master' of git://github.com/bmbrands/moodle
2019-12-23 14:26:39 +08:00
John Yao
9514c1ac35
MDL-67467 Reports: sortable date format in pregress csv report
...
date format in csv report should be sortable by date.
2019-12-23 15:39:41 +11:00
Paul Holden
d05078d023
MDL-65735 report_progress: reset URL start parameter in initials bars.
2019-12-12 18:23:56 +00:00
Bas Brands
40ea67534c
MDL-66999 theme_boost: @extend remove extends for tables
2019-12-12 11:27:56 +01:00
Bas Brands
9396731e94
MDL-66999 theme_boost: @extend replace .col-xs-*
...
Remove legacy col-xs-* classes. They are changed in upstream
Bootstrap 4 stable with just col-*.
2019-12-09 10:49:39 +01:00
Bas Brands
275f690f11
MDL-66999 theme_boost: @extend for admin warnings
2019-12-09 10:49:38 +01:00
Sara Arjona
04b52780eb
Merge branch 'MDL-29693' of https://github.com/paulholden/moodle
2019-12-04 11:40:22 +01:00
Paul Holden
fdd3ccaf07
MDL-29693 report_configlog: implement report search filtering.
2019-12-04 10:19:22 +00:00
Paul Holden
a00801c071
MDL-29693 report_configlog: re-factor output to use renderers.
...
AMOS BEGIN
MOV [value,report_configlog],[valuenew,report_configlog]
MOV [oldvalue,report_configlog],[valueold,report_configlog]
AMOS END
2019-12-04 10:17:41 +00:00
John Yao
d0734df404
MDL-65729 Backup: Split individual backups into ad-hoc tasks
...
* refactor run automated backup
* new backup status of Queued
* adhoc task for backing up a course
* course locking for course backup adhoc task
* use Moodle locking instead of custom locking for run automated backup task
* add unit tests to extracted methods
2019-12-04 15:10:23 +11:00
Bas Brands
cb4542b868
MDL-67222 tool_lp: update css classes for Bootstrap 4.3
2019-11-25 13:33:21 +01:00
Eloy Lafuente (stronk7)
d5be859063
MDL-67199 versions: bump all versions and requires near release
...
version = 2019111800 release version
requires= 2019111200 current beta (week7roll1) version
2019-11-12 17:57:08 +01:00
Jun Pataleta
cf29a4857a
Merge branch 'MDL-66701_master' of git://github.com/dmonllao/moodle
2019-11-07 15:41:45 +08:00
David Monllaó
d7d52aae15
MDL-66701 report_insights: Target's extra info on the insights report
2019-11-07 15:09:15 +08:00
Jun Pataleta
a65873c37d
Merge branch 'MDL-66592_master' of git://github.com/dmonllao/moodle
2019-11-07 10:35:21 +08:00
Paul Holden
7455b741c9
MDL-66762 user: escape extra/email user fields.
2019-11-07 09:00:19 +08:00
David Monllaó
279f370b3f
MDL-66592 report_insights: Help icon for indicator calculations desc
2019-11-07 08:25:35 +08:00
Jun Pataleta
fd8c021447
Merge branch 'MDL-67039_master' of git://github.com/dmonllao/moodle
2019-11-04 19:21:41 +08:00
David Monllaó
47b506e2f7
MDL-67039 analytics: Unidimensional array if no predictions
2019-11-04 09:32:05 +08:00
Helen Foster
7ac4c9c1f6
MDL-66990 lang: Import fixed English strings (en_fix)
...
Significant string changes:
* hidegrader_help,mod_assign - note about setting having no effect on
comments box
* configdefaultrequestcategory, configenablecourserequests,
configlockrequestcategory, lockrequestcategory, core_admin - clearer
explanation
* configenablecompletion,core_completion - including reason for setting
activity completion conditions
* emailstop,core - clearer wording
* setuplink_desc,tool_mobile - including where the app download page
link is displayed and leaving the setting empty
2019-11-01 11:16:10 +01:00
David Monllaó
bf25fb166c
MDL-65585 analytics: Global on/off switch
2019-10-10 10:06:31 +08:00
David Monllaó
386d109172
MDL-62191 analytics: Support for bulk actions
2019-09-27 14:13:52 +08:00
David Monllaó
93e71c712d
MDL-66091 report_insights: Unify contextwithinsights cache sets
2019-09-18 13:00:06 +08:00
David Monllaó
486e797c5f
MDL-66091 analytics: Targets choose if there should be a report or not
2019-09-17 13:58:55 +08:00
David Monllaó
21202090f7
MDL-66091 report_insights: Usability improvements
...
- More feedback provided for the user once they click on useful/notuseful from the email.
- Replace the indicator calculations table headers for the table caption and
replace the text by just "Indicators"
- Replace "System" for the site name for insights generated at system
level
- Replace "$modelname prediction" for "$modelname" in report/insights/prediction.php
heading
MDL-66091
2019-09-17 13:57:36 +08:00