65 Commits

Author SHA1 Message Date
paca70
f3133619f0 Upgrades for protgresql. 2004-10-22 14:56:49 +00:00
moodler
1e448f63f4 Merged fix from stable 2004-09-29 06:58:21 +00:00
michaelpenne
800abfe61d fixed a wrong lang call on line #1176 2004-09-28 19:22:30 +00:00
michaelpenne
c732188674 changed $pages[$count][0] to $pageid on line #617 2004-09-28 19:15:20 +00:00
dhawes
5620acd80a Some double quote strings converted to single quote literals and conversion of many tabs to spaces - inspired by error in associative array dereferencing found by ottenhoff and noted in comment to bug 1981 2004-09-24 23:10:49 +00:00
michaelpenne
033c143250 put in Sebastien Michels change on line #911 2004-09-23 20:30:00 +00:00
michaelpenne
909e6c79d8 Fixed a bug regarding cluster jumps. Before, if end of cluster's jump was next page, it would throw an error. 2004-09-22 19:14:51 +00:00
michaelpenne
1663b64f1e changed the order of db updates. now the order is old to new. 2004-09-21 22:16:46 +00:00
michaelpenne
7143a2841e added an include for lib.php
changed the display of page titles
changed matching such that if two matching items match to the same answer, that answer only apprears once in the drop down menu.
Changed how the grade essay question link apprears.  Only appears if there is an essay to grade.
2004-09-21 22:15:30 +00:00
michaelpenne
3de88244c4 added option to delete a users attempt records. Sends an email if delete was seccessful or not. 2004-09-21 22:13:08 +00:00
michaelpenne
1535c81ba3 added code to handle deleting of user attempts 2004-09-21 22:12:04 +00:00
michaelpenne
d19d9ef16d Fixed some problems with matching 2004-09-21 22:11:00 +00:00
gustav_delius
8f0cd6ef0f Resolved problems with previous replacement of
& to & and fixed redirect() to entity encode the
inut where needed.
Julian Sedding
2004-09-21 11:41:58 +00:00
mjollnir_
eee8d9c8f5 bumps for version and requires for modules that use new upload class 2004-09-17 05:46:12 +00:00
gustav_delius
839f2456bb XHTML compliance
- fixed (hopefully) all <img> tags
- global replace on <br> to <br />
- &amp; in URLs
- got the forum module XHTML compliant
Julian Sedding
2004-09-16 17:13:57 +00:00
michaelpenne
e5c6a35c22 Fixed the primary key problem in the mysql. 2004-09-16 16:20:59 +00:00
mjollnir_
6e30064b5d Integration of upload code with lesson - html form
These patches are maintained in an publicly accessible Arch repository, see: http://lists.eduforge.org/cgi-bin/archzoom.cgi/arch-eduforge@catalyst.net.nz--2004-MIRROR/moodle--eduforge--1.3.3

Index of arch patches in this commit:

arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-69
    2004-09-16 04:31:47 GMT
    Penny Leach <penny@catalyst.net.nz>
    added the upload class stuff for the upload form for lesson

Full logs:

Revision: moodle--eduforge--1.3.3--patch-69
Archive: arch-eduforge@catalyst.net.nz--2004
Creator: Penny Leach <penny@catalyst.net.nz>
Date: Thu Sep 16 16:31:47 NZST 2004
Standard-date: 2004-09-16 04:31:47 GMT
Modified-files: mod/lesson/import.php
New-patches: arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-69
Summary: added the upload class stuff for the upload form for lesson
Keywords:
2004-09-16 04:33:29 +00:00
mjollnir_
3dc2cd2dee Integration of upload code with lesson.
These patches are maintained in an publicly accessible Arch repository, see: http://lists.eduforge.org/cgi-bin/archzoom.cgi/arch-eduforge@catalyst.net.nz--2004-MIRROR/moodle--eduforge--1.3.3

Index of arch patches in this commit:

arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-68
    2004-09-16 04:22:37 GMT
    Penny Leach <penny@catalyst.net.nz>
    upload class integration with lesson

Full logs:

Revision: moodle--eduforge--1.3.3--patch-68
Archive: arch-eduforge@catalyst.net.nz--2004
Creator: Penny Leach <penny@catalyst.net.nz>
Date: Thu Sep 16 16:22:37 NZST 2004
Standard-date: 2004-09-16 04:22:37 GMT
Modified-files: mod/lesson/import.php
New-patches: arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-68
Summary: upload class integration with lesson
Keywords:
2004-09-16 04:25:55 +00:00
michaelpenne
5e7856af58 Added a lot of new features to lesson mod. Check them out :)
MarkNielsen
2004-09-15 20:32:24 +00:00
gustav_delius
e0b7b090d3 towards XHTML compliance 2004-09-14 20:39:28 +00:00
gustav_delius
41905731b7 fixed capitalization and quoting of attribute values 2004-09-12 16:24:41 +00:00
gustav_delius
a9ef4a630a closed <input /> <br /> <hr /> 2004-09-12 14:41:49 +00:00
rkingdon
8544774f37 Slightly improved version for checking short answers. 2004-09-10 21:38:15 +00:00
rkingdon
c02f173799 Correction to Short answers, now checks the answers in order (first to
last) and stops checking if a match is found.
2004-09-10 20:58:50 +00:00
gustav_delius
8f6b80b90c Merging from stable branch 2004-08-24 18:38:14 +00:00
gustav_delius
f950af3c43 All modules are now suitable for the site page. They now all follow the same rules, namely that any students enrolled in at least one course is considered to be a student on the site.
All the page headers work correctly also on the site course.

On the site page the modules don't require login unless necessary or required by $CFG->forcelogin.
2004-08-22 14:38:47 +00:00
gustav_delius
90fcc576ea Removed notices by introducing new function print_header_simple() which works on site as well as in courses without extra logic. 2004-08-21 20:20:58 +00:00
rkingdon
ac969b2b22 Fixed bug #1615. 2004-08-09 17:04:07 +00:00
julmis
bcaba84417 Move use_html_editor() outside of <form> area.
Gives IE more time to load the page. (body missing problem).
2004-08-04 18:13:09 +00:00
rkingdon
8193b23549 Fixed bug #1568. 2004-06-16 19:29:20 +00:00
rkingdon
6705518545 Addition of * wild card to Short Answers. 2004-06-16 17:18:08 +00:00
gustav_delius
4a9df37352 made sure that ungraded modules would not show up in gradebook 2004-06-09 22:50:42 +00:00
moodler
070528fc79 MOdules are dependent on this version of course/mod.php 2004-06-04 07:28:34 +00:00
moodler
7613890851 BRANCH MERGE
These are the changes from MOODLE_13_STABLE, merged into trunk

The tag MOODLE_13_MERGED on the MOODLE_13_STABLE branch now refers to this point

The biggest changes here are the fixes for HTML editor in all standard modules
2004-06-04 06:17:30 +00:00
defacer
8147ca0638 Fixing a harmless warning in debug mode. 2004-05-25 09:49:49 +00:00
rkingdon
0f9b19dd91 Correcting field name usemaxgrade in update files. 2004-04-02 16:16:21 +00:00
rkingdon
4c8479f705 Fix bug when the last page of a lesson has no question. 2004-04-02 15:54:07 +00:00
rkingdon
45c27c7e4b Optional use of the HTML editor. 2004-04-01 16:56:56 +00:00
paca70
392b116c73 Replaced ` with "
CVS: ----------------------------------------------------------------------
2004-03-31 16:00:06 +00:00
rkingdon
e2a9adcc57 Version 2 and 3 updates. 2004-03-27 05:01:22 +00:00
rkingdon
9e93d4d03f Version 3 update 2004-03-27 04:15:29 +00:00
moodler
9d996871bb Use the data_submitted() function to get POST data ... allows checking etc 2004-03-25 08:14:24 +00:00
moodler
9ef4f2323d Fix up some old Beta sites that may have lessons 2004-03-20 13:16:04 +00:00
rkingdon
f3162d71a2 Fixed Bug 1132. 2004-03-12 15:32:41 +00:00
rkingdon
c4f17346dd Corrected typo. 2004-02-26 17:19:00 +00:00
rkingdon
394c97c88b Support for extra question types added; Flash Card style lessons now an
option.
2004-02-26 16:54:47 +00:00
stronk7
8dad6a690f Opps, returning to version 1.3 (before I put two lines in CVS
by mistake). I'll inform Ray about that needed actions and let him
to decide. Sorry :-(
2004-02-22 19:19:02 +00:00
stronk7
c6c8272ae7 Now lesson logs are restored too!! 2004-02-22 19:11:09 +00:00
stronk7
e8ba6e6028 Some minor changes because the:
/mod/lesson/view.php?id=XXX&action=navigation&pageid=ZZZZZ
was not working fine.
I'm not really sure if the modifications I've done (basically removing
POST['pageid'] use has other implications.
So, Ray, if you can check it....
Ciao :-)
2004-02-22 19:10:23 +00:00
stronk7
6e773096a5 Added the lesson_get_participants() function
to properly detect all the needed users with data
in the activity in order to be able to backup them.
2004-02-22 18:15:45 +00:00