moodle/mod/assign
Adrian Greeve c42d18183a MDL-47675 phpunit: Update unit tests to pass on MSSQL
Unit tests were failing on MSSQL. gc_collect_cycles() was
removed from the phpunit utils.php file to save time in running
the tests, but MSSQL doesn't clean up open files as well as
other databases.

This patch includes the garbage collection for the unit tests
that require it.
2014-10-20 14:26:11 +08:00
..
backup/moodle2 MDL-46171 assign: Peer review cleanups 2014-09-24 15:07:36 +08:00
classes MDL-45445 events: trivial changes 2014-06-12 20:46:58 -07:00
db NOBUG: Fixed file access permissions 2014-10-02 15:18:51 +01:00
feedback MDL-47675 phpunit: Update unit tests to pass on MSSQL 2014-10-20 14:26:11 +08:00
lang/en MDL-47655 assign: Treat 'new' status as never submitted. 2014-10-16 13:56:07 +08:00
pix ie9 svg compatibility fixes 2012-12-03 19:53:36 +01:00
submission MDL-46887 mod_assign: Enforce module's maxbytes setting at submission. 2014-08-19 13:29:15 +01:00
tests MDL-47655 assign: Fix unit tests triggering debugging 2014-10-17 09:45:02 +08:00
yui MDL-43307 JavaScript: Migrate moodle-mod_assign-history to use Shifter 2013-12-23 16:18:10 +08:00
adminlib.php MDL-42078 multiple uninstall improvements and cleanup 2013-10-07 13:10:36 +02:00
adminmanageplugins.php MDL-40402 libraries: Replace get_system_context() with context_system::instance() in core 2013-07-04 15:41:06 +08:00
assignmentplugin.php MDL-44629 Assignment: add facility for displaying plugin-specific headers 2014-04-07 11:34:26 +01:00
batchsetallocatedmarkerform.php MDL-42531 assign: refactor batch operations to use forms properly 2014-06-10 14:06:41 +10:00
batchsetmarkingworkflowstateform.php MDL-42531 assign: refactor batch operations to use forms properly 2014-06-10 14:06:41 +10:00
extensionform.php MDL-38710 assign: convert selectedusers to PARAM_SEQUENCE 2013-04-17 13:50:23 +08:00
externallib.php MDL-46171 Assign: Always require a submission record if there is a grade 2014-09-24 15:07:36 +08:00
feedbackplugin.php MDL-36904 Assignment: Fix all errors and warnings from codechecker 2013-01-04 15:46:15 +08:00
gradeform.php MDL-38628 mod_assign: Allow a user to specify "No Grade" when grading an assignment submission 2013-10-21 16:47:05 +11:00
gradingbatchoperationsform.php MDL-38359 Marking Allocation and Workflow code 2013-06-11 14:11:41 +08:00
gradingoptionsform.php MDL-44268 assign: add 'not submitted' and 'no marker' filter options 2014-04-09 14:29:46 +08:00
gradingtable.php MDL-47696 assign: allow 'not submitted' filter to get all other submission statuses 2014-10-15 08:16:37 -07:00
index.php MDL-41101 convert assign event triggers to new create_from_xxx helpers 2014-04-17 09:51:12 +08:00
lib.php MDL-47655 assign: Treat 'new' status as never submitted. 2014-10-16 13:56:07 +08:00
locallib.php Merge branch 'MDL-46171-master' of git://github.com/damyon/moodle 2014-09-30 08:03:40 +01:00
mod_form.php MDL-37707 mod_assign: Prevent user from changing grouping in team submissions 2014-10-01 11:27:44 +08:00
module.js Merge branch 'mdl44669-master' of https://github.com/tlock/moodle 2014-04-09 13:05:46 +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 Merge branch 'MDL-39929' of https://github.com/bostelm/moodle 2014-09-03 00:13:53 +02:00
renderer.php MDL-46171 Assign: Always require a submission record if there is a grade 2014-09-24 15:07:36 +08:00
settings.php MDL-33600 Assign: Add an admin setting to set the default for sendstudentnotifications 2014-01-08 11:03:59 +08:00
styles.css MDL-41448 assign: Fix all plugin styles - they should be restricted to mod assign pages. 2014-06-24 13:42:53 +08:00
submission_form.php MDL-36904 Assignment: Fix all errors and warnings from codechecker 2013-01-04 15:46:15 +08:00
submissionconfirmform.php MDL-36904 Assignment: Fix all errors and warnings from codechecker 2013-01-04 15:46:15 +08:00
submissionplugin.php MDL-44971 Add hook to "add_attempt" for mod/assign/submission plugins 2014-04-07 10:52:48 +12:00
upgrade.txt MDL-46171 Assign: Always require a submission record if there is a grade 2014-09-24 15:07:36 +08:00
upgradelib.php MDL-47686 assign: Fix restoring from a mod_assignment backup. 2014-10-15 15:56:30 +08:00
version.php MDL-46171 Assign: Always require a submission record if there is a grade 2014-09-24 15:07:36 +08:00
view.php MDL-44725 Availability: Replace groupmembersonly - assign (10) 2014-09-02 13:03:27 +01:00