Dan Poltawski
cd925ac79b
Merge branch 'dev_MDL-33513_files_source' of git://github.com/danpoltawski/moodle
2012-06-14 11:12:21 +08:00
Aparup Banerjee
38d488cea1
MDL-33400 Lib : fixed character miscount
2012-06-14 10:56:40 +08:00
Dan Poltawski
b2cf2b807f
MDL-33513 repositories - fix misleading phpdocs
2012-06-14 10:55:30 +08:00
Dan Poltawski
813f6964ca
MDL-33400 questionlib - minor whitespace/equality imporvement
2012-06-14 10:28:34 +08:00
Dan Poltawski
e46dfeb7fc
Merge branch 'MDL-33400' of git://github.com/nebgor/moodle
2012-06-14 10:27:23 +08:00
Andrew Davis
845c2ae110
MDL-27156 repositories: switched the file manager and the file picker over to using get_user_max_upload_file_size()
2012-06-14 09:19:26 +07:00
Andrew Davis
1812ea3e06
MDL-27156 repositories: switched some spots over to using get_user_max_upload_file_size() instead of get_max_upload_file_size()
2012-06-14 09:19:25 +07:00
Andrew Davis
8ac95c279c
MDL-27156 repository: Added a new capability so that select users can bypass file size restrictions
2012-06-14 09:19:25 +07:00
Damyon Wiese
07a4677eb1
MDL-33464: Do not create a grade item on upgrade (mod_assign) because we already reassigned the old one
2012-06-14 09:14:40 +08:00
Sam Hemelryk
78338b8b0e
Merge branch 'MDL-33645-master' of git://github.com/ankitagarwal/moodle
2012-06-14 11:31:46 +12:00
Sam Hemelryk
043a53fb25
Merge branch 'MDL-33541' of git://github.com/danpoltawski/moodle
2012-06-14 11:27:37 +12:00
Sam Hemelryk
f90848689c
Merge branch 'MDL-33554' of git://github.com/mouneyrac/moodle
2012-06-14 11:20:16 +12:00
Aparup Banerjee
0dd0f96373
MDL-33400 Libraries : added callback to *_question_pluginfile without 'mod_' prefix
2012-06-14 01:30:52 +08:00
Eloy Lafuente (stronk7)
3f2939fa3e
Merge branch 'w24_MDL-33204_m23_importsort' of git://github.com/skodak/moodle
2012-06-13 18:01:31 +02:00
Eloy Lafuente (stronk7)
f7b3e092e9
Merge branch 'w24_MDL-33635_m23_sort' of git://github.com/skodak/moodle
2012-06-13 16:40:07 +02:00
Petr Skoda
bc53b4e9d7
MDL-33635 improve collatorlib::ksort() coding style and perf
...
Thanks Eloy Lafuente for spotting my sloppy coding style!
2012-06-13 16:37:56 +02:00
Dan Poltawski
5c2bbfd6e9
Merge branch 'MDL-33611' of git://github.com/timhunt/moodle
2012-06-13 18:00:01 +08:00
Dongsheng Cai
24b96f0170
MDL-33513 Fixed source field
2012-06-13 19:57:10 +10:00
Dan Poltawski
4413b48000
Merge branch 'MDL-33581' of git://github.com/mouneyrac/moodle
2012-06-13 17:45:27 +08:00
Tim Hunt
3f0e034d75
MDL-33611 quiz: acutally use the right help string
...
The previous commit for this bug actually managed to use the wrong one.
2012-06-13 10:43:04 +01:00
Dan Poltawski
52f2bb2995
Merge branch 'MDL-33611' of git://github.com/timhunt/moodle
2012-06-13 16:39:24 +08:00
Dan Poltawski
dff798fd4a
Merge branch 'wip-MDL-33590-master' of git://github.com/marinaglancy/moodle
2012-06-13 16:33:50 +08:00
Dan Poltawski
966f3a11e1
Merge branch 'w24_MDL-33553_m23_portfoliostrict' of git://github.com/skodak/moodle
2012-06-13 16:22:27 +08:00
Dan Poltawski
eb6afd93b9
Merge branch 'wip-MDL-33597-m23' of git://github.com/samhemelryk/moodle
2012-06-13 15:45:19 +08:00
Dan Poltawski
2333058eb0
Merge branch 'MDL-33691' of git://github.com/netspotau/moodle-mod_assign
2012-06-13 15:24:42 +08:00
Barbara Ramiro
ee0f34b514
MDL-33005 Drag and drop animation revised to play once only
2012-06-13 15:12:53 +08:00
Dan Poltawski
3aad3a5e64
Merge branch 'wip-MDL-33452-master' of git://github.com/marinaglancy/moodle
2012-06-13 15:03:07 +08:00
Dan Poltawski
3292d9f003
Merge branch 'master_MDL-33477' of git://github.com/danmarsden/moodle
2012-06-13 14:08:36 +08:00
Dan Poltawski
1904310572
Merge branch 'MDL-33608-master-1' of git://git.luns.net.uk/moodle
2012-06-13 14:02:05 +08:00
Ankit Agarwal
09b46f0e13
MDL-33645 assign: Teachers should not be allowed to change grades if it is overridden in the gradebook
2012-06-13 13:20:54 +08:00
Dan Poltawski
837eef2e64
MDL-33541 - remove cookies from filepicker
2012-06-13 12:17:52 +08:00
Marina Glancy
0b2bfbd1c6
MDL-33550 Correctly process situation when file reference source is missing
...
- do not die with fatal error if source file in moodle internal repository is missing;
- moved code duplication for moodle repositories into class repository (functions send_file, get_reference_details, get_file_by_reference, get_file_reference);
- update file status after repository::sync_external_file so we know that it is missing (or not missing anymore). Do not run this function more than once for file within one request;
- display readable name for Private Files and Server files with the new format;
- display broken icon in filemanager if we know that source is missing, display information (for admin) where it was located before: see repository::get_reference_details() and extending classes;
- removed unnecessary queries in stored_file::sync_external_file();
- syncronize files before displaying it's size in mod_resource, do not query directly
2012-06-13 12:11:06 +08:00
Sam Hemelryk
463ccee1de
Merge branch 'MDL-33128-master-1' of git://git.luns.net.uk/moodle
2012-06-13 15:40:39 +12:00
Sam Hemelryk
a54a08b818
Merge branch 'MDL-32573' of git://github.com/danpoltawski/moodle
2012-06-13 15:32:54 +12:00
Dan Poltawski
9379a9190d
Merge branch 'MDL-33576-2' of git://github.com/netspotau/moodle-mod_assign
2012-06-13 11:28:39 +08:00
Sam Hemelryk
7cbd6d8353
Merge branch 'MDL-33675-master-1' of git://git.luns.net.uk/moodle
2012-06-13 15:24:07 +12:00
Damyon Wiese
571cc0b7d2
MDL-33691: The grading table is showing "graded" for assignments with a NULL grade
2012-06-13 11:01:37 +08:00
Dan Poltawski
38569ad3a2
Merge branch 'master_MDL-32937' of git://github.com/danmarsden/moodle
2012-06-13 10:12:21 +08:00
Dan Marsden
c6e423695a
MDL-33477 Advanced grading Marking Guide - fix lang
2012-06-13 14:09:41 +12:00
Dan Poltawski
b9c871b18a
Merge branch 'wip-mdl-33664' of git://github.com/rajeshtaneja/moodle
2012-06-13 10:07:32 +08:00
Rajesh Taneja
b0fc12189b
MDL-33664 Hub: required renderer is passed to backup->display and huburl is initalised before use.
2012-06-13 09:21:13 +08:00
Marina Glancy
be920f9acf
MDL-33420 Enable references in Server files repository
2012-06-13 09:03:41 +08:00
Marina Glancy
ff32444a7c
MDL-33590 Correctly determine that file is an archive to enable unzip in filemanager
2012-06-13 08:57:10 +08:00
Damyon Wiese
e7ade405eb
MDL-33576: If grade set to "No grade" in mod_assign hide inputs for quickgrading
2012-06-13 08:55:02 +08:00
Eloy Lafuente (stronk7)
0961ca7998
MDL-33682 backup: keep old behavior, aka, use section number on empty section name.
2012-06-13 00:54:21 +02:00
Eloy Lafuente (stronk7)
1df09d3af2
Merge branch 'MDL-33682' of git://github.com/timhunt/moodle
2012-06-13 00:37:42 +02:00
Eloy Lafuente (stronk7)
dbe4bcc959
Merge branch 'MDL-33681' of git://github.com/timhunt/moodle
2012-06-13 00:06:26 +02:00
Dan Marsden
cb6782d4a5
MDL-32937 SCORM: better lang for dnd interface
2012-06-13 09:59:11 +12:00
Aparup Banerjee
039e110509
Merge branch 'MDL-33610' of git://github.com/danpoltawski/moodle
2012-06-13 01:59:33 +08:00
Aparup Banerjee
fa4ae5ac9f
Merge branch 'MDL-33593' of git://github.com/danpoltawski/moodle
2012-06-13 01:46:17 +08:00