Eloy Lafuente (stronk7)
e5441b439e
MDL-71365 grunt: fix boost ignores order and missing LF @ EOF
2021-04-18 00:13:12 +02:00
Eloy Lafuente (stronk7)
b086645bd7
MDL-71364 behat: fix randomness causes by "now" advancing
...
Some recent tests do set a date time element
to ##now## or tomorrow and, immediately after that
the look if, effectively, ##now## and #tomorrow#
have been set (with minutes resolution).
Problem is that, between the field is set and the field
is verified, it can happen that the time advances to
next minute (from H:M:59 to H:M+1:00) and then the
assertion fails.
To avoid this, we could have lowered the resolution to be
hours... but that doesn't solve the problem just makes it
to happen less often.
So, instead of that... we are setting the 2 now and tomorrow
cases to be "today noon" and "tomorrow noon" (12:00:00) so
we ensure they won't be ever in the risk of jumping of minute.
2021-04-17 12:32:35 +02:00
Luca Bösch
e2b1ede0dd
MDL-71324 course: Render hasinfo class only if necessary.
2021-04-17 11:49:28 +02:00
Luca Bösch
c5446c9cc7
MDL-71118 core: Add grade (verb) string.
...
AMOS BEGIN
CPY [grade,core],[gradenoun,core]
CPY [grade,core],[gradeverb,core]
AMOS END
2021-04-17 11:45:57 +02:00
Luca Bösch
3256a63914
MDL-71118 gradereport_user: Display Grades (plural) in profile page.
2021-04-17 11:45:57 +02:00
Eloy Lafuente (stronk7)
8b9717935c
Merge branch 'MDL-70099-311' of git://github.com/paulholden/moodle into MOODLE_311_STABLE
2021-04-17 09:40:28 +02:00
Eloy Lafuente (stronk7)
9b8427c455
Merge branch 'MDL-71334-311' of git://github.com/mickhawkins/moodle into MOODLE_311_STABLE
2021-04-16 19:59:45 +02:00
Sara Arjona
9600becce3
on-demand release 3.11dev+
2021-04-16 17:06:23 +02:00
Sara Arjona
dfbea60ac4
Merge branch 'install_311_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_311_STABLE
2021-04-16 17:06:20 +02:00
Sara Arjona
b3209c0ac5
MDL-69331 core_h5p: fix behat errors
2021-04-16 13:07:09 +02:00
Andrew Nicols
b816aa102d
Merge branch 'MOODLE_311_MDL-71233' of https://github.com/golenkovm/moodle into MOODLE_311_STABLE
2021-04-16 08:06:23 +01:00
Jun Pataleta
03f21e4cc0
Merge branch 'MDL-48594-311' of https://github.com/nguyenphuctien/moodle into MOODLE_311_STABLE
2021-04-16 08:06:23 +01:00
Andrew Nicols
c0db4805df
Merge branch 'MDL-60490-missing_close_div-311' of https://github.com/leonstr/moodle into MOODLE_311_STABLE
2021-04-16 08:06:22 +01:00
Andrew Nicols
28d07f3373
Merge branch 'MDL-69415-311' of git://github.com/sarjona/moodle into MOODLE_311_STABLE
2021-04-16 08:06:22 +01:00
Paul Phillips
11a15b8b9c
MDL-71167 mod_scorm: use full url in redirect
2021-04-16 08:06:22 +01:00
Jake Dallimore
a7061af4fb
Merge branch 'MDL-71342-311-2' of git://github.com/junpataleta/moodle into MOODLE_311_STABLE
2021-04-16 08:06:22 +01:00
Andrew Nicols
e1eff84dd2
Merge branch 'MOODLE_311_MDL-71254' of https://github.com/golenkovm/moodle into MOODLE_311_STABLE
2021-04-16 08:06:22 +01:00
Andrew Nicols
6d6a57dda9
Merge branch 'MDL-71186-m311' of https://github.com/clransom/moodle into MOODLE_311_STABLE
2021-04-16 08:06:22 +01:00
Víctor Déniz
9976bacec2
Merge branch 'MDL-69331-311' of git://github.com/sarjona/moodle into MOODLE_311_STABLE
2021-04-16 08:06:21 +01:00
Sara Arjona
4fcc06b43e
Merge branch 'MDL-70269_311' of https://github.com/timhunt/moodle into MOODLE_311_STABLE
2021-04-16 08:06:21 +01:00
Michael Hawkins
65dea75cc6
MDL-71334 mod_lti: Fix manual activity completion behat test
2021-04-16 14:10:27 +08:00
Tien Nguyen
5ad8101553
MDL-48594 Report: More filtering options on Activity Completion Report
2021-04-16 10:07:06 +07:00
Jun Pataleta
91170558ac
MDL-71342 mod: Conditionally display activity info
...
* The activity information output component is still being displayed
even in the case when the activity does not have dates to show and
completion tracking is not enabled.
This also causes a horizontal line to be rendered in activity view pages
below the activity heading which does not serve much purpose when
there's no activity information to be shown.
The activity information output component should only be displayed
if there's completion information to show or if there are activty dates
to show. Otherwise, there's no need to render it.
2021-04-15 23:10:42 +08:00
Amaia Anabitarte
e58d63f078
MDL-70412 groups: Improving create_group data generator
...
Increasing the size of the name for generated groups
to ensure we don't have problems with ordering.
2021-04-15 16:57:23 +02:00
Amaia Anabitarte
82093afe50
MDL-65553 core_analytics: Don't allow to flag predictions several times
...
Even if a prediction is hidden from the report once is flagged,
it can be flagged several times if the user visits detailed view via URL.
We remove the checkbox to select a prediction and flag it
once it has already been flagged.
2021-04-15 16:39:09 +02:00
Katie Ransom
b4fdc7c1b0
MDL-71186 core_user: show custom user fields in group management screens
2021-04-15 15:30:54 +01:00
Sara Arjona
cf42280164
Merge branch 'MDL-71090-311' of git://github.com/paulholden/moodle into MOODLE_311_STABLE
2021-04-15 11:56:46 +02:00
Sara Arjona
d3b93906d5
MDL-69331 core_h5p: Add missing @core_h5p tag
2021-04-15 09:33:02 +02:00
Sara Arjona
d0d7fc835e
MDL-69331 core_h5p: Add missing library files to behat tests
...
Some of the pre-existing behat tests were creating content into the
content bank using the generator but the H5P content-type libraries
weren't uploaded.
Since MDL-69331, libraries need to be deployed previously (so fake
H5P content-type won't be displayed if these libraries don't exist).
2021-04-15 09:33:02 +02:00
Sara Arjona
8a81d74244
MDL-69331 core_contentbank: Hide disabled H5P content-types
...
If a H5P content-type is disabled:
- The content bank won't display existing contents having it as a
main library.
- The content bank won't allow to create new contents using it.
2021-04-15 09:32:58 +02:00
Sara Arjona
73a7133ef8
MDL-69331 core_h5p: Only upgrade enabled libraries
...
The core\task\h5p_get_content_types_task task will only download
content-type for enabled libraries.
2021-04-15 09:31:36 +02:00
Sara Arjona
be7143381f
MDL-69331 core_h5p: Display error when main library is disabled
...
H5P contents with the main library disabled won't be deployed; a
message error will be displayed instead of.
2021-04-15 09:31:36 +02:00
Sara Arjona
dc77f13dab
MDL-69331 core_h5p: Add enabled field to libraries
...
The "enabled" field has been added to the H5P libraries to let
admins decide whether a library should be used or not in the site.
2021-04-15 09:31:36 +02:00
Jake Dallimore
c78aa10409
Merge branch 'MDL-71338-311' of git://github.com/paulholden/moodle into MOODLE_311_STABLE
2021-04-15 14:42:25 +08:00
Sara Arjona
a1ce0a96d2
Merge branch 'MDL-71337-311' of git://github.com/junpataleta/moodle into MOODLE_311_STABLE
2021-04-15 08:30:14 +02:00
Jake Dallimore
d839e4f941
Merge branch 'MDL-61768-311-3' of git://github.com/mihailges/moodle into MOODLE_311_STABLE
2021-04-15 14:16:40 +08:00
abgreeve
dfda0b1c19
Merge branch 'MDL-71007-courseidnumer-grade-ws-MOODLE_311_STABLE' of https://github.com/brendanheywood/moodle into MOODLE_311_STABLE
2021-04-15 13:47:02 +08:00
Jun Pataleta
4c5d70b586
MDL-71337 mod_h5pactivity: Increase window size during test
...
The addition of the activity information moves the h5p content down
out of the window view on Firefox which causes the Check button to be
unclickable. This patch increases the window size to ensure that the
check button is visible and clickable.
Credits to Eloy <stronk7@moodle.org> for the thorough investigation
of the root cause of this issue :)
2021-04-15 12:45:56 +08:00
Mihail Geshoski
17bf8a2ef3
MDL-61768 repository_googledocs: Deprecate unused methods
...
Deprecates methods from the repository_googledocs class which are
no longer used.
2021-04-15 12:43:00 +08:00
Mihail Geshoski
598a072922
MDL-61768 repository_googledocs: Add unit tests
...
Adds unit tests for the newly introduced methods related to the content
browsing and searching functionallity across drives.
2021-04-15 12:43:00 +08:00
Mihail Geshoski
bded723306
MDL-61768 repository_googledocs: Support shared drives
...
Enables the Google Drive repository to support browsing and searching
for content from the existing shared drives.
2021-04-15 12:42:58 +08:00
Mihail Geshoski
2950a9a024
MDL-61768 repository_googledocs: Rest API function to list shared drives
...
Adds a new rest API function in the googledocs repository which would
return the existing shared drives.
2021-04-15 12:41:41 +08:00
Jake Dallimore
38a54270c7
Merge branch 'MDL-70142-311' of git://github.com/paulholden/moodle into MOODLE_311_STABLE
2021-04-15 10:35:49 +08:00
Andrew Nicols
dd62d97a1a
Merge branch 'MDL-70311-311' of git://github.com/ilyatregubov/moodle into MOODLE_311_STABLE
2021-04-15 09:19:50 +08:00
Jake Dallimore
946d0ea0cf
Merge branch 'MDL-70649-M311' of https://github.com/xuangui2018/moodle into MOODLE_311_STABLE
2021-04-15 08:39:08 +08:00
Jake Dallimore
52f8e4001c
Merge branch 'MDL-71119-311' of git://github.com/sarjona/moodle into MOODLE_311_STABLE
2021-04-15 08:32:04 +08:00
AMOS bot
7da38579f6
Automatically generated installer lang files
2021-04-15 00:07:38 +00:00
Paul Holden
5138937e79
MDL-71338 tool_usertours: correct Content-Type on tour export.
...
Replace existing code with standard file serving mechanism, in
turn correcting the previously incorrect Content-Type header.
2021-04-14 21:11:53 +01:00
Eloy Lafuente (stronk7)
d1b2b063c9
Merge branch 'MDL-67999-311' of git://github.com/sarjona/moodle into MOODLE_311_STABLE
2021-04-14 19:30:24 +02:00
Mahmoud Kassaei
d2d9a7200b
MDL-71225 Questions: Default options for
...
ddimageortext, ddmarker and match qtypes
2021-04-14 17:54:54 +01:00