Eloy Lafuente (stronk7)
164597248c
Merge branch 'MDL-66293-master' of git://github.com/rezaies/moodle
2019-09-16 20:34:23 +02:00
Eloy Lafuente (stronk7)
ecfac20187
Merge branch 'MDL-66550-master' of git://github.com/andrewnicols/moodle
2019-09-12 15:28:06 +02:00
Andrew Nicols
5034f0a12b
MDL-66550 theme: Wrap JS calls in pendingJS
2019-09-12 20:58:10 +08:00
Shamim Rezaie
74051d3b4b
MDL-66293 javascript: set maximum paging bar size to 10
2019-09-12 14:23:56 +10:00
Shamim Rezaie
ffa329986c
MDL-66293 javascript: Added support to set bar size for paging bars
2019-09-12 14:23:56 +10:00
Andrew Nicols
dd3e427d88
Merge branch 'MDL-66489-master' of git://github.com/rezaies/moodle
2019-09-12 07:05:50 +08:00
Eloy Lafuente (stronk7)
6cbc3be766
Merge branch 'MDL-55751-master' of git://github.com/bmbrands/moodle
2019-09-11 23:16:51 +02:00
Andrew Nicols
76e0b6315a
Merge branch 'MDL-66552-master' of https://github.com/snake/moodle
2019-09-11 21:19:51 +08:00
Shamim Rezaie
2d4ce64dde
MDL-66489 enrol: Send all form data to WS and do all busines logic there
...
It is discouraged to use JS Date functions. We should pass all raw data to PHP.
2019-09-11 20:18:26 +10:00
Jake Dallimore
6739739100
Merge branch 'MDL-65493-master' of git://github.com/andrewnicols/moodle
2019-09-11 13:45:19 +08:00
Jake Dallimore
28be82a6a6
Merge branch 'MDL-66550-master' of git://github.com/andrewnicols/moodle
2019-09-11 10:39:17 +08:00
Andrew Nicols
2920155a31
MDL-66550 behat: Transform fields to search in a fieldset
2019-09-10 21:29:03 +08:00
Andrew Nicols
d10ed4d240
MDL-66550 behat: Standardise finding in core functionality
2019-09-10 21:29:03 +08:00
Andrew Nicols
b983ae4ab8
MDL-66550 behat: Add ability to transform a specific selector
2019-09-10 21:29:00 +08:00
Andrew Nicols
700682dc40
MDL-66550 behat: Normalise selectors better
2019-09-10 21:28:47 +08:00
Jake Dallimore
42bce7a965
Merge branch 'MDL-58992_master' of git://github.com/dmonllao/moodle
2019-09-10 13:40:23 +08:00
Jake Dallimore
e524921353
Merge branch 'MDL-66599_master' of git://github.com/dmonllao/moodle
2019-09-10 10:46:28 +08:00
Bas Brands
8ea1e39f4c
MDL-55751 themes: remove the css chunker
...
The css chunker is a workaround a browser bug for old IE versions
2019-09-09 11:18:05 +02:00
Frédéric Massart
f3847964b6
MDL-66502 javascript: Remove extension from AMD module names
2019-09-09 16:25:17 +08:00
Vlad Apetrei
8cb90066d4
MDL-58992 analytics: add multi-classification to predictors
...
Adds multi-class capabilities to prediction processors
as well as multi-classification unit tests
2019-09-09 08:49:56 +08:00
David Monllaó
f5583e9718
MDL-66599 analytics: New index for analytics_used_analysables
2019-09-09 08:30:50 +08:00
Andrew Nicols
05abf2cf2f
MDL-65493 core: Add pendingJS around pubsub.publish
2019-09-06 08:40:56 +08:00
Jake Dallimore
a7e33b03a4
Merge branch 'MDL-56223-master' of git://github.com/lameze/moodle
2019-09-05 17:20:03 +08:00
Simey Lameze
d5727ed3ba
MDL-56223 calendar: skip events updating if nothing has changed
2019-09-05 16:18:37 +08:00
Jake Dallimore
cd1bdc7946
Merge branch 'MDL-66551-master' of git://github.com/lameze/moodle
2019-09-05 11:12:35 +08:00
Andrew Nicols
506a0f4bc0
MDL-66340 setup; Whitepace fix
2019-09-05 10:50:25 +08:00
Andrew Nicols
bca45d08fd
Merge branch 'MDL-66340' of https://github.com/brendanheywood/moodle
2019-09-05 10:45:55 +08:00
Simey Lameze
8c07d7d760
MDL-66551 core_user: remove orphaned calendar subscriptions
2019-09-05 10:21:05 +08:00
Jake Dallimore
2796356278
Merge branch 'MDL-66367_master' of git://github.com/markn86/moodle
2019-09-05 09:26:28 +08:00
Eloy Lafuente (stronk7)
9533156775
Merge branch 'MDL-66072-master-3' of git://github.com/peterRd/moodle
2019-09-05 02:48:00 +02:00
Mark Nelson
af8a70756f
MDL-66367 core: don't cache templates if templaterev is invalid
2019-09-04 12:54:02 +02:00
Mark Nelson
9e5edc7f68
MDL-66367 core: use templaterev as the cache key when getting templates
2019-09-04 12:54:02 +02:00
Mark Nelson
988482f077
MDL-66367 core: make templaterev available in JS
2019-09-04 12:54:02 +02:00
Mark Nelson
e63395bbed
MDL-66367 core: added templaterev variable
2019-09-04 12:54:02 +02:00
Mark Nelson
5beb388516
MDL-66367 core: added new cachetemplates setting
2019-09-04 12:54:02 +02:00
Ryan Wyllie
3fb0cbd4bb
MDL-62284 javascript: prevent nested JS mustache handler calls
...
Prevent the JS mustache helper from being executed from within
the render call of another mustache helper because it can allow
users to inject JS into the page.
2019-09-04 11:22:51 +08:00
Ryan Wyllie
f9664b0c19
MDL-62284 output: prevent nested JS mustache handler calls
...
Prevent the JS mustache helper from being executed from within
the render call of another mustache helper because it can allow
users to inject JS into the page.
2019-09-04 11:22:51 +08:00
Peter
14db737452
MDL-66072 core: Remove ancillary sharing functions and code
2019-09-04 07:09:43 +08:00
Peter
020bad738a
MDL-66072 core: Remove course sharing and related capabilities
2019-09-04 07:09:05 +08:00
Eloy Lafuente (stronk7)
3085a5843a
Merge branch 'MDL-63315-master' of https://github.com/sammarshallou/moodle
2019-09-04 00:14:53 +02:00
Eloy Lafuente (stronk7)
3213963f96
MDL-66120 block_community: make upgrade steps match current version
2019-09-03 12:32:13 +02:00
Eloy Lafuente (stronk7)
ea1283ddca
Merge branch 'MDL-66120-master' of git://github.com/peterRd/moodle
2019-09-03 12:27:34 +02:00
Jake Dallimore
3f64863d22
Merge branch 'MDL-38555-master' of https://github.com/sammarshallou/moodle
2019-09-03 11:07:10 +08:00
Peter
1d6f041a2e
MDL-66120 block_community: Remove community block and related caps
...
With the sunsetting of moodle.net, the community block will no longer
be functional, so removing the block and related caps
2019-09-03 09:30:50 +08:00
Eloy Lafuente (stronk7)
5795785472
Merge branch 'MDL-66457-master' of git://github.com/andrewnicols/moodle
2019-09-03 00:54:42 +02:00
Andrew Nicols
8cb4578de8
MDL-66181 behat: You check checkboxes, not click them
2019-09-02 17:04:35 +02:00
David Monllaó
d3253b73c4
MDL-66069 mlbackend_python: Bump to a new version of the package
2019-09-02 17:04:35 +02:00
sam marshall
46875866c6
MDL-63315 DB: Postgres - Clear cursors in persistent connection
...
If there is a PHP fatal error and destructors do not run (this can
happen in out-of-memory errors, and maybe if there is an error in a
previous destructor) then Postgres cursors may be left open.
Usually this does not cause a problem because the connection is
closed anyway, but if using persistent connections, a future
request may reuse the connection with a cursor open. It then gets
errors when it tries to create a new cursor with the same name.
This change closes all cursors at the start of a persistent
connection.
2019-09-02 14:08:57 +01:00
sam marshall
109c77d37d
MDL-38555 Forms: Prevent multiple clicking of submit button
2019-09-02 11:46:12 +01:00
Jake Dallimore
b9679e69ec
MDL-66552 core: move and rename relativedatestimediffformat string
...
AMOS BEGIN
MOV [relativedatestimediffformat,moodle],[dateintervaldayshoursmins,langconfig]
AMOS END
2019-09-02 10:55:37 +08:00