Jake Dallimore
849e657b06
Merge branch 'MDL-49399-master' of git://github.com/andrewnicols/moodle
2019-01-17 08:22:37 +08:00
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
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
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
74a6abc6bb
Merge branch 'MDL-62439-master' of https://github.com/lucaboesch/moodle
2019-01-15 12:02:05 +01: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
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
Luca Bösch
1bfed23bf5
MDL-62439 output: Debugstringids in overlay windows.
2019-01-10 22:18:50 +01:00
Jake Dallimore
2336493501
Merge branch 'MDL-64004-master' of git://github.com/damyon/moodle
2019-01-10 10:59:56 +08:00
Eloy Lafuente (stronk7)
a887977cba
Merge branch 'MDL-63686-master' of git://github.com/andrewnicols/moodle
2019-01-09 12:36:09 +01:00
Andrew Nicols
889b585b29
MDL-63686 core: recordset => records when fetching contexts
2019-01-09 19:08:08 +08:00
Andrew Nicols
8cd02f0c51
Merge branch 'MDL-62550-master-2' of https://github.com/snake/moodle
2019-01-09 15:09:00 +08:00
Jake Dallimore
f68426d1fb
Merge branch 'MDL-64345-master' of https://github.com/s-cenni/MDL-64345
2019-01-09 14:13:38 +08:00
Jake Dallimore
574861588a
MDL-62550 core_form: bring back the form item unique ids to fix js fails
...
This id matches the id seen on the clean theme elements and is needed by
the forms js.
2019-01-09 11:34:26 +08:00
Jake Dallimore
f49e93d406
Merge branch 'MDL-63761-master' of git://github.com/damyon/moodle
2019-01-09 09:05:38 +08:00
Eloy Lafuente (stronk7)
3dd0251dd4
Merge branch 'MDL-64285-master' of git://github.com/junpataleta/moodle
2019-01-09 00:09:15 +01:00
Michael Hawkins
6360f87cdc
MDL-64395 groups: Added XSS Risk to the manage groups capability
2019-01-08 16:24:48 +01:00
Andrew Nicols
bbf4a7f38b
Merge branch 'MDL-58596-master' of git://github.com/vmdef/moodle
2019-01-08 16:14:58 +08:00
Leon Stringer
8f402dbc66
MDL-58596 core_stats: fixed infinite loop cause by DST change
2019-01-08 07:37:42 +00:00
Víctor Déniz Falcón
5007d1cb04
MDL-58596 core_stats: unit test for stats_get_base_weekly
2019-01-08 07:36:48 +00:00
Jake Dallimore
662371fd65
Merge branch 'MDL-63686-master' of git://github.com/andrewnicols/moodle
2019-01-08 14:37:31 +08:00
Andrew Nicols
ccbdced987
MDL-63686 core: Preload parent contexts
2019-01-08 14:11:00 +08:00
Andrew Nicols
024b5c5b9f
Merge branch 'MDL-63722-master' of git://github.com/rezaies/moodle
2019-01-08 12:04:19 +08:00
Andrew Nicols
8feef7308a
Merge branch 'MDL-64400-master' of git://github.com/aanabit/moodle
2019-01-08 08:27:06 +08:00
Andrew Nicols
792267c3b4
Merge branch 'MDL-63276' of https://github.com/stronk7/moodle
2019-01-08 06:55:37 +08:00
Eloy Lafuente (stronk7)
11825f1439
Merge branch 'MDL-63809-master-5' of git://github.com/rezaies/moodle
2019-01-07 22:12:45 +01:00
Ryan Wyllie
c77ba4890a
MDL-64348 javascript: change template loading to a buffer
...
Changed the template loading to buffer the requests for templates
so that they can be sent in batches to the server to save large
volumes of network requests.
2019-01-07 09:03:06 +08:00
Ryan Wyllie
2b92891a88
MDL-64348 javascript: change template loading to also load dependencies
...
Changed the getTemplate function in templates.js to use the
core_output_load_template_with_dependencies function to load the
requested template and all of the dependencies required to render it.
The dependencies are added to the relevant caches so that when the
template is rendered they aren't re-requested from the server.
2019-01-07 09:03:06 +08:00
Ryan Wyllie
fbbed5c603
MDL-64348 javascript: add cache_strings to str.js
...
Added a function to allow a set of strings to be added to the
str.js caches if they've been loaded outside of that module.
2019-01-07 09:03:06 +08:00
Ryan Wyllie
e0034b5da6
MDL-64348 template: add load_template_with_dependencies external func
2019-01-07 09:03:06 +08:00
Ryan Wyllie
0664130b88
MDL-64348 templates: add mustache_template_source_loader class
2019-01-04 15:38:27 +08:00
Eloy Lafuente (stronk7)
a12207be25
MDL-63276 upgrade: clean < 3.2.0 upgrade steps
...
3.7 (min PHP 7.1) requires 3.2 (first version supporting PHP 7.1)
This just deletes all the upgrade steps previous to 3.2.0. Some
small adjustments, like adding missing MOODLE_INTERNAL or tweaking
globals can also be applied when needed.
Also includes an upgrade step to prevent upgrading from any
version < 2016120500 (v3.2.0) as anti-cheating measure.
Next commit will get rid of/deprecate all the upgradelib functions
not used anymore in codebase. (note there isn't any this time).
2019-01-03 01:17:17 +01:00
Eloy Lafuente (stronk7)
422947e070
MDL-63276 install: PHP min version checker bump to PHP 7.1
2019-01-03 01:17:17 +01:00
Damyon Wiese
091365330a
MDL-63761 grade: Performance fix for regrading
...
Don't use a separate variable to count the number of items in finalids.
2019-01-02 10:23:20 +08:00
Amaia Anabitarte
57afd82ab0
MDL-64400 core_messages: Allow cron to delete unread notifications too
2018-12-27 09:15:53 +01:00
Shamim Rezaie
b6ece79d81
MDL-63722 javascript: misinterpret as outside click if DOM is modified
2018-12-19 16:01:09 +11:00
Andrew Nicols
0ab2d87c50
Merge branch 'MDL-64061-master-amdload' of git://github.com/mudrd8mz/moodle
2018-12-19 09:10:09 +08:00
Shamim Rezaie
8e93e515ed
MDL-63809 question: handling bad questions in question_has_capability_on
2018-12-18 15:05:37 +11:00
Damyon Wiese
fd25c7d5f8
MDL-64004 webservice: Do not update accesstime
...
Do not update the automatically update the course access time when a
course is accessed via a webservice or ajax.
2018-12-18 09:06:07 +08:00