Eloy Lafuente (stronk7)
6f5990024c
Merge branch 'MDL-66003-master-enfix' of git://github.com/mudrd8mz/moodle
2019-06-26 23:04:18 +02:00
Sara Arjona
bdc12b0bd8
Merge branch 'MDL-65996' of git://github.com/stronk7/moodle
2019-06-26 19:16:07 +02:00
Sara Arjona
d6c15a77a2
Merge branch 'MDL-60088' of git://github.com/Chocolate-lightning/moodle
2019-06-26 18:10:58 +02:00
Eloy Lafuente (stronk7)
3de633589c
Merge branch 'MDL-59525' of git://github.com/Chocolate-lightning/moodle
2019-06-26 17:57:23 +02:00
Eloy Lafuente (stronk7)
504d1ee098
Merge branch 'MDL-57617' of git://github.com/Chocolate-lightning/moodle
2019-06-26 17:55:15 +02:00
Eloy Lafuente (stronk7)
51208845bf
Merge branch 'MDL-53778' of https://github.com/anieminen/moodle
2019-06-26 17:49:53 +02:00
Eloy Lafuente (stronk7)
61cd6fe9b0
Merge branch 'MDL-65249-master-fix' of https://github.com/snake/moodle
2019-06-26 10:28:08 +02:00
Jake Dallimore
93872a9a2f
MDL-65249 session: use redis host constant in unit tests
2019-06-26 16:26:19 +08:00
Jake Dallimore
9b879d0bb7
Merge branch 'MDL-65249-redis-catch-exception-after-retry-master' of https://github.com/ilya-catalyst/moodle
2019-06-26 14:48:03 +08:00
Jake Dallimore
ea64059672
Merge branch 'MDL-60978-master' of git://github.com/andrewnicols/moodle
2019-06-26 13:16:36 +08:00
Eloy Lafuente (stronk7)
56b66b1449
Merge branch 'MDL-65181' of https://github.com/paulholden/moodle
2019-06-26 00:37:56 +02:00
Eloy Lafuente (stronk7)
b25890aa13
Merge branch 'MDL-65797-Master' of https://github.com/tuanngocnguyen/moodle
2019-06-26 00:31:39 +02:00
David Mudrák
d201dba655
MDL-66003 lang: Use the updated strings in the tests
2019-06-25 18:05:03 +02:00
Helen Foster
08a114cf40
MDL-66003 lang: Import fixed English strings (en_fix)
...
Significant string changes:
* moodleorghubname,core_admin and
sitemustberegistered,message_airnotifier - 'Moodle.net' changed to
'Moodle'
* registration_help,core_admin and registermoochtips,core_hub - removed
erroneous 'access to Moodle.net our course sharing platform'
* trackingtype_help,mod_forum and formnotavailable,core_grading and
showgrades_help,core and rolewarning_help,core_rating -
'Administration block' changed to 'Actions menu or admin block',
'navigation block' changed to 'navigation drawer or block'
2019-06-25 18:00:51 +02:00
Arto Nieminen
9147273640
MDL-53778 quiz settings: Ensure that disabled checkboxes have value 0
2019-06-25 13:23:12 +03:00
Ilya Tregubov
4120908e19
MDL-65249 Session: Throw exception if number of attempts exceeded.
2019-06-25 15:09:42 +10:00
Jake Dallimore
567289e29a
Merge branch 'MD-64901-master-fix' of https://github.com/andrewnicols/moodle
2019-06-25 09:36:05 +08:00
Andrew Nicols
a3f254053e
MDL-64901 block_myoverview: Correct CSS selector in behat
2019-06-25 09:17:22 +08:00
Eloy Lafuente (stronk7)
a1c3ebd3eb
Merge branch 'MDL-64340-master' of git://github.com/rezaies/moodle
2019-06-25 00:53:52 +02:00
Eloy Lafuente (stronk7)
c5390ec39c
Merge branch 'MDL-65922-master' of https://github.com/dmitriim/moodle
2019-06-25 00:35:28 +02:00
Jake Dallimore
4a4a3e0e27
Merge branch 'MDL-65893-master' of https://github.com/nicoroeser/moodle
2019-06-24 11:41:37 +08:00
Andrew Nicols
760938e39e
Merge branch 'MDL-64998' of git://github.com/Chocolate-lightning/moodle
2019-06-24 08:16:14 +08:00
Mathew May
cddcfccc36
MDL-64998 libraries: Remove references to lessphpc
2019-06-24 08:13:43 +08:00
Andrew Nicols
60f3e0f61d
Merge branch 'MDL-64901-37_block_myoverview_layout_settings' of https://github.com/tomdickman/moodle
2019-06-24 06:44:11 +08:00
Eloy Lafuente (stronk7)
df272345ba
MDL-65996 exceptions: Make exception handler early-errors compliant
...
Some errors can happen really early in Moodle bootstrap/warmup
(basically when executing setup.php stuff, before general libraries
are loaded and available).
That's called "early errors" and there are good parts within
setuplib.php that must be able to run without any dependency
other than vanilla php code.
It seems that, along the years, some dependencies have been
added (calls to debugging(), to s()....) and they worked mostly
ok because early errors are rare.
This commit just makes all those dependencies conditional so,
if an early error is detected... the exception handler will
return real information about he error happening and not
handler own errors (like it's happening now).
2019-06-22 11:38:43 +02:00
Mathew May
d3e61fdf72
MDL-60088 travis: add dist:trusty to travis
...
We are doing this because travis changed its default release to xenial.
So this is a stop gap and we will add xenial support moving forward.
2019-06-21 14:50:29 +08:00
Andrew Nicols
e9aaf755d2
MDL-60978 travis: Re-enable Redis session tests
2019-06-21 14:36:13 +08:00
Andrew Nicols
96161a706b
MDL-60978 session: Run redis tests in isolation
2019-06-21 14:36:13 +08:00
Andrew Nicols
fc1785b086
MDL-60978 testing: Support ability to run phpunit in isolated process
2019-06-21 14:36:13 +08:00
Mathew May
655b994a4a
MDL-64998 libraries: Remove PHP LESSc
2019-06-21 07:18:59 +08:00
Mathew May
db9f122fbc
MDL-59525 libraries: Throw errors on functions deprecated in 3.4
2019-06-21 07:12:48 +08:00
Mathew May
27607e6ac8
MDL-57617 Libraries: Throw errors on functions deprecated in 3.3
2019-06-21 07:08:21 +08:00
Dmitrii Metelkin
f82931c169
MDL-65922 core: add grade_item_updated event
2019-06-21 08:54:37 +10:00
Shamim Rezaie
3840540790
MDL-64340 mod_quiz: not display "add random question" when no permission
2019-06-21 08:52:14 +10:00
Eloy Lafuente (stronk7)
f1a8db6911
weekly release 3.8dev
2019-06-20 17:42:54 +02:00
Eloy Lafuente (stronk7)
96fdfb2b2e
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2019-06-20 17:42:50 +02:00
Eloy Lafuente (stronk7)
b84d2d6e04
Merge branch 'MDL-65759' of git://github.com/Chocolate-lightning/moodle
2019-06-20 11:41:00 +02:00
Jake Dallimore
98e54827d0
Merge branch 'MDL-65084' of https://github.com/NeillM/moodle
2019-06-20 09:37:42 +08:00
Jake Dallimore
7e72fd7b9f
Merge branch 'MDL-65883-master' of git://github.com/lameze/moodle
2019-06-20 09:12:46 +08:00
Mathew May
c04b8fbe40
MDL-65759 library: Add patch #115 for php-css-parser
...
Patch taken from Sabberworm/PHP-CSS-Parser#115 as specified in
moodle_readme.txt
2019-06-20 08:20:17 +08:00
Mathew May
376eb15617
MDL-65759 library: Update php-css-parser to 8.3.0
2019-06-20 08:16:13 +08:00
Andrew Nicols
ab4324f42e
Merge branch 'MDL-61319-master' of git://github.com/bmbrands/moodle
2019-06-20 08:09:24 +08:00
Eloy Lafuente (stronk7)
21406f66e0
Merge branch 'MDL-65646-master' of git://github.com/andrewnicols/moodle
2019-06-20 00:29:56 +02:00
Eloy Lafuente (stronk7)
0f7e873c30
Merge branch 'MDL-65770' of git://github.com/Chocolate-lightning/moodle
2019-06-20 00:26:06 +02:00
Eloy Lafuente (stronk7)
734c113027
Merge branch 'MDL-64975-master' of https://github.com/nicoroeser/moodle
2019-06-20 00:10:46 +02:00
Eloy Lafuente (stronk7)
90b01a0015
Merge branch 'MDL-57487-master' of git://github.com/sarjona/moodle
2019-06-19 23:05:50 +02:00
Eloy Lafuente (stronk7)
3831934241
Merge branch 'MDL-65151-master' of git://github.com/aanabit/moodle
2019-06-19 22:52:32 +02:00
Eloy Lafuente (stronk7)
094ac2d51a
Merge branch 'MDL-65910-master' of git://github.com/junpataleta/moodle
2019-06-19 20:54:28 +02:00
Eloy Lafuente (stronk7)
1824ffab0d
Merge branch 'MDL-65752' of git://github.com/Chocolate-lightning/moodle
2019-06-19 20:49:43 +02:00
Eloy Lafuente (stronk7)
db339012f5
Merge branch 'MDL-65665-master-2' of git://github.com/mihailges/moodle
2019-06-19 20:29:09 +02:00