Lars Bonczek
ff1199cc5c
MDL-72271 mod_quiz: fix secure_window close function
2021-08-10 11:51:33 +02:00
Jun Pataleta
27fda1e207
Merge branch 'MDL-72052' of git://github.com/danmarsden/moodle
2021-07-29 16:24:19 +08:00
Jun Pataleta
1a7f8e7eed
Merge branch 'MDL-72054' of git://github.com/danmarsden/moodle
2021-07-29 15:53:43 +08:00
Andrew Nicols
776f4bd80c
MDL-72179 behat: Make use of page resolvers
2021-07-26 15:14:28 +08:00
Andrew Nicols
9f428f68c7
MDL-72179 behat: Add activity editing page resolution
2021-07-23 20:43:48 +08:00
Andrew Nicols
c204fe3eeb
MDL-72179 behat: Lowercase all page instance resolvers
2021-07-23 20:43:48 +08:00
Jun Pataleta
68bd3a1158
Merge branch 'MDL-71817-master' of git://github.com/lameze/moodle
2021-07-22 11:27:08 +08:00
Simey Lameze
b0133904bf
MDL-71817 calendar: behat changes for calendar block
...
This commit does few things:
1) Remove unnecessary "I hover over today in the calendar"
steps as it's not necessary to hover onto the day to see the events
any more.
2) Replace "I follow This month" steps to "I follow Full calendar"
3) Update i_create_a_calendar_event_with_form_data() to use the new
fullcalendar lang string.
2021-07-22 09:00:30 +08:00
Andrew Nicols
f29f6a28d1
MDL-72125 mod_assign: Use assign submission data generators
2021-07-19 18:41:32 +08:00
Andrew Nicols
2bb7e34b76
MDL-72125 mod_assign: Add data generator for assign submissions
2021-07-19 18:41:31 +08:00
Jun Pataleta
e6f1baa9c8
Merge branch 'MDL-71456-master' of /home/jun/moodles/stable_master/moodle
2021-07-15 16:13:06 +08:00
Bas Brands
99a4eee699
MDL-71456 core: fix behats with new drawers
...
The new drawers structure shows that some elements
are dependant from the page structure and broke some
behats. This commit fixes those components and tests.
2021-07-14 11:49:57 +02:00
Eloy Lafuente (stronk7)
e8859a60fc
Merge branch 'MDL-71984-master' of https://github.com/nguyenphuctien/moodle
2021-07-13 23:46:54 +02:00
Eloy Lafuente (stronk7)
47f708fc30
MDL-71782 behat: Ensure page after saving changes is there
...
A similar approach was followed @ MDL-67935, although the
case doesn't seem to be the same.
In any case, it's curious that all local execution are
100% passing and only CIs fail so often. Just guessing if,
maybe, there is some Chrome version factor around (we
are running older, sticky, versions @ CIs.
2021-07-10 00:18:33 +02:00
Jun Pataleta
3b0e7c65f4
Merge branch 'MDL-65252-master-fix' of git://github.com/lameze/moodle
2021-07-08 23:30:35 +02:00
Eloy Lafuente (stronk7)
4094b4f92e
MDL-70335 behat: Ensure the scenario passes under all themes
...
Also, get rid of not needed @javascript tag
2021-07-08 23:30:33 +02:00
Adrian Greeve
aad5a102c7
Merge branch 'MDL-71887-master' of https://github.com/snake/moodle
2021-07-08 23:30:33 +02:00
Paul Holden
2408f98357
MDL-71898 mod_quiz: escape user identity fields on override pages.
2021-07-08 23:30:33 +02:00
Simey Lameze
8fd7e5edeb
MDL-65252 mod_forum: make inline attachment field optional
2021-07-08 16:14:12 +08:00
Tien Nguyen
ac59c8b8e0
MDL-71984 Quiz: Add new attempt's events
...
Add attempt_updated, attempt_autosaved and attempt_question_restarted
events.
Update attempt_viewed to add page number.
2021-07-08 15:13:06 +07:00
Claude Vervoort
c8c81a1357
MDL-71887 mod_lti: repost when no cookie due to crosssite request
2021-07-07 14:17:12 +08:00
Eloy Lafuente (stronk7)
320eda3f7e
Merge branch 'MDL-70335-master' of https://github.com/juancs/moodle
2021-07-06 20:18:16 +02:00
Jun Pataleta
761f1d7d51
Merge branch 'MDL-65252-master' of git://github.com/lameze/moodle
2021-07-06 14:04:33 +08:00
Simey Lameze
2a95ac4659
MDL-65252 forum: add missing inline attachments logic to forum API
2021-07-06 13:49:29 +08:00
Dan Marsden
0005474c9c
MDL-72052 assign: - cache assign class.
2021-07-06 10:38:16 +12:00
Ilya Tregubov
f77ff61ac1
Merge branch 'MDL-71796-master' of git://github.com/lameze/moodle
2021-07-05 12:32:09 +02:00
Simey Lameze
f7155953f4
MDL-71796 mod_scorm: fix custom completion logic
...
AMOS BEGIN
MOV [completiondetail:completionstatuscompletedandpassed,mod_scorm],[completiondetail:completionstatuscompletedorpassed,mod_scorm]
AMOS END
2021-07-05 17:46:31 +08:00
Eloy Lafuente (stronk7)
2d3798bd39
Merge branch 'MDL-71885-master' of git://github.com/sarjona/moodle
2021-07-05 11:43:35 +02:00
Sara Arjona
692abf2c46
MDL-71885 core_h5p: Display the edit content button
...
A new parameter has been added to the display method, to define whether
the edit button should be displayed or not.
The H5P activity will display this button (if the user has the required
permissions). However, it won't be displayed when previewing H5P in the
content bank.
2021-07-05 10:56:13 +02:00
Eloy Lafuente (stronk7)
1ba1b4ea9c
Merge branch 'MDL-72063-master-en_fix' of git://github.com/mudrd8mz/moodle
2021-07-04 11:02:13 +02:00
Juan Segarra Montesinos
48fbc20559
MDL-70335 mod_forum: Subscribe users from Forced to Auto mode
...
When a teacher changes the subscription mode from forced
subscription to auto subscription using the "cog" icon in the
forum page, users are not seen in the Show/edit current
subscribers" page.
This does not happens when done from the Edit settings page.
2021-07-03 10:01:08 +02:00
Jake Dallimore
f6804b7ba3
MDL-65252 mod_forum: fix posts builder so it excludes hidden posts
...
This makes the builder capability aware, via an injected manager
factory and fixes unit tests.
2021-07-02 06:19:16 +08:00
Jake Dallimore
ea13242d99
MDL-65252 mod_forum: fix get_discussions_posts for deleted posts
2021-07-02 06:19:16 +08:00
Simey Lameze
1530035f12
MDL-65252 mod_forum: removal of get_forum_discussion_posts ws
2021-07-02 06:19:16 +08:00
Simey Lameze
8baf7d6e5f
MDL-65252 core: final deprecation of forum_count_replies() function
2021-07-02 06:19:16 +08:00
David Mudrák
d2e9ca4821
MDL-72063 lang: Use fixed strings in tests, too
2021-07-01 19:28:13 +02:00
Helen Foster
ab53075f22
MDL-72063 lang: Import fixed English strings (en_fix)
2021-07-01 14:11:23 +02:00
Andrew Nicols
bccac31627
Merge branch 'MDL-72010' of https://github.com/timhunt/moodle
2021-07-01 11:10:43 +08:00
Dan Marsden
ceb2da3b77
MDL-72054 assign: pass course/coursemodule to assign_files
2021-07-01 14:58:51 +12:00
Sara Arjona
9bcc08aacf
Merge branch 'MDL-71971-master' of git://github.com/lucaboesch/moodle
2021-06-30 16:16:07 +02:00
Eloy Lafuente (stronk7)
4242216e86
Merge branch 'MDL-71947-master' of https://github.com/bmbrands/moodle
2021-06-29 11:39:26 +02:00
Luca Bösch
f662ea7e5d
MDL-71971 mod_quiz: separate "Repaginate" and "Select multiple items"
2021-06-25 00:03:41 +02:00
Tim Hunt
8f20d1627b
MDL-72010 quiz: prevent session timeouts during attempts
2021-06-24 12:24:47 +01:00
Bas Brands
72a7171b5c
MDL-71947 core_quiz: vertical forms for access rule popups
2021-06-24 12:31:13 +02:00
Andrew Nicols
98620214e1
Merge branch 'MDL-71694-master' of https://github.com/lucisgit/moodle
2021-06-24 12:00:09 +08:00
Eloy Lafuente (stronk7)
d9347556e3
Merge branch 'MDL-71717' of git://github.com/paulholden/moodle
2021-06-24 00:18:45 +02:00
Tony Butler
46fd1d77d6
MDL-71694 assignfeedback_comments: Behat test for feedback preservation
...
Including efficiency improvements from https://github.com/davosmith
2021-06-21 11:21:53 +01:00
Andrew Nicols
4f422785c6
MDL-71113 javascript: Improve basic JS Documentation
2021-06-18 09:38:05 +08:00
Andrew Nicols
92179b7057
MDL-71113 js: Fix all jsdoc warnings
2021-06-18 09:38:05 +08:00
Andrew Nicols
70dcc60862
MDL-71113 js: Bare minimum fixes to build jsdoc
2021-06-18 09:38:04 +08:00