Ferran Recio
42c48b6660
MDL-68619 mod_h5pactivity: add activity check to get_attempt method
2020-05-21 18:37:54 +02:00
Ferran Recio
87eb65ab44
MDL-68619 mod_h5pactivity: correcting content generator
2020-05-21 12:49:30 +02:00
Jun Pataleta
7750dd55e8
Merge branch 'MDL-68367' of https://github.com/mkassaei/moodle
2020-05-21 17:10:16 +08:00
Mahmoud Kassaei
00055ef6ab
MDL-68367 Question: Multi-choice Option to hide systemtext
2020-05-21 09:47:15 +01:00
Sara Arjona
5cc1d953bf
Merge branch 'MDL-68451-master' of git://github.com/cescobedo/moodle
2020-05-21 08:30:31 +02:00
Jun Pataleta
7b66f81b90
Merge branch 'MDL-68568-master' of git://github.com/junpataleta/moodle
2020-05-21 14:26:54 +08:00
Sara Arjona
e4426b3aff
Merge branch 'MDL-68782-master' of git://github.com/aanabit/moodle
2020-05-21 08:23:46 +02:00
Adrian Greeve
aa1dcabf4c
Merge branch 'MDL-68733' of https://github.com/timhunt/moodle
2020-05-21 08:37:52 +08:00
Eloy Lafuente (stronk7)
a5a8ca5e62
Merge branch 'MDL-52578-master' of git://github.com/junpataleta/moodle
2020-05-21 00:51:10 +02:00
Eloy Lafuente (stronk7)
7ce7d21503
Merge branch 'MDL-66992-master' of https://github.com/tungthai/moodle
2020-05-21 00:48:30 +02:00
Amaia Anabitarte
8675e8ae6a
MDL-68782 core_contentbank: Improving event unit tests
2020-05-20 22:37:30 +02:00
cescobedo
887644a1d5
MDL-68451 mod_h5pactivity: Add info attempts in check_updates_since
...
Add updates information related to attempts in check_updates_since
because they may affect the user or the information displayed
in the app.
2020-05-20 18:50:21 +02:00
Jun Pataleta
01c8c667fc
MDL-68568 editor_atto: Upgrade step for the new toolbar default layout
...
* emojipicker added to files
* indent moved to list
2020-05-21 00:39:00 +08:00
Mike Churchward
b677d33d62
MDL-68568 editor-atto: Move 'indent' next to 'lists' by default.
2020-05-21 00:10:37 +08:00
Víctor Déniz Falcón
7380c31afe
Merge branch 'MDL-67183' of git://github.com/timhunt/moodle
2020-05-20 15:54:14 +01:00
Sara Arjona
3cc0bab8ab
Merge branch 'MDL-68617-master' of git://github.com/ferranrecio/moodle
2020-05-20 16:32:36 +02:00
Ferran Recio
c09bc8d897
MDL-68617 mod_h5pactivity: add attempts report webservice
2020-05-20 16:28:45 +02:00
Sara Arjona
041afbeab5
Merge branch 'MDL-68780' of https://github.com/stronk7/moodle
2020-05-20 12:58:37 +02:00
Amaia Anabitarte
7a460fd5d5
MDL-68782 core_contentbank: Fixing undefined variable error
2020-05-20 12:42:44 +02:00
Ferran Recio
2f2cdd2a48
MDL-68617 mod_h5pactivity: add attempt info to generator
2020-05-20 12:09:28 +02:00
Sara Arjona
69d5a63b97
Merge branch 'MDL-68778-master' of git://github.com/andrewnicols/moodle
2020-05-20 11:47:27 +02:00
Jun Pataleta
a7431ec3f1
Merge branch 'MDL-58866-master-2' of git://github.com/marinaglancy/moodle
2020-05-20 17:35:08 +08:00
Eloy Lafuente (stronk7)
5b188629c7
MDL-68780 unit tests: Add missing ->destroy() calls to controllers
...
Every backup and restore controller always need to call
to their ->destroy() method in charge of finalizing loggers,
closing file handlers and destroy some circular references.
This is specially important within unit tests, because
open resources cannot be reset between tests, causing problems,
specially within Windows that locks all those files.
2020-05-20 11:02:00 +02:00
Adrian Greeve
56287073d5
Merge branch 'MDL-68662' of https://github.com/Chocolate-lightning/moodle
2020-05-20 16:52:17 +08:00
Andrew Nicols
a6adce6b9b
Merge branch 'MDL-68577-redis-lock-tuning' of https://github.com/brendanheywood/moodle
2020-05-20 16:50:37 +08:00
Marina Glancy
185a00c874
MDL-58866 core_calendar: deprecation warning in upgrade.txt
2020-05-20 10:38:12 +02:00
Mathew May
e146a2ca74
MDL-68662 core_course: Add new tabs to the chooser
...
We now have two more tabs in the chooser.
Activities & Resources aer now offered in different tabs.
2020-05-20 15:53:06 +08:00
Andrew Nicols
fb4f19af80
MDL-68778 user: Add bulk action pendingjs checks
2020-05-20 15:45:24 +08:00
Brendan Heywood
8eab4f77cc
MDL-68577 session: Fine tune the redis lock polling
2020-05-20 15:54:10 +10:00
Adrian Greeve
1c1fd15b18
Merge branch 'MDL-68333-master' of git://github.com/marinaglancy/moodle
2020-05-20 13:17:58 +08:00
Andrew Nicols
db5be3a31c
MDL-68778 user: Fetch select from selected option
...
It seems that the HTMLSelectElement behaves slightly different on Linux
vs MacOS.
On Linux with Firefox 47 when selecting an option the
HTMLOptionElement is returned, whereas on MavOS the HTMLSelectElement
that the Option belongs to is returned.
We need to normalise the value here before resetting the currently
selected item.
2020-05-20 13:17:50 +08:00
Jun Pataleta
3728866a5f
MDL-52578 core_course: Peer review fixes
...
* Fetch parent category only when necessary.
* Fix outdated variable names in original patch.
* Fix variable scope for $outcomeexists.
2020-05-20 10:29:46 +08:00
Adrian Greeve
59d0090fda
Merge branch 'MDL-67548-master' of https://github.com/kabalin/moodle
2020-05-20 08:35:18 +08:00
Andrew Nicols
6754ceae3a
MDL-68464 user: Remove legacy selectall
2020-05-20 07:38:26 +08:00
Eloy Lafuente (stronk7)
31ffacb020
Merge branch 'MDL-68464-master-final' of git://github.com/andrewnicols/moodle
2020-05-20 00:17:53 +02:00
Tim Hunt
64207dab65
MDL-67183 questions: get_question & get_behaviour only init if required
...
This reviews all the code code, and sets $requirequestioninitialised
whenever possible in these calls, which should improve performance.
2020-05-19 20:52:07 +01:00
Tim Hunt
9cbbb779eb
MDL-67183 question engine: allow lazy-init of question_attempts
...
That is, we don't call apply_attempt_state as soon as a
the data is loaded from the database. Instead, we wait
and only call it if really needed.
This should (especially after the next commit) be a performance win
during quizzes, particularly for people using advanced question
types liks STACK, or people making extensive use of the
'Try another question like this one' feature.
2020-05-19 20:49:33 +01:00
Víctor Déniz Falcón
676b8b8217
Merge branch 'MDL-68299-master' of git://github.com/bmbrands/moodle
2020-05-19 20:43:46 +01:00
Steve Bader
604fb8c2a2
MDL-52578 core_course: Activity weight set to 0 on creation
2020-05-20 01:28:59 +08:00
Marina Glancy
5b529aca15
MDL-68333 testing: trigger user_created event in user generator
2020-05-19 19:11:54 +02:00
Marina Glancy
d268c5bac3
MDL-58866 core_calendar: separate color for other events, icons
2020-05-19 19:04:15 +02:00
Marina Glancy
6f92c731e7
MDL-58866 block_timeline: do not display course if abscent
2020-05-19 19:04:15 +02:00
Marina Glancy
1a972b06f1
MDL-58866 core_calendar: allow component events
2020-05-19 19:04:13 +02:00
Sara Arjona
1afe68f382
weekly release 3.9dev+
2020-05-19 17:54:25 +02:00
Sara Arjona
a0caddb696
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2020-05-19 17:54:22 +02:00
Andrew Nicols
7f22867502
MDL-68463 core_user: Correct Show all link details
2020-05-19 14:16:25 +02:00
Juan Leyva
82d5547b8f
MDL-68294 tool_mobile: Fix custom strings and limits calculation
2020-05-19 12:19:37 +02:00
Andrew Nicols
fec9e9cce5
Merge branch 'srdjan-slave-conn' of https://github.com/srdjan-catalyst/moodle
2020-05-19 16:13:48 +08:00
Bas Brands
92bc86e429
MDL-68299 theme_boost: theme updates for accessible zoom
...
The Moodle UI should be functional in a viewport of 320px by 256px to
meet WCAG 1.4.10
this patch contains improvements to:
-prevent horizontal scrolling
-better wrapping of page header
-message drawer funtional on tiny screens
-remove indenting on courses
-prevent elements overlapping on quiz editing
-better navigation tabs
-fix colour picker
-quiz editing
2020-05-19 10:13:20 +02:00
Srdjan
317432cacc
MDL-19711 dml: call mysqli::real_connect() with @
2020-05-19 18:09:14 +10:00