Merge branch 'MDL-52489_master' of git://github.com/markn86/moodle
authorAndrew Nicols <andrew@nicols.co.uk>
Wed, 2 Mar 2016 01:08:29 +0000 (09:08 +0800)
committerAndrew Nicols <andrew@nicols.co.uk>
Wed, 2 Mar 2016 01:08:29 +0000 (09:08 +0800)
1  2 
mod/assign/locallib.php
mod/assign/submission/file/locallib.php
mod/assign/upgrade.txt

Simple merge
@@@ -1,8 -1,9 +1,10 @@@
  This files describes API changes in the assign code.
  
  === 3.1 ===
 -
 +* The feedback plugins now need to implement the is_feedback_modified() method. The default is to return true
 +  for backwards compatibiltiy.
+ * When downloading all submissions as a zip each students' files are in a separate folder, are no longer renamed
+   and the folder structure is kept intact.
  
  === 3.0 ===
  * assign_submission_status renderable now requires $usergroups in its constructor