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
Sam Hemelryk
4acc62f2c4
Merge branch 'MDL-43641-26' of git://github.com/andrewnicols/moodle into MOODLE_26_STABLE
2014-02-10 11:50:34 +13:00
Sam Hemelryk
e32b3de09e
Merge branch 'MDL-44056_26' of git://github.com/timhunt/moodle into MOODLE_26_STABLE
2014-02-10 11:30:20 +13:00
Sam Hemelryk
7082e945b2
Merge branch 'MDL-43838_26' of git://github.com/dmonllao/moodle into MOODLE_26_STABLE
2014-02-10 11:27:12 +13:00
Sam Hemelryk
ab4ec7a21c
Merge branch 'MDL-43969-26' of git://github.com/andrewnicols/moodle into MOODLE_26_STABLE
2014-02-10 09:48:22 +13:00
Sam Hemelryk
4e4fabd197
Merge branch 'MDL-43992-26' of git://github.com/andrewnicols/moodle into MOODLE_26_STABLE
2014-02-10 09:40:21 +13:00
Sam Hemelryk
7ca837ef2c
MDL-44020 core: version bump for service change
2014-02-10 09:37:52 +13:00
Sam Hemelryk
8ef741eeca
Merge branch 'MDL-44020-STABLE-26' of git://github.com/jleyva/moodle into MOODLE_26_STABLE
2014-02-10 09:31:04 +13:00
Sam Hemelryk
764d330c3e
Merge branch 'MDL-44046_m26' of https://github.com/merrill-oakland/moodle into MOODLE_26_STABLE
2014-02-10 09:28:19 +13:00
Sam Hemelryk
a95a356322
Merge branch 'MDL-43978_26' of https://github.com/totara/openbadges into MOODLE_26_STABLE
2014-02-10 09:24:01 +13:00
Sam Hemelryk
dfc8d1d7f5
Merge branch 'MDL-43994-26' of git://github.com/andrewnicols/moodle into MOODLE_26_STABLE
2014-02-10 09:06:40 +13:00
Sam Hemelryk
fdf33244b5
Merge branch 'MDL-44029-quiz-group-delete-handler-bug_26_STABLE' of https://github.com/mpetrowi/moodle into MOODLE_26_STABLE
2014-02-10 08:44:56 +13:00
Sam Hemelryk
3b6aa4f70c
Merge branch 'MDL-43946_m26' of https://github.com/merrill-oakland/moodle into MOODLE_26_STABLE
2014-02-10 08:43:05 +13:00