Commit graph

3539 commits

Author SHA1 Message Date
mindforge
fac0f9e936 An explanation of the functions defined in questionlib.php 2005-07-16 14:16:59 +00:00
mindforge
f1a73ae8b5 Added some $options options. 2005-07-16 14:10:24 +00:00
mindforge
2015f84104 Merged from STABLE. 2005-07-16 11:20:40 +00:00
mindforge
771c98385c Runtime objects documentation complete. 2005-07-16 09:45:11 +00:00
mindforge
abdc04a1be Response storage documentation completed. 2005-07-16 09:43:49 +00:00
moodler
a86a538fef Merged fixes from STABLE for submodules 2005-07-15 17:32:36 +00:00
bobopinna
b5e5bbebdb Updated to Moodle 1.6 Develop 2005-07-15 12:43:29 +00:00
bobopinna
d8f1b5d578 Update to Moodle 1.6 develop 2005-07-15 12:32:43 +00:00
moodler
a99b1e91ce More Hive stuff for integration 2005-07-15 07:37:36 +00:00
moodler
3714735752 Hide repository type by default 2005-07-15 07:22:23 +00:00
bobopinna
f1793bda91 Fixed some problems with manifest parsing and fixed a bug in structure display 2005-07-15 07:13:11 +00:00
michaelpenne
afbc9cbdc3 I think I have a solution for the problems with matching question type and upgrading moodle from 1.4.x to 1.5+.
View bug 3468 and this forum post for more information: http://moodle.org/mod/forum/discuss.php?d=27354
2005-07-14 20:00:45 +00:00
urs_hunkler
67316e5b44 merged from 1.5 2005-07-14 19:49:26 +00:00
michaelpenne
8d9d840a50 attempted to make the unzipping process and initial file reading more robust 2005-07-14 19:06:29 +00:00
mindforge
535f470186 Missed a $quiz... 2005-07-14 16:37:12 +00:00
mindforge
80f8d28a83 Merged from 1.5 2005-07-14 16:35:08 +00:00
mindforge
98dfb4372c Merged from MOODLE_15_STABLE. 2005-07-14 12:02:33 +00:00
gustav_delius
286a5c6e36 Fixed a table comment 2005-07-14 09:42:10 +00:00
gustav_delius
937b63b09a Merged from STABLE. 2005-07-14 09:29:35 +00:00
gustav_delius
6869085a5e Forgot to convert a $quiz to $cmoptions. Fixes bug 3749 2005-07-14 07:00:35 +00:00
gustav_delius
ea79f5ba09 Fixed bug reported in http://moodle.org/mod/forum/discuss.php?d=27344 2005-07-13 17:37:20 +00:00
moodler
4289078373 Merged no-id fix from stable 2005-07-13 14:21:54 +00:00
michaelpenne
2be4ee62c1 Bug 3531 fixed 2005-07-12 23:07:31 +00:00
skodak
ca4fb81424 fixed submission logging, email notification for online; merged from MOODLE_15_STABLE 2005-07-12 19:16:19 +00:00
skodak
2a1975cbc9 removed file pop-ups; merged from MOODLE_15_STABLE 2005-07-12 18:59:21 +00:00
skodak
24fb69e111 removed file pop-ups 2; merged from MOODLE_15_STABLE 2005-07-12 18:53:14 +00:00
skodak
d96624ca54 removed file pop-ups; merged from MOODLE_15_STABLE 2005-07-12 15:37:21 +00:00
skodak
3554b5c2be fixed html emails; merged from MOODLE_15_STABLE 2005-07-12 14:37:34 +00:00
skodak
d4156e8096 unset unmodified text fields SC#140 + popup fix; merged from MOODLE_15_STABLE 2005-07-12 13:12:24 +00:00
moodler
d23026fdf6 Fixed comment copying from stable 2005-07-12 09:57:01 +00:00
moodler
fd40be3e8d Merged quote fix from stable 2005-07-12 09:04:14 +00:00
moodler
f5e1319ec3 Merged SC139 from stable 2005-07-12 08:00:51 +00:00
moodler
b779602b0e No journal on new installs, merged from stable 2005-07-12 07:11:33 +00:00
moodler
d17439f7bc Merged upgrading fixes from stable 2005-07-12 06:57:58 +00:00
skodak
f0a99707fd fixed resubmit logic and students can review their online assignment through file.php; merged from MOODLE_15_STABLE 2005-07-10 18:43:46 +00:00
stronk7
a118d51709 The hardcoded limit of 1000 was breaking long pages display in Moodle.
I've changed it to a variable limit depending of the page lenght. Bug 3039.
(http://moodle.org/bugs/bug.php?op=show&bugid=3039)

Merged from MOODLE_15_STABLE
2005-07-09 16:41:58 +00:00
skodak
815b5ca6e9 fixed $posthtml - see bug#3868; merged from MOODLE_15_STABLE 2005-07-09 13:37:36 +00:00
skodak
3262ee106a fixed grading bug#1517 and some other typos; merged from MOODLE_15_STABLE 2005-07-09 12:34:08 +00:00
skodak
72693c64a6 fixed PostgreSQL warning; merged from MOODLE_15_STABLE 2005-07-09 08:24:01 +00:00
skodak
020b4efdd2 fixed resubmit logic; merged from MOODLE_15_STABLE 2005-07-09 07:01:32 +00:00
moodler
042311a9cf Merged frix from stable 2005-07-08 07:42:00 +00:00
bobopinna
7b8732344e changed all the POST with option/required_param functions 2005-07-08 06:56:49 +00:00
defacer
281d70ac2d Merging from STABLE:
Three improvements:

1. $nomoodlecookie = true. I just found out about this undocumented(?) hack(?)
   in lib/setup.php which is the perfect way to suppress some warnings. We
   don't need a session cookie for the chatd.

2. If allow_call_time_pass_reference is Off, socket_getpeername can't work.

3. Suppress "call time pass by reference is deprecated" messages for
   socket_getpeername, we don't have any choice here.
2005-07-08 03:51:38 +00:00
gustav_delius
35bcb92150 fixed typo, see bug 3687 2005-07-08 00:21:02 +00:00
gustav_delius
9bc2d82a46 Merging from STABLE 2005-07-07 18:34:12 +00:00
gustav_delius
bb52d44c6a Due date and start date are now optional, as requested in bug 867 and bug 3635 2005-07-07 17:16:56 +00:00
gustav_delius
27d132c0f7 Fixed bug 3687 2005-07-07 14:57:28 +00:00
gustav_delius
2b46608c3a Merged from STABLE, satsifying bug 3696 2005-07-07 14:41:15 +00:00
gustav_delius
3f13a635ab Merged fix for bug 3707 from STABLE 2005-07-07 14:22:06 +00:00
bobopinna
261ee0b00b Fixed an update problem with the setting browsemode (changed to hidebrowse)
Added hidetoc setting to enable course structure hiding in playscorm.php
2005-07-07 09:26:12 +00:00