23758 Commits

Author SHA1 Message Date
toyomoyo
04d6ac46dd fix for MDL-7497, add mouseless feedback to cloze questions 2006-11-28 07:07:34 +00:00
mark-nielsen
512ce79274 Merged changes from MOODLE_17_STABLE for MDL-7707 2006-11-28 05:54:43 +00:00
mark-nielsen
bfec96420b Merged added file from MOODLE_17_STABLE 2006-11-28 03:59:59 +00:00
mark-nielsen
ccafdbfe95 Merged differences from MOODLE_17_STABLE 2006-11-28 03:58:36 +00:00
vyshane
f2f10676a8 Fix for MDL-7505. 2006-11-28 03:55:30 +00:00
moodler
45aaa939db Automatic installer.php lang files by installer_builder (20061128) 2006-11-28 03:11:54 +00:00
moodler
dbe7e6f6b6 Merged better checks for datamodel inclusion from stable 2006-11-28 03:04:50 +00:00
moodler
faf01ee4de FIxed problem when scorm->version is bad 2006-11-28 02:53:44 +00:00
toyomoyo
78e4f30a72 fix for MDL-7436, indicate resource type in the text link. 2006-11-28 02:22:17 +00:00
dwoolhead
23ff199c26 MDL-7699 Fixed redirect() to ../../ 2006-11-27 16:42:16 +00:00
jamiesensei
49eacbe328 added check to see if at least two choices have been entered when setting up or updating a choice activity. 2006-11-27 09:02:35 +00:00
skodak
9cdb766d61 Broken handling of magic quotes in admin settings and set_config in general MDL-7668 2006-11-27 08:44:38 +00:00
toyomoyo
5a86df5e9f fix for MDL-7487, addin guser setting for screen reader, MDL-7435, add new field for alt tag for user picture 2006-11-27 07:23:12 +00:00
vyshane
25f19a4c11 Merged from 1.7. 2006-11-27 04:49:09 +00:00
ikawhero
685fcb3e3b Added missing string 2006-11-27 04:03:44 +00:00
vyshane
2f11bfc0a4 Merged from 1.7. 2006-11-27 03:22:28 +00:00
moodler
5bb4bbb380 Automatic installer.php lang files by installer_builder (20061127) 2006-11-27 03:09:48 +00:00
toyomoyo
044beba968 fix for MDL-7486, replace < and > with words for accessiblity 2006-11-27 03:07:01 +00:00
skodak
b708f1bf47 MDL-7631 Incorrect grading when Each attempt builds on the last and questions on more than one page 2006-11-26 23:00:28 +00:00
skodak
802fe94a28 Double quotes breaking short answers in a multianswer/cloze question MDL-6676 2006-11-26 21:57:43 +00:00
skodak
c66c2c0278 MDL-1899 course->category cleanup 2006-11-26 21:44:04 +00:00
skodak
0591742ecb incorrect table width in Exercise MDL-7690 2006-11-26 21:37:07 +00:00
skodak
b38d1d9b66 add risk icons and proper alt text to improve accessibility MDL-7484; icons are not final I hope ;-) 2006-11-26 21:27:35 +00:00
skodak
edebb94faa MDL-7434 all images that convey information should have alt text to convey that information - part 8 2006-11-26 19:30:39 +00:00
skodak
fa8a9ef352 MDL-7434 all images that convey information should have alt text to convey that information - part 7 2006-11-26 19:19:54 +00:00
skodak
aafad5d1a3 MDL-7434 all images that convey information should have alt text to convey that information - part 6 2006-11-26 19:14:44 +00:00
skodak
c36f12e145 MDL-7434 all images that convey information should have alt text to convey that information - part 5 2006-11-26 19:00:23 +00:00
skodak
a2d9dff8fc MDL-7434 all images that convey information should have alt text to convey that information - part 4 2006-11-26 16:53:32 +00:00
skodak
7150b8ae20 MDL-7434 all images that convey information should have alt text to convey that information - part 3 2006-11-26 16:20:19 +00:00
skodak
2bbaf749c8 MDL-7434 all images that convey information should have alt text to convey that information - part 2 2006-11-25 18:09:33 +00:00
stronk7
d0e35419c5 Typo causing continue button in closed quizzes to fail. MDL-7685
Merged from MOODLE_17_STABLE
2006-11-25 17:13:19 +00:00
moodler
8fe3ab011f Automatic installer.php lang files by installer_builder (20061125) 2006-11-25 03:14:55 +00:00
skodak
344044b28e MDL-7434 all images that convey information should have alt text to convey that information - part 1 2006-11-24 20:16:37 +00:00
tjhunt
536a640218 Minor tweak to fieldset styles. 2006-11-24 18:52:16 +00:00
skodak
241dedf8c9 Fix course overview graph broken by notices MDL-7680 2006-11-24 18:31:41 +00:00
jamiesensei
74e01e6281 changed name of submit buttons to submitbutton instead of sumbit as submit was conflicting with method form.submit() 2006-11-24 16:38:22 +00:00
thepurpleblob
be7be57822 Merged from STABLE 2006-11-24 13:03:32 +00:00
jamiesensei
8e308b00c7 little bit of white space cleaning up 2006-11-24 12:49:32 +00:00
jamiesensei
616b549a58 added some phpdoc comments to repeat_elements() method 2006-11-24 12:33:53 +00:00
jamiesensei
ebd3c7ac94 added repeat_elements method to moodleform and used method for choice form 2006-11-24 12:20:26 +00:00
thepurpleblob
dfdce7fba9 Merged from stable - colons can now be escaped
Resolves MDL-6915
2006-11-24 12:03:42 +00:00
jamiesensei
e24b7f851a some restructuring of formslib - moving moodleform_mod definition to new file course\moodleform_mod.php and some changes to moodleform_mod standard elements setup and moodleform disabledIf API 2006-11-24 06:39:15 +00:00
toyomoyo
4d0387400e merged fix for MDL-7448, added enableForm() call to prevent chat lock up 2006-11-24 04:19:11 +00:00
toyomoyo
c5d883fcfb merged fixed a warning 2006-11-24 02:04:48 +00:00
skodak
5259d5d8dd Missing s() on current value in admin_setting_configtext class MDL-7666 2006-11-23 20:59:18 +00:00
martinlanghoff
f3b205b800 Cleaning up, completing, bugfixing, adding features to iCalendar export of
Moodle calendar.

* Adding strings
* Adding more information to iCalendar output
* Making iCalendar output compatible with a wider range of calender software
* Removing (non-functional) advanced options for now, and other superfluous
code
* Paying attention to all / course events option
* Adding authentication token system to allow subscription
* Adding JavaScript to generate URL for subscription
* Adding links from calendar page

Author: Andrew Walbran <andrew.walbran@catalyst.net.nz>
2006-11-23 20:30:57 +00:00
martinlanghoff
ea18531301 Cleaning up, completing, bugfixing, adding features to iCalendar export of
Moodle calendar.

* Adding strings
* Adding more information to iCalendar output
* Making iCalendar output compatible with a wider range of calender software
* Removing (non-functional) advanced options for now, and other superfluous
code
* Paying attention to all / course events option
* Adding authentication token system to allow subscription
* Adding JavaScript to generate URL for subscription
* Adding links from calendar page

Author: Andrew Walbran <andrew.walbran@catalyst.net.nz>
2006-11-23 20:21:29 +00:00
skodak
dc3306290d Students cannot enrol with PayPal plugin when using PHP4 MDL-7529 2006-11-23 20:16:36 +00:00
ethem
49c81fe0fd We are expecting multiple records, but in debug mode, it gives this error:
Error: Turn off debugging to hide this error.

SELECT id FROM enrol_authorize WHERE userid = '3' AND courseid = '2' AND status=0(with limits 0, 100)

Very strange error in get_record_sql !
2006-11-23 16:22:39 +00:00
nfreear
94181b2c2c Replaced isteacheredit with has_capability, as in moodlelib (Bug MDL-7380 "groups".) 2006-11-23 11:59:25 +00:00