Jun Pataleta
9320787005
MDL-46267 core: Remove $CFG->httpswwwroot
...
* It's unnecessary since $CFG->loginhttps has already been removed and
it's no longer being used in core anymore.
2019-07-22 10:59:42 +08:00
Jun Pataleta
b6e465c870
MDL-46267 core: https_required, verify_https_required final deprecation
2019-07-22 10:59:38 +08:00
Adrian Greeve
70f1d11338
Merge branch 'MDL-66136-master' of git://github.com/mihailges/moodle
2019-07-22 10:40:30 +08:00
Mihail Geshoski
b7e4229187
MDL-66136 assign: Verify presence of resources in online text submission
2019-07-22 07:55:54 +08:00
Mihail Geshoski
911d164dcb
MDL-66136 assignfeedback_comments: Extend testcase
2019-07-22 07:55:54 +08:00
Andrew Nicols
de2976e548
MDL-62497 js: Pass strings through get_string
2019-07-21 15:06:25 +08:00
Eloy Lafuente (stronk7)
81aaf369b6
Merge branch 'MDL-50733' of git://github.com/stronk7/moodle
2019-07-20 00:24:27 +02:00
Mathew May
3373a429d4
MDL-50733 core: Update composer to updated behat-extension
2019-07-19 16:06:34 +02:00
Andrew Nicols
05d940a8ee
Merge branch 'MDL-62497-master-final' of git://github.com/andrewnicols/moodle
2019-07-19 14:22:44 +08:00
Ryan Wyllie
3e5811aff2
MDL-62497 javascript: npm-shrinkwrap change
2019-07-19 14:12:49 +08:00
Andrew Nicols
73d3dfecc6
MDL-62497 javascript: lazy load js modules when cachejs is disabled
2019-07-19 14:12:49 +08:00
Ryan Wyllie
3095c3f6b0
MDL-62497 admin_tool: change user tours from third party lib to core
2019-07-19 14:12:49 +08:00
Ryan Wyllie
6466e89946
MDL-62497 javascript: rewrite core/str using ES6 syntax
2019-07-19 14:12:49 +08:00
Ryan Wyllie
38d4f754ca
MDL-62497 javascript: add watchman support to grunt watch command
2019-07-19 14:12:49 +08:00
Ryan Wyllie
78610b53c7
MDL-62497 javascript: fix truncate.js
...
There was some code in the charLengthAt function which was requiring
that the "this" context not be null however it was unnecessary
because it never uses "this" and for some reason it was being set to
null after the ES6 transpiling.
2019-07-19 14:12:49 +08:00
Ryan Wyllie
195ea4480b
MDL-62497 javascript: build AMD modules with new transpiler
2019-07-19 14:12:49 +08:00
Ryan Wyllie
c53f86d408
MDL-62497 javascript: add babel transpiling to Grunt for ES6 support
2019-07-19 14:12:48 +08:00
Ryan Wyllie
67b2262938
MDL-62497 javascript: add babel polyfill for es6 support
2019-07-19 14:12:48 +08:00
Jun Pataleta
62e72577b5
MDL-65938 mod_quiz: Use new core/checkbox-toggleall
...
Plus:
* On the attempts report pages, the "Regrade selected attempts"
and "Delete selected attempts" buttons are now only enabled when
there's at least one item selected.
* Behat fixes for quiz edit feature after this patch
2019-07-19 13:14:11 +08:00
Jun Pataleta
cbd8641a8a
MDL-65994 question: Convert checkboxes to checkbox-toggleall element
2019-07-19 10:29:18 +08:00
Jun Pataleta
0b88a8bccc
MDL-65946 mod_scorm: Use new core/checkbox-toggleall
2019-07-19 10:21:30 +08:00
David Monllaó
5ef49c591a
MDL-65633 tool_analytics: Notification for invalid analysis intervals
2019-07-18 18:38:13 +02:00
David Monllaó
3cb0aaaa8c
MDL-65633 analytics: New interfaces for time-splitting methods
2019-07-18 18:38:13 +02:00
Eloy Lafuente (stronk7)
8d9614b341
weekly release 3.8dev
2019-07-18 17:11:32 +02:00
Eloy Lafuente (stronk7)
8cc72cc764
NOBUG: Fixed file access permissions
2019-07-18 17:11:32 +02:00
Eloy Lafuente (stronk7)
2629c3d3a9
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2019-07-18 17:11:30 +02:00
Peter
9573f50ad1
MDL-66174 mod_assign: Remove the strict widths on the annotation menu
2019-07-18 12:55:40 +08:00
Mathew May
90117cefb8
MDL-65788 tool_policy: Move accept_policy JS call into an array
2019-07-18 10:47:18 +08:00
Andrew Nicols
e2142cec0c
Merge branch 'MDL-65757-master' of git://github.com/lameze/moodle
2019-07-18 09:20:38 +08:00
Andrew Nicols
23f2f3d8eb
Merge branch 'MDL-65768-master' of git://github.com/lameze/moodle
2019-07-18 09:08:52 +08:00
Andrew Nicols
201c689b20
Merge branch 'MDL-59911-conv_cleanup_check' of git://github.com/leonstr/moodle
2019-07-18 08:25:07 +08:00
AMOS bot
f8f249f0c7
Automatically generated installer lang files
2019-07-18 00:08:56 +00:00
Andrew Nicols
9b5b40031c
Merge branch 'MDL-66163-master' of git://github.com/marinaglancy/moodle
2019-07-18 07:44:54 +08:00
Eloy Lafuente (stronk7)
efbd73b91c
Merge branch 'MDL-66115_master' of https://github.com/dvdcastro/moodle
2019-07-17 23:08:53 +02:00
Eloy Lafuente (stronk7)
bcaf538116
Merge branch 'MDL-65742-master' of git://github.com/mihailges/moodle
2019-07-17 22:45:12 +02:00
Eloy Lafuente (stronk7)
d637fc7238
Merge branch 'MDL-65753' of git://github.com/Chocolate-lightning/moodle
2019-07-17 19:40:28 +02:00
Ryan Wyllie
48272cb849
MDL-66144 course: make course format weeks show relative dates
2019-07-17 15:52:51 +08:00
Ryan Wyllie
00a66396c7
MDL-66144 course: add function to calculate user course dates
2019-07-17 15:52:51 +08:00
Andrew Nicols
9b12c927aa
Merge branch 'MDL-63612-master' of git://github.com/bmbrands/moodle
2019-07-17 15:47:41 +08:00
Andrew Nicols
3e35647f3f
Merge branch 'MDL-65751-master' of git://github.com/mihailges/moodle
2019-07-17 15:22:27 +08:00
Andrew Nicols
d744d8fd2c
Merge branch 'MDL-65758' of git://github.com/Chocolate-lightning/moodle
2019-07-17 15:20:15 +08:00
Jake Dallimore
400eb6af80
Merge branch 'MDL-60405-master' of git://github.com/peterRd/moodle
2019-07-17 13:11:43 +08:00
Andrew Nicols
8958115663
Merge branch 'MDL-65538-master' of git://github.com/sarjona/moodle
2019-07-17 10:55:43 +08:00
Peter
1a9699012f
MDL-66021 restore: Additional restore unit tests with async mode
2019-07-17 10:52:53 +08:00
Andrew Nicols
4f320d1d7f
Merge branch 'MDL-65762-master' of git://github.com/abgreeve/moodle
2019-07-17 10:34:20 +08:00
Andrew Nicols
e68e7280c4
Merge branch 'MDL-65928-master-2' of git://github.com/junpataleta/moodle
2019-07-17 10:21:37 +08:00
Andrew Nicols
bd056d1e4b
Merge branch 'MDL-65750-master' of git://github.com/lameze/moodle
2019-07-17 10:10:52 +08:00
Mihail Geshoski
a6c735031a
MDL-65751 lib: Replace deprecated jQuery functions
2019-07-17 09:59:44 +08:00
Jun Pataleta
ea382408ce
MDL-65928 mod_choice: Use correct options attribute
...
* Should be 'classes', not 'class'.
2019-07-17 09:54:03 +08:00
Andrew Nicols
e8136fe3ca
Merge branch 'MDL-65357-master' of git://github.com/bmbrands/moodle
2019-07-17 09:39:58 +08:00