Andrew Nicols
31402aa406
MDL-69107 user: Fix autocomplete usages
2020-12-16 07:50:56 +08:00
Andrew Nicols
ba34d6e225
MDL-70148 behat: Update steps for keyboard
2020-11-17 15:14:43 +08:00
Alex Morris
fa99232970
MDL-70067 report_insights: Replace BS3 column naming
...
Bootstrap 4 removed col-xs- and replaced it with col-
2020-11-12 08:56:19 +13:00
Helen Foster
dd7a1d60e2
MDL-69998 lang: Import fixed English strings (en_fix)
2020-10-27 11:32:10 +01:00
Eloy Lafuente (stronk7)
f6711bb394
MDL-67673 phpunit: Fix the return type of template methods
...
All the setup/teardown/pre/post/conditions template methods
now are required to return void. This was warned with phpunit 7
and now is enforced.
At the same time, fix a few wrong function names,
provider data and param types, return statements...
2020-10-21 12:45:59 +02:00
Andrew Nicols
2830f39bc2
Merge branch 'MDL-69458-master' of git://github.com/mihailges/moodle
2020-08-27 12:42:31 +08:00
Andrew Nicols
08afc79a1f
MDL-66222 report_antivirus: Correct version number
2020-08-27 09:43:12 +08:00
Andrew Nicols
e471d82358
Merge branch 'MDL-66222-antivirus-reporting' of https://github.com/Peterburnett/moodle
2020-08-27 09:34:37 +08:00
Mihail Geshoski
0ca1792940
MDL-69458 report_insights: Respect perpage value in pagination bar
2020-08-24 09:29:01 +08:00
Peter Burnett
8e0e99e4fd
MDL-66222 antivirus: Improved error email capture
2020-08-21 12:21:09 +10:00
Nathan Nguyen
adbe92ce0a
MDL-66222 antivirus: Added antivirus failure reporting
2020-08-21 11:43:56 +10:00
Andrew Nicols
f24aae4cad
Merge branch 'MDL-67735-master' of git://github.com/bmbrands/moodle
2020-08-19 08:28:49 +08:00
Eloy Lafuente (stronk7)
fbb0767536
MDL-69475 versions: bump all versions and requires in master
...
version = 2021052500 release version
requires= 2021052500 same than version
Why 20210525? (25th May 2021) ?
Because master is going to be Moodle 4.0, to be released
on November 2021. And, until then, we are going to have
a couple of "intermediate" releases:
- Moodle 3.10 to be released 9th November 2020. (2020110900)
This version will be using versions from today to 2020110900
(once it's released the YYYYMMDD part stops advancing).
- Moodle 3.11 to be released 10th May 2021. (2021051000)
This version will be using versions from 3.10 release to 2021051000
(once it's released the YYYYMMDD part stops advancing).
That means that all versions from today to 2021051000 are going
to be used by those 2 "intermediate" releases (3.10 and 3.11).
And we cannot use them in master, because it's forbidden to have
any overlapping of versions between branches (or different upgrade
paths will fail).
So, get that 2021051000, let's add it a couple of weeks to cover
the on-sync period (or a 2 weeks delay max!) and, the first version
that master can "own" in exclusive (without any overlap) is, exactly,
25th May 2021, hence our 20210525.
2020-08-18 00:47:15 +02:00
Bas Brands
4394f9e358
MDL-67735 theme_boost: remove bs2 and bs4alpha compatibility css
2020-08-17 08:16:42 +00:00
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