14076 Commits

Author SHA1 Message Date
lonecatz
4f29e2c040 more string translated by sun at hit.edu.cn 2005-05-09 10:45:30 +00:00
stronk7
4358931490 kses updated to 0.2.2 2005-05-09 10:39:19 +00:00
stronk7
0f29fcccbc Updated to 0.2.2 2005-05-09 10:37:12 +00:00
thepurpleblob
2e2183688a Export now works with objects generated in questiontype classes. 2005-05-09 10:24:18 +00:00
thepurpleblob
683f250a40 Removed functions that build objects for question export. Now done
using existing functions in questiontype classes.
2005-05-09 10:20:19 +00:00
stronk7
6cd7ac5fec I saw nothing! :-P ;-) 2005-05-09 10:20:01 +00:00
thepurpleblob
d8bb6c3587 get_question_options() function now adds subquestions to $question object. 2005-05-09 10:18:35 +00:00
stronk7
52da922267 Update to 1.5 2005-05-09 10:17:26 +00:00
bobopinna
5f18d4e79a Added sco frame size
Completed compliance for scorm 1.2
2005-05-09 09:50:37 +00:00
bobopinna
b3df3a0d71 Popup window icon 2005-05-09 09:46:29 +00:00
villate
bf34f54208 Updated to the new version. 2005-05-09 09:29:44 +00:00
villate
ea87612670 More files translated. 2005-05-09 09:29:07 +00:00
bobopinna
4dcf55f7e9 first release 2005-05-09 09:07:14 +00:00
bobopinna
5471e094eb added some string 2005-05-09 09:03:53 +00:00
thepurpleblob
161568f72c Oops! It's a call by reference! 2005-05-09 08:40:37 +00:00
thepurpleblob
7132ca0146 Now calls get_question_option() in appropriate question_type to get question
objects for quiz export. Bad news is that format is different, so all export
classes will need modifying. Will remove old code when complete.
2005-05-09 08:28:09 +00:00
stronk7
a4da38f6c0 Added all the 1.4 stuff to releaseold 2005-05-09 07:12:59 +00:00
gustav_delius
2b4d7d1495 took out call by reference in an addslashes to fix warning reported at http://moodle.org/mod/forum/discuss.php?d=23288#110511. 2005-05-09 05:47:21 +00:00
gustav_delius
90c7675076 reverted back to restorelib from before the merge. Removes the duplicate function definitions reported on the forums. Also I think this is the best version to start with. 2005-05-09 05:34:20 +00:00
mits
202a6406ad translated a string for online editor. 2005-05-09 03:18:03 +00:00
michaelpenne
98dd2c00f4 FIXED: loss content on editing a page 2005-05-09 02:29:35 +00:00
stronk7
156f67fd22 Do you like speed? 10%-15% bump with this version! B-)
Moved some code to two new specialised functions that
are only executed when something has changed in the
text avoiding some (from 2800 downto 150 in my test course!)
regexp calls and arrays generation.

The existing bug about concept strings contained in other concept
strings (e.g: "Test Quiz" and "Test Quiz II") becoming double-linked
in now out too.

I hope this is the latest revision to filterlib for a looong time.
Tested under PHP 4.3.11 and PHP 5.0.4, it would be very interesting
to test it under other versions/OSs.
2005-05-09 00:28:53 +00:00
koenr
1c0564d0d4 fixed http://localhost link to <?php echo $CFG->wwwroot?>
error is caused by langdoc.php
see http://moodle.org/mod/forum/discuss.php?d=18742#110475
2005-05-08 23:15:04 +00:00
koenr
1637b701b4 forgot upload 2005-05-08 22:39:46 +00:00
koenr
d6f993a3ed new file 2005-05-08 21:29:56 +00:00
koenr
8458399adc notice firefox problems 2005-05-08 21:29:23 +00:00
mjollnir_
124dabc799 Updating postgres.php to match mysql.php with max-min/2 rather than min+max/2 2005-05-08 21:28:37 +00:00
martignoni
98091d928a Changed double quotes to single ones and sorting entries 2005-05-08 21:26:36 +00:00
martignoni
34d33984c8 Added new information to the HTMLArea popup error when trying to use Paste 2005-05-08 21:11:51 +00:00
gustav_delius
d6516d90e1 removed spurious <tr> 2005-05-08 21:11:05 +00:00
gustav_delius
4165bd36fc fixed problem with update of tolerance reported by Miles, see http://moodle.org/mod/forum/discuss.php?d=23288#110469 2005-05-08 21:06:14 +00:00
koenr
05cc849441 new releasenotes for 1.5 2005-05-08 20:38:06 +00:00
ralf-bonn
5558007776 new files, translated by Marc Lachmann. Thanks 2005-05-08 17:59:58 +00:00
stronk7
ed9fdf3e8b Some wrong isset sentences were forcing to
be always casesensitive and fullmatch!

Changed from !isset() to empty() to evaluate true/false correctly.
2005-05-08 17:53:32 +00:00
stronk7
9e92e26590 Solved problem with arrays of linkobjects being processed
by preg_quoted() causing real problems under PHP5. Now such
calculatios are cached if possible (PHP5). See bug 3148.
(http://moodle.org/bugs/bug.php?op=show&bugid=3138)
2005-05-08 17:25:28 +00:00
ralf-bonn
1d30c89ed0 *** empty log message *** 2005-05-08 17:22:24 +00:00
koenr
20bd34f2ed partial translation.
If anyone wants to continue, don't hesitate! :-)
2005-05-08 16:27:59 +00:00
koenr
b26e262f06 finaly finished releasenotes on 1.4.4
added 1.4.5 and moved immediately to old release notes :-(
2005-05-08 16:20:42 +00:00
koenr
dc72e1d64e http://moodle.org/bugs/bug.php?op=show&bugid=3164
Move moodle.php/censorbadwords to censor.php/badwords
2005-05-08 16:19:48 +00:00
koenr
5a3fdb6a7a Bug #3157 - The string 'fullnamedisplay' shouldn't be translated 2005-05-08 15:49:36 +00:00
urs_hunkler
df2ac2263e updated formating. corrected width of left column on the starting page 2005-05-08 15:35:46 +00:00
gustav_delius
14a02d9595 updated the database diagrams 2005-05-08 15:11:31 +00:00
moodler
bde0832a23 Moved badwords list to censor.php file (bug 3164) 2005-05-08 15:10:17 +00:00
moodler
d5a1bc7931 Removed some old tags I forgot to remove before 2005-05-08 15:02:18 +00:00
moodler
a09e99ea1c Added new information to the HTMLArea popup error when trying to use Paste
and made it translatable.
2005-05-08 14:56:34 +00:00
koenr
9413bb375e removed some garbage 2005-05-08 14:36:15 +00:00
gustav_delius
57ddd6adba upgraded backuplib.php. Outstanding issues: quiz_rqp_type table and all of Julian's question-type specific stuff. 2005-05-08 14:33:34 +00:00
gustav_delius
bacd044d45 fixed bug 3146 about secure popup window for review screen. 2005-05-08 11:24:03 +00:00
mjollnir_
9c05be5508 Change new to newest for quiz_newest_states (reserved word) 2005-05-08 10:38:56 +00:00
gustav_delius
3e34b1dc14 Changed table field name 'new' to 'newest' for postgres compatibility 2005-05-08 10:35:47 +00:00