moodle/course
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
..
format MDL-24419 section availability: display availability info to teachers 2012-05-18 14:56:00 +08:00
publish MDL-31831 whitespace clean - take2 2012-03-01 02:20:35 +01:00
report MDL-29812 partcipiant report - breaks when filtering by user 2011-11-09 11:17:17 +08:00
tests MDL-29044: Move course category creation to a separate function 2012-04-24 10:57:12 +01:00
yui MDL-30617 Center dialogue title 2012-05-18 10:28:53 +01:00
category.php MDL-32238 course: Timemodifed should be updated when a course's visible status is toggled from the category page 2012-04-24 10:08:23 +08:00
changenumsections.php MDL-32771 - course: add ability to increase/reduce number of sections 2012-05-08 15:00:46 +08:00
completion.js MDL-30817 activity_completion: Fixed title and alt string (on checkbox) to have module name prefixed 2012-03-12 10:16:31 +08:00
completion.php MDL-31607 use full course object for require_login() if already available 2012-04-22 17:41:47 +02:00
completion_form.php MDL-29186 multilang Reviewed the uses of course fullname and ensured things were being formatted consistently 2011-09-08 09:38:46 +12:00
delete.php Merge branch MDL-29186-master of git://github.com/samhemelryk/moodle 2011-09-13 16:06:21 +08:00
delete_category_form.php MDL-29187 multilang Reviewed the uses of category name and ensured things are being formatted correctly 2011-09-08 09:37:07 +12:00
dndupload.js MDL-22504 course-dndupload: Fixed up a couple of minor bugs 2012-05-17 11:29:38 +12:00
dndupload.php MDL-22504 course-dndupload: Fixed up a couple of minor bugs 2012-05-17 11:29:38 +12:00
dnduploadlib.php MDL-22504 Course drag and drop upload - moved file locations 2012-05-16 08:25:22 +01:00
edit.php MDL-24419 (4): Add conditional availability support to sections; section cache 2012-05-14 11:19:25 +01:00
edit_form.php MDL-32504 course: Add coursedisplay setting to course table 2012-05-04 10:49:52 +08:00
editcategory.php MDL-32611 editcategory: Fixed up navigation error. 2012-05-14 09:16:43 +12:00
editcategory_form.php MDL-20306 Add course_category idnumber field 2011-10-10 23:54:30 +02:00
editsection.php MDL-24419 (4): Add conditional availability support to sections; section cache 2012-05-14 11:19:25 +01:00
editsection_form.php MDL-24419 (5): Coding style cleanup 2012-05-17 00:51:50 +02:00
enrol.php MDL-21782 reworked enrolment framework, the core infrastructure is in place, the basic plugins are all implemented; see the tracker issue for list of unfinished bits, expect more changes and improvements during the next week 2010-06-21 15:30:49 +00:00
externallib.php MDL-32941 Add transaction support to delete_categories 2012-05-18 00:06:42 +02:00
index.php Revert "MDL-30843 and MDL-30842 - accessibility compliance: Add <label> for form input text and select tag" 2012-04-11 17:18:58 +12:00
info.php MDL-31651 course/info: Fix hardcoded string 2012-02-27 15:32:55 +01:00
jumpto.php MDL-20204 new url_select widget 2010-02-10 10:22:25 +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
loginas.php MDL-23911 login as session can be only terminated by logout, this should improve security on pages where user may enter JS that only he/she can see - such as the /my/index.php 2010-08-24 08:50:53 +00:00
mod.php MDL-32508 course/mod.php: Use $sectionreturn param 2012-05-04 10:53:00 +08:00
modduplicate.php MDL-28488 backup - activity duplication requires 2 capabilities in ctx 2011-09-09 15:53:02 +02:00
modedit.php MDL-32508 course: Introduce course_get_url() 2012-05-04 10:52:58 +08:00
moodleform_mod.php MDL-24419 (4): Add conditional availability support to sections; section cache 2012-05-14 11:19:25 +01:00
pending.php MDL-13481 Strings fullname and shortname are now deprecated 2011-02-28 09:42:50 +01:00
recent.php MDL-32094 fix various E_STRICT compatibility problems 2012-03-18 18:37:24 +01:00
recent_form.php MDL-29131 fix multiple groups issues on the recent activity report 2011-09-10 13:52:42 +02:00
renderer.php MDL-30617 Adjustments to styling of module chooser 2012-05-18 10:10:20 +01:00
report.php navigation MDL-23451 Fixed up course reports page blocks 2010-07-23 03:44:03 +00:00
request.php course MDL-25831 removed trailing whitespace 2011-01-05 15:08:18 +08:00
request_form.php MDL-13481 Strings fullname and shortname are now deprecated 2011-02-28 09:42:50 +01:00
reset.php MDL-26623 fix file permissions 2011-03-01 12:26:49 +01:00
reset_form.php MDL-32045 allow unenrolment of users without role via course reset 2012-03-16 10:55:30 +01:00
resources.php lib MDL-25981 Improved modinfo 2011-01-26 10:29:16 +00:00
rest.php MDL-31215 Add the ability to change activity titles using AJAX calls 2012-05-14 14:22:02 +01:00
scales.php Revert "MDL-30843 and MDL-30842 - accessibility compliance: Add <label> for form input text and select tag" 2012-04-11 17:18:58 +12:00
search.php Revert "MDL-30843 and MDL-30842 - accessibility compliance: Add <label> for form input text and select tag" 2012-04-11 17:18:58 +12:00
style.css MDL-30617 Add a javascript interface for adding modules to a course 2012-05-18 00:27:16 +08:00
switchrole.php MDL-27809 navigation: Reworked the caching within navigation and improved the ordering of events in order to reduce the use of session without serious impact on serverload 2011-06-24 16:42:41 +08:00
togglecompletion.php MDL-26198 fix CSRF and missing access control + fix xhtml strict 2011-01-30 21:50:04 +01:00
user.php MDL-30364 fix user report regressions 2011-12-10 20:18:44 +01:00
view.php MDL-30617 Add a javascript interface for adding modules to a course 2012-05-18 00:27:16 +08:00