Sara Arjona
29dbef64c0
Merge branch 'MDL-75199-master' of https://github.com/call-learning/moodle
2022-09-05 08:43:47 +02:00
Jun Pataleta
2e67835f17
Merge branch 'MDL-75430-master' of https://github.com/raortegar/moodle
2022-09-05 09:37:13 +08:00
Helen Foster
7d2fada8b0
MDL-75553 lang: Import fixed English strings (en_fix)
2022-09-04 20:44:10 +02:00
Amaia Anabitarte
ae5dc809ec
MDL-75187 mod_data: Move delete preset to a modal
...
Co-author: Ferran Recio <ferran@moodle.com>
2022-09-02 16:01:38 +02:00
Jun Pataleta
eb59bca8ce
Merge branch 'MDL-73228' of https://github.com/call-learning/moodle
2022-09-01 10:56:33 +08:00
Laurent David
b705218b88
MDL-75199 mod_bigbluebuttonbn: Add CLI command to migrate recordings
...
* Sometimes recordings are not migrated when upgrating from pre-4.0 release
version. The additional script will allow to launch the migration once again
either for specific courses or activities.
2022-08-31 17:40:29 +02:00
Laurent David
cb7d2bf2f1
MDL-73228 mod_bigbluebuttonbn: Close all meetings when deleting
...
* When a BigblueButtonBN activity is deleted, we need to also close all
running meetings (including group meetings)
2022-08-31 17:19:41 +02:00
Sara Arjona
3a6db56555
Merge branch 'MDL-75521-master' of https://github.com/aanabit/moodle
2022-08-31 15:48:33 +02:00
Sara Arjona
f2aafd12c0
Merge branch 'MDL-75412-master' of https://github.com/sarjona/moodle
2022-08-31 12:00:54 +02:00
Ilya Tregubov
157bbce05d
Merge branch 'MDL-74861-master' of https://github.com/andelacruz/moodle
2022-08-31 11:53:15 +04:00
Jun Pataleta
3b02aff511
Merge branch 'MDL-74669' of https://github.com/call-learning/moodle
2022-08-31 15:44:51 +08:00
Jun Pataleta
95808527b1
Merge branch 'MDL-72188-master_seb_js_integration-with-message' of https://github.com/catalyst/moodle
2022-08-31 13:52:30 +08:00
Andrew Madden
d1863734d4
MDL-72188 quizaccess_seb: Implement Safe Exam Browser JS API
...
* Replaces checking header for SEB config keys to assess quiz access.
* Adds new web service accessible via Ajax
* Forces the use of the new API where available
* Stores access in Moodle SESSION for quiz instead of checking every
page.
2022-08-31 13:10:28 +10:00
Víctor Déniz
22fd3c5786
Merge branch 'MDL-70480-master' of https://github.com/chanqihui/moodle
2022-08-30 09:12:03 +01:00
Sara Arjona
3ea96df0e1
Merge branch 'MDL-75564-master' of https://github.com/aanabit/moodle
2022-08-30 07:02:42 +02:00
Ilya Tregubov
1e94b9f148
Merge branch 'MDL-71662' of https://github.com/paulholden/moodle
2022-08-30 07:59:19 +04:00
Jun Pataleta
4f03f60804
Merge branch 'MDL-75353-master' of https://github.com/sarjona/moodle
2022-08-29 13:10:20 +08:00
Shamim Rezaie
ce2c78251f
Merge branch 'MDL-75275-master' of https://github.com/sarjona/moodle
2022-08-28 23:39:47 +10:00
Amaia Anabitarte
7d7c2ce8f2
MDL-75564 mod_data: Remove underconstruction_title string
2022-08-26 15:56:05 +02:00
Sara Arjona
89eed9e368
MDL-75412 mod_data: Add journal preset
2022-08-25 08:24:02 +02:00
Jake Dallimore
01f72edd49
Merge branch 'MDL-75247-master' of https://github.com/cameron1729/moodle
2022-08-25 10:08:19 +08:00
Amaia Anabitarte
9eee0f7dac
MDL-75521 mod_data: Use moodle_url on mod/data/view.php for baseurl
2022-08-24 18:21:35 +02:00
Shamiso.Jaravaza
5aeb8a0319
MDL-75558 mod_bigbluebuttonbn: Fix alert banner
2022-08-23 17:17:26 -06:00
Cameron Ball
43a3a7f324
MDL-75247 assignfeedback_editpdf: Requeue conversion task for polling
2022-08-23 11:41:16 +08:00
Sara Arjona
680bff5f40
MDL-75143 mod_data: Use standard notification for Save as preset
...
Apart from using the standard notification, the message has been
replaced to the one suggested by the Product UX team.
2022-08-22 12:46:11 +02:00
Sara Arjona
757759a879
MDL-75143 mod_data: Edit presets
2022-08-22 12:46:11 +02:00
Sara Arjona
beb305198d
MDL-75143 mod_data: Add user support to preset behat generator
...
The 'user' parameter has been added to the 'mod_data > presets'
generator, to let define the author of the preset.
When it's not defined, admin is used as the author.
2022-08-22 11:07:28 +02:00
Sara Arjona
cb4b6f125b
MDL-75353 mod_data: always return str in data_generate_default_template
...
From now on, the data_generate_default_template method will always return
a string with the template content or an empty string when there is no
content available (for instance, when the database has no fields).
This method won't return a boolean anymore.
2022-08-19 08:42:15 +02:00
Sara Arjona
2acda39537
MDL-75275 mod_data: Add ##actionsmenu## action tag
2022-08-19 08:38:33 +02:00
Sara Arjona
fd1b874449
MDL-75275 mod_data: Add user support to entry behat generator
...
The 'user' parameter has been added to the 'mod_data > entries'
generator, to let define the author of the entry.
When it's not defined, admin is used as the author.
2022-08-19 08:38:32 +02:00
Mikhail Golenkov
7614482029
MDL-75448 assignfeedback_editpdf: Fix conversion for rotated images
2022-08-19 15:39:06 +10:00
Laurent David
025e0297b6
MDL-75210 mod_quiz: fix sequential quiz access
...
* As a student I should only be able to access the next question or the current question
* The API should not show more than the current question
* Once the quiz is previewed we can see the question in any order (existing behaviour)
* Related to ticket MDL-71728
Co-authored-by: Rajneel Totaram <rjnlfj@yahoo.com>
Co-authored-by: Tim Hunt <t.j.hunt@open.ac.uk>
2022-08-18 08:07:38 +04:00
Andrew Nicols
d0f6744d66
Merge branch 'MDL-75029' of https://github.com/paulholden/moodle
2022-08-18 11:17:19 +08:00
Andrew Nicols
903f04a320
Merge branch 'MDL-74608' of https://github.com/timhunt/moodle
2022-08-18 10:52:02 +08:00
Shamiso.Jaravaza
c261317912
MDL-75460 mod_bigbluebuttonbn: Fix lock on start
2022-08-17 14:06:54 -06:00
Sara Arjona
5a3b4ac828
Merge branch 'MDL-75390-master' of https://github.com/sarjona/moodle
2022-08-17 17:08:17 +02:00
Sara Arjona
3da9c364c7
Merge branch 'MDL-75063-master' of https://github.com/andelacruz/moodle
2022-08-17 16:52:13 +02:00
Ilya Tregubov
369134dade
Merge branch 'MDL-61401-master' of https://github.com/BruceGoodGuy/moodle
2022-08-17 08:15:59 +04:00
Shamim Rezaie
e07a3fecec
Merge branch 'MDL-75414-master' of https://github.com/sarjona/moodle
2022-08-17 02:24:00 +10:00
Shamim Rezaie
14ff458b3d
Merge branch 'MDL-49795-add-missing-keys-indexes-to-core-tables' of https://github.com/keevan/moodle
2022-08-17 02:17:52 +10:00
Sara Arjona
31e05de8fc
Merge branch 'MDL-72178-master' of https://github.com/NoelDeMartin/moodle
2022-08-16 16:58:28 +02:00
hieuvu
98942df0c4
MDL-61401 workshop: Ability for tutors to search for students.
2022-08-16 20:22:19 +07:00
Tim Hunt
8babdbd396
MDL-74608 activities: a new option to force the activity language
...
For a long time, Moodle has had the feature to force the language
for a whole course. This change adds the same feature at activity
level.
The course-level feature was controlled by a capability
moodle/course:setforcedlanguage, and I decided to use the same
capability to control this feature. I think a new capability would be
overkill.
2022-08-15 22:15:52 +01:00
Laurent David
01c94bcb64
MDL-59458 mod_data: Fix sorting data query
...
* When activating sorting on a different field than the original field
the list of records is empty
2022-08-15 17:08:14 +02:00
Amaia Anabitarte
e08458cc23
MDL-75137 mod_data: Fix and improve behat tests
2022-08-12 15:46:44 +02:00
Amaia Anabitarte
8768a7adb9
MDL-75137 mod_data: Redesign zero state page
...
Co-authored-by: Ferran Recio <ferran@moodle.com>
2022-08-12 15:46:44 +02:00
Amaia Anabitarte
cb01747608
MDL-75137 mod_data: Add entry throws an exception if there is no field
2022-08-12 15:46:08 +02:00
raortegar
21a8787e50
MDL-75430 mod_data: Fix picture size for list view
...
We were missing the templatename in get_template method of manager.php
2022-08-11 18:09:25 +02:00
Noel De Martin
9f38b1c389
MDL-72178 feedback: Implement behat generators
...
Based on Andrew's WIP from b3d40cb20d
Co-authored-by: Andrew Nicols <andrew@nicols.co.uk>
2022-08-11 10:30:27 +02:00
Sara Arjona
9acdb178c7
MDL-75414 mod_data: Fix error when displaying fields in single view
...
This is a regression from MDL-75146, when the manager class was created.
The field class was not found in the Single view, because the field.class.php
file was not included (so the base class was used in all the cases for this
view). That's why the image field was displaying only the image name instead
of building the <img element or the URLs were displaying only the text, instead
of creating a link for them.
2022-08-10 12:52:59 +02:00