Bas Brands
c906aed8ab
MDL-65581 core_blocks: change classname for hidden blocks
...
Changing the added class .invisible to .ivisibleblock to avoid hiding the block completely
2019-05-13 12:31:00 +02:00
Sara Arjona
146d2f650d
Merge branch 'MDL-65564-master' of git://github.com/marinaglancy/moodle
2019-05-13 10:39:10 +02:00
Sara Arjona
30e66a263f
Merge branch 'MDL-65224-master' of https://github.com/ewallah/moodle
2019-05-13 10:02:31 +02:00
Jun Pataleta
38c773d874
Merge branch 'MDL-65571' of git://github.com/stronk7/moodle
2019-05-13 15:47:52 +08:00
Sara Arjona
40b6e9eccf
Merge branch 'MDL-65544-master' of git://github.com/damyon/moodle
2019-05-13 09:40:37 +02:00
Ryan Wyllie
9a6f29b019
MDL-65574 forum: discussion_list vault uses post table for author
...
Update the discussion_list vault to use the first post record from
the posts table join to get the author of the first post rather
than relying on it's own "userid" column which can be incorrect in
the case of split discussions.
2019-05-13 15:03:26 +08:00
Damyon Wiese
8f7fba80d1
MDL-65544 badges: Any all criteria
...
When testing any vs all aggregation method, we expect a different result
when we have looped all the competencies and they all passed or failed.
2019-05-13 10:50:05 +08:00
Adrian Greeve
7437b36652
Merge branch 'MDL-65560-master' of git://github.com/lameze/moodle
2019-05-13 09:43:58 +08:00
Jake Dallimore
63dd2951bb
MDL-65536 mod_lti: fix stale platformid when wwwroot is changed
...
If the site is installed, and then the wwwroot changed, the plugin
config value for platformid for mod_lti is then stale, resulting in
OIDC errors. Given this config value was set using the wwwroot, we
should just be able to use the value of $CFG->wwwroot direcly, thus
avoiding this problem.
2019-05-13 09:09:18 +08:00
Eloy Lafuente (stronk7)
90a048e38b
MDL-65571 versions: main version bump
2019-05-12 23:48:17 +02:00
Eloy Lafuente (stronk7)
c9a1a6341c
MDL-65571 versions: bump all versions and requires near release
...
version = 2019052000 release version
requires= 2019051100 current beta (week6roll2) version
2019-05-12 23:46:34 +02:00
Eloy Lafuente (stronk7)
6a7451ff1b
Moodle release 3.7beta
v3.7.0-beta
2019-05-10 20:31:46 +02:00
Eloy Lafuente (stronk7)
c3b8f0ceb3
Merge branch 'MDL-65537-master-enfix' of git://github.com/mudrd8mz/moodle
2019-05-10 20:07:50 +02:00
David Mudrák
14f7489675
MDL-65537 lang: Use fixed strings in tests, too
2019-05-10 12:37:03 +02:00
Sara Arjona
7fcc7e0125
Merge branch 'MDL-65518-master-fix1' of https://github.com/damyon/moodle
2019-05-10 11:58:50 +02:00
Eloy Lafuente (stronk7)
d44bc84439
Merge branch 'MDL-65558-master' of git://github.com/andrewnicols/moodle
2019-05-10 11:29:53 +02:00
Marina Glancy
c508bedcc3
MDL-65564 core_customfield: fix inplace editable
2019-05-10 11:01:18 +02:00
Helen Foster
f715376907
MDL-65537 lang: Import fixed English strings (en_fix)
...
Significant string changes:
* isdataunique_help and isfieldrequired_help,core_customfield -
explanatory wording
* forum:cantogglefavourite,mod_forum - 'Can toggle favourites.'
changed to 'Star discussions'
2019-05-10 10:17:47 +02:00
Jun Pataleta
f49c1dcd4a
Merge branch 'MDL-65540-master' of git://github.com/andrewnicols/moodle
2019-05-10 15:59:16 +08:00
Damyon Wiese
084a42f9f5
MDL-65518 badges: Require the issuercontact
...
For Badges V2 we can't use just any email address to issue badges, it needs to be a valid
account on the backpack.
2019-05-10 15:51:27 +08:00
Simey Lameze
e3e0c974ee
MDL-65560 qtype_multichoice: prevent form change dialog
2019-05-10 13:28:50 +08:00
Andrew Nicols
80d5636595
MDL-65558 enrol_database: use , as port separator
2019-05-10 12:24:05 +08:00
Andrew Nicols
7991e3032c
MDL-65558 auth_db: use , as port separator
2019-05-10 12:23:49 +08:00
Andrew Nicols
04a6cd7b44
Merge branch 'MDL-65520-master' of git://github.com/peterRd/moodle
2019-05-10 11:46:34 +08:00
Andrew Nicols
b375f5731f
MDL-63959 feedback: Adjust unit test for perf
2019-05-10 11:41:23 +08:00
Andrew Nicols
090fbe8653
Merge branch 'MDL-63959-master' of git://github.com/tobiasreischmann/moodle
2019-05-10 11:41:11 +08:00
Adrian Greeve
cdc5c34030
Merge branch 'MDL-65457-master' of git://github.com/peterRd/moodle
2019-05-10 10:42:34 +08:00
Peter
9b8e599868
MDL-65457 mod_forum: Provide latest post's author
...
Provide an updated private replies restriction to latest post
Get the latest post's author and time which takes into account private replies.
2019-05-10 10:29:39 +08:00
Eloy Lafuente (stronk7)
08d40829e9
Merge branch 'MDL-65423-master' of git://github.com/jleyva/moodle
2019-05-09 21:48:26 +02:00
Eloy Lafuente (stronk7)
bcf35812a3
Merge branch 'MDL-65197' of https://github.com/paulholden/moodle
2019-05-09 20:01:54 +02:00
Eloy Lafuente (stronk7)
0eda82e1d6
Merge branch 'MDL-29320-master' of git://github.com/junpataleta/moodle
2019-05-09 19:49:31 +02:00
Eloy Lafuente (stronk7)
97b6ea2c30
Merge branch 'MDL-65543-master' of git://github.com/andrewnicols/moodle
2019-05-09 19:38:27 +02:00
Sara Arjona
5ec0b3bc2e
Merge branch 'master_MDL-65502' of https://github.com/danmarsden/moodle
2019-05-09 16:48:05 +02:00
Sara Arjona
c9e526a4e7
MDL-65518 badges: some language improvements
...
Helen has suggested some wording changes to make easier to understand
some of the backpack settings.
Thanks a lot Helen!! :-)
2019-05-09 16:19:48 +02:00
Sara Arjona
8b0c8764b4
Merge branch 'MDL-65518-master' of git://github.com/damyon/moodle
2019-05-09 16:19:05 +02:00
Andrew Nicols
ac8c12c7b5
MDL-65543 mod_forum: Move require_login before cap check
2019-05-09 19:34:01 +08:00
Jun Pataleta
2670aff7c1
Merge branch 'MDL-65445-qtype_ddwtos' of https://github.com/jonof/moodle
2019-05-09 15:58:45 +08:00
Shamim Rezaie
c36c22d250
MDL-65540 core_search: Explicit component name in the str helper
2019-05-09 15:29:02 +08:00
Shamim Rezaie
9902e215a9
MDL-65540 tool_dataprivacy: Explicit component name in the str helper
2019-05-09 15:24:50 +08:00
Andrew Nicols
5ecdf55a51
Merge branch 'MDL-65479' of git://github.com/stronk7/moodle
2019-05-09 15:03:54 +08:00
Damyon Wiese
2fe34536d5
MDL-65518 badges: Retry auth test
...
When testing the site backpack login credentials, don't rely on a previous login
because the username and password could have changed.
2019-05-09 14:56:27 +08:00
Damyon Wiese
c659b1c53d
MDL-65518 badges: Default Issuer name
...
If the issuer name is not set, use the site name.
2019-05-09 14:56:27 +08:00
Damyon Wiese
d48a52ddb1
MDL-65518 badges: Admin settings warning
...
If the backpack is changed to Open Badges V2 backpack,
attempt the authenticate with the site settings and return a warning
if it fails.
2019-05-09 14:56:21 +08:00
Andrew Nicols
6a5caed492
Merge branch 'MDL-65435' of git://github.com/stronk7/moodle
2019-05-09 14:51:05 +08:00
Sara Arjona
465ed6f107
Merge branch 'MDL-65523-master' of git://github.com/marinaglancy/moodle
2019-05-09 08:46:30 +02:00
Peter
da04a0a918
MDL-65520 mod_forum: Add lock icon to indicate locked discussions
2019-05-09 14:27:37 +08:00
Jun Pataleta
f32b6961c9
Merge branch 'MDL-65141-master' of git://github.com/jleyva/moodle
2019-05-09 12:29:25 +08:00
Adrian Greeve
6ab4df423d
Merge branch 'MDL-58315_master_boost_block_classes' of https://github.com/zpottie/moodle
2019-05-09 11:32:19 +08:00
Adrian Greeve
912156439d
Merge branch 'MDL-65387-master' of https://github.com/lucaboesch/moodle
2019-05-09 11:22:38 +08:00
Andrew Nicols
3ec925e15e
Merge branch 'MDL-65373-master' of https://github.com/ryanwyllie/moodle
2019-05-09 10:51:19 +08:00