Eloy Lafuente (stronk7)
d64aa10197
Merge branch 'MDL-70486-master-get_region_name' of git://github.com/mudrd8mz/moodle
2021-01-11 22:55:19 +01:00
Michael Hawkins
dc9de7b0d4
MDL-70571 lib: Added additional escaping to search_input template
2021-01-11 16:20:16 +01:00
Sara Arjona
786bb3422c
Merge branch 'MDL-70352-master' of https://github.com/dmitriim/moodle
2021-01-11 12:23:47 +01:00
Paul Holden
67f137832d
MDL-70299 libraries: upgrade to version 1.7.1 of loglevel.
2021-01-08 09:55:03 +00:00
Jun Pataleta
e751c98000
Merge branch 'MDL-70310-master' of git://github.com/ilyatregubov/moodle
2021-01-08 14:47:30 +08:00
Eloy Lafuente (stronk7)
74200b8adc
Merge branch 'MDL-70245-master' of https://github.com/TomoTsuyuki/moodle
2021-01-07 23:49:05 +01:00
Ilya Tregubov
0511eb9d6c
MDL-70310 user: Remove yahoo icon since domain no longer exists.
2021-01-07 09:14:44 +02:00
Eloy Lafuente (stronk7)
c59c8e79ec
Merge branch 'MDL-70476' of https://github.com/timhunt/moodle
2021-01-07 00:27:48 +01:00
Eloy Lafuente (stronk7)
fd1d9fec1e
Merge branch 'master_MDL-70520' of https://github.com/golenkovm/moodle
2021-01-07 00:17:08 +01:00
Paul Holden
6fc5f5f1f6
MDL-70579 course: filter site fullname when exporting course content.
2021-01-06 21:28:53 +00:00
Adrian Greeve
b65cfd4330
Merge branch 'MDL-70482_master' of https://github.com/sebmehr/moodle
2021-01-06 11:27:17 +08:00
Jun Pataleta
22295df424
Merge branch 'master-MDL-68792_v3' of https://github.com/golenkovm/moodle
2021-01-05 22:09:19 +08:00
Dmitrii Metelkin
21789c7168
MDL-70352 core: attach modal to a specific element
2020-12-31 14:02:20 +11:00
Ruslan Kabalin
536fdb0c2f
MDL-70055 pgsql DML: Support large number of SQL-IN parameters.
...
This patch adds a solution for Postgres that allows overriding IN
statement limit of 16bit (65535 values) by wrapping items in VALUES
list. This only takes place in number of items exceeds 65535, otherwise
parent class get_in_or_equal() function is used.
2020-12-24 14:39:21 +00:00
Sébastien Mehr
95c5173789
MDL-70482 template: add missing closing bracket
2020-12-24 13:54:00 +01:00
Eloy Lafuente (stronk7)
2d37d7f94d
Merge branch 'MDL-70279' of git://github.com/paulholden/moodle
2020-12-23 00:46:42 +01:00
Víctor Déniz
7c3f210441
Merge branch 'MDL-70341-task-override-fix-disabled' of https://github.com/jamie-catalyst/moodle
2020-12-22 12:04:41 +00:00
Jake Dallimore
b2382c7d38
Merge branch 'MDL-69422-master-2' of git://github.com/junpataleta/moodle
2020-12-22 15:58:21 +08:00
Jake Dallimore
f0f6f79027
Merge branch 'master-MDL-64865' of https://github.com/kristian-94/moodle
2020-12-22 13:39:00 +08:00
Andrew Nicols
eed01bbc94
Merge branch 'MDL-65856' of https://github.com/hdagheda/moodle
2020-12-22 09:38:01 +08:00
Mikhail Golenkov
eb694bdd5a
MDL-70520 tasks: Keep lastruntime when a scheduled task is reset
2020-12-22 10:37:43 +11:00
Eloy Lafuente (stronk7)
2a698951e5
Merge branch 'MDL-70430-master-oauth2refreshtoken' of git://github.com/mudrd8mz/moodle
2020-12-22 00:06:32 +01:00
Heena Agheda
9c5dc8fc7d
MDL-65856 session: UX review of session timeout
...
Add new setting 'sessiontimeoutwarning', gives logged in user ability to extend session when there is no activity.
2020-12-21 08:43:21 +11:00
Sara Arjona
8099deda48
Merge branch 'MDL-69107-master-2' of git://github.com/andrewnicols/moodle
2020-12-18 15:22:09 +01:00
Mikhail Golenkov
b01eb0b3f8
MDL-68792 theme_boost: Do not move blocks on embedded layout.
2020-12-18 12:06:03 +11:00
Mikhail Golenkov
8325c83b20
MDL-68792 theme_boost: Show the fake blocks on embedded layout.
2020-12-18 12:06:03 +11:00
David Mudrák
f00ad20a6f
MDL-70486 output: Improve check for block region name string existence
...
* The fact that non-existing strings are returned in certain format
starting with the bracket, is kind of side debugging effect. The value
is really undefined and should not be relied upon.
* The string could actually exist and be worded so that its first
character is also the square bracket.
2020-12-17 10:04:46 +01:00
Jake Dallimore
cc52b8fad0
Merge branch 'MDL-65284-master' of git://github.com/aanabit/moodle
2020-12-17 11:06:16 +08:00
Jun Pataleta
037417af1d
Merge branch 'MDL-69735' of https://github.com/timhunt/moodle
2020-12-16 23:01:28 +08:00
Amaia Anabitarte
46927df906
MDL-65284 analytics: Final deprecation get_analysables()
2020-12-16 12:47:52 +01:00
Sara Arjona
2aa55eb4a5
Merge branch 'MDL-70322-master' of git://github.com/roland04/moodle
2020-12-16 12:04:03 +01:00
Jun Pataleta
d4b9511bbe
Merge branch 'MDL-54907' of https://github.com/timhunt/moodle
2020-12-16 10:34:58 +08:00
Andrew Nicols
31402aa406
MDL-69107 user: Fix autocomplete usages
2020-12-16 07:50:56 +08:00
Tim Hunt
fbc010aca1
MDL-70476 permission overrides: role names double-escaped in tool tip
2020-12-15 14:51:32 +00:00
Sara Arjona
50cfe2c0a2
Merge branch 'MDL-70357-master-cronlibthrowables' of git://github.com/mudrd8mz/moodle
2020-12-15 14:55:46 +01:00
Jake Dallimore
d520e005f8
Merge branch 'MDL-67623-40_blocks_myoverview_pagination_regression' of https://github.com/tomdickman/moodle
2020-12-15 18:21:13 +08:00
Brendan Heywood
71f180447a
MDL-68768 tool_tasks: Check for failing adhoc tasks
2020-12-15 12:49:00 +11:00
Andrew Nicols
f07d3b71d2
MDL-69107 form_autocomplete: Rewrite item selection
...
The form_autocomplete is essentially a custom element. Unfortunately the
`setValue()` function in Mink has undesired actions so it is necessary
to write our own handling for it.
The standard Mink `setValue()` function focuses the element, sets a
value, and then blurs the element. In the case of the autocomplete this
can cause the autocomplete suggestions list to be closed in some
situations. Instead of using the setValue we click, and type the value,
but do not immediately blur.
2020-12-15 09:08:05 +08:00
Sara Arjona
a7d39bc3bd
Merge branch 'MDL-70397-master' of git://github.com/andrewnicols/moodle
2020-12-14 17:11:46 +01:00
Brendan Heywood
1dadeaeb39
MDL-68608 session: Improved the readonly session debugging
2020-12-14 14:09:55 +11:00
Tom Dickman
c00fc9707f
MDL-67623 block overview: fix pagination regression
...
Fixed a regression caused by MDL-64194 resulting in Dashboard - Course
overview pagination not working from second page of courses onwards.
Course overview block should now do the following:
- Display no pagination controls when user has no courses
- Display no pagination controls when less than 12 courses to display
- Only display pagination controls up to the number of courses user is
enrolled in
- Work correctly when on a page greater than the second page.
2020-12-14 13:15:26 +11:00
Tim Hunt
5a96b5427f
MDL-69735 core renderer notifications: make closebutton option usable
2020-12-11 19:54:39 +00:00
Mikel Martín
c31561e4a2
MDL-70322 core_search: consistent search icon
2020-12-11 15:42:47 +01:00
Tomo Tsuyuki
745d4c2a4f
MDL-70245 core_grade: Fix grade_get_setting unit test failures
...
To fix the phpunit issue, change from static variable to use cache
2020-12-10 16:46:09 +11:00
Andrew Nicols
9d8a0d3574
Merge branch 'MDL-70295' of git://github.com/paulholden/moodle
2020-12-09 12:09:37 +08:00
Andrew Nicols
cd3809653c
Merge branch 'MDL-70320' of https://github.com/timhunt/moodle
2020-12-09 11:56:05 +08:00
Andrew Nicols
eec9da5b68
Merge branch 'MDL-70293' of git://github.com/paulholden/moodle
2020-12-09 11:28:41 +08:00
Jake Dallimore
e26cfc19c7
Merge branch 'MDL-69145-master-3' of git://github.com/junpataleta/moodle
2020-12-09 11:00:22 +08:00
Jun Pataleta
a489f20f17
MDL-69145 core: Set the default filterset join type to ALL
...
* Plus minor PHPDoc type fix for the JOINTYPE_DEFAULT constants
2020-12-09 10:51:06 +08:00
David Mudrák
16d8706e2e
MDL-70430 oauth2: Fix storing of the new refresh token
...
There was a typo - missing underscore. As a result, the new refresh
token was never updated in the database. Depending on the issuer and
whether or when theyu invalidate issued refresh tokens, this might or
might not make the token refresh stop working.
2020-12-08 11:26:23 +01:00