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
Dan Poltawski
1e1931a797
Merge branch 'MDL-32978-master-integration' of git://github.com/FMCorz/moodle
2012-05-15 14:43:31 +08:00
Dan Poltawski
1af542ed67
Merge branch 'MDL-31804_ambiguous_sql' of git://github.com/andyjdavis/moodle
2012-05-14 14:20:05 +08:00
Frederic Massart
6189c7b4d3
MDL-32978 Gradebook: Fix strict standards notices
2012-05-14 13:27:06 +08:00
Jonathon Fowler
ef8c793d74
MDL-31804 duplicated columns cause Oracle error in grader report
2012-05-14 11:00:29 +07:00
Dan Poltawski
85c85b8102
Merge branch 'MDL-27322_export' of git://github.com/andyjdavis/moodle
2012-05-14 10:22:21 +08:00
Andrew Davis
78ab98bc5e
MDL-27322 grade: added the ability to not have suspended students included in a grade export
2012-05-10 08:34:51 +07:00
Dan Marsden
abf0c875bb
MDL-31731 gradeing form: Fix module name
2012-05-04 16:20:58 +08:00
Dan Marsden
cfc73aa790
MDL-31731 Advanced Grading: Marking Guide - prevent negative scores when marking users
2012-05-04 16:20:50 +08:00
Dan Poltawski
9fdbd69e22
MDL-31731 gradeing form: Fix hardcoded module name
2012-05-04 14:02:39 +08:00
Dan Poltawski
fcbd37e38a
Merge branch 'master_MDL-31731' of git://github.com/danmarsden/moodle
2012-05-04 07:28:29 +08:00
Dan Marsden
6c20925827
MDL-31731 Advanced Grading: Marking Guide display scale warning for higher max grade as well as lower.
2012-05-04 09:33:30 +12:00
Dan Marsden
b4b1d49044
MDL-31731 Advanced Grading: Marking Guide: fix bug with check to display warning about discrepency between module maxgrade and number of marks in Marking Guide.
2012-05-04 09:12:29 +12:00
Dan Poltawski
9b06d97381
Merge branch 'master_MDL-31731' of git://github.com/danmarsden/moodle
2012-05-03 20:43:28 +08:00
Dan Marsden
e529ec8c09
MDL-31731 Grading form Marking Guide - fix for test 6.2, checkboxes not saving state when clearing both.
2012-05-03 22:12:34 +12:00
Ruslan Kabalin
c5883e7994
MDL-18095 gradebook: Make sure grade override flag is cleared whenever required
...
The check for feedback and grade equality between recorded values and the current
form ones before removing override flag is not really required.
2012-05-08 11:53:31 +01:00
Sam Hemelryk
1470c0f46e
Merge branch 'MDL-26275_large_grader' of git://github.com/andyjdavis/moodle
2012-05-02 17:44:35 +12:00
Andrew Davis
1e2698f6fa
MDL-26275 grade: made some equality checks more strict and added some explanatory comments
2012-05-01 10:43:09 +07:00
Dan Poltawski
b53cb1294a
Merge branch 'master_MDL-31731' of git://github.com/danmarsden/moodle
2012-04-30 12:54:22 +08:00
Andrew Davis
a740a0ad98
MDL-26257 grade: fixed the grader report edit mode ajax and fixed a spot in the grader report that should be using get_students_per_page()
2012-04-30 08:56:27 +07:00
Andrew Davis
8233747e0e
MDL-26275 grade: made the grader report retrieve the existing grades from the DB rather than sending them to the client which then returns them to the server
2012-04-30 08:56:26 +07:00
Andrew Davis
d3b698a46e
MDL-26275 grade: added a safety check to avoid hitting PHP's max_input_var by reducing the number of students per page if necessary
2012-04-30 08:56:26 +07:00
Sam Hemelryk
446326ab67
Merge branch 'MDL-26523_grader' of git://github.com/andyjdavis/moodle
2012-04-30 12:46:48 +12:00
Sam Hemelryk
49ddf4195c
MDL-31510 grader report: Fixed whitespace
2012-04-30 12:13:00 +12:00
Sam Hemelryk
e074f9763b
Merge branch 'MDL-31510_group_activities' of git://github.com/andyjdavis/moodle
2012-04-30 12:11:23 +12:00
Dan Marsden
77143217f2
MDL-31731 - new grading form - Marking Guide
2012-04-30 08:44:43 +12:00
Andrew Davis
692e4f7b4d
MDL-26523 grade: fixed a called to addHelpButton() that was asking for a non-existent string
2012-04-27 09:13:36 +07:00
Andrew Davis
aee748d32c
MDL-31510 grade: made the user report observe $cm->uservisible so that activities not available to a student because of groups do not appear on their user report
2012-04-26 16:31:56 +07:00
Eloy Lafuente (stronk7)
e69ac1546b
Merge branch 'MDL-32192_rename_string' of git://github.com/andyjdavis/moodle
2012-04-25 13:07:48 +02:00
Dan Poltawski
bebf083159
Merge branch 'w17_MDL-31607_m23_login' of git://github.com/skodak/moodle
2012-04-23 11:47:11 +08:00
Petr Skoda
cdbea7eed1
MDL-31607 use full course object for require_login() if already available
...
This eliminates 1 db query.
2012-04-22 17:41:47 +02:00
Petr Skoda
f59f03ad2d
MDL-32569 drop more core simpletests that were already migrated
2012-04-21 16:27:30 +02:00
Andrew Davis
af4f61720d
MDL-32191 grade:renamed a mis-spelled string name
...
AMOS BEGIN
MOV [invalidgradeitmeid,error],[invalidgradeitemid,error]
AMOS END
2012-04-20 12:03:34 +07:00
Dan Poltawski
74c7692265
Merge branch 'w16_MDL-32437_m23_tablename' of git://github.com/skodak/moodle
2012-04-16 20:50:21 +08:00
Petr Skoda
7467f4c911
MDL-32437 add gradebook querylib tests
2012-04-15 14:23:07 +02:00
Petr Skoda
f41741e7ba
MDL-32437 fix invalid gradebook query sql
2012-04-15 14:20:14 +02:00
Sam Hemelryk
3211569a6a
Revert "MDL-30843 and MDL-30842 - accessibility compliance: Add <label> for form input text and select tag"
...
This reverts commit f9f281b8fee75c2416d71bae7583fd026b9ccabb.
2012-04-11 17:18:58 +12:00
Sam Hemelryk
5bfeb5ffd3
Merge branch 'MDL-30843_b' of git://github.com/rwijaya/moodle
2012-04-10 12:34:37 +12:00
Andrew Davis
13aa8f0e09
MDL-30819 grade: fixed column highlighting on the grader report
2012-04-09 12:28:00 +07:00
Petr Skoda
5073880583
MDL-32149 grade related tests
2012-04-03 22:31:03 +02:00
Petr Skoda
54352ac979
MDL-32251 more E_STRICT fixes
2012-03-30 19:02:58 +02:00
Rossiani Wijaya
f9f281b8fe
MDL-30843 and MDL-30842 - accessibility compliance: Add <label> for form input text and select tag
2012-03-30 16:26:58 +08:00
Aparup Banerjee
7d2b2e808f
Merge branch 'MDL-31818_grader_paging' of git://github.com/andyjdavis/moodle
2012-03-20 13:20:03 +08:00
Petr Skoda
e2bb3c9275
MDL-32094 some more E_STRICT fixes
2012-03-18 20:40:20 +01:00
Petr Skoda
f20edd5208
MDL-32094 fix various E_STRICT compatibility problems
2012-03-18 18:37:24 +01:00
Andrew Davis
4a29d2912c
MDL-31818 grade: removed some broken code to do with overriding students per page, added a post variable so the page isnt lost when submitting grades
2012-03-17 09:51:21 +07:00
Sam Hemelryk
44f24f1351
Merge branch 'MDL-31841_feedback_align' of git://github.com/andyjdavis/moodle
2012-03-12 14:22:20 +13:00
Andrew Davis
62a966ada0
MDL-31841 grade: prevented the feedback column on the user report from being centered
2012-03-08 15:19:17 +07:00
Eloy Lafuente (stronk7)
2ed7cc2730
Merge branch 'w10_MDL-31301_m23_textlibcleanup' of git://github.com/skodak/moodle
2012-03-06 16:06:53 +01:00
Petr Skoda
c3dd6b01fe
MDL-27982 drop UNSIGNED attributes from all install.xml files
2012-03-06 12:01:10 +01:00