19404 Commits

Author SHA1 Message Date
gustav_delius
d38bd8c1be Removed a notice 2006-03-19 18:33:35 +00:00
gustav_delius
afabbb3374 Almost forgot to take out diagnostic echo 2006-03-19 18:31:48 +00:00
gustav_delius
f30bbcaf5b Improved handling of event types so that now graded states can always be distinguished from ungraded ones. 2006-03-19 18:28:29 +00:00
gustav_delius
43a602a7a6 Small correction to comment 2006-03-19 12:19:49 +00:00
stronk7
8abebd1e5b Notice killing... ;-) 2006-03-19 11:13:16 +00:00
stronk7
a848411a3b Notice killing... ;-) 2006-03-19 11:10:25 +00:00
gustav_delius
570c30aaa0 slightly more informative error message 2006-03-19 11:05:04 +00:00
gustav_delius
b2315a929d Don't try to recode empty answers. 2006-03-19 11:03:12 +00:00
gustav_delius
96e5e2e251 I hadn't known that ! has higher precedence than == 2006-03-19 11:02:36 +00:00
gustav_delius
18bd0d680c miniscule change: subquestion code only has to be unique within question 2006-03-19 10:43:12 +00:00
gustav_delius
549880a59d temporary fix to essay print_question... This really should be converted to using templates. 2006-03-19 10:21:23 +00:00
stronk7
afe7f09506 Automatic installer.php by installer_builder (20060319) 2006-03-19 10:04:24 +00:00
gustav_delius
c0749a1605 Fixed backup and restore for match questions 2006-03-19 09:50:43 +00:00
gustav_delius
28b904c8c2 Fixed multichoice restore
Print message when recoding fails
2006-03-19 09:20:42 +00:00
stronk7
39aed89b8b Now the user emailcharset setting can fallback to the site emailcharset setting. 2006-03-19 02:46:56 +00:00
stronk7
c539d6224b Now encode_mimeheader() only encodes the header if it isn't 100% ASCII. 2006-03-19 02:38:21 +00:00
stronk7
56a2b987e6 Starting NOW we are using our own encode_mimeheader() function to
generate all Moodle emails. Only applied if we are running under
$CFG->unicodedb. Tested with postfix and sendmail servers and
Thunderbird, Mail and Entourage mail clients...

Test, test, test....!
2006-03-19 02:35:50 +00:00
mark-nielsen
8bd7bacd14 [Fixed] this page was shooting of warnings for unset variable score. Now checks to make sure score is set before using it. 2006-03-19 02:16:00 +00:00
mark-nielsen
aeade7e227 cleaned up the left menu feature output by removing an unused form and several unnecessary string concatenations 2006-03-19 02:08:37 +00:00
stronk7
fbf7e289a9 Updating phpmailer to 1.73. Some bugs solved. 2006-03-19 02:07:51 +00:00
stronk7
b4750d4d7f Updating phpmailer to 1.73. DOS linefeeds are now out. 2006-03-19 02:06:06 +00:00
stronk7
376508306e Updating phpmailer to 1.73. Language files. 2006-03-19 02:03:02 +00:00
mark-nielsen
289218844a [Changed] The print_simple_box_start/stop changes conflicted greatly with the display of branch table buttons (the box printed above the buttons some how :( ) To fix this, the tables were taken out and divs were used instead to display and arrange the buttons. This turns out to be a good thing because now the user has more control over the buttons via style sheet. Also did some extra clean up in the section of code printing the branch table.
[Added] new styles to styles.php to help display the buttons correctly.
2006-03-19 01:53:50 +00:00
stronk7
3ec5ec15bc Function encode_mimeheader() added. Finally, it seems that we have to
use our own function because phpmailer one doesn't handle multi-byte
characters, breaking them.
2006-03-19 01:09:15 +00:00
gbateson
d95bcfff8d increase gap size for long answers in JCloze 2006-03-18 23:47:56 +00:00
koenr
250091b6ca these files have two titles 2006-03-18 20:52:50 +00:00
koenr
56dda82175 changed titles to Moodle standard helpfile titles 2006-03-18 20:41:24 +00:00
stronk7
b212c114ce First cut of email working with any encoding. Works practically ok but
I've to check something that seems to be a bug in the build of the
subject. Sendind it to CVS to check the code under Win32 and Linux.
2006-03-18 17:48:52 +00:00
gustav_delius
ccccf04f70 Multianswer restore now works.
Timelimit is rounded to integer before saving in the database
Some more diagnostic error messages
Towards more plugable question types: $QUIZ_MENU is now populated by the question types themselves.
2006-03-18 14:14:55 +00:00
skodak
a4b3fc9220 fixed warning 2006-03-18 10:07:35 +00:00
moodler
884dc7861a Fixed case for multiple grops 2006-03-17 17:17:51 +00:00
stronk7
36bd0b29a4 Automatic installer.php by installer_builder (20060317) 2006-03-17 16:27:55 +00:00
moodler
6b09974ba2 Added the missing support for typex fields! 2006-03-17 16:19:31 +00:00
nfreear
11154cb8fe Accessibility: updated the "help prefix" - spoken 'colon' to silent ',' 2006-03-17 13:01:55 +00:00
nfreear
5288e4a5ff Accessibility: tidied, removed commented code functions, print_simple_box_start, _end (followup to OU-Bugz: 737) 2006-03-17 12:27:18 +00:00
nfreear
b7fb26437d Accessibility: tidied, scripted the validator links, added 'skip block' explanation, removed MIME type, 'no new window' notes. Updated javascript, image sections. 2006-03-17 11:53:13 +00:00
nfreear
334cefd2e3 Accessibility: TODO: link to; synchronise with accessibility status. Help page sections - accessibility statement, access keys, links, images, standards compliance. 2006-03-17 11:39:31 +00:00
nfreear
3e0bacff76 Accessibility: function calendar_top_controls, tidy up commented code. 2006-03-17 10:53:15 +00:00
moodler
6619a7f4a3 iImproved RSS 2006-03-17 09:48:24 +00:00
moodler
a848c48cf3 Just pushing the RSS a bit further, it's not tested properly yet 2006-03-17 09:11:06 +00:00
moodler
66c52fdfb4 Just tweaking 2006-03-17 08:20:28 +00:00
toyomoyo
0deaa99354 blog not blogs 2006-03-17 08:13:48 +00:00
toyomoyo
ab7d76bb5a naming consistency 2006-03-17 08:13:27 +00:00
danstowell
95a86f752b Fixes to rsslib to ensure the output is valid RSS 2.0 2006-03-17 07:44:22 +00:00
toyomoyo
516194d0e8 made some changes to allow rss feeds 2006-03-17 07:38:08 +00:00
toyomoyo
7fe0ce4e6a had to change this a bit because blogs use different location to store rss, as it is not a module, please warn if this is a security issue 2006-03-17 07:37:27 +00:00
toyomoyo
29e2dd37ea took out rss stuff 2006-03-17 05:54:46 +00:00
toyomoyo
1e1ba8c295 change in publish states 2006-03-17 05:53:52 +00:00
vyshane
663b45a86d Fixed php notice 2006-03-17 04:51:14 +00:00
mark-nielsen
0646963948 [Changed] function execute_teacherwarning to function lesson_display_teacher_warning because it was violating the function naming policy 2006-03-17 03:37:31 +00:00