Commit graph

2305 commits

Author SHA1 Message Date
stronk7
485d102488 The entrylist format now shows the approval button.
Bug 2291.
(http://moodle.org/bugs/bug.php?op=show&bugid=2291)

Merged from MOODLE_14_STABLE
2004-12-18 20:29:33 +00:00
kaipe
c03d783201 Question type RANDOM now stores responses just like any other question type.
Therefore all workarounds are removed from lib.php and an isolated workaround is included in random/questiontype.php in order to ensure backward compability.
2004-12-18 13:55:18 +00:00
stronk7
ced8b969e6 Just activating validation in Head to be able to test it. 2004-12-17 17:24:13 +00:00
stronk7
b7237c1ed6 Changes since 1.13.2.4 upto 1.13.2.9 in MOODLE_14_STABLE
applied to HEAD!!!

Some validation code has changed and I've leave it commented
exactly as it's in MOODLE_14_STABLE. Not sure why!!
2004-12-17 14:52:06 +00:00
thepurpleblob
d6b3c7b82e Added xml format import. First pass for testing.
Just multiple choice and true/false at the moment and needs further
testing and polishing.
2004-12-16 15:54:51 +00:00
moodler
945c636394 Added blank printing style (http://moodle.org/mod/forum/discuss.php?d=13071&parent=77710) 2004-12-16 11:54:45 +00:00
moodler
ad1a74e0ed Protect review page as well 2004-12-16 11:51:37 +00:00
moodler
6c83959e33 Quizzes can now be opened in a popup window. Javascript must be enabled.
An attempt has been made to make the popup as secure as possible by disabling
various browser capabilities through javascript.
2004-12-16 08:05:23 +00:00
skodak
a0fb9e8e65 merged from MOODLE_14_STABLE; updated zipping code - see bug #2228 2004-12-15 21:59:30 +00:00
moodler
20dd7de2cb fix merged from stable 2004-12-15 13:13:18 +00:00
stronk7
ff4240129c Some checks are now done. SC#18.
Merged from MOODLE_14_STABLE
2004-12-15 09:03:39 +00:00
defacer
548c4e2e55 Fix for bug 2285: chatd shows all chat users as present in every chatroom
Should be fixed, but needs testing.
2004-12-15 07:08:31 +00:00
skodak
e7f927a0fc new handling of uploaded files, please TEST, TEST, TEST 2004-12-14 18:57:51 +00:00
moodler
c7e65290e4 Merged fix from stable for wrong function 2004-12-14 11:08:04 +00:00
moodler
61242972a3 Merged parameter checking from stable 2004-12-14 08:52:33 +00:00
moodler
f5a1c0c064 New field popup to control new feature: launch quiz in fullscreen popup window 2004-12-14 06:43:22 +00:00
moodler
21da9db80b When posting a new topic, display the forum description to help
orient the posting.  Also changed some headings slightly to make more
sense.
2004-12-14 06:26:43 +00:00
moodler
49aa374281 Changed new discussion link to a form button 2004-12-14 05:59:30 +00:00
defacer
ccb42b9a70 Fixed some warnings for foreach() on empty array, when upgrading a site
with no workshops in it.
2004-12-13 18:32:20 +00:00
thepurpleblob
0cc29b85c4 Fixed typo in escaping exported text. 2004-12-13 17:28:34 +00:00
thepurpleblob
ca6477c5ac Can now export HTML - dangerous characters are converted to entities. 2004-12-13 11:37:45 +00:00
martinlanghoff
a45de11f5b Merge from MOODLE_14_STABLE - Fixed SC#30 - credits go to skodak 2004-12-13 06:48:57 +00:00
gustav_delius
eb89027f5b More changes to the user interface. See http://moodle.org/mod/forum/view.php?id=740. 2004-12-12 11:20:07 +00:00
thepurpleblob
77cfab9ba9 Now correctly escapes 'reserved' characters when exporting GIFT format. 2004-12-12 10:48:05 +00:00
moodler
8579e15617 Merged fix SC22 from STABLE, even though this file will be rewritten
with Petr's new file handling soon!  :-)
2004-12-12 07:09:51 +00:00
stronk7
69baafdea7 Now search function look into aliases too.
Bug 2242
(http://moodle.org/bugs/bug.php?op=show&bugid=2242)

Merged from MOODLE_14_STABLE
2004-12-11 00:54:37 +00:00
thepurpleblob
3397020814 Bug in export of multichoice-multianswer questions fixed.
Thanks to Nguyen Tuan Anh for spotting this and providing the fix!
2004-12-09 16:18:23 +00:00
gustav_delius
1c4e73b614 Now teachers can again grade assessments. Also various tweaks of admin interface. This is work in progress. Heavy testing and further development will take place during the coming days, so consider this code as unstable. 2004-12-09 09:34:43 +00:00
mchurch
03c6f3bf7d Modified to ouput proper XHTML - especially if it already was XHTML.
See bug #2230.
2004-12-08 22:05:44 +00:00
moodler
68c3b07794 FIx for display of first session, from stable 2004-12-08 13:47:06 +00:00
gustav_delius
47162a5b59 fixed cutoffime misprint 2004-12-08 10:39:06 +00:00
gustav_delius
9e5b9a2084 fixed missing ) and undefined $timenow 2004-12-08 10:09:25 +00:00
gustav_delius
9a41fb44c0 removed duplicated sentences from emails 2004-12-08 08:29:11 +00:00
gustav_delius
2317a9f3b0 Fixed date check 2004-12-07 07:41:49 +00:00
michaelpenne
bca6b842ca fix class stats for essay questions 2004-12-06 20:33:44 +00:00
gustav_delius
5e5b03eba0 use filter_text instead of text_to_html 2004-12-06 20:20:27 +00:00
kaipe
180bcb2740 New feature that makes it possible to specify the number of decimals
for the correct answer in calculated questions
as well as some minor refactoring and debugging.
2004-12-05 13:02:49 +00:00
kaipe
2ad1b388f7 Updating database and backup/restore in order to make it possible
for teachers to choose number of decimals for calculated questions.
Can someone please check if the database update for postgres7 turns out alright?
2004-12-05 12:56:01 +00:00
gustav_delius
ab98918f09 Workshop module now works with dates rather than phases, see http://moodle.org/mod/forum/discuss.php?d=15541. 2004-12-05 11:49:18 +00:00
michaelpenne
8061400e0f updated essay and short answer code to work with quotes (single and double) 2004-12-01 21:02:07 +00:00
michaelpenne
611e79fd75 updated essay code to work with quotes being used in user answer and teacher response 2004-12-01 21:00:49 +00:00
moodler
1c58180bce Merged lastpostid from stable 2004-11-30 02:53:08 +00:00
moodler
f025416cb0 Merged fix from stable 2004-11-30 01:42:44 +00:00
moodler
268c64855a Added name of the last poster to the discussion listing
- thanks to Dmitry for his patch!   (dlnsk % mail.ru)
2004-11-29 08:18:32 +00:00
stronk7
1c144d0eed Changed some parameters. SC#33.
Merged from MOODLE_14_STABLE
2004-11-28 23:54:11 +00:00
moodler
3f8eeff210 Merged from stable 2004-11-26 15:42:05 +00:00
moodler
b64dab0e5d Changes for XHTML and accessibility compatibility 2004-11-26 09:33:02 +00:00
moodler
caf261b0c3 Changes for XHTML and accessibility compatibility 2004-11-26 07:07:06 +00:00
stronk7
36ce6ea2d1 Solve some visualisation issues in encyclopedia format. I think that now
it will be correct!

Merged from MOODLE_14_STABLE
2004-11-26 01:22:41 +00:00
martinlanghoff
1da35f2942 Merge from MOODLE_14_STABLE
Fix for bug 2227 "bug in pclzip.php causing scorm errors"
http://moodle.org/bugs/bug.php?op=show&bugid=2227

Credits go to skodak
2004-11-26 00:57:58 +00:00