23784 Commits

Author SHA1 Message Date
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
nfreear
bff18190d1 Fixes to g...group_displayname, g..grouping_displayname (Bug MDL-7380 "groups".) 2006-11-23 11:40:44 +00:00
nfreear
7cf77becec Fixes for interface change, groups_add_member, remove_member - lib and simpletest/test_groupinglib (Bug MDL-7380 "groups".) 2006-11-23 11:28:22 +00:00
jamiesensei
02f8f37d5d added defaults for when there is no submitted data to datetimeselector and small fix for forum\mod_form.php 2006-11-23 09:38:33 +00:00
moodler
f4bf6a5b15 Merged two-line deletes from stable (causing notices) 2006-11-23 09:13:19 +00:00
vyshane
d14d739d24 Merged from 1.7. 2006-11-23 08:36:22 +00:00
skodak
c80a13c736 added new set_max_file_size method to moodleform MDL-6914 2006-11-23 08:24:58 +00:00
toyomoyo
4c2275d557 fix for MDL-7395, adding capaiblity mod/quiz:ignoretimelimits for quiz takers with disability. 2006-11-23 07:52:54 +00:00
toyomoyo
3a2e0fe97a fix for MDL-7472, explicitly label radio buttons in survey. Note you need $USER->screenreader flag for this to be active 2006-11-23 04:49:48 +00:00
vyshane
ec67df2944 Updating YUI to 0.12.0. 2006-11-23 03:27:27 +00:00
vyshane
31cc9c810f Updated YUI libs to 0.12.0. 2006-11-23 03:25:34 +00:00
vyshane
d38ed4fba2 Upgraded the YUI libs to version 0.12.0, released 14 Nov 2006. 2006-11-23 03:10:20 +00:00
moodler
6418486c69 Automatic installer.php lang files by installer_builder (20061123) 2006-11-23 03:06:30 +00:00
toyomoyo
5d1a5ef436 incrementing qnum so that questions numbers in multi will be unique 2006-11-23 03:01:16 +00:00
skodak
3acdf94569 Ensure all table headers are marked up with 'th' MDL-7438 2006-11-22 22:41:01 +00:00
skodak
6cb1b93e13 Online text assignment: on re-edit submission page provide a label for field so that screen-reader knows what it is for MDL-7479:
fixed format problems, converted to new forms library, whitespace cleanup, fixed redirection after saving
2006-11-22 21:45:39 +00:00
jamiesensei
7a3d8c602f added dependencies to form 2006-11-22 16:54:12 +00:00
jamiesensei
9403060aac fix for focus problem 2006-11-22 15:58:07 +00:00
jamiesensei
abf11956f9 changed method name addDependency to disabledIf and removed data/mod.html 2006-11-22 15:19:20 +00:00
sam_marshall
1aa1044fdc MDL-7656 Changed print_object to escape html 2006-11-22 14:27:42 +00:00
jamiesensei
621c4b7d87 added dependencies to form 2006-11-22 11:09:24 +00:00
skodak
3f3944b2a9 MDL-6914 max upload file size now printed automatically as part of upload label 2006-11-22 09:59:48 +00:00
jamiesensei
d01a38cb06 *** empty log message *** 2006-11-22 08:53:35 +00:00
vyshane
4b5c8f24db Merged from 1.7. 2006-11-22 08:26:59 +00:00
ethem
27a9ee2967 Fixed MDL-7642; </li> 2006-11-22 08:16:22 +00:00