Commit graph

49059 commits

Author SHA1 Message Date
Eloy Lafuente (stronk7)
c04b098343 Merge branch 'MDL-28226' of git://github.com/timhunt/moodle 2011-08-23 01:42:05 +02:00
Eloy Lafuente (stronk7)
47cd63bcd8 Merge branch 'MDL-28481' of git://github.com/aolley/moodle 2011-08-23 01:36:25 +02:00
Eloy Lafuente (stronk7)
f342cd715a Merge branch 'w33_MDL-28936_m22_msgstrlen' of git://github.com/skodak/moodle 2011-08-23 01:19:52 +02:00
Eloy Lafuente (stronk7)
16302db3a4 Merge branch 'MDL-28241' of git://github.com/timhunt/moodle 2011-08-23 01:16:34 +02:00
Tim Hunt
c1f15d3539 MDL-28241 editing multianswer questions broken since the fix for MDL-24594. 2011-08-22 22:35:05 +01:00
Aparup Banerjee
c6f94ea2fa Merge branch 'wip-mdl-28580' of git://github.com/rajeshtaneja/moodle 2011-08-23 00:51:28 +08:00
Aaron Barnes
4756710889 MDL-28397 completion: Activity completion criteria not showing grading
requirement

Credit goes to Evan Irving-Pease for the patch
2011-08-22 14:54:41 +12:00
Adam Olley
936cabd6f0 MDL-28481: Send headers before any possible output 2011-08-22 09:11:42 +09:30
Petr Skoda
3b3f302855 MDL-28929 update all themes to use the new placeholders 2011-08-21 21:01:53 +02:00
Petr Skoda
72009b8777 MDL-28929 fix incorrect use if static placeholders in theme layouts 2011-08-21 21:01:31 +02:00
Petr Skoda
1e3c41c0cf MDL-29011 do not require manual enrol cap on the enrolled users page 2011-08-21 18:17:43 +02:00
Petr Skoda
925c5efd3e MDL-29031 drop unused block tables 2011-08-21 17:56:06 +02:00
Petr Skoda
fe8682fd41 MDL-27248 remove forgotten unique sortorder index from the course table 2011-08-21 17:32:02 +02:00
Petr Skoda
11ec4ed51d MDL-28981 fix forum_user_can_post() call params 2011-08-21 15:50:23 +02:00
Petr Skoda
1c8c6c34fd MDL-28982 fix DML use 2011-08-21 15:38:46 +02:00
Tony Levi
d9b49c23da MDL-27228: Fix label 'eye' does not match show/hide setting 2011-08-21 14:54:00 +02:00
Petr Skoda
8de5d7b987 MDL-28381 always verify PHP version in CLI scripts
The problem is that people may use different php binary for web and CLI.
2011-08-21 12:21:29 +02:00
Petr Skoda
ff72b8d1b0 MDL-29000 multiple password reset issues
* stop abusing get_complete_user_data()
* fix case-sensitiveness in password reset for PG
* do not allow reset of disabled accounts
* propose a solution for non-unique emails
2011-08-20 19:22:04 +02:00
Tomasz Muras
192a8aef34 MDL-29012 Show which user profile field is being deleted
Improve usability by showing the name of the profile field
being deleted.
2011-08-20 16:29:21 +01:00
Petr Skoda
5a7e4c1158 MDL-29027 improve textlib api and add missing unittests 2011-08-20 17:00:53 +02:00
Tim Hunt
e8b8073d3c MDL-28444 unit test to verify the fix. 2011-08-20 13:14:07 +01:00
Petr Skoda
043c7cb863 MDL-28935 use weekdays as calendar table headings 2011-08-20 13:45:37 +02:00
Jason Ilicic
2953ad13bb MDL-28935 Add days of week to monthly calendar view 2011-08-20 13:38:19 +02:00
Petr Skoda
6650f3dedf MDL-29020 add CLI verbose mode and stop requiring course idnumber when external column specified 2011-08-20 12:59:23 +02:00
Henning Bostelmann
409199d660 MDL-28444 synchronized datasets: fix typo in get_variants_selection_seed() 2011-08-20 11:49:26 +01:00
Petr Skoda
70801baf0b MDL-29016 allow distributions to set dataroot permissions 2011-08-20 12:48:44 +02:00
Petr Skoda
0b92cdce1f MDL-28936 fix invalid >200 comparison and utf-8 incompatibility
Credit for discovery goes to Jason Ilicic.
2011-08-19 18:42:49 +02:00
Petr Skoda
ffa5e3ddae MDL-28708 minor unrelated cleanup and elimination of dead code 2011-08-19 17:26:28 +02:00
Tony Levi
f73c6bad2c MDL-28708: Send 304 Not Modified response when browser If-Modified-Since header is after file mtime 2011-08-19 17:14:54 +02:00
Petr Skoda
21aa9d48e3 MDL-26796 document array parameter changes 2011-08-19 17:04:34 +02:00
Petr Skoda
aa603b14c7 MDL-28709 adding HTTP_IF_MODIFIED_SINCE and minor style tweaks 2011-08-19 16:32:30 +02:00
Tony Levi
ccc0fff941 MDL-28709: Performance: Send cache/contenttype headers with 304 responses 2011-08-19 16:23:08 +02:00
Henning Bostelmann
fbf51a480a MDL-28684 QE2 upgrade: recognize empty answer in multichoice questions 2011-08-19 10:33:35 +01:00
Andrew Davis (andyjdavis)
2a4d3c98d5 MDL-27823 messaging: preventing html tags from being output to the UI 2011-08-19 16:53:32 +08:00
Petr Skoda
ef7329dce0 MDL-28544 workaround for missing YUI 3.4.0 loader info 2011-08-19 10:21:30 +02:00
Petr Skoda
b13425c810 MDL-28554 import YUI 3.4.0 2011-08-19 10:20:21 +02:00
Rajesh Taneja
bb44ef990f MDL-28580 Administration: Added sanity check to grab wrong usage of upgrade_main_savepoint 2011-08-19 07:37:48 +00:00
Petr Skoda
6fc17ca906 MDL-28554 import YUI 2.9.0 2011-08-19 07:49:06 +02:00
Jerome Mouneyrac
fa698a15a8 MDL-28990 add web service mobile overview 2011-08-19 11:45:18 +08:00
Ankit Kumar Agarwal
784967eab8 MDL-27624 SCORM formating codes 2011-08-19 11:17:19 +12:00
Ankit Kumar Agarwal
266a129c14 MDL-27624 Small structural changes
MDL-27624 SCORM adding definition to scrom elements
	modified:   mod/scorm/lang/en/scorm.php
	modified:   mod/scorm/userreport.php
2011-08-19 11:17:19 +12:00
Dan Marsden
3b71ce6a5c MDL-28999 SCORM add missing yui2 require 2011-08-19 10:23:46 +12:00
Tim Hunt
a47a46f136 MDL-28996 Quiz view page list of attempts table is sometimes missing a cell. 2011-08-18 19:26:30 +01:00
Tim Hunt
5e86cb87de MDL-28979 qtype match: correct answer formatted badly. 2011-08-18 14:00:57 +01:00
Tim Hunt
45e5fbe11e MDL-28976 quiz was passing 0 to ->attempt_url when it should have been null.
There was also one other incorrect call that is fixed in this commit.
2011-08-18 14:00:30 +01:00
Tim Hunt
a40d411e74 MDL-28975 question engine, JavaScript error in IE. 2011-08-18 14:00:05 +01:00
Tim Hunt
2a73f863ff MDL-28687 questions avoid fatal errors when reviewing attempts at deleted questions. 2011-08-18 13:59:07 +01:00
Tim Hunt
13bbfebc75 MDL-28226 quiz locallib. Fix PHPdoc comment and code to make the API clearer. 2011-08-18 13:58:14 +01:00
Petr Skoda
84641adc3b MDL-19380 fix redirect when virus found in JS-less mode 2011-08-18 09:01:53 +02:00
Petr Skoda
18bd7573d6 MDL-26796 convert array parameter cleaning to new functions 2011-08-18 08:40:33 +02:00