Sam Hemelryk
a413d15875
Merge branch 'MDL-44055-26' of git://github.com/andrewnicols/moodle into MOODLE_26_STABLE
2014-02-17 09:04:51 +13:00
Sam Hemelryk
ba0f2d978b
Merge branch 'MDL-44079-26' of git://github.com/andrewnicols/moodle into MOODLE_26_STABLE
...
Conflicts:
lib/yui/build/moodle-core-notification-dialogue/moodle-core-notification-dialogue-min.js
2014-02-17 08:49:12 +13:00
Sam Hemelryk
3c60db1a84
Merge branch 'MDL-43979-26' of git://github.com/andrewnicols/moodle into MOODLE_26_STABLE
...
Conflicts:
lib/yui/build/moodle-core-notification-dialogue/moodle-core-notification-dialogue-min.js
2014-02-17 08:28:06 +13:00
Jean-Michel Vedrine
a00bff10e5
MDL-42033 Files in subdirs not exported correctly by question XML format
2014-02-16 19:46:10 +01:00
Simon Coggins
a837a7c721
MDL-43049 accesslib: Fix typo in memory optimization code
2014-02-16 20:14:04 +11:00
Sam Hemelryk
19cb367592
MDL-43822 theme_bootstrapbase: blocks less tidied and reorganised
...
Thanks Gareth for the peer-review.
2014-02-16 14:26:11 +13:00
AMOS bot
dfbde06b40
Automatically generated installer lang files
2014-02-15 00:43:51 +00:00
Jean-Michel Vedrine
a1b2b00736
MDL-27414 Upgrade the randomsamatch qtype to the new question engine
...
Added XML import/export
Different randomsamatch questions in the same quiz can now pick the same
shortanswer question.
Images are not preserved if shortanswer question is deleted after being
used in a randomsamatch attempt.
2014-02-14 16:59:32 +01:00
Paul Verrall
0ec77cdea6
MDL-44142 Cohorts: Use maxusersperpage for list of current users.
2014-02-13 16:18:04 +00:00
Eloy Lafuente (stronk7)
acbd69f7ee
weekly release 2.6.1+
2014-02-13 15:30:08 +01:00
Eloy Lafuente (stronk7)
47e4397538
Merge branch 'install_26_STABLE' of git://git.moodle.org/moodle-install into MOODLE_26_STABLE
2014-02-13 15:30:03 +01:00
Jayesh Anandani
08e9a32e5f
MDL-43265 Fix question name text to 255 chars
2014-02-13 17:06:10 +05:30
David Monllao
9a8544daf6
MDL-44037 behat: New feature -> publishing rubric templates
...
This patch automates MDLQA-1186; rubrics can be
shared as templates.
2014-02-13 16:50:53 +08:00
David Monllao
0a1c3118ba
MDL-42404 behat: Covering MDL-39710 with behat features
...
I've contributed to a large an ugly scenario
in favour of performance as separating it in another
scenario or feature would add 3 or 4 minutes to the suite.
2014-02-13 16:49:45 +08:00
David Monllao
782e32e3e4
MDL-42404 behat: Adding feature to test reusing user's rubrics
...
Automates MDLQA-1187, teachers can reuse their
rubrics in other activity.
2014-02-13 16:49:45 +08:00
David Monllao
577efa89cd
MDL-42404 behat: Adding rubrics step definitions
2014-02-13 16:49:45 +08:00
David Monllao
c644877218
MDL-42404 behat: Adding edit rubrics feature
...
Automates the following MDLQA-1185, MDLQA-1188
and MDLQA-1427. All of them related with the
expected outcomes after editing rubrics definitions
that were already used to grade students.
2014-02-13 16:49:45 +08:00
David Monllao
a63fd3a6a8
MDL-42404 behat: Adding yui-dialog to dialogue selector
2014-02-13 16:49:45 +08:00
Frederic Massart
53a09b3886
MDL-43337 enrol: More tests for get_enrolled_users_with_capability
2014-02-13 12:07:06 +08:00
Frederic Massart
07b9d5e9df
MDL-43337 enrol: Missing break in get_enrolled_users WS
2014-02-13 12:07:06 +08:00
apsdehal
c9c9a4a76b
MDL-43337 WebService: Missing break statement added
...
In function get_enrolled_users_with_capability
2014-02-13 12:07:06 +08:00
Andrew Nicols
a5be87d234
MDL-44042 Javascript: Handle moving to the top of the current section with keyboard
2014-02-13 10:13:38 +08:00
Sam Hemelryk
a70818530e
Merge branch 'int26_MDL-43200' of https://github.com/skodak/moodle into MOODLE_26_STABLE
2014-02-13 08:25:32 +13:00
Petr Škoda
6279184e14
MDL-43200 fix enrol_manual externallib tests
2014-02-12 16:03:01 +08:00
Andrew Nicols
11a788e420
MDL-43941 Behat: Section visibility tests should not check if activities are visible
...
It should be possible for activities to be visible even when the section
they are in is hidden.
However, when a section is hidden, all activities in that section are also
then initially hidden. Therefore, this commit splits out the hidden test to
a new test so that the initial state of activities after hiding can still
be tested.
2014-02-12 11:55:15 +08:00
AMOS bot
c0aac4e36f
Automatically generated installer lang files
2014-02-12 00:42:50 +00:00
Sam Hemelryk
7a27c83bc0
Merge branch 'MDL-41644_26' of git://github.com/apsdehal/moodle into MOODLE_26_STABLE
2014-02-12 09:24:11 +13:00
Marina Glancy
efdbd1bd1d
Merge branch '28567-26' of git://github.com/samhemelryk/moodle into MOODLE_26_STABLE
2014-02-11 14:42:59 +08:00
Marina Glancy
28e5849960
MDL-42505 whitespace correction
2014-02-11 14:36:52 +08:00
Michael Milette
761a10f8d5
MDL-42505 - Feedback plugin: Inappropriate use of fieldset tags around form and cancel button
...
Changes:
* Removed the fieldset HTML tags around the Cancel button at the bottom of the form.
* Removed the fieldset HTML tags around the whole form.
* Added missing fieldset tags around groups of radio buttons and checkboxes.
* Removed unordered list wrapping dropdown lists.
* Removed duplicate label for dropdown lists.
Modified Files:
* mod/feedback/complete.php
* mod/feedback/complete_guest.php
* mod/feedback/item/multichoice/lib.php
* mod/feedback/item/multichoicerated/lib.php
Signed-off-by: Michael Milette <michael.milette@instruxmedia.com>
2014-02-11 14:15:00 +08:00
Andrew Nicols
aebc072dd4
MDL-44079 Javascript: EditPDF editor should be modal
2014-02-11 12:25:34 +08:00
Andrew Nicols
3c78500c9f
MDL-44079 Javascript: Closing a tooltip should pass event details
2014-02-11 12:25:15 +08:00
Andrew Nicols
624feb24f2
MDL-44079 Javascript: Check whether a dialogue is focused before closing
2014-02-11 12:25:00 +08:00
Andrew Nicols
a1f3fe6617
MDL-44055 mod_glossary: Add missing alternate name fields
2014-02-11 10:02:08 +08:00
Andrew Nicols
4ba46b8618
MDL-44055 mod_quiz: Add missing alternate name fields
2014-02-11 10:02:07 +08:00
Sam Hemelryk
58ce5122b2
Merge branch 'MDL-43941-26' of git://github.com/andrewnicols/moodle into MOODLE_26_STABLE
2014-02-11 14:10:58 +13:00
AMOS bot
38a69deafa
Automatically generated installer lang files
2014-02-11 00:42:11 +00:00
Andrew Nicols
f47b4fec8f
MDL-43994 Blocks: Hide the move icon when blocks are docked on Afterburner too
2014-02-11 00:08:55 +01:00
Sam Hemelryk
ec5dc1fab7
Merge branch 'MDL-43929_26' of git://github.com/timhunt/moodle into MOODLE_26_STABLE
2014-02-11 08:27:44 +13:00
Andrew Nicols
5ce1ff33ce
MDL-43979 Javascript: Correct checking of attributes during dialogue init
...
Various dialogue attributes are optional and are provided by the parent and
not provided as attributes to the dialogue being initted.
As a result, if the setting is not provided during init, we were assuming
that the value would be false rather than checking the real attribute.
2014-02-10 22:00:44 +08:00
Marina Glancy
98c5ac4358
Merge branch '43977-26' of git://github.com/samhemelryk/moodle into MOODLE_26_STABLE
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-02-10 18:16:42 +08:00
Andrew Nicols
c1e725bbd1
MDL-43504 Javascript: Frontpage collapsing should not depend on enableajax
...
This is an oversight, but we should not depend on the enableajax setting
which we're trying to deprecate.
2014-02-10 15:45:51 +08:00
Tim Hunt
f10763ebc0
MDL-43929 question manual grading: keep comment when validation fails.
...
If the validation failed, so the manual grading page was re-displayed
with a validation error, then any comment that had just been typed in
was getting lost. This fixes that.
2014-02-10 07:34:21 +00:00
Sam Hemelryk
5eb9a4f631
Merge branch 'wip_26_mdl-32724' of https://github.com/iarenaza/moodle into MOODLE_26_STABLE
2014-02-10 15:26:24 +13:00
Sam Hemelryk
e2b27417dc
Merge branch 'MDL-43774_26' of https://github.com/totara/openbadges into MOODLE_26_STABLE
2014-02-10 15:20:25 +13:00
Sam Hemelryk
8ebaf4bd74
Merge branch 'MDL-43267-26' of git://github.com/andrewnicols/moodle into MOODLE_26_STABLE
2014-02-10 14:53:55 +13:00
Sam Hemelryk
7aaf82deb6
Merge branch 'MDL-40938-26' of git://github.com/lazydaisy/moodle into MOODLE_26_STABLE
2014-02-10 14:16:22 +13:00
Sam Hemelryk
83fffcb97a
Merge branch 'MDL-43200_26' of git://github.com/apsdehal/moodle into MOODLE_26_STABLE
2014-02-10 14:11:36 +13:00
Sam Hemelryk
a5a7dd624f
Merge branch 'MDL-42882-26' of git://github.com/danpoltawski/moodle into MOODLE_26_STABLE
2014-02-10 13:13:03 +13:00
Sam Hemelryk
b41b2b2e18
MDL-44056 question: added new default property to unit tests
2014-02-10 12:56:48 +13:00