Andrew Nicols
987d112340
MDL-49399 task: Remove hardcoded LIMIT
2019-01-17 08:02:24 +08:00
Eloy Lafuente (stronk7)
7a5da322b2
Merge branch 'MDL-64347-master' of git://github.com/andrewnicols/moodle
2019-01-16 23:53:59 +01:00
Eloy Lafuente (stronk7)
98b845bd59
Merge branch 'MDL-64359-master' of git://github.com/andrewnicols/moodle
2019-01-16 19:05:30 +01:00
Eloy Lafuente (stronk7)
3d8a771d09
Merge branch 'MDL-63103' of https://github.com/NeillM/moodle
2019-01-16 19:02:21 +01:00
Sara Arjona
32c863f276
Merge branch 'MDL-63916-master' of git://github.com/damyon/moodle
2019-01-16 15:33:08 +01:00
Sara Arjona
fda676957d
Merge branch 'MDL-63620-master' of git://github.com/junpataleta/moodle
2019-01-16 14:15:10 +01:00
Sara Arjona
2a2fa61025
Merge branch 'MDL-64134-master' of git://github.com/ryanwyllie/moodle
2019-01-16 13:06:57 +01:00
Andrew Nicols
23d6756256
MDL-64347 task: Add restrictions to scheduled task runner
2019-01-16 17:20:25 +08:00
Andrew Nicols
24bfd53c73
MDL-64347 task: Add restrictions to adhoc task runner
2019-01-16 17:20:25 +08:00
Jake Dallimore
6e683cd2d2
Merge branch 'MDL-49399-master' of git://github.com/andrewnicols/moodle
2019-01-16 15:56:40 +08:00
Sara Arjona
c13387eeff
Merge branch 'MDL-64166-master' of https://github.com/ryanwyllie/moodle
2019-01-16 08:48:29 +01:00
Kiet.Chan
81eb8b2bbc
MDL-64323 GDPR: New request form user search not using configured fields
2019-01-16 13:34:53 +07:00
Andrew Nicols
cca12f68d0
MDL-49399 core: Allow creation of a new per-request basedir
...
Shutdown handlers are processed in order. If something in a shutdown
handler uses a file which is stored in a per-request directory, and
another, unrelated, per-request directory was created before the handler
started. then a fresh per-request directory will be required.
2019-01-16 12:14:25 +08:00
Andrew Nicols
251ee97c35
MDL-49399 tool_task: Link to log viewer
...
This commit also adds the fa-file-text icon from font-awesome.
2019-01-16 12:14:25 +08:00
Andrew Nicols
8c69e86cd4
MDL-49399 task: Add admin log viewer
...
AMOS BEGIN
CPY [eventstarttime,core_calendar],[task_starttime,core_admin]
CPY [eventduration,core_calendar],[task_duration,core_admin]
CPY [result,core_cache],[task_result,core_admin]
CPY [database,install],[task_dbstats,core_admin]
CPY [fail,install],[task_result:failed,core_admin]
AMOS END
2019-01-16 12:14:25 +08:00
Andrew Nicols
4b71596fc9
MDL-49399 task: Add task logging API
2019-01-16 12:14:25 +08:00
Eloy Lafuente (stronk7)
4f4e987cdb
Merge branch 'MDL-63607-master' of git://github.com/andrewnicols/moodle
2019-01-16 00:36:59 +01:00
Sara Arjona
ce5ca79ba5
Merge branch 'MDL-64346-master' of git://github.com/abgreeve/moodle
2019-01-15 15:38:12 +01:00
Adrian Greeve
b70c364a7f
MDL-64346 mod_resource: Fix problems with # in file name.
2019-01-15 14:24:13 +01:00
Sara Arjona
a27dbff41c
Merge branch 'MDL-64171-master' of git://github.com/bmbrands/moodle
2019-01-15 13:54:50 +01:00
Sara Arjona
1557d7a8df
Merge branch 'MDL-64425-master' of git://github.com/lameze/moodle
2019-01-15 13:20:47 +01:00
Sara Arjona
fae8345e3b
Merge branch 'MDL-64432_master' of git://github.com/gjb2048/moodle
2019-01-15 12:57:22 +01:00
Sara Arjona
74a6abc6bb
Merge branch 'MDL-62439-master' of https://github.com/lucaboesch/moodle
2019-01-15 12:02:05 +01:00
Sara Arjona
64afd81e0b
Merge branch 'MDL-63881-master' of https://github.com/lucaboesch/moodle
2019-01-15 11:37:07 +01:00
Andrew Nicols
f93e2c5c1e
MDL-52132 core_question: Comment is different if format has changed
2019-01-15 18:56:12 +11:00
Shamim Rezaie
305d2716f6
MDL-52132 qbehaviour_manualgraded: unit test for changing comment format
2019-01-15 18:56:03 +11:00
Andrew Nicols
af540d426d
MDL-49399 task: Add task log table
2019-01-15 07:56:20 +08:00
Andrew Nicols
702123a1dd
MDL-49399 core: Add ability to specify a header col
2019-01-15 07:55:36 +08:00
Eloy Lafuente (stronk7)
8a2936f5fd
Merge branch 'MDL-63677-master' of git://github.com/sarjona/moodle
2019-01-14 23:03:51 +01:00
sam marshall
ff13ae5906
MDL-64454 Admin: Configuration option for cron frequency warning
...
This change makes the warning time (default 200 seconds) configurable
in config.php.
2019-01-14 17:07:37 +00:00
sam marshall
b18034ed67
MDL-64454 Admin: Warning if cron does not run frequently
...
There is an existing warning if cron doesn't run at all (hasn't run
for 24 hours). This commit adds a warning if cron hasn't run for 3
minutes, based on the recommendation that cron should run every
minute.
2019-01-14 17:07:36 +00:00
Sara Arjona
0f1377cc31
Merge branch 'MDL-60082-master' of git://github.com/damyon/moodle
2019-01-14 12:03:06 +01:00
Damyon Wiese
65834189e9
MDL-64570 accessibility: purpose login fields
...
Provide the autocomplete attribute and username / current-password values to username
and password fields in login forms.
https://www.w3.org/WAI/WCAG21/Understanding/identify-input-purpose.html
2019-01-14 16:16:34 +08:00
Shamim Rezaie
98e019455e
MDL-64551 core_question: Fix double ampersand escaping in tag button
2019-01-14 18:21:41 +11:00
Jun Pataleta
c617a7271a
MDL-63620 group: Option to enable group messaging for imported groups
2019-01-14 13:31:23 +08:00
Jun Pataleta
e5e5b37749
MDL-63620 group: Option for group messaging when auto-creating groups
2019-01-14 13:29:42 +08:00
Mark Nelson
4cec9fca96
MDL-64566 core_message: removed unnecessary DB call
2019-01-14 09:45:38 +08:00
Charles Fulton
7868aab181
MDL-64528 core_completion: prevent toggling completion in frozen context
2019-01-12 07:37:21 -08:00
Paul Holden
1cd62f2bc8
MDL-64190 mod_quiz: use password unmask config element.
...
Also created required admin setting class for creating unmask password
elements with an 'advanced' checkbox control.
2019-01-11 15:11:24 +00:00
Paul Holden
1a36b8b5aa
MDL-64190 search_solr: use password unmask config elements.
2019-01-11 15:11:24 +00:00
Davo Smith
223fc57d27
MDL-64552 admin: use hideIf instead of disabledIf (where appropriate)
2019-01-11 11:27:33 +00:00
Tim Hunt
a44065edaa
MDL-61441 accesslib: get_users_by_capability groups perf improvement
2019-01-11 11:26:41 +00:00
Tim Hunt
e5153d93c0
MDL-64393 drag-drop qtypes: be more robust when page layout changes
2019-01-11 11:25:13 +00:00
Tim Hunt
096a5b9949
MDL-64464 drag-drop qtypes: allow <span lang=".."> id draggables
...
This is for accessibility, so that screen readers can read the drag
items with correct pronunciation.
2019-01-11 11:13:11 +00:00
Tim Hunt
c942cad763
MDL-64465 qtypes: fix incorrect context passed to format_string
2019-01-11 11:12:24 +00:00
Sara Arjona
c654e35007
MDL-63677 core_user: Avoid redirection during signup
...
Purge cache just for the current user to avoid redirection when 2
simultaneous users try to sign up at the same time and some policy
has to be agreed.
The 'createduser' invalidation event has been removed also because
is not used any more.
Thanks John Azinheira for spotting it!
2019-01-11 10:20:59 +01:00
Neill Magill
1b43c84980
MDL-63103 filebrowser: Speed up finding activities with files
...
Before this change the query examined at every course_module record in
the context table.
With this change we use the course_modules table to more efficiently
find all the activities in the course, which means that many less
records in the context table need to be examined.
2019-01-11 08:58:39 +00:00
VinhLe
2ea8fbb0bd
MDL-64469 Question bank: Change link questions in category question.
...
Make it easier to navigate from the category list to the questions in a category.
2019-01-11 11:28:49 +07:00
VinhLe
26208463fe
MDL-64031 enrol_manual: Fix hard-coded list of user fields.
...
Respect get_extra_user_fields() in PHP code
2019-01-11 11:24:15 +07:00
Peter
cea8e2763b
MDL-64238 mod_lesson: Check enrollment calendar_action generator
...
* Updated unit tests to account for participants
2019-01-11 07:56:18 +08:00