Carlos Castillo
562041adda
MDL-71708 libraries: Upgrade chartjs to latest version
...
Changes in chart config file and the process to import library.
Co-authored-by: Andrew Lyons <andrew.lyons@moodle.com>
2022-07-20 15:42:02 -05:00
Víctor Déniz
fc3bb1dc50
Merge branch 'MDL-74857-dev' of https://github.com/izendegi/moodle
2022-07-20 21:03:24 +01:00
Víctor Déniz
7fcc10933f
Merge branch 'MDL-73332-master' of https://github.com/martygilbert/moodle
2022-07-20 19:49:46 +01:00
Laurent David
ea22e495cf
MDL-75181 mod_bigbluebuttonbn: Fix activity completion exception
...
* Fix exception raised in core completion module due to the absence of
completionview in get_sort_order
2022-07-20 13:56:14 -04:00
Ilya Tregubov
0adad2081e
Merge branch 'MDL-73867' of https://github.com/paulholden/moodle
2022-07-20 08:14:47 +04:00
Jun Pataleta
0643d3acbb
Merge branch 'MDL-73481' of https://github.com/paulholden/moodle
2022-07-20 11:31:05 +08:00
Paul Holden
f9bb9797c2
MDL-73481 qtype_truefalse: optional standard instructions for output.
...
AMOS BEGIN
CPY [privacy:preference:showstandardinstruction,qtype_multichoice],[privacy:preference:showstandardinstruction,qtype_truefalse]
CPY [showstandardinstruction,qtype_multichoice],[showstandardinstruction,qtype_truefalse]
AMOS END
2022-07-19 16:57:02 +01:00
Jun Pataleta
301db762d6
Merge branch 'MDL-75182-master' of https://github.com/snake/moodle
2022-07-19 22:47:25 +08:00
Jun Pataleta
155ef8aece
Merge branch 'MDL-68011-master' of https://github.com/mihailges/moodle
2022-07-19 20:52:36 +08:00
Víctor Déniz
5087f56905
Merge branch 'MDL-75119' of https://github.com/paulholden/moodle
2022-07-19 13:48:58 +01:00
Christina Thee Roperto
de07d85f23
MDL-72349 filelib: update strip_double_headers function
2022-07-19 19:19:46 +10:00
Eloy Lafuente (stronk7)
ca7890f2fc
MDL-75208 oracle: Amend a couple of queries to make Oracle happy
...
The changes introduced here are completely safe, just we stop
binding SITEID and, instead, embed it in the SQL.
Why? Because Oracle 21 has started to return non-sense results
when SITEID is bound.
After lots of tests, attempts, debugging... we have been unable
to find any logic to the need of this change and also, have been
unable to reproduce the problem with a standalone script that
pretty much runs the same queries that the ones changed here.
I'm sure that there is something, somewhere, but have failed
to find it, grrr.
Please read MDL-75208 and linked issues to find more information
about this problem, that is one of the biggest mysteries I've
seen recently. Maybe at the end there is a tiny detail that
explains it all, but it's really well hidden.
2022-07-19 09:48:33 +02:00
Paul Holden
5582bc2ded
MDL-74656 reportbuilder: ensure nulls preserved in column callbacks.
...
When concatenating column fields in order to perform aggregation on
them (e.g. group concatenation), we need to preserve all null values
in the data passed to each column callback.
Co-authored-by: Carlos Castillo <carlos.castillo@moodle.com>
2022-07-19 08:23:54 +01:00
Paul Holden
0b616158cb
MDL-74656 badges: add test generator class for creating badges.
2022-07-19 08:23:50 +01:00
Mihail Geshoski
49693c6629
MDL-68011 coourse: Final deprecation of course_modchooser()
2022-07-19 14:33:39 +08:00
Mihail Geshoski
6a122984da
MDL-68011 course: Final deprecation of the callback get_shortcuts()
...
Removal of the callback get_shortcuts() and its plugin implementations.
The private methods in the content_item_readonly_repository class
which were only used by the callback hook logic are also removed.
2022-07-19 14:13:36 +08:00
Mihail Geshoski
2ca262a5e3
MDL-68011 core: Final deprecation of get_module_metadata()
2022-07-19 14:13:36 +08:00
Paul Holden
c7d7c83abc
MDL-12643 course: fix capabilities used for bulk participant actions.
...
Previously the `moodle/course:bulkmessaging` capability controlled
access to the entire bulk actions menu for course participants,
rather than just those actions related to messaging.
2022-07-18 15:10:37 +01:00
Ilya Tregubov
068eda3e2c
Merge branch 'MDL-68843-master' of https://github.com/snake/moodle
2022-07-18 14:16:14 +04:00
Angelia Dela Cruz
2b28996a2e
MDL-73788 behat: URL behat generators use UI
...
Replace steps that manually add URL instances via the UI and use
Behat generators. This improves the speed of Behat test runs.
2022-07-18 17:40:22 +08:00
Iñigo Zendegi
919ea1dde1
MDL-74857 language: Start using the 'statusok' string for status
2022-07-18 10:55:47 +02:00
Jun Pataleta
1294048575
Merge branch 'MDL-74825-master' of https://github.com/rmady/moodle
2022-07-18 16:47:13 +08:00
Ilya Tregubov
31badf8221
Merge branch 'MDL-72905-master' of https://github.com/golenkovm/moodle
2022-07-18 12:41:50 +04:00
Jun Pataleta
a3b8eb0969
Merge branch 'MDL-74925-master' of https://github.com/lameze/moodle
2022-07-18 16:25:58 +08:00
Jake Dallimore
273d9d561d
MDL-68843 enrol_lti: add tests covering disabled instances in tasks
...
Verify the expected behaviour of the sync_members and sync_grades tasks
when enrolment instances are disabled, whether as a byproduct of module
deletion, or as status change made by the user.
2022-07-18 16:13:48 +08:00
Jake Dallimore
3387e63736
MDL-68843 enrol_lti: auto disable orphaned enrolment instances
...
- pre_course_module_deletion hook to disable on mod delete
- upgrade step dealing with legacy orphaned records
2022-07-18 16:08:18 +08:00
Jake Dallimore
44508bfe93
MDL-68843 enrol_lti: add deleted activity warning to published tools
...
Adds a warning to the 'name' column of the tables, letting teachers know
that the activity exposed by the method has been deleted and what their
options are.
2022-07-18 16:08:18 +08:00
Simey Lameze
5294f81c27
MDL-74925 core_course: initial deprecation of '_delete' methods
2022-07-18 15:09:05 +08:00
Simey Lameze
45dfb5ac84
MDL-74925 course: use the correct 'remove' action
2022-07-18 15:00:15 +08:00
Simey Lameze
e2cd526456
MDL-74925 phpunit: add missing course/format test suite
2022-07-18 15:00:15 +08:00
Jun Pataleta
3e67cccbcd
Merge branch 'master_MDL-74768-bulkmove-question-after-affects' of https://github.com/catalyst/moodle-MDL-72752
2022-07-18 13:49:44 +08:00
Shamim Rezaie
031eac1b34
Merge branch 'MDL-74826-master' of https://github.com/rmady/moodle
2022-07-18 12:19:05 +10:00
AMOS bot
86f2dde3ed
Automatically generated installer lang files
2022-07-16 00:08:10 +00:00
Paul Holden
f1a800bb7c
MDL-73867 reportbuilder: improve performance of the editable classes.
...
When instantiating classes that extend `inplace_editable` we can
improve performance by passing persistent instances we already have,
rather than re-requesting them.
Add test coverage to relevant classes.
2022-07-15 08:44:55 +01:00
Denis Brat
9f7eafbf7b
MDL-69251 enrol_lti: fix sync_members task inconsistent internal state
2022-07-15 12:17:08 +08:00
Marty
7760c5de07
MDL-73332 mustache: Fix shortentext helper
...
In the docs, it claims you can provide length to
the shortentext template helper as a context variable.
In reality, that is not the case.
2022-07-14 09:36:14 -04:00
Víctor Déniz
d9632ca8b2
weekly release 4.1dev
2022-07-14 12:06:01 +01:00
Víctor Déniz
6975557187
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2022-07-14 12:05:58 +01:00
Shamim Rezaie
b853f04227
MDL-75214 theme_boost: secondary nav bar styling updates
...
This commit removes the top border of the secondary nav bar and makes
its bottom border full-width.
2022-07-14 17:47:07 +10:00
Safat Shahin
0fcea11234
MDL-74768 core_question: Fix for question category movement
2022-07-14 11:11:54 +10:00
Víctor Déniz
29a380afeb
Merge branch 'MDL-74171-master' of https://github.com/lucaboesch/moodle
2022-07-14 02:02:01 +01:00
Víctor Déniz
0b039070f4
Merge branch 'MDL-74671' of https://github.com/paulholden/moodle
2022-07-14 01:43:54 +01:00
Víctor Déniz
e5eafa38d6
Merge branch 'MDL-73568' of https://github.com/paulholden/moodle
2022-07-14 00:51:15 +01:00
Jun Pataleta
c599533958
Merge branch 'MDL-74988' of https://github.com/paulholden/moodle
2022-07-13 13:22:15 +08:00
Jun Pataleta
50598298ba
Merge branch 'MDL-75152' of https://github.com/paulholden/moodle
2022-07-13 13:02:07 +08:00
Jun Pataleta
3c6fdb1993
Merge branch 'MDL-71062-master' of https://github.com/sharidas/moodle
2022-07-13 11:39:08 +08:00
Sujith Haridasan
73d604369d
MDL-71062 core: Step 1 deprecation of print_error function
2022-07-13 08:20:54 +05:30
Jun Pataleta
0e3929a102
Merge branch 'MDL-74513-master' of https://github.com/lucaboesch/moodle
2022-07-12 23:23:03 +08:00
Víctor Déniz
782a3fba23
Merge branch 'MDL-74681-written_time_in_query_end' of https://github.com/catalyst/moodle
2022-07-12 11:53:54 +01:00
Jun Pataleta
c09f96c8ef
Merge branch 'MDL-67347-master' of https://github.com/mihailges/moodle
2022-07-12 17:17:08 +08:00