moodle/mod/assignment
Marina Glancy 559276b153 MDL-32247,MDL-32831,MDL-32900 Use correct url building of file type icons
- function get_mimetypes_array() now contains also information about filetype groups and language strings
- use 'smart' human-readable mimetype description
- never determine filetype group based on filetype icon image! remove function mimeinfo_from_icon()
- get rid of class filetype_parser and file lib/filestorage/file_types.mm, replaced with functions file_get_typegroup(), file_extension_in_typegroup() and file_mimetype_in_typegroup()
- support multiple icon sizes, not only 16 and 32
- retrieve filetype icon only using proper functions file_..._icon() from lib/filelib.php throughout the code
- increase size of repository thumbnails to 90 and icons to 24 (will take effect when new icons exist)
2012-05-21 16:01:04 +08:00
..
backup MDL-30982 Improving phpDocs for the classes that extend backup_activity_task 2012-02-27 11:59:42 +01:00
db MDL-31270 mod_assign: introducing the assignment module 2012-05-03 14:44:06 +08:00
lang/en MDL-33069 assignment: change pluralname to (2.2) 2012-05-17 17:28:26 +08:00
pix MDL-26623 fix file permissions 2011-03-01 12:26:49 +01:00
tests MDL-32926 exorcise setUser(2) evil from phpunit 2012-05-12 21:42:07 +02:00
type MDL-32247,MDL-32831,MDL-32900 Use correct url building of file type icons 2012-05-21 16:01:04 +08:00
assignment.js fixed unterminated JS statement 2010-09-18 11:50:18 +00:00
delete.php MDL-31607 use full course object for require_login() if already available 2012-04-22 17:41:47 +02:00
grade.php MDL-30999 grade: updated Grade API phpdocs 2012-02-14 14:04:19 +07:00
index.php MDL-14238 - add filter to grade assignment. 2010-08-20 08:00:54 +00:00
lib.php MDL-32247,MDL-32831,MDL-32900 Use correct url building of file type icons 2012-05-21 16:01:04 +08:00
locallib.php MDL-27857 Export to portfolio support in the assignment module improved 2011-10-03 10:15:39 +02:00
mod_form.php MDL-32490 Offline assignment: phpdocs and whitespace fixes 2012-04-25 02:40:35 +02:00
renderer.php MDL-32247,MDL-32831,MDL-32900 Use correct url building of file type icons 2012-05-21 16:01:04 +08:00
settings.php MDL-23234 finally standardised use of settings.php across all plugins - the only partial exceptions now are report and local plugins 2010-07-13 13:56:55 +00:00
styles.css MDL-30361 - mod/assignment, fix right margin of felement on Grading page that is linked from the user's submissions page (In RTL mode) Not sure what the previous fix was doing, (i made it on a previous commit) hope it does not break some other UI element when in RTL mode. 2011-11-23 01:31:54 +02:00
submissions.php MDL-31607 use full course object for require_login() if already available 2012-04-22 17:41:47 +02:00
upload.php MDL-31607 use full course object for require_login() if already available 2012-04-22 17:41:47 +02:00
version.php MDL-19125 module restrictions: addinstance capabilities for all mods 2012-03-15 17:13:43 +00:00
view.php Plagiarism API MDL-13680 add plagiarism support for user submitted files - currently only added to single and advanced Assignment types - other modules to come in future. 2010-09-20 07:32:31 +00:00