moodle/mod/assign
Paul Nicholls 381e6d7359 MDL-39359 - mod/assign: Allow zipped folder to be uploaded for returning feedback files
The "Upload multiple feedback files in a zip" feature is convenient, but requires that
the files sit directly within the zip file. As the files will most likely be extracted
to a folder after downloading, it's quite reasonable to expect teachers to zip the
folder up rather than selecting all files and zipping them.  This patch allows for a
zipped folder to be uploaded; if the only file found after extracting is a directory,
the contents of the directory are used instead of the results of the extraction.
2013-07-24 13:50:25 +12:00
..
backup/moodle2 MDL-40472: Clean all codechecker warnings on mod_assign 2013-07-03 16:00:43 +08:00
db MDL-40472: Clean all codechecker warnings on mod_assign 2013-07-03 16:00:43 +08:00
feedback MDL-39359 - mod/assign: Allow zipped folder to be uploaded for returning feedback files 2013-07-24 13:50:25 +12:00
lang/en MDL-37065 - Change get_string('status') token in assignment submissions page to a different token (for translation flexibility) 2013-07-03 14:59:52 +08:00
pix ie9 svg compatibility fixes 2012-12-03 19:53:36 +01:00
submission MDL-40472: Clean all codechecker warnings on mod_assign 2013-07-03 16:00:43 +08:00
tests MDL-40220 use new core_component::get_plugin_list() 2013-07-16 22:36:11 +02:00
yui/history MDL-36804 mod_assign - allow students to resubmit work and display a submission + grading history 2013-04-02 13:37:51 +08:00
adminlib.php MDL-40220 use new core_component::get_plugin_list() 2013-07-16 22:36:11 +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-40220 use new core_component::get_plugin_list() 2013-07-16 22:36:11 +02:00
batchsetallocatedmarkerform.php MDL-38359 assign: Set header field name so it works with shortforms 2013-06-11 15:25:01 +08:00
batchsetmarkingworkflowstateform.php MDL-40472: Clean all codechecker warnings on mod_assign 2013-07-03 16:00:43 +08:00
extensionform.php MDL-38710 assign: convert selectedusers to PARAM_SEQUENCE 2013-04-17 13:50:23 +08:00
externallib.php MDL-36804 Assignment - Make sure webservice only returns the last submission/grade. 2013-04-02 13:37:51 +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-36904 Assignment: Fix all errors and warnings from codechecker 2013-01-04 15:46:15 +08:00
gradingbatchoperationsform.php MDL-38359 Marking Allocation and Workflow code 2013-06-11 14:11:41 +08:00
gradingoptionsform.php Merge branch 'wip-mdl-40218' of git://github.com/rajeshtaneja/moodle 2013-07-10 09:58:09 +10:00
gradingtable.php Merge branch 'wip-mdl-40218' of git://github.com/rajeshtaneja/moodle 2013-07-10 09:58:09 +10:00
index.php MDL-36904 Assignment: Fix all errors and warnings from codechecker 2013-01-04 15:46:15 +08:00
lib.php MDL-40220 use new core_component::get_plugin_list() 2013-07-16 22:36:11 +02:00
locallib.php MDL-40220 use new core_component::get_plugin_list() 2013-07-16 22:36:11 +02:00
mod_form.php MDL-37621 assign: Fix for DB error on update. 2013-06-13 15:15:07 +08:00
module.js MDL-40218 Assignment: Added show/hide suspended users functionality 2013-07-09 13:32:08 +08:00
quickgradingform.php MDL-36904 Assignment: Fix all errors and warnings from codechecker 2013-01-04 15:46:15 +08:00
renderable.php MDL-40218 Assignment: Show suspended user, similar to the way they are shown in grader report 2013-07-09 13:32:08 +08:00
renderer.php MDL-40093: mod/assign: Remove count of drafts in offline assignment's grading summary screen 2013-07-10 11:18:28 +10:00
settings.php MDL-40220 use new core_component::get_plugin_list() 2013-07-16 22:36:11 +02:00
styles.css MDL-36804 Assignment submisison history - fix width column 2013-04-02 13:37:51 +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-39760: mod_assign: Add few more callback methods. 2013-06-19 14:51:46 +01:00
upgrade.txt MDL-40218 Assignment: updated upgrade.txt and version number 2013-07-09 14:09:11 +08:00
upgradelib.php MDL-38359 Marking Allocation and Workflow code 2013-06-11 14:11:41 +08:00
version.php MDL-40218 Assignment: updated upgrade.txt and version number 2013-07-09 14:09:11 +08:00
view.php MDL-36832 Assignment - Use MUC for caching the useridlist and change all pages to redirect after post. 2013-02-21 11:04:07 +08:00