2939 Commits

Author SHA1 Message Date
martinlanghoff
a9a9bdba55 Merged from MOODLE_14_STABLE - insert_record() - major efficiency improvements for Postgres databases on insert. Also fixed many calls to insert_record() which discard the returned record id to not ask for the record id. 2005-04-01 05:55:10 +00:00
danmarsden
9bf3c5de4f Bug #2084 - Choice module has no "save my choice" for admin - missed a bit.... :-) 2005-04-01 03:33:44 +00:00
danmarsden
869366ec5c options[] is full of other values! 2005-04-01 03:30:12 +00:00
danmarsden
bd3ba1ddaf Bug #2084 - Choice module has no "save my choice" for admin 2005-04-01 03:26:35 +00:00
danmarsden
1c49ca9a09 Fix for Bug #2452 - Choice shows a bad number of answers 2005-04-01 02:37:19 +00:00
danmarsden
74550a3cbd this time..... :-) 2005-03-31 23:58:37 +00:00
danmarsden
649084b1e8 backing out previous fix - didn't get that right! 2005-03-31 23:02:39 +00:00
danmarsden
9ca8056ae0 don't add <p></p> tags when in vertical display mode. 2005-03-31 22:48:43 +00:00
gustav_delius
1938a6f1fa Checking in fix to WebCT import contributed by Breanndan O'Cinneide at http://moodle.org/mod/forum/discuss.php?d=17969. Closing bug 2475 2005-03-31 22:04:20 +00:00
gustav_delius
4f063738c6 Julian has fixed "Attempted on" and "Time taken" display and removed a javascript error. 2005-03-31 20:01:04 +00:00
stronk7
948cd185cb Fixed typo restoring choice_answers->userid 2005-03-31 07:45:19 +00:00
stronk7
73c1c663a3 Now restore of choices seems to work fine. It accept both 1.5 and
older choices. Please, test it with some 1.4 course with more than 1
choice. I haven't any in my battery of tests! (yep, I know I can
make it but... :-) )
2005-03-31 01:02:28 +00:00
stronk7
0eda366116 Fixed typo! 2005-03-31 00:52:47 +00:00
stronk7
619be18379 Minor changes to and some typo to choice's backup.
Next step, choice's restore.
2005-03-31 00:00:34 +00:00
stronk7
dfde3b2069 alt tags in radio buttons were breaking display it they contain
lang tags. Now they are filtered against strip_tags() and processed
by format_text().

In vertical display, format_text() was using format_text (FORMAT_PLAIN),
not sure why and it was breaking multilang support, replacing all <> to
their htmlentities().
2005-03-30 23:34:04 +00:00
stronk7
c2dd62a773 Now journal->name supports filterall. 2005-03-30 19:26:23 +00:00
moodler
4094acdcc3 First very quick cut at fixes for backup (Eloy!!!) 2005-03-30 18:59:18 +00:00
moodler
ad7660be65 FIxes in vertical format 2005-03-30 18:48:42 +00:00
moodler
411362b268 FIx some notices 2005-03-30 18:47:57 +00:00
moodler
d1a673622a Fixed the rest of the basic interface now 2005-03-30 18:33:56 +00:00
stronk7
386eca369d The waiting for approval tab was using some html and it
broke tabs. Changed the tab caption to plain text.
2005-03-30 18:18:21 +00:00
moodler
bfe97ca600 Report works 2005-03-30 18:17:58 +00:00
stronk7
50aaf6fed6 Now some potential tab missing problem is solved. It causes some
problems with loooong tabs but Martin is solving it just now (long
images).
2005-03-30 17:59:49 +00:00
moodler
5550ae839e Working view of choices (needs XHTML work yet) 2005-03-30 17:32:23 +00:00
moodler
864e30c968 Removed some unnecessary stuff 2005-03-30 17:07:09 +00:00
moodler
95836079dc Small fix: not crucial, but prevents some empty fields 2005-03-30 17:06:20 +00:00
moodler
a77a600994 First cut at new lib.php 2005-03-30 16:26:36 +00:00
moodler
3a925837fe Argh, typo in new field name 2005-03-30 16:24:19 +00:00
moodler
669dfa715a An emergency checkin to prevent Choice dataloss for anyone who may
be upgrading.

The module itself currently doesn't work at all ... I'm going
through and re-writing it.
2005-03-30 16:14:49 +00:00
stronk7
5bd9aa933a Now glossary->name is working under filterall. It was really complex!
Just thinking about to add support for filterall inside:
   - category->name
   - concept->name
   - filter!
2005-03-30 11:14:19 +00:00
moodler
5a9726e7ab This module is completely broken .... I'm working on it.
Here are some cleanups to start with
2005-03-30 04:32:36 +00:00
moodler
1aef65946b Removed obselete THEME and sme spacing 2005-03-30 03:16:37 +00:00
moodler
6656bf0af1 Security fixes
Fixed up styles handling to be more standard (the themes include them
already so no need for modules to do it)
2005-03-30 03:07:39 +00:00
moodler
d1465c3d12 Naming, people, naming ... keep it clear but minim 2005-03-30 02:59:41 +00:00
michaelpenne
23f5e2617c bug fix: review button no longer displays on essay questions 2005-03-30 01:24:57 +00:00
michaelpenne
16518f15f7 removed some debug lines 2005-03-30 00:53:24 +00:00
michaelpenne
845a17e6f0 all the actions in lesson.php are now defined in mod/lesson/lessonactions/ 2005-03-30 00:49:18 +00:00
michaelpenne
ea15ad0ece This file contains the code for a single action that used to be defined in lesson.php. Now each action has its own file 2005-03-30 00:38:59 +00:00
danmarsden
6fd87e3bc7 Improved coice mod, allows an unlimited number of choices. 2005-03-29 23:46:17 +00:00
michaelpenne
c32bc595bd on multichoice questions with multianswer, the code was not cleaning the variables correctly. Now sends the array through a foreach and then clean_param on each element in the array. Fix is around line 855. 2005-03-29 22:38:27 +00:00
michaelpenne
93943f6570 on line 1030, there was a division by zero when a student has not viewed any pages. Now it checks to makes sure $nviewed != 0. This is for the ongoing score feature. 2005-03-29 22:04:06 +00:00
gustav_delius
a5c5a1807f fixed bug 2782 2005-03-29 19:24:04 +00:00
mjollnir_
816d9586c7 New indexes for forum_posts - created & mailed. Useful for performance for the cron mailout 2005-03-29 04:32:48 +00:00
stronk7
11c657f092 Now exercise->name supports filterall. 2005-03-27 23:52:56 +00:00
stronk7
c61d50b800 Now choice->name and choice->answerxx work under filterall. 2005-03-27 17:33:16 +00:00
stronk7
200371e9f7 Now chat->name works under filterall. 2005-03-27 11:36:54 +00:00
moodler
d1a5fbd493 Just fixing some errors, but these functions should really return some info 2005-03-27 06:12:58 +00:00
moodler
a71efae327 WHen deleting a chat, delete the messages etc too. Bug 2792 2005-03-27 05:56:23 +00:00
stronk7
2500b88bab Now assignment->name works under filterall. 2005-03-26 18:14:46 +00:00
stronk7
e88b32089d Missing parenthesis added. 2005-03-26 18:12:15 +00:00