moodle/mod/workshop/db
David Mudrák 996f7e8228 MDL-50794 workshop: Improve the file type restricting implementation
This is basically a clean up and what I think improved version of the
original Mahmoud's patch.

The actual checking for allowed file extensions has been re-implemented
and is now covered by unit tests. The list of allowed extensions is now
also assed to the filemanager element's accepted_types option to prevent
picking other files (we still need the in-place validation though). The
form validation is simplified a bit. The custom validation of file size
introduced in the previous patch has been removed as not related to this
issue (also I believe it should not be done at this level).
2016-02-25 18:03:18 +01:00
..
access.php MDL-42190 workshop: Add the ability to delete submissions 2016-01-25 15:17:44 +01:00
install.xml MDL-50794 workshop: Allow restricting submitted file types 2016-02-25 18:03:18 +01:00
log.php MDL-30975 Docs Adding correct pacakge information 2012-02-13 11:06:47 +05:30
subplugins.php MDL-44183 mod_workshop: unified @package use 2014-02-21 08:33:40 +13:00
uninstall.php MDL-44183 mod_workshop: unified @package use 2014-02-21 08:33:40 +13:00
upgrade.php MDL-50794 workshop: Improve the file type restricting implementation 2016-02-25 18:03:18 +01:00