Jun Pataleta
1b1a661a03
Merge branch 'MDL-80221-401-enfix' of https://github.com/mudrd8mz/moodle into MOODLE_401_STABLE
2023-12-04 16:10:39 +08:00
Ilya Tregubov
ad3e6363f1
MDL-50650 core_grades: Validate minimum grade when importing grades
...
Also add behat test for max and min grade validation.
2023-12-04 16:01:49 +08:00
Kyle Matter
2627f5ba2c
MDL-50650 core_grades: allow grade imports larger than 100 points
2023-12-04 12:55:50 +08:00
Jun Pataleta
223948bf93
MDL-80131 mod_data: Make page titles unique
2023-12-02 07:20:53 +08:00
dragos5436
6b5485a0b0
MDL-60632 mod_quiz: Fix chart rendering fail in quiz report
...
If a quiz activity has negative grading enabled for incorrect answers,
students can achieve overall negative grades in this quiz. If at least
one student achieves a negative grade, the chart at the bottom of the
quiz 'Results' tab will fail to display. This patch add a search for
negative results, removes them from the band below 0 and adds them to
the 0 band. This will make the chart render correctly again.
Co-authored-by: Susana Leitão <sleitao@uporto.pt>
Co-authored-by: Matthias Opitz <m.opitz@ucl.ac.uk>
Removed whitespace at end of lines
2023-12-01 15:22:23 +00:00
David Mudrák
b16e808764
MDL-80221 lang: Use fixed strings in the tests, too
2023-12-01 06:23:33 +01:00
Ilya Tregubov
76ff7600e4
weekly release 4.1.6+
2023-12-01 13:12:36 +08:00
Jun Pataleta
a2ddc55f69
MDL-80043 grade: Add upgrade.txt notes
2023-12-01 09:15:04 +08:00
Jun Pataleta
cc6b3c161f
MDL-80043 gradereport_grader: Define editingmode_title
lang string
2023-12-01 09:15:04 +08:00
Jun Pataleta
18e5768332
MDL-80043 grade: editingmode_title
support for grade report plugins
...
* Add support for grade report plugins that define an
`editingmode_title` lang string. If the grade report plugin defines this
language string, it will be used for the page title's unique
identifying information when editing mode is turned on.
2023-12-01 09:15:04 +08:00
Jun Pataleta
fe3ff7dd69
MDL-80043 gradereport_singleview: Improve heading wordings
...
* Make the headings for the single view easier to read and understand
* When on editing mode, update the heading for the grade and user
screens to convey to the user that the page is currently on editing
mode. This is helpful for screen reader users as they can immediately
know the current display mode of the single view report page when this
gets read via the page title.
2023-12-01 09:15:03 +08:00
Jun Pataleta
816fadfcd7
MDL-80043 grade: Use heading parameter for the page title if provided
2023-12-01 09:15:03 +08:00
Helen Foster
b136e428d0
MDL-80221 lang: Import fixed English strings (en_fix)
2023-11-30 19:14:48 +01:00
sam marshall
f02437f915
MDL-55640 setuplib: test_localcachedir fails sporadically
2023-11-30 13:59:08 +00:00
Paul Holden
de6c7d2975
MDL-80286 datafield_date: cast field content to real when sorting.
...
This ensures we don't under/overflow the size of an integer in DB.
2023-11-30 10:05:13 +00:00
Mark Johnson
7fe281cc45
MDL-79806 quiz_statistics: Queue recalculation on attempt_deleted
2023-11-30 08:53:56 +00:00
Huong Nguyen
a410d35ef4
Merge branch 'MDL-79816-401' of https://github.com/rmady/moodle into MOODLE_401_STABLE
2023-11-30 10:41:20 +07:00
Meirza
f16b42d013
MDL-76109 core: Don't check password policy for guest user
...
Besides adding the is_guest() check in the check_password_policy() condition,
I also changed the temporary user ID because the temporary user and
the guest must not share the same ID. Otherwise, it will raise an error.
Co-authored-by: Andrei Bautu <abautu@gmail.com>
2023-11-30 10:35:28 +07:00
Huong Nguyen
c26e73fc9f
Merge branch 'MDL-74378_401' of https://github.com/PhilippImhof/moodle into MOODLE_401_STABLE
2023-11-30 10:12:31 +07:00
Ilya Tregubov
752c0c77f8
Merge branch 'MDL-78849-401' of https://github.com/paulholden/moodle into MOODLE_401_STABLE
2023-11-30 10:38:54 +08:00
Ilya Tregubov
b49d7c974f
Merge branch 'MDL-79325-401' of https://github.com/paulholden/moodle into MOODLE_401_STABLE
2023-11-30 09:35:45 +08:00
Jun Pataleta
1773a1926d
Merge branch 'MDL-79841-401' of https://github.com/laurentdavid/moodle into MOODLE_401_STABLE
2023-11-29 23:48:21 +08:00
Sara Arjona
0d056137bb
Merge branch 'MDL-79275-401' of https://github.com/lameze/moodle into MOODLE_401_STABLE
2023-11-29 16:44:20 +01:00
Jun Pataleta
6822ab321b
Merge branch 'MDL-80234-401' of https://github.com/aanabit/moodle into MOODLE_401_STABLE
2023-11-29 23:40:47 +08:00
Sara Arjona
d8f055240a
Merge branch 'MDL-80150-401' of https://github.com/lucaboesch/moodle into MOODLE_401_STABLE
2023-11-29 13:34:52 +01:00
Jun Pataleta
7527ca4c49
Merge branch 'MDL-79148-401' of https://github.com/ssj365/moodle into MOODLE_401_STABLE
2023-11-29 15:20:11 +08:00
Huong Nguyen
e6023839c9
Merge branch 'MDL-80002-401' of https://github.com/roland04/moodle into MOODLE_401_STABLE
2023-11-29 09:36:52 +07:00
Huong Nguyen
2cf4f88b52
Merge branch 'MDL-79267-401' of https://github.com/paulholden/moodle into MOODLE_401_STABLE
2023-11-29 09:18:34 +07:00
Huong Nguyen
08be365c2c
Merge branch 'MDL-79512-401' of https://github.com/laurentdavid/moodle into MOODLE_401_STABLE
2023-11-29 09:09:21 +07:00
Huong Nguyen
5c13475743
Merge branch 'MDL-76694-401' of https://github.com/snake/moodle into MOODLE_401_STABLE
2023-11-29 09:01:52 +07:00
Jun Pataleta
a2524d8caf
Merge branch 'MDL-80181-401' of https://github.com/srobotta/moodle into MOODLE_401_STABLE
2023-11-29 09:37:35 +08:00
Sara Arjona
aec53e3547
MDL-80150 resource: Reintroduce file icon
...
The new activity card design, planned for Moodle 4.3, reintroduces
the resource MIME icon that was removed in Moodle 4.0.
This is a backport of MDL-78285.
2023-11-29 02:17:56 +01:00
Jeremy Schulz
a272c2289f
MDL-80180 admin: added readonly support for multicheckbox
2023-11-28 14:36:19 -05:00
Mark Johnson
055d5cb3b0
MDL-80281 session: Don't report long session locks for readonly sessions
...
Previously, $CFG->sessionlockdebug was reporting long session locks for
all requests, even if they defined READ_ONLY_SESSION. This change
ensures that only sessions with locks are reported.
2023-11-28 16:24:17 +00:00
Shamiso.Jaravaza
3d7b5d51b9
MDL-79148 mod_bigbluebuttonbn: fix recording link
2023-11-28 00:40:31 -07:00
Ilya Tregubov
6109f4dfd4
Merge branch 'MDL-79603-401' of https://github.com/andelacruz/moodle into MOODLE_401_STABLE
2023-11-28 13:54:09 +08:00
Laurent David
57791ecd61
MDL-79841 theme_boost: Do not remove card borders
...
* When we are in small screensize we had removed the
left and right borders for cards. This is now restored
2023-11-28 06:39:04 +01:00
Simey Lameze
3f83ea2456
MDL-79275 behat: add one second wait to avoid random
2023-11-28 11:07:20 +08:00
Amaia Anabitarte
471838be7b
MDL-80234 mod_scorm: Saved passed status requirement
2023-11-27 17:41:15 +01:00
Stephan Robotta
dfb2be423b
MDL-80181 wiki: fix width of left column in comments
2023-11-24 11:18:01 +01:00
Philipp Imhof
b554580520
MDL-74378 mod_quiz: make sure timer is initialized
2023-11-24 08:52:35 +01:00
Huong Nguyen
b1bb5671df
weekly release 4.1.6+
2023-11-24 12:23:36 +07:00
Huong Nguyen
cd5d14d73b
Merge branch 'install_401_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_401_STABLE
2023-11-24 12:23:29 +07:00
David Woloszyn
3fe8dbd027
MDL-80229 core: Add tolerance to min_get_minimum_revision
2023-11-24 15:58:43 +11:00
Eloy Lafuente (stronk7)
98a58ef44c
Merge branch 'MDL-79966-m401' of https://github.com/sammarshallou/moodle into MOODLE_401_STABLE
2023-11-23 23:41:28 +01:00
sam marshall
95646071ae
MDL-79966 core_task: NEVER_RUN_TIME did not fit in 10 digits
2023-11-23 16:25:10 +00:00
Rodrigo Mady
29d68c07af
MDL-79816 block_recentlyaccesseditems: Fix modname type in WS
2023-11-23 11:52:44 -03:00
Paul Holden
773bfa9272
MDL-71336 forms: ensure grouped date elements have unique IDs.
...
Previously they were each taking the ID of their parent group element.
2023-11-23 12:01:38 +00:00
Andrew Nicols
2995721139
Merge branch 'MDL-79966-m401' of https://github.com/sammarshallou/moodle into MOODLE_401_STABLE
2023-11-23 10:32:05 +08:00
Huong Nguyen
6488fc6a20
Merge branch 'MDL-78496-401' of https://github.com/andrewnicols/moodle into MOODLE_401_STABLE
2023-11-23 09:23:46 +07:00