Frederic Massart
f058c74eba
MDL-53914 mod_wiki: Do not format_text during search index
2016-05-06 16:25:26 +08:00
David Monllao
1e72daa899
on-demand release 3.1beta+
2016-05-06 16:15:29 +08:00
David Monllao
2f2383af51
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2016-05-06 16:15:27 +08:00
Ryan Wyllie
a6c1a1c753
MDL-52133 mod_assign: Support userid on single grade page
2016-05-06 07:18:44 +00:00
David Monllao
729738d14c
Merge branch 'MDL-54058-master' of git://github.com/junpataleta/moodle
2016-05-06 13:53:07 +08:00
Adam Olley
4ec4b2b65c
MDL-54072 tool_recyclebin: Avoid hardcoded course_modules count
...
One of the unit tests for tool_recyclebin makes an assumption that a
fresh install of Moodle has no course modules, which is true for vanilla
moodle.
However there are some third party plugins (mod_oublog and
mod_respondusws are the ones I've run into) that have a course module
added to the frontpage course on install.
So this change alters the test from comparing the count of modules in
the test course with a hardcoded value to first getting the existing
count of values before performing the actions that affect the count and
then using that value to compare with.
2016-05-06 15:04:16 +09:30
Ryan Wyllie
fd83879728
MDL-53989 cbe: CMD + click selection for competency picker
2016-05-06 04:40:02 +00:00
Jun Pataleta
2cf9e3f0ca
MDL-54058 tool_lp: Set framework select's width in competency picker
2016-05-06 10:34:29 +08:00
Andrew Nicols
d07c339272
Revert "Merge branch 'MDL-53599' of git://github.com/nhoobin/moodle"
...
This reverts commit 15a813cda2
, reversing
changes made to 6870e1fa77
.
2016-05-06 10:18:10 +08:00
Andrew Nicols
68c1074625
Merge branch 'wip-mdl-53701' of https://github.com/rajeshtaneja/moodle
2016-05-06 09:58:28 +08:00
Dan Poltawski
a9e9f96382
MDL-54062 bootstrapbase: remove unused less file
...
This file has never been included in our CSS.
2016-05-06 09:27:36 +08:00
Rajesh Taneja
c5fe77ffe4
MDL-53810 behat: Zoom in Rubric before filling form.
...
div is now overflow, selenium can't get element
in viewport, zoom in before entering the value
2016-05-06 09:27:35 +08:00
Mark Nelson
a8abd53a32
MDL-54030 enrol_lti: confirm tool exists before deleting users
2016-05-06 09:27:35 +08:00
Damyon Wiese
8668796317
MDL-54046 enrol: Make docs urls match the old path
...
Previously each enrolment method had it's own url in the docs. Because of the
refactor in 3.1 all pages are now served from the same script. We need to
manually set the docs url so that it points to the old docs pages.
2016-05-06 09:27:34 +08:00
Mark Nelson
d066ed8db0
MDL-53977 enrol_lti: a hack to workaround a hack to utilise DB caching
2016-05-06 09:27:34 +08:00
Marina Glancy
c0dd0e3543
MDL-41640 mod_feedback: info question should default to course
...
Also hide "response time" from options in case of anonymous feedback
2016-05-06 09:27:34 +08:00
Marina Glancy
ac29314ed1
MDL-41640 mod_feedback: do not show 0 responsetime
2016-05-06 09:27:33 +08:00
Andrew Nicols
1c693f7226
MDL-53730 JavaScript: Build form-autocomplete
2016-05-06 09:27:33 +08:00
Adrian Greeve
be8b9189c4
MDL-53730 JavaScript: Fix for competency autoselect issue.
...
When trying to select a user or competency the first select
would not work. Worked fine on the second select. This fixes
that problem and tidies up the code.
2016-05-06 09:27:32 +08:00
Eloy Lafuente (stronk7)
4ae653024d
MDL-53944 dml: make char2real() for mysql to support decimals
...
- With the patch, 6 positions of scale accuracy are guaranteed
per individual casted value.
- Backed with unit tests, both for varchar and clob.
- Added 2 missing tests about uses of the method with params
and values.
Note: 6 was picked because looking to all databases implementation
postgres was found to be casting to real, aka, 6.
2016-05-06 09:27:32 +08:00
Frederic Massart
440b4c54ca
MDL-53957 form: Support frontpage for selection in course element
2016-05-06 09:27:31 +08:00
Jun Pataleta
45b9207d7e
MDL-53974 backup: Add option to backup course competencies
2016-05-06 09:27:31 +08:00
Adam Olley
11ee4f71a4
MDL-54007 mod_assign: Limit unit tests to core plugins
...
Without this change, the unit tests make assumptions for the output of
mod_assign functions/webservices that do not hold true when 3rd party
submission and feedback plugins are installed.
2016-05-06 09:27:31 +08:00
Skylar Kelty
e594a6a8e9
MDL-53889 forms: Fix course field values after multiple value updates
2016-05-06 09:27:30 +08:00
Frederic Massart
043ae97239
MDL-54053 competencies: Teachers can rate competencies from a course
2016-05-06 09:27:30 +08:00
Frederic Massart
1eaba735f5
MDL-53730 form: Autocomplete triggers change event on change only
2016-05-06 09:27:29 +08:00
Stephen Bourget
456b8a602c
MDL-54003 Behat: tests for recent badges block
2016-05-06 09:27:29 +08:00
Juan Leyva
3123c2cff5
MDL-53993 competency: Add CBE external functions to the Mobile service
2016-05-06 09:27:29 +08:00
Adrian Greeve
1a9068ae01
MDL-53888 mod_url: Choose a link option now works.
...
Fixed a regression from MDL-50484.
2016-05-06 09:27:28 +08:00
Ryan Wyllie
d72fd8e28a
MDL-53810 assign: Scroll for large rubrics on grading interface
2016-05-06 09:27:28 +08:00
Fred Woolard
1ac585fefd
MDL-53713 core: account for session_start returning false
2016-05-06 09:27:27 +08:00
David Monllao
3032b16b3d
MDL-53750 shibboleth: Passing a var to empty for PHP 5.4
2016-05-06 09:27:27 +08:00
Frederic Massart
f824aceb50
MDL-51369 course: Adding tests to cover restoring course info
2016-05-06 09:27:27 +08:00
Frederic Massart
68bf1ff4b3
MDL-51369 backup: Respect capabilities when restoring course info
...
In short, when a user is creating a new course they can set
the ID number, shortname, fullname and summary. However, when
they merge a backup into a course they need the permissions to do so.
2016-05-06 09:27:26 +08:00
Frederic Massart
da1296dd07
MDL-53954 user: Prevent locked profile fields from being edited
2016-05-06 09:27:26 +08:00
Andrew Nicols
e90e0ea570
MDL-53755 forum: Check session when marking posts
2016-05-06 09:27:26 +08:00
Andrew Nicols
6b587d2be2
MDL-53696 forum: Check discussion in forum
2016-05-06 09:27:25 +08:00
John Okely
f9ee3dbcc1
MDL-53750 auth: fix logout bug in shibboleth
...
Original patch by Dr. Michael Schneider
2016-05-06 09:27:25 +08:00
Tim Hunt
b9cc7e01a1
MDL-53589 badges: fix capability check
2016-05-06 09:27:24 +08:00
Dan Marsden
d4f96fa397
MDL-53546 SCORM: Set window.opener to null
2016-05-06 09:27:24 +08:00
Rajesh Taneja
45fb8b5983
MDL-53701 core_lib: use date_format_string for utf8
...
So when language is different say Hebrew then
it would pic codepage-1255. As is json_encoded
we need to ensure we get utf8 string. so use
date_format_string instead
2016-05-05 16:34:41 +08:00
Jun Pataleta
f8a5c98eb6
MDL-54056 gradingform_guide: Conditionally render comments chooser
...
Render the frequently-used comments only if there are defined
frequently used comments
2016-05-05 10:29:23 +08:00
AMOS bot
1361cbb471
Automatically generated installer lang files
2016-05-05 00:04:24 +08:00
Juan Leyva
871988b0b4
MDL-54049 core_message: Add missing external format text
2016-05-04 12:52:45 +02:00
David Monllao
2e1dff9f98
MDL-54040 block_globalsearch: Centered
2016-05-04 15:59:07 +08:00
Dan Poltawski
fc1ef59fbe
Moodle release 3.1beta
2016-05-03 20:55:03 +01:00
Dan Poltawski
1466a40c9f
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2016-05-03 20:55:00 +01:00
Eloy Lafuente (stronk7)
12c52b9140
Merge branch 'MDL-54032-master' of git://github.com/jleyva/moodle
2016-05-03 18:02:01 +02:00
Dan Poltawski
8b320df059
Merge branch 'wip-mdl-53601' of https://github.com/rajeshtaneja/moodle
2016-05-03 14:42:44 +01:00
Dan Poltawski
9711647682
Merge branch 'wip-mdl-53980' of https://github.com/rajeshtaneja/moodle
2016-05-03 14:39:18 +01:00