Tom Dickman
761d070b76
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:26:22 +11:00
AMOS bot
c28e9297db
Automatically generated installer lang files
2020-12-13 00:07:28 +00:00
Mark Nelson
374bbf59bc
MDL-68481 mod_folder: stream files when creating zip
2020-12-12 12:50:54 +08:00
Mark Nelson
aa8d0aac23
MDL-68533 mod_assign: stream files when creating zip
2020-12-12 12:45:36 +08:00
Mark Nelson
f9810e2aff
MDL-68533 core_files: add archive_writer API
2020-12-12 12:45:36 +08:00
AMOS bot
3d3ad1cc3e
Automatically generated installer lang files
2020-12-12 00:07:32 +00:00
AMOS bot
59208e5f3f
Merge branch 'MOODLE_311_STABLE' into install_311_STABLE
2020-12-12 00:07:31 +00:00
Tim Hunt
27bc291f71
MDL-69735 quiz: new capability for read-only view of setting overrides
2020-12-11 21:25:57 +00:00
Tim Hunt
f226b6e1b9
MDL-69735 core renderer notifications: make closebutton option usable
2020-12-11 21:23:07 +00:00
Mikel Martín
deaf34ee3a
MDL-70322 core_search: consistent search icon
2020-12-11 15:42:35 +01:00
AMOS bot
64cedaa361
Automatically generated installer lang files
2020-12-11 00:07:33 +00:00
Víctor Déniz
d328ef1c9d
weekly release 3.11dev
2020-12-10 21:10:02 +00:00
Víctor Déniz
858ff2096a
Merge branch 'install_311_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_311_STABLE
2020-12-10 21:09:55 +00:00
Huong Nguyen
0cc42a2047
MDL-70426 qtype_ddmarker: infinite markers keep duplicating
2020-12-10 15:52:09 +07:00
Shamim Rezaie
11987c1554
MDL-69301 theme_boost: Remove the special handling of Escape key
2020-12-10 15:02:33 +08:00
Jake Dallimore
435bb5ce2a
Merge branch 'MDL-70320-311' of https://github.com/andrewnicols/moodle into MOODLE_311_STABLE
2020-12-10 12:01:11 +08:00
Andrew Nicols
8f3d77d228
MDL-70320 behat: User full path to page admin node
2020-12-10 07:55:50 +08:00
Víctor Déniz
46acc5d7ff
Merge branch 'MDL-63683-311' of https://github.com/dravek/moodle into MOODLE_311_STABLE
2020-12-09 12:25:40 +00:00
Jake Dallimore
4abc3ab89a
Merge branch 'MDL-70151-311' of git://github.com/andrewnicols/moodle into MOODLE_311_STABLE
2020-12-09 14:45:57 +08:00
Shamim Rezaie
c16004ce15
MDL-69301 behat: comment a test out
...
The e.key is not filled correctly by Geckodriver on the verssion of
Firefox that we use.
2020-12-09 13:42:03 +08:00
Andrew Nicols
99ef1a78c1
Merge branch 'MDL-65186-311' of git://github.com/ilya-catalyst/moodle into MOODLE_311_STABLE
2020-12-09 13:34:42 +08:00
Andrew Nicols
94212ac598
Merge branch 'MDL-70295-311' of git://github.com/paulholden/moodle into MOODLE_311_STABLE
2020-12-09 12:11:08 +08:00
Andrew Nicols
72e6bd78aa
Merge branch 'MDL-70320_311' of https://github.com/timhunt/moodle into MOODLE_311_STABLE
2020-12-09 11:57:54 +08:00
Andrew Nicols
666ba2d5b9
Merge branch 'MDL-70293-311' of git://github.com/paulholden/moodle into MOODLE_311_STABLE
2020-12-09 11:29:10 +08:00
Andrew Nicols
62ad3fe713
Merge branch 'MDL-69869-311' of git://github.com/ilya-catalyst/moodle into MOODLE_311_STABLE
2020-12-09 11:09:51 +08:00
Jake Dallimore
5eeab9a25f
Merge branch 'MDL-69145-311-3' of git://github.com/junpataleta/moodle into MOODLE_311_STABLE
2020-12-09 11:02:17 +08:00
Jun Pataleta
a684f59d65
MDL-69145 core_user: Set default filter to ALL
2020-12-09 10:54:02 +08:00
Jun Pataleta
bc7d1118b1
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:54:02 +08:00
Andrew Nicols
618835595c
Merge branch 'MDL-62707-311' of https://github.com/paulholden/moodle into MOODLE_311_STABLE
2020-12-09 08:53:20 +08:00
David Mudrák
8017912028
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:14 +01:00
Jake Dallimore
98635e4444
Merge branch 'MDL-70285_311' of https://github.com/timhunt/moodle into MOODLE_311_STABLE
2020-12-08 16:33:20 +08:00
Ilya Tregubov
4afa3bfda4
MDL-69869 enrol: Fixing intendation for travis.
2020-12-08 09:15:35 +02:00
Ilya Tregubov
a2d652e332
MDL-69869 enrol: Clean up - switch to [] from array().
2020-12-08 09:15:35 +02:00
Ilya Tregubov
3401b6fb42
MDL-69869 enrol: Add ability to get suspended users through
...
core_enrol_get_enrolled_users webservice.
2020-12-08 09:15:35 +02:00
Ilya Tregubov
724b7606da
MDL-65186 analytics: Deprecate add_builtin_models
2020-12-08 09:12:21 +02:00
AMOS bot
fb93b22f71
Automatically generated installer lang files
2020-12-08 00:07:25 +00:00
Jamie Stamp
3b4eded721
MDL-70341 tasks: Allow disabled tasks to be overridden
2020-12-07 16:41:04 +00:00
Paul Holden
e5e287396d
MDL-70422 restore: fix for undefined question answer ordering in test.
2020-12-07 10:15:48 +00:00
Peter Burnett
292b0f2975
MDL-69522 antivirus: Added ability for scanners to set found message
2020-12-07 14:45:18 +10:00
Jake Dallimore
330927d2c4
Merge branch 'MDL-64982-311' of git://github.com/rezaies/moodle into MOODLE_311_STABLE
2020-12-07 12:04:01 +08:00
Jake Dallimore
6762c1e585
Merge branch 'MDL-65818-m311' of https://github.com/sammarshallou/moodle into MOODLE_311_STABLE
2020-12-07 11:27:06 +08:00
Adrian Greeve
91f3377c2f
Merge branch 'MDL-69301-311' of git://github.com/rezaies/moodle into MOODLE_311_STABLE
2020-12-07 09:55:35 +08:00
AMOS bot
b624187e4d
Automatically generated installer lang files
2020-12-06 00:07:30 +00:00
Eric Merrill
14c905a41e
MDL-70409 chat: Use require_once to import lib.php
2020-12-04 10:52:00 -05:00
Paul Holden
0ce7a5e021
MDL-70279 tool_templatelibrary: preserve component search field value.
2020-12-04 14:55:35 +00:00
sam marshall
4045bfd723
MDL-65818 Security: Encryption API and admin setting for secure data
2020-12-04 14:40:18 +00:00
Paul Holden
c19a18ecd4
MDL-62707 search: account for no matching courses when listing areas.
...
When limiting the list of courses during retrieval of the search areas
the user can access, make sure we have some contexts before looking
for blocks.
2020-12-04 09:43:07 +00:00
inigozendegi
227021b657
MDL-56119 gradingform_rubric: Rubric display layout issue
2020-12-04 09:41:45 +01:00
David Matamoros
10fa98fcf4
MDL-63683 enrol: Fix plugin settings when no role has student archetype
2020-12-04 09:24:56 +01:00
Shamim Rezaie
a5b47b660b
MDL-64982 behat: Remove deprecated behat timeout constants
...
Behat timeout constants behat_base::TIMEOUT, EXTENDED_TIMEOUT, and
REDUCED_TIMEOUT, which were deprecated in 3.7, have been removed.
2020-12-04 17:07:49 +11:00