14006 Commits

Author SHA1 Message Date
defacer
fee287f3e7 Random change while searching for something:
Removing border attribute from <img>, these are handled through CSS
(a img {border: none;})
2005-05-07 17:46:20 +00:00
martignoni
eba29b2185 Added note about prefetching 2005-05-07 17:33:22 +00:00
martignoni
78769155a7 Release notes now link bug numbers to bugtracker. 2005-05-07 17:31:26 +00:00
moodler
4e65c43c8d 1.5 notes here now 2005-05-07 17:27:31 +00:00
martignoni
2ba730a6a3 Updated release notes for 1.4.5 2005-05-07 17:20:18 +00:00
gustav_delius
89cae10a6e Some corrections in the documentation 2005-05-07 17:18:53 +00:00
moodler
8a2ea88a29 Added all the old 1.4 info to this page now 2005-05-07 16:57:54 +00:00
martignoni
cce5423561 Standardized table headings to Proper Case 2005-05-07 16:29:11 +00:00
martignoni
bb098397fc More entries 2005-05-07 16:28:03 +00:00
defacer
cfab68844e Adding a new lang file for the search forums block (no need to load up the
forum.php behemoth just for that) and moving a couple of strings there.

Hardwired strings and capitalization all fixed.

This fixes bugs 3090 and 3154.
2005-05-07 16:25:46 +00:00
defacer
cec60526cc Fixing set_user_sesskey calls (function no longer exists), changing to sesskey() 2005-05-07 16:10:50 +00:00
gustav_delius
a5c53187cc enabled penalties for all question types 2005-05-07 14:29:42 +00:00
gustav_delius
f370553ef3 this got a bit messed up in the merge 2005-05-07 14:28:22 +00:00
gustav_delius
1105b32da0 Use round() instead of format_float() to limit decimal points to a MAXIMUM of $quiz->decimalpoints. format_float() always displays EXACTLY that number of digits after the decimal point which is not really desirable. 2005-05-07 13:48:25 +00:00
lonecatz
36d1d97b36 first translation 2005-05-07 13:46:00 +00:00
gustav_delius
ef76e0326d Some work on the penalty mechanism. Took out the multiplicative scheme because it is just too difficult to understand. Made all question types print grading details when quiz is in adaptive mode. Made improvements to the presentation of the grading details. Enabled the penalty mechanism in a few more (on my way towards doing it for all). 2005-05-07 13:30:35 +00:00
julmis
f9b69d10f9 HTMLArea.formathtml still not working correctly I've comment it out. 2005-05-07 11:53:19 +00:00
koenr
3e7231c454 small tweak 2005-05-07 11:33:18 +00:00
koenr
4ad396cd87 new and slightly modified help files 2005-05-07 09:32:01 +00:00
koenr
b8ef14aeec more strings 2005-05-07 09:29:40 +00:00
koenr
bd665b75d4 xhtml issues 2005-05-07 09:29:03 +00:00
moodler
0a194c4c03 Google say they want 404 for prefetch requests 2005-05-07 08:20:34 +00:00
koenr
ad4e547dc4 xhtml compliance & -> &amp; 2005-05-07 08:12:42 +00:00
koenr
7e8ca3f03e slightly modified helpfiles from Juraj Chlebec
Not XHTML compliant (yet)
2005-05-07 07:17:25 +00:00
koenr
802d38bc88 new strings from Juraj Chlebec 2005-05-07 07:08:01 +00:00
gbateson
c1da52882c Standardized table headings to Proper Case 2005-05-07 05:14:19 +00:00
mits
f537c5c63d polished. 2005-05-07 04:59:29 +00:00
moodler
7cbe6afeaa Cookies are not used with guests 2005-05-07 03:10:48 +00:00
martinlanghoff
b27f46f2b3 Merged from MOODLE_14_STABLE - Fixed calls to set_user_sesskey(). 2005-05-07 03:08:29 +00:00
martinlanghoff
d719609931 Merged from MOODLE_14_STABLE - Block link prefetching from Mozilla and Google Web Accelerator. 2005-05-07 03:07:08 +00:00
mjollnir_
2a8057e7ef Porting quiz upgrade to postgres. Still one bug remains - see 3148 2005-05-07 02:38:42 +00:00
mjollnir_
a35ee52017 Please don't put 1 into the where part of get_records_select, it causes postgres-invalid sql 2005-05-07 02:36:45 +00:00
mjollnir_
730e965b17 New postgres7.sql for quiz -- There is a bug in this to do with reserved words (see bug #3148) but committing anyway as is clean apart from this. 2005-05-07 00:23:50 +00:00
michaelpenne
1db0647ccd highscores will not display with practice lesson on because no grade records are entered. Also, on teacher view, when the question content is printed it uses FORMAT_HTML now 2005-05-06 23:57:20 +00:00
defacer
fcb50b292d Fix for bug 3113, some innocent notices. 2005-05-06 21:44:34 +00:00
gniske
40660e434a Fixed spelling errors 2005-05-06 21:11:35 +00:00
mits
6953c86a0c polished.
translated new help file.
2005-05-06 18:55:13 +00:00
stronk7
9f7fa650a5 Now resource autolinking filter is optimised too, so all the autolinking
filters are using latest improvements.
Only Bug 3138 remains open and is important. I've its solution at home and
I'll post it in some hours. Just testing it against PHP4 and PHP5.
(http://moodle.org/bugs/bug.php?op=show&bugid=3138)
2005-05-06 18:15:21 +00:00
mits
add8309956 polished features.html
changed link to lang files: <a href="http://download.moodle.org/lang/" target="_top">
changed number of language files: 61
2005-05-06 18:01:18 +00:00
stronk7
26ccd11c60 New lightspeed wiki filter (using the static and nothingtodo technologies now) 2005-05-06 17:57:08 +00:00
mits
d79a0c4cab polished. 2005-05-06 17:28:25 +00:00
gustav_delius
ab4f562bb2 Make it impossible to create a category in one course as the child of a category in another course, fixing bug 2940 2005-05-06 17:07:27 +00:00
gustav_delius
e303a824ff Use the grade highlighting only if the maximum grade scheme is used, see bug 2545 2005-05-06 16:43:28 +00:00
gustav_delius
47d726e9ae Fixed error message that created a warning 2005-05-06 16:27:30 +00:00
gustav_delius
15f3e35a48 One line to do with the multianswer upgrade that I forgot to merge 2005-05-06 16:25:55 +00:00
gniske
2db4ab7bea Fixed spelling errors 2005-05-06 13:54:47 +00:00
bobopinna
d5a62d972f fixed some typos and fixed some datamodel element 2005-05-06 13:29:59 +00:00
exe-cutor
5724019cc4 Saves admins some work. shib-protected just redirects to /auth/shibboleth/index.php
but only if a user is Shibboleth authenticated.
2005-05-06 13:14:31 +00:00
gustav_delius
cd3fcec93a Fixed typo in the example in the cloze question help file in some languages 2005-05-06 13:13:23 +00:00
moodler
b1dc6929bc 10 per page by default 2005-05-06 12:50:49 +00:00