moodle/mod/assign
Damyon Wiese 63e4df60f6 MDL-55839 behat: Behat fixes for theme_noname
This is a squash of many small fixes.
The list of changes are:

Initial set of behat selectors overrides required for new theme.

set core behat selectors if not overridden by theme

Remove pause

Fix for checkboxes not saving properly

Custom override for click in the user menu

Fix for behat guessing the field type.

Behat fix for guessing the correct field type.

Fix for missing closeElementBefore mforms mess.

Fix for textareas not displaying their contents.

Fix availability form element

Fix action menu selectors for activities in a course page

Fix textareas not retaining their values

Fix selector for blocks

I had to change the single select template to use an input instead of a button because of a
behat bug we have not tracked down yet.

Fix for frozen attribute in form elements

Use input instead of button while behat is still broken

Fix for navigation selector override

Behat selector fixes and multi-select fixes for templated select

Fix for configure blocks selector + booleans for autocomplete

Fixes for course_summary behat tests

Allow optgroups in single_select

Behat fixes for block_navigation

Fixes for url form element and activity chooser selectors

blocks_social - fix specific selector for behat

Fix export_for_template for selectgroups element.

Dont set empty id on the form

Fix direct call to behat_navigation in backup context

Checkbox empty value fix

Fix for assign grading panel popouts

file picker overrides to find a file manager in the page

Fix chat tests to use element name

Make selectors in mod_data behat less specific

MDL-55839: recent activity behat test relies on time()

SQUASH Honour mform element "class" attribute on the container

SQUASH Fixes for behat in mod_forum

SQUASH search form template showing value as text next to the button

SQUASH undo double selectgroup fix

SQUASH - The slightly different structure to action menus breaks course drag and drop

SQUASH Wrap loading icon in a span so the selector still works.

SQUASH Fix fragile javascript in report_loglive

SQUASH Fix tabtree, and selectgroups for mod_feedback

Also - do-not enhance the action menu - we are dropping support for this.

SQUASH Fix filemanager selector and pix_icon template for mod_forum tests.

SQUASH Fixes to breadcrumb and add formid to single select (fixes mod_glossary tests)

SQUASH lesson behat fixes. 95% of lesson styles were rubbish so they were disgarded.

SQUASH Fix lti behat tests - they were cheating and using a context step from quiz

SQUASH Behat fixes for quiz with new theme

SQUASH behat fixes for mod_wiki

SQUASH Workshop behat fixes

SQUASH Frozen form elements cannot use a readonly form element because it screws with the form JS "disabledIf" stuff.

SQUASH Fixes for grades behat tests

SQUASH behat fixes for groups

SQUASH blacklist action menu tests

SQUASH Fix for tag form element missing "manage standard tags" link

SQUASH Incomplete fixes for course behat tests

SQUASH behat fixes for badges

SQUASH Tags fixes for behat

SQUASH filepicker fixes for behat

SQUASH Abort guessing field type when we hit 'html'

SQUASH Fix for admin/tool/behat tests

SQUASH fix for admin tool behat tests

SQUASH fix for availabilty conditions hiding "aria-hidden" elements

SQUASH give the blocks more room. We get behat files because nav tree nodes are not in view

SQUASH Blocks fixed

Fix behaviour of unchecked checkboxes

SQUASH Remove incorrect step in user test

SQUASH behat fixes for course tests

Part of MDL-55071
2016-09-23 10:55:16 +01:00
..
amd MDL-55839 behat: Behat fixes for theme_noname 2016-09-23 10:55:16 +01:00
backup/moodle2 MDL-55236 mod_assign: Allow subplugins to backup files 2016-09-05 11:39:12 +02:00
classes MDL-55278 search: Updating references to area namespace 2016-07-21 18:38:18 +02:00
db Merge branch 'MDL-55162-master' of git://github.com/jleyva/moodle 2016-07-18 20:35:50 +02:00
feedback MDL-55224 theme_noname: RTL adjustments for auto-flipping era 2016-09-23 10:49:49 +01:00
lang/en MDL-54745 mod_assign: Remove leftover changegradewarning string and js 2016-08-01 12:48:25 +08:00
pix NOBUG: Fixed SVG browser compatibility 2016-07-07 10:19:45 +02:00
submission Merge branch 'MDL-55113-master' of git://github.com/dpalou/moodle 2016-07-05 12:21:46 +02:00
templates MDL-55668 assign: Don't link to user profile if blind marking is enabled 2016-08-24 11:21:31 +01:00
tests Merge branch 'MDL-55944' of https://github.com/mr-russ/moodle 2016-09-19 11:25:12 +01:00
yui MDL-55244 js: build changes 2016-07-25 07:58:05 +01:00
adminlib.php
adminmanageplugins.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
assignmentplugin.php MDL-55236 mod_assign: Allow subplugins to backup files 2016-09-05 11:39:12 +02:00
batchsetallocatedmarkerform.php MDL-42531 assign: refactor batch operations to use forms properly 2014-06-10 14:06:41 +10:00
batchsetmarkingworkflowstateform.php MDL-45324 assign: notify when workflow is Off, or if state is Released 2014-12-10 22:29:08 +10:00
extensionform.php MDL-44598 assign: improve 'grant extension' form to show user names 2015-10-20 12:19:16 +10:00
externallib.php Merge branch 'MDL-55225-master' of git://github.com/dpalou/moodle 2016-08-09 09:21:07 +01:00
feedbackplugin.php MDL-53601 mod_assign: Feedback files are sent to all group members. 2016-05-02 15:54:53 +08:00
gradeform.php MDL-52133 mod_assign: Support userid on single grade page 2016-05-06 07:18:44 +00:00
gradingbatchoperationsform.php MDL-52490 mod_assign: Patch refinements 2016-04-18 09:17:08 +08:00
gradingoptionsform.php MDL-52596 assign: Add max assignment per grading page site wide setting 2016-04-18 16:34:40 +10:00
gradingtable.php MDL-54872 assign: Order blindly marked assignments more blindly 2016-09-12 09:29:45 +08:00
index.php
lib.php MDL-54873 assign: Seed recordid to print_recent_activity 2016-08-30 11:57:57 +08:00
locallib.php Merge branch 'MDL-54872-master' of git://github.com/andrewnicols/moodle 2016-09-13 10:05:26 +08:00
mod_form.php MDL-53392 mod_assign: Remove old Grade Max warning string references 2016-05-26 17:16:53 +08:00
module.js MDL-54745 mod_assign: Remove leftover changegradewarning string and js 2016-08-01 12:48:25 +08:00
quickgradingform.php MDL-46718: Return user to last accessed page when quick grading 2014-08-08 14:01:02 +09:30
renderable.php MDL-54113 assign: Open files in new window 2016-08-24 11:33:09 +08:00
renderer.php MDL-54595 mod_assign: Remove btn-group class 2016-05-17 11:53:10 +08:00
settings.php MDL-51948 admin: Make admin settings RTL friendly 2016-09-23 10:54:22 +01:00
styles.css MDL-55224 theme_noname: RTL adjustments for auto-flipping era 2016-09-23 10:49:49 +01:00
submission_form.php MDL-55376 mod_assign: Fix bug stopping admin from editing submissions 2016-07-29 19:05:22 +08:00
submissionconfirmform.php MDL-43628 mod_assign: fixed formatting of statement 2014-11-20 10:18:28 +13:00
submissionplugin.php MDL-41945 mod_assign: Properly check if submission is empty 2016-07-04 10:55:06 +08:00
upgrade.txt MDL-55236 mod_assign: Allow subplugins to backup files 2016-09-05 11:39:12 +02:00
upgradelib.php MDL-47686 assign: Fix restoring from a mod_assignment backup. 2014-10-15 15:56:30 +08:00
version.php Merge branch 'MDL-55162-master' of git://github.com/jleyva/moodle 2016-07-18 20:35:50 +02:00
view.php MDL-55162 mod_assign: New WS mod_assign_view_assign 2016-07-12 14:39:24 +01:00