Jake Dallimore
313531b030
MDL-56881 mod_choice: add unit tests for choice_user_submit_response
...
Tests cover option limits and multiple option responses.
2018-07-09 11:06:51 +08:00
Jake Dallimore
2b37ee6049
MDL-56881 mod_choice: clarify lang string for limit-reached scenarios
2018-07-09 11:06:51 +08:00
Jake Dallimore
a5f3967e57
MDL-56881 mod_choice: fix bug with limits when saving existing choice
...
The check determining whether a choice option's limit was exceeded was
including the user's existing answers in its checks, meaning a user
couldn't save an existing choice answer, or select further options,
if all a choice option limit was reached. This patch fixes that.
2018-07-09 11:06:51 +08:00
Eloy Lafuente (stronk7)
5b78584fdb
Moodle release 3.5.1
2018-07-07 06:54:07 +02:00
AMOS bot
ce390c4725
Automatically generated installer lang files
2018-07-07 00:08:27 +00:00
Luca Bösch
942d4df55b
MDL-62262 quiz: quiz index page showing wrong dates.
2018-07-06 14:47:55 +02:00
vinhle
23628a98fc
MDL-62037 Filepicker: Review image not change when overwrite same
2018-07-06 17:52:24 +07:00
John McGettrick
2daceaf000
MDL-62771 mod_forum: Move print_disclosure
2018-07-06 09:25:35 +01:00
Andrew Nicols
8675c2c908
weekly release 3.5+
2018-07-06 14:05:15 +08:00
Andrew Nicols
70ffd8bb2b
Merge branch 'install_35_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_35_STABLE
2018-07-06 14:05:13 +08:00
Huong Nguyen
6c1aa273f2
MDL-62814 Question: Improve column base display_header
...
Column base does not support custom tip if sortable is an array
2018-07-06 10:58:55 +07:00
Tim Hunt
8cc2d39207
MDL-62811 question bank: rendering shouldn't load individual questions
2018-07-05 17:01:35 +01:00
Benjamin Wolf
cac9523423
MDL-56093 auth_db: Save custom profile fields in auth_db
2018-07-05 11:15:49 +02:00
Didier 'OdyX' Raboud
cb4bb6efc5
MDL-62753 shibboleth: Logout: fix DB sessions kill
...
* Use the Moodle 2+ {sessions} table, and decode the session
correctly using session_decode (adodb_unserialize is deprecated).
* Kill all user sessions using \core\session\manager's
kill_user_sessions.
2018-07-05 09:06:14 +02:00
Michael Hawkins
750121698f
MDL-62618 user: Display full names consistently on users page
2018-07-05 10:17:15 +08:00
Michael Hawkins
a78f6cd123
MDL-62618 forum: Made full names displayed consistent
2018-07-05 10:17:15 +08:00
Jake Dallimore
c2fea8ae43
Merge branch 'MDL-62670-35' of git://github.com/sarjona/moodle into MOODLE_35_STABLE
2018-07-05 09:26:05 +08:00
AMOS bot
0a520053cb
Automatically generated installer lang files
2018-07-05 00:08:24 +00:00
Kathrin Osswald
1da4edbaf0
MDL-59599 navigation: Improve activity status for nav nodes.
2018-07-04 19:59:41 +02:00
Tim Hunt
9eff7d9535
MDL-45851 restore: random questions must always be created
...
They are really a pointer from a particular quiz to a question category.
They should never be shared, because if they are, unexpected things
happend when they are edited.
2018-07-04 16:34:38 +01:00
Sara Arjona
e154204728
MDL-62670 policy: viewall.php must display always all active policies
...
The viewall.php page is called from the mobile app to display the policies
to the users before agree them. That's why it must display all the active
policies (even for guests), to guarantee the users agree all current
policies from the app.
2018-07-04 12:18:52 +02:00
Sara Arjona
2d90a7d91a
MDL-62670 policy: Remove footer link when there are not active policies
2018-07-04 12:18:52 +02:00
Tim Hunt
8ac7c623d3
MDL-62820 question import: properly escape output
2018-07-04 15:40:58 +08:00
Jake Dallimore
caa9881c0d
Merge branch 'wip-nolink-bug-35' of https://gitlab.di.unito.it/rabellino/moodle into MOODLE_35_STABLE
2018-07-04 14:38:13 +08:00
Jake Dallimore
f0188d7b66
Merge branch 'MDL-41463-35' of https://github.com/lucaboesch/moodle into MOODLE_35_STABLE
2018-07-04 12:59:21 +08:00
Damyon Wiese
4e52235a23
MDL-62831 mod_assign: Download as folders help
...
The help string for the download as folders setting should not mention the number of files
submitted by the student. It is not related to that, it is only dependant on the value of this setting.
2018-07-04 12:20:45 +08:00
Jake Dallimore
ab94fee038
Merge branch 'MDL-44081-35' of git://github.com/zig-moodle/moodle into MOODLE_35_STABLE
2018-07-04 10:50:48 +08:00
Andrew Nicols
2d64d63373
MDL-62834 behat: Move include to function
2018-07-04 10:45:25 +08:00
Eloy Lafuente (stronk7)
6cb165d681
Merge branch 'wip-MDL-62526-35' of git://github.com/marinaglancy/moodle into MOODLE_35_STABLE
2018-07-04 04:19:24 +02:00
Adrian Greeve
55fc303a5f
MDL-62616 tool_log: Add a setting to disable exporting logs.
2018-07-04 09:59:32 +08:00
Eloy Lafuente (stronk7)
c453ea21e1
Merge branch 'MDL-62288_35' of https://bitbucket.org/ujiapps/moodle-uji into MOODLE_35_STABLE
2018-07-04 01:21:19 +02:00
Eloy Lafuente (stronk7)
24e4ec9d60
Merge branch 'MDL-62792_35' of https://github.com/timhunt/moodle into MOODLE_35_STABLE
2018-07-04 00:55:22 +02:00
Eloy Lafuente (stronk7)
25e9be8ea9
Merge branch 'MDL-62838_35' of git://github.com/timhunt/moodle into MOODLE_35_STABLE
2018-07-04 00:52:14 +02:00
Eloy Lafuente (stronk7)
9ffcaa7db7
Merge branch 'MDL-62834_35' of git://github.com/timhunt/moodle into MOODLE_35_STABLE
2018-07-04 00:46:40 +02:00
Eloy Lafuente (stronk7)
936d21d2dd
Merge branch 'MDL-62211-35' of git://github.com/junpataleta/moodle into MOODLE_35_STABLE
2018-07-03 23:33:48 +02:00
David Monllao
d20b4b2f23
Merge branch 'MDL-61296-35' of git://github.com/cescobedo/moodle into MOODLE_35_STABLE
2018-07-03 23:33:47 +02:00
David Monllao
d587c4bd90
Merge branch 'MDL-62656-35' of git://github.com/mihailges/moodle into MOODLE_35_STABLE
2018-07-03 23:33:47 +02:00
David Monllao
3828033e98
Merge branch 'MDL-60014-35-catcherror-nopermission-annotatepdfcron' of https://github.com/Eva-Dv/moodle into MOODLE_35_STABLE
2018-07-03 23:33:46 +02:00
David Monllao
4892662238
Merge branch 'MDL-62691-35' of git://github.com/bmbrands/moodle into MOODLE_35_STABLE
2018-07-03 23:33:46 +02:00
David Monllao
ccbd142a63
Merge branch 'MDL-62813-35' of git://github.com/lameze/moodle into MOODLE_35_STABLE
2018-07-03 23:33:45 +02:00
David Monllao
3b52f52351
Merge branch 'MDL-62654-35' of git://github.com/bmbrands/moodle into MOODLE_35_STABLE
2018-07-03 15:19:34 +02:00
David Monllao
173968b25d
Merge branch 'MDL-32232-35' of https://github.com/lucaboesch/moodle into MOODLE_35_STABLE
2018-07-03 14:00:20 +02:00
David Mudrák
4cdd9e77dc
MDL-62796 tool_policy: Fix a regression in Behat test
...
We now correctly show the popup with links to policies that apply to
anonymous visitors of the site. So the name of the guests only policy
became visible in this popup in more cases and it caused false failures.
The point of the lines affected by this patch is to make sure that the
policy does / does not appear in the list of policies to be accepted. So
I am making it more specific of where the text is / is not supposed to
be seen.
2018-07-03 11:05:18 +02:00
Michael Hawkins
7805012e59
MDL-61359 message: Updated sender contact text to text node content
2018-07-03 14:48:57 +08:00
Jake Dallimore
483d8fefa8
Merge branch 'MDL-59261-35' of git://github.com/ryanwyllie/moodle into MOODLE_35_STABLE
2018-07-03 14:44:53 +08:00
Bas Brands
654eac4f13
MDL-59261 theme_boost: compiled css fallback
2018-07-03 14:14:05 +08:00
Michael Hawkins
86699bedb0
MDL-62767 theme: Remove old localcaches when clearing/updating theme cache
2018-07-03 14:00:40 +08:00
Michael Hawkins
914e26d916
MDL-62801 themes: Added missing filelib include
2018-07-03 13:08:33 +08:00
Marina Glancy
ced6691934
MDL-62790 course: cap check in core_course_get_categories
2018-07-03 12:02:18 +08:00
Mihail Geshoski
07e1fa272f
MDL-33509 forms: Change button type in url resource editing page
2018-07-03 11:59:14 +08:00