]> git.mjollnir.org Git - moodle.git/log
moodle.git
20 years agoMerged moving of spellcheck button
moodler [Fri, 17 Sep 2004 03:54:38 +0000 (03:54 +0000)]
Merged moving of spellcheck button

20 years agoMerged PHP5 fix from stable
moodler [Fri, 17 Sep 2004 03:00:20 +0000 (03:00 +0000)]
Merged PHP5 fix from stable

20 years agoUpgraded to cover things like new upload files class
moodler [Fri, 17 Sep 2004 01:42:59 +0000 (01:42 +0000)]
Upgraded to cover things like new upload files class

20 years agoChanges to log view page so that infected files comes under 'site errors'.
mjollnir_ [Fri, 17 Sep 2004 00:10:53 +0000 (00:10 +0000)]
Changes to log view page so that infected files comes under 'site errors'.

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-73
    2004-09-17 00:05:28 GMT
    Penny Leach <penny@catalyst.net.nz>
    better logging for uploads and infected files, as well as changing the log page view slightly so that site errors yields infected files as well

Full logs:

Revision: moodle--eduforge--1.3.3--patch-73
Archive: arch-eduforge@catalyst.net.nz--2004
Creator: Penny Leach <penny@catalyst.net.nz>
Date: Fri Sep 17 12:05:28 NZST 2004
Standard-date: 2004-09-17 00:05:28 GMT
Modified-files: course/lib.php lib/uploadlib.php
    lib/weblib.php
New-patches: arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-73
Summary: better logging for uploads and infected files, as well as changing the log page view slightly so that site errors yields infected files as well
Keywords:

20 years agoLogging infected files to error_log AND moodle log table.
mjollnir_ [Thu, 16 Sep 2004 23:12:20 +0000 (23:12 +0000)]
Logging infected files to error_log AND moodle log table.

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-72
    2004-09-16 22:30:44 GMT
    Penny Leach <penny@catalyst.net.nz>
    logging infected files to error_log and the moodle log table, slight change to instructions in handlevirus.php

Full logs:

Revision: moodle--eduforge--1.3.3--patch-72
Archive: arch-eduforge@catalyst.net.nz--2004
Creator: Penny Leach <penny@catalyst.net.nz>
Date: Fri Sep 17 10:30:44 NZST 2004
Standard-date: 2004-09-16 22:30:44 GMT
Modified-files: admin/handlevirus.php lib/uploadlib.php
New-patches: arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-72
Summary: logging infected files to error_log and the moodle log table, slight change to instructions in handlevirus.php
Keywords:

20 years agoPolished and new translated files added.
mits [Thu, 16 Sep 2004 18:36:57 +0000 (18:36 +0000)]
Polished and new translated files added.

20 years agoadded missing </center>
gustav_delius [Thu, 16 Sep 2004 18:33:35 +0000 (18:33 +0000)]
added missing </center>

20 years agoclosed some <input>s
gustav_delius [Thu, 16 Sep 2004 18:23:38 +0000 (18:23 +0000)]
closed some <input>s

20 years agoAdded second argument ($cm) to groupmode() calls in
rkingdon [Thu, 16 Sep 2004 17:33:59 +0000 (17:33 +0000)]
Added second argument ($cm) to groupmode() calls in
_get_available_students function.

20 years agoXHTML compliance
gustav_delius [Thu, 16 Sep 2004 17:13:57 +0000 (17:13 +0000)]
XHTML compliance
- fixed (hopefully) all <img> tags
- global replace on <br> to <br />
- &amp; in URLs
- got the forum module XHTML compliant
Julian Sedding

20 years agoFixed the primary key problem in the mysql.
michaelpenne [Thu, 16 Sep 2004 16:20:59 +0000 (16:20 +0000)]
Fixed the primary key problem in the mysql.

20 years agoCompleted for ver. 1.4
villate [Thu, 16 Sep 2004 14:11:21 +0000 (14:11 +0000)]
Completed for ver. 1.4

20 years agoTranslation by Moodle PT contributors
villate [Thu, 16 Sep 2004 14:07:36 +0000 (14:07 +0000)]
Translation by Moodle PT contributors

20 years agoTranslations contributed by Tiago Nunes
villate [Thu, 16 Sep 2004 14:04:02 +0000 (14:04 +0000)]
Translations contributed by Tiago Nunes

20 years agoPolished.
mits [Thu, 16 Sep 2004 13:25:26 +0000 (13:25 +0000)]
Polished.

20 years agoMerging changes from MOODLE_14_STABLE
defacer [Thu, 16 Sep 2004 10:55:17 +0000 (10:55 +0000)]
Merging changes from MOODLE_14_STABLE

20 years agoFixing the logic errors my previous commit introduced. Notice how easily writing
defacer [Thu, 16 Sep 2004 10:30:40 +0000 (10:30 +0000)]
Fixing the logic errors my previous commit introduced. Notice how easily writing
"cute" code (courseid > 1, both checking for non-zero and non-courseid value)
can lead to mistakes later. And it's my own code, even...

Also removed one obsolete function.

20 years agoFixed all hard-coded SITEID references. Thanks to Eloy for pointing it out!
defacer [Thu, 16 Sep 2004 10:14:44 +0000 (10:14 +0000)]
Fixed all hard-coded SITEID references. Thanks to Eloy for pointing it out!
(In the end there were more than we thought; I just searched for all "1"s)

20 years agoeliminated unwnted double space CRs
andreabix [Thu, 16 Sep 2004 09:45:23 +0000 (09:45 +0000)]
eliminated unwnted double space CRs

20 years agoFixes bug #1854
kaipe [Thu, 16 Sep 2004 06:35:49 +0000 (06:35 +0000)]
Fixes bug #1854

20 years agoMerged randomisation fix from stable
moodler [Thu, 16 Sep 2004 05:43:19 +0000 (05:43 +0000)]
Merged randomisation fix from stable

20 years agoAdded clam_log_upload where move_uploaded_file is in quiz/format/coursetestmanager...
mjollnir_ [Thu, 16 Sep 2004 04:50:21 +0000 (04:50 +0000)]
Added clam_log_upload where move_uploaded_file is in quiz/format/coursetestmanager/format.php (validated and scanned before given to function)

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-71
    2004-09-16 04:48:07 GMT
    Penny Leach <penny@catalyst.net.nz>
    difficult to integrate quiz coursetestmanager format with the upload stuff so added logging as well. files are scanned from import.php before passed to coursetestmanager format to process

Full logs:

Revision: moodle--eduforge--1.3.3--patch-71
Archive: arch-eduforge@catalyst.net.nz--2004
Creator: Penny Leach <penny@catalyst.net.nz>
Date: Thu Sep 16 16:48:07 NZST 2004
Standard-date: 2004-09-16 04:48:07 GMT
Modified-files: mod/quiz/format/coursetestmanager/format.php
New-patches: arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-71
Summary: difficult to integrate quiz coursetestmanager format with the upload stuff so added logging as well. files are scanned from import.php before passed to coursetestmanager format to process
Keywords:

20 years agoIntegration of upload code with quiz import
mjollnir_ [Thu, 16 Sep 2004 04:42:59 +0000 (04:42 +0000)]
Integration of upload code with quiz import

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-70
    2004-09-16 04:41:12 GMT
    Penny Leach <penny@catalyst.net.nz>
    upload class integration with quiz import

Full logs:

Revision: moodle--eduforge--1.3.3--patch-70
Archive: arch-eduforge@catalyst.net.nz--2004
Creator: Penny Leach <penny@catalyst.net.nz>
Date: Thu Sep 16 16:41:12 NZST 2004
Standard-date: 2004-09-16 04:41:12 GMT
Modified-files: mod/quiz/import.php
New-patches: arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-70
Summary: upload class integration with quiz import
Keywords:

20 years agoIntegration of upload code with lesson - html form
mjollnir_ [Thu, 16 Sep 2004 04:33:29 +0000 (04:33 +0000)]
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:

20 years agoIntegration of upload code with lesson.
mjollnir_ [Thu, 16 Sep 2004 04:25:55 +0000 (04:25 +0000)]
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:

20 years agoSmall fix for assignment regarding integration with upload class.
mjollnir_ [Thu, 16 Sep 2004 04:25:24 +0000 (04:25 +0000)]
Small fix for assignment regarding integration with upload class.

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-67
    2004-09-16 04:21:28 GMT
    Penny Leach <penny@catalyst.net.nz>
    tiny fix for assignment integration

Full logs:

Revision: moodle--eduforge--1.3.3--patch-67
Archive: arch-eduforge@catalyst.net.nz--2004
Creator: Penny Leach <penny@catalyst.net.nz>
Date: Thu Sep 16 16:21:28 NZST 2004
Standard-date: 2004-09-16 04:21:28 GMT
Modified-files: mod/assignment/upload.php
New-patches: arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-67
Summary: tiny fix for assignment integration
Keywords:

20 years agoWith authentication defined on per user basis, all user administration methods should...
fiedorow [Thu, 16 Sep 2004 01:50:41 +0000 (01:50 +0000)]
With authentication defined on per user basis, all user administration methods should be available, regardless whether the default site method is internal or external

20 years agoUI for admin to change authentication method for given user
fiedorow [Thu, 16 Sep 2004 01:45:20 +0000 (01:45 +0000)]
UI for admin to change authentication method for given user

20 years agoIntegration of new centralised upload code with user profile, and group profile,...
mjollnir_ [Thu, 16 Sep 2004 00:16:48 +0000 (00:16 +0000)]
Integration of new centralised upload code with user profile, and group profile, as well as an enhancement to upload class to be configured to be silent.

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-66
    2004-09-16 00:03:41 GMT
    Penny Leach <penny@catalyst.net.nz>
    changes to upload class to be silent if we want it to be, integration with editing user profile and group profile (which meant changes in lib/gdlib.php as well as course/group-edit and group.php and user/edit.html and edit.php

Full logs:

Revision: moodle--eduforge--1.3.3--patch-66
Archive: arch-eduforge@catalyst.net.nz--2004
Creator: Penny Leach <penny@catalyst.net.nz>
Date: Thu Sep 16 12:03:41 NZST 2004
Standard-date: 2004-09-16 00:03:41 GMT
Modified-files: course/group-edit.html course/group.php
    lib/gdlib.php lib/uploadlib.php user/edit.html
    user/edit.php
New-patches: arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-66
Summary: changes to upload class to be silent if we want it to be, integration with editing user profile and group profile (which meant changes in lib/gdlib.php as well as course/group-edit and group.php and user/edit.html and edit.php
Keywords:

20 years agoIntegration of new centralised upload code with admin/uploaduser.php and fix in uploa...
mjollnir_ [Wed, 15 Sep 2004 22:42:10 +0000 (22:42 +0000)]
Integration of new centralised upload code with admin/uploaduser.php and fix in upload class so preprocess_files returns false if there are no files!

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-65
    2004-09-15 22:31:09 GMT
    Penny Leach <penny@catalyst.net.nz>
    upload class now returns false in proprocess_files if there are no files (duh), + admin/uploaduser using upload class

Full logs:

Revision: moodle--eduforge--1.3.3--patch-65
Archive: arch-eduforge@catalyst.net.nz--2004
Creator: Penny Leach <penny@catalyst.net.nz>
Date: Thu Sep 16 10:31:09 NZST 2004
Standard-date: 2004-09-15 22:31:09 GMT
Modified-files: admin/uploaduser.php lib/uploadlib.php
New-patches: arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-65
Summary: upload class now returns false in proprocess_files if there are no files (duh), + admin/uploaduser using upload class
Keywords

20 years agoIntegration of new centralised upload code with wiki/wikifiles.php - this is the...
mjollnir_ [Wed, 15 Sep 2004 22:07:27 +0000 (22:07 +0000)]
Integration of new centralised upload code with wiki/wikifiles.php - this is the choose initial page part, not the upload a page into the wiki part.

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-63
    2004-09-15 21:56:38 GMT
    Penny Leach <penny@catalyst.net.nz>
    wikifiles integration with upload class - this is just the initial page part, not the upload a file into the wiki parg

Full logs:

Revision: moodle--eduforge--1.3.3--patch-63
Archive: arch-eduforge@catalyst.net.nz--2004
Creator: Penny Leach <penny@catalyst.net.nz>
Date: Thu Sep 16 09:56:38 NZST 2004
Standard-date: 2004-09-15 21:56:38 GMT
Modified-files: mod/wiki/wikifiles.php
New-patches: arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-63
Summary: wikifiles integration with upload class - this is just the initial page part, not the upload a file into the wiki parg
Keywords:

20 years agoAdded a lot of new features to lesson mod. Check them out :)
michaelpenne [Wed, 15 Sep 2004 20:32:24 +0000 (20:32 +0000)]
Added a lot of new features to lesson mod.  Check them out :)
MarkNielsen

20 years agoAdded new lang help info for lesson mod - MarkNielsen
michaelpenne [Wed, 15 Sep 2004 20:28:47 +0000 (20:28 +0000)]
Added new lang help info for lesson mod - MarkNielsen

20 years agoAdded new lang info for lesson mod - MarkNielsen
michaelpenne [Wed, 15 Sep 2004 20:23:31 +0000 (20:23 +0000)]
Added new lang info for lesson mod - MarkNielsen

20 years agotranslated some.
mits [Wed, 15 Sep 2004 19:12:02 +0000 (19:12 +0000)]
translated some.

20 years agoSimplified first paragraph and removed reference to teachers grading
rkingdon [Wed, 15 Sep 2004 17:28:59 +0000 (17:28 +0000)]
Simplified first paragraph and removed reference to teachers grading
assessments.

20 years agoUpdates contributed by Moodle-PT comunity
villate [Wed, 15 Sep 2004 17:21:22 +0000 (17:21 +0000)]
Updates contributed by Moodle-PT comunity

20 years agoNew translated file added.
mits [Wed, 15 Sep 2004 16:41:37 +0000 (16:41 +0000)]
New translated file added.

20 years agoTranslated some
mits [Wed, 15 Sep 2004 13:59:29 +0000 (13:59 +0000)]
Translated some

20 years agoCorrected line breaks
martignoni [Wed, 15 Sep 2004 09:38:06 +0000 (09:38 +0000)]
Corrected line breaks

20 years agoMore typos and improvements
martignoni [Wed, 15 Sep 2004 09:24:57 +0000 (09:24 +0000)]
More typos and improvements

20 years agoOn more typo
martignoni [Wed, 15 Sep 2004 09:16:53 +0000 (09:16 +0000)]
On more typo

20 years agoOne forgotten string ;-)
martignoni [Wed, 15 Sep 2004 09:15:52 +0000 (09:15 +0000)]
One forgotten string ;-)

20 years agoCentralised file upload code, integration with clam AV
martignoni [Wed, 15 Sep 2004 08:44:30 +0000 (08:44 +0000)]
Centralised file upload code, integration with clam AV

20 years agoIntegration of new centralised upload code with lib/editor/coursefiles.php and course...
mjollnir_ [Wed, 15 Sep 2004 03:57:00 +0000 (03:57 +0000)]
Integration of new centralised upload code with lib/editor/coursefiles.php and courseimages.php

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-60
    2004-09-15 03:27:36 GMT
    Penny Leach <penny@catalyst.net.nz>
    upload class integration for lib/editor/coursefiles.php and courseimages.php

Full logs:

Revision: moodle--eduforge--1.3.3--patch-60
Archive: arch-eduforge@catalyst.net.nz--2004
Creator: Penny Leach <penny@catalyst.net.nz>
Date: Wed Sep 15 15:27:36 NZST 2004
Standard-date: 2004-09-15 03:27:36 GMT
Modified-files: lib/editor/coursefiles.php
    lib/editor/courseimages.php
New-patches: arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-60
Summary: upload class integration for lib/editor/coursefiles.php and courseimages.php
Keywords:

20 years agoIntegration of new centralised upload code with files/index.php
mjollnir_ [Wed, 15 Sep 2004 02:43:40 +0000 (02:43 +0000)]
Integration of new centralised upload code with files/index.php

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-59
    2004-09-15 02:41:00 GMT
    Penny Leach <penny@catalyst.net.nz>
    upload/virus integration with course files

Full logs:

Revision: moodle--eduforge--1.3.3--patch-59
Archive: arch-eduforge@catalyst.net.nz--2004
Creator: Penny Leach <penny@catalyst.net.nz>
Date: Wed Sep 15 14:41:00 NZST 2004
Standard-date: 2004-09-15 02:41:00 GMT
Modified-files: files/index.php
New-patches: arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-59
Summary: upload/virus integration with course files
Keywords:

20 years agoIntegration of new centralised file upload code with workshop module.
mjollnir_ [Wed, 15 Sep 2004 00:03:04 +0000 (00:03 +0000)]
Integration of new centralised file upload code with workshop module.

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-57
    2004-09-14 23:37:49 GMT
    Penny Leach <penny@catalyst.net.nz>
    added important instruction to handlevirus.php

Full logs:

Revision: moodle--eduforge--1.3.3--patch-57
Archive: arch-eduforge@catalyst.net.nz--2004
Creator: Penny Leach <penny@catalyst.net.nz>
Date: Wed Sep 15 11:37:49 NZST 2004
Standard-date: 2004-09-14 23:37:49 GMT
Modified-files: admin/handlevirus.php
    mod/workshop/locallib.php mod/workshop/upload.php
New-patches: arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-57
Summary: added important instruction to handlevirus.php
Keywords:

20 years agoFixed 'remove_teacher' to remove the teacher from any groups.
mchurch [Tue, 14 Sep 2004 23:54:23 +0000 (23:54 +0000)]
Fixed 'remove_teacher' to remove the teacher from any groups.

20 years agoCentralised file upload code, integration with clam AV, integration with some modules...
mjollnir_ [Tue, 14 Sep 2004 22:58:13 +0000 (22:58 +0000)]
Centralised file upload code, integration with clam AV, integration with some modules: assignment, exercise, forum, glossaryt, resource, scorm (more to come soon).

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-15
    final touches to sears stuff until testing can begin, beginning of magical uploadey wrappery function goodness

arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-18
    Virus scanning on upload

arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-19
    made emacs use spaces instead of tabs and fixed lib/moodlelib.php where it was bad in the new functions; few wording changes, added in support for clamdscan

arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-20
    handlevirus.php = new script to handle output of clamscan (designed for cron clamscan), changes to strings for emailing out virus notifications, changes to moodlelib - slightly different notice reporting in handle_infected_file and new function for replacing file with message

arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-21
    refactor to filter out invalid lines in input to handlevirus

arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-22
    modified assignment to use hande_file_upload

arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-25
    bug fix for handle_file_upload

arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-26
    Small fix for non thinking brain doing something silly

arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-35
    small fix to switch order of items in drop down to allow sensible defaults

arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-36
    small changes to strings file

arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-38
    taken stuff out of moodlelib to put in upload class

arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-39
    new upload class -in a changeset by itself just in case - not quite finished

arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-40
    tweaks to upload class - clam_scan_file can now take a path as an argument, not just an entry from _FILES, there is better handling of failure and notification, more allowance for module writers to keep control in general. Also slightly nicer strings entries for a few things

arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-41
    upload class integration with assignment module, bug fix, slight tweak

arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-42
    small changes to uploadlib, integration with assessment and assignment

arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-44
    tweaks for assessment and assignment for uploading

arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-48
    integration with exercise module

arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-49
    integration of virus stuff with forum module

arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-50
    integration of upload class and glossary module

arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-51
    just in case glossary_move_attachments is ever used, we change the log entries before we move the files. also  moved clam_log_upload out of the class

arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-52
    virus scanning for imports for glossary

arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-53
    relog entries when moving files attached to forum posts

arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-54
    resource module integration with virus scanning

arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-55
    scorm integration with upload/virus class

arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-56
    fix for handlevirus.php since upload class changes

Full logs:

Revision: moodle--eduforge--1.3.3--patch-15
Archive: arch-eduforge@catalyst.net.nz--2004
Creator: Penny Leach <penny@catalyst.net.nz>
Date: Wed Sep  1 17:28:13 NZST 2004
Standard-date: 2004-09-01 05:28:13 GMT
Modified-files: lang/en/moodle.php lib/moodlelib.php
    mod/assessment/sears.php mod/assessment/upload.php
New-patches: arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-15
Summary: final touches to sears stuff until testing can begin, beginning of magical uploadey wrappery function goodness
Keywords:

Revision: moodle--eduforge--1.3.3--patch-18
Archive: arch-eduforge@catalyst.net.nz--2004
Creator: Penny Leach <penny@catalyst.net.nz>
Date: Thu Sep  2 15:49:54 NZST 2004
Standard-date: 2004-09-02 03:49:54 GMT
Modified-files: admin/config.html lang/en/moodle.php
    lib/moodlelib.php mod/assessment/upload.php
New-patches: arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-18
Summary: Virus scanning on upload
Keywords:

Revision: moodle--eduforge--1.3.3--patch-19
Archive: arch-eduforge@catalyst.net.nz--2004
Creator: Penny Leach <penny@catalyst.net.nz>
Date: Thu Sep  2 17:06:14 NZST 2004
Standard-date: 2004-09-02 05:06:14 GMT
Modified-files: lang/en/moodle.php lib/moodlelib.php
    mod/assessment/upload.php
New-patches: arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-19
Summary: made emacs use spaces instead of tabs and fixed lib/moodlelib.php where it was bad in the new functions; few wording changes, added in support for clamdscan
Keywords:

Revision: moodle--eduforge--1.3.3--patch-20
Archive: arch-eduforge@catalyst.net.nz--2004
Creator: Penny Leach <penny@catalyst.net.nz>
Date: Fri Sep  3 16:06:05 NZST 2004
Standard-date: 2004-09-03 04:06:05 GMT
New-files: admin/.arch-ids/handlevirus.php.id
    admin/handlevirus.php
Modified-files: lang/en/moodle.php lib/moodlelib.php
New-patches: arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-20
Summary: handlevirus.php = new script to handle output of clamscan (designed for cron clamscan), changes to strings for emailing out virus notifications, changes to moodlelib - slightly different notice reporting in handle_infected_file and new function for replacing file with message
Keywords:

Revision: moodle--eduforge--1.3.3--patch-21
Archive: arch-eduforge@catalyst.net.nz--2004
Creator: Penny Leach <penny@catalyst.net.nz>
Date: Mon Sep  6 11:37:31 NZST 2004
Standard-date: 2004-09-05 23:37:31 GMT
Modified-files: admin/handlevirus.php
New-patches: arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-21
Summary: refactor to filter out invalid lines in input to handlevirus
Keywords:

Revision: moodle--eduforge--1.3.3--patch-22
Archive: arch-eduforge@catalyst.net.nz--2004
Creator: Penny Leach <penny@catalyst.net.nz>
Date: Mon Sep  6 13:07:48 NZST 2004
Standard-date: 2004-09-06 01:07:48 GMT
Modified-files: mod/assignment/upload.php
New-patches: arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-22
Summary: modified assignment to use hande_file_upload
Keywords:

Revision: moodle--eduforge--1.3.3--patch-25
Archive: arch-eduforge@catalyst.net.nz--2004
Creator: Penny Leach <penny@catalyst.net.nz>
Date: Mon Sep  6 16:32:11 NZST 2004
Standard-date: 2004-09-06 04:32:11 GMT
Modified-files: lib/moodlelib.php
New-patches: arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-25
Summary: bug fix for handle_file_upload
Keywords:

Revision: moodle--eduforge--1.3.3--patch-26
Archive: arch-eduforge@catalyst.net.nz--2004
Creator: Penny Leach <penny@catalyst.net.nz>
Date: Mon Sep  6 16:51:50 NZST 2004
Standard-date: 2004-09-06 04:51:50 GMT
Modified-files: lib/moodlelib.php
New-patches: arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-26
Summary: Small fix for non thinking brain doing something silly
Keywords:

Revision: moodle--eduforge--1.3.3--patch-35
Archive: arch-eduforge@catalyst.net.nz--2004
Creator: Penny Leach <penny@catalyst.net.nz>
Date: Fri Sep 10 10:09:53 NZST 2004
Standard-date: 2004-09-09 22:09:53 GMT
Modified-files: admin/config.html
New-patches: arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-35
Summary: small fix to switch order of items in drop down to allow sensible defaults
Keywords:

Revision: moodle--eduforge--1.3.3--patch-36
Archive: arch-eduforge@catalyst.net.nz--2004
Creator: Penny Leach <penny@catalyst.net.nz>
Date: Fri Sep 10 10:11:29 NZST 2004
Standard-date: 2004-09-09 22:11:29 GMT
Modified-files: lang/en/moodle.php
New-patches: arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-36
Summary: small changes to strings file
Keywords:

Revision: moodle--eduforge--1.3.3--patch-38
Archive: arch-eduforge@catalyst.net.nz--2004
Creator: Penny Leach <penny@catalyst.net.nz>
Date: Fri Sep 10 10:17:24 NZST 2004
Standard-date: 2004-09-09 22:17:24 GMT
Modified-files: lib/moodlelib.php
New-patches: arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-38
Summary: taken stuff out of moodlelib to put in upload class
Keywords:

Revision: moodle--eduforge--1.3.3--patch-39
Archive: arch-eduforge@catalyst.net.nz--2004
Creator: Penny Leach <penny@catalyst.net.nz>
Date: Fri Sep 10 10:21:21 NZST 2004
Standard-date: 2004-09-09 22:21:21 GMT
New-files: lib/.arch-ids/uploadlib.php.id lib/uploadlib.php
New-patches: arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-39
Summary: new upload class -in a changeset by itself just in case - not quite finished
Keywords:

Revision: moodle--eduforge--1.3.3--patch-40
Archive: arch-eduforge@catalyst.net.nz--2004
Creator: Penny Leach <penny@catalyst.net.nz>
Date: Fri Sep 10 11:58:24 NZST 2004
Standard-date: 2004-09-09 23:58:24 GMT
Modified-files: lang/en/moodle.php lib/uploadlib.php
New-patches: arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-40
Summary: tweaks to upload class - clam_scan_file can now take a path as an argument, not just an entry from _FILES, there is better handling of failure and notification, more allowance for module writers to keep control in general. Also slightly nicer strings entries for a few things
Keywords:

Revision: moodle--eduforge--1.3.3--patch-41
Archive: arch-eduforge@catalyst.net.nz--2004
Creator: Penny Leach <penny@catalyst.net.nz>
Date: Fri Sep 10 12:38:02 NZST 2004
Standard-date: 2004-09-10 00:38:02 GMT
Modified-files: lib/uploadlib.php mod/assignment/upload.php
New-patches: arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-41
Summary: upload class integration with assignment module, bug fix, slight tweak
Keywords:

Revision: moodle--eduforge--1.3.3--patch-42
Archive: arch-eduforge@catalyst.net.nz--2004
Creator: Penny Leach <penny@catalyst.net.nz>
Date: Fri Sep 10 15:30:20 NZST 2004
Standard-date: 2004-09-10 03:30:20 GMT
Modified-files: lib/uploadlib.php mod/assessment/upload.php
    mod/assessment/view.php mod/assignment/upload.php
New-patches: arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-42
Summary: small changes to uploadlib, integration with assessment and assignment
Keywords:

Revision: moodle--eduforge--1.3.3--patch-44
Archive: arch-eduforge@catalyst.net.nz--2004
Creator: Penny Leach <penny@catalyst.net.nz>
Date: Fri Sep 10 16:54:40 NZST 2004
Standard-date: 2004-09-10 04:54:40 GMT
Modified-files: mod/assessment/lib.php
    mod/assignment/lib.php
New-patches: arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-44
Summary: tweaks for assessment and assignment for uploading
Keywords:

Revision: moodle--eduforge--1.3.3--patch-48
Archive: arch-eduforge@catalyst.net.nz--2004
Creator: Penny Leach <penny@catalyst.net.nz>
Date: Mon Sep 13 09:57:03 NZST 2004
Standard-date: 2004-09-12 21:57:03 GMT
Modified-files: lang/en/moodle.php
    mod/exercise/locallib.php mod/exercise/upload.php
New-patches: arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-48
Summary: integration with exercise module
Keywords:

Revision: moodle--eduforge--1.3.3--patch-49
Archive: arch-eduforge@catalyst.net.nz--2004
Creator: Penny Leach <penny@catalyst.net.nz>
Date: Mon Sep 13 11:35:46 NZST 2004
Standard-date: 2004-09-12 23:35:46 GMT
Modified-files: mod/forum/lib.php mod/forum/post.html
New-patches: arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-49
Summary: integration of virus stuff with forum module
Keywords:

Revision: moodle--eduforge--1.3.3--patch-50
Archive: arch-eduforge@catalyst.net.nz--2004
Creator: Penny Leach <penny@catalyst.net.nz>
Date: Mon Sep 13 14:00:29 NZST 2004
Standard-date: 2004-09-13 02:00:29 GMT
Modified-files: lang/en/glossary.php mod/glossary/edit.html
    mod/glossary/edit.php mod/glossary/lib.php
New-patches: arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-50
Summary: integration of upload class and glossary module
Keywords:

Revision: moodle--eduforge--1.3.3--patch-51
Archive: arch-eduforge@catalyst.net.nz--2004
Creator: Penny Leach <penny@catalyst.net.nz>
Date: Mon Sep 13 15:13:02 NZST 2004
Standard-date: 2004-09-13 03:13:02 GMT
Modified-files: lib/uploadlib.php mod/glossary/lib.php
New-patches: arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-51
Summary: just in case glossary_move_attachments is ever used, we change the log entries before we move the files. also  moved clam_log_upload out of the class
Keywords:

Revision: moodle--eduforge--1.3.3--patch-52
Archive: arch-eduforge@catalyst.net.nz--2004
Creator: Penny Leach <penny@catalyst.net.nz>
Date: Mon Sep 13 15:26:56 NZST 2004
Standard-date: 2004-09-13 03:26:56 GMT
Modified-files: mod/glossary/import.html
    mod/glossary/import.php
New-patches: arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-52
Summary: virus scanning for imports for glossary
Keywords:

Revision: moodle--eduforge--1.3.3--patch-53
Archive: arch-eduforge@catalyst.net.nz--2004
Creator: Penny Leach <penny@catalyst.net.nz>
Date: Mon Sep 13 16:02:22 NZST 2004
Standard-date: 2004-09-13 04:02:22 GMT
Modified-files: mod/forum/lib.php
New-patches: arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-53
Summary: relog entries when moving files attached to forum posts
Keywords:

Revision: moodle--eduforge--1.3.3--patch-54
Archive: arch-eduforge@catalyst.net.nz--2004
Creator: Penny Leach <penny@catalyst.net.nz>
Date: Mon Sep 13 16:58:37 NZST 2004
Standard-date: 2004-09-13 04:58:37 GMT
Modified-files: mod/resource/coursefiles.php
New-patches: arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-54
Summary: resource module integration with virus scanning
Keywords:

Revision: moodle--eduforge--1.3.3--patch-55
Archive: arch-eduforge@catalyst.net.nz--2004
Creator: Penny Leach <penny@catalyst.net.nz>
Date: Tue Sep 14 16:15:47 NZST 2004
Standard-date: 2004-09-14 04:15:47 GMT
Modified-files: mod/scorm/coursefiles.php
New-patches: arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-55
Summary: scorm integration with upload/virus class
Keywords:

Revision: moodle--eduforge--1.3.3--patch-56
Archive: arch-eduforge@catalyst.net.nz--2004
Creator: Penny Leach <penny@catalyst.net.nz>
Date: Wed Sep 15 10:33:23 NZST 2004
Standard-date: 2004-09-14 22:33:23 GMT
Modified-files: admin/handlevirus.php
New-patches: arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-56
Summary: fix for handlevirus.php since upload class changes
Keywords:

20 years agotowards XHTML compliance
gustav_delius [Tue, 14 Sep 2004 20:39:28 +0000 (20:39 +0000)]
towards XHTML compliance

20 years agoPolished and new translated files added.
mits [Tue, 14 Sep 2004 18:07:43 +0000 (18:07 +0000)]
Polished and new translated files added.

20 years agotranslated some.
mits [Tue, 14 Sep 2004 17:04:56 +0000 (17:04 +0000)]
translated some.

20 years ago*** empty log message ***
carlesbellver [Tue, 14 Sep 2004 11:12:50 +0000 (11:12 +0000)]
*** empty log message ***

20 years agoFIxes to qualified_me suggested by Greg Barnett
moodler [Tue, 14 Sep 2004 08:41:17 +0000 (08:41 +0000)]
FIxes to qualified_me suggested by Greg Barnett

20 years agoFixed strip_pages bug.
mchurch [Mon, 13 Sep 2004 23:03:42 +0000 (23:03 +0000)]
Fixed strip_pages bug.

20 years agopolished
mits [Mon, 13 Sep 2004 22:39:00 +0000 (22:39 +0000)]
polished

20 years agotranslated some.
mits [Mon, 13 Sep 2004 22:19:14 +0000 (22:19 +0000)]
translated some.

20 years agoPolished.
mits [Mon, 13 Sep 2004 21:25:48 +0000 (21:25 +0000)]
Polished.

20 years agopolished
mits [Mon, 13 Sep 2004 20:30:45 +0000 (20:30 +0000)]
polished

20 years agotowards XHTML compliance
martignoni [Mon, 13 Sep 2004 19:03:19 +0000 (19:03 +0000)]
towards XHTML compliance

20 years agoNew language: Ukrainian
koenr [Mon, 13 Sep 2004 18:52:48 +0000 (18:52 +0000)]
New language: Ukrainian
Thanks to Andriy Olefirenko

20 years agoUpdated Estonian files
koenr [Mon, 13 Sep 2004 18:23:08 +0000 (18:23 +0000)]
Updated Estonian files
deleted English files in the et language pack

20 years agotranslated some.
mits [Mon, 13 Sep 2004 18:15:30 +0000 (18:15 +0000)]
translated some.

20 years agodeleted English files in language pack
koenr [Mon, 13 Sep 2004 17:45:47 +0000 (17:45 +0000)]
deleted English files in language pack

20 years agoestonian update
koenr [Mon, 13 Sep 2004 17:16:53 +0000 (17:16 +0000)]
estonian update

20 years agofrom Alex Djachenko
aredkin [Mon, 13 Sep 2004 14:53:41 +0000 (14:53 +0000)]
from Alex Djachenko

20 years agoSmall correction
martignoni [Mon, 13 Sep 2004 12:46:15 +0000 (12:46 +0000)]
Small correction

20 years agoNew file added
martignoni [Mon, 13 Sep 2004 12:45:48 +0000 (12:45 +0000)]
New file added

20 years agoPolished.
mits [Mon, 13 Sep 2004 09:21:58 +0000 (09:21 +0000)]
Polished.

20 years agoLatest version from Anders Berggren
moodler [Mon, 13 Sep 2004 08:33:05 +0000 (08:33 +0000)]
Latest version from Anders Berggren

20 years agoAuto-detection of type, apparently.
moodler [Mon, 13 Sep 2004 08:21:46 +0000 (08:21 +0000)]
Auto-detection of type, apparently.

20 years agoMerged XML UTF-8 fixed from stable (see bug 1927)
moodler [Mon, 13 Sep 2004 08:17:09 +0000 (08:17 +0000)]
Merged XML UTF-8 fixed from stable (see bug 1927)

20 years agoPolished.
mits [Mon, 13 Sep 2004 04:03:34 +0000 (04:03 +0000)]
Polished.

20 years agoclosed some br and img tags
gustav_delius [Sun, 12 Sep 2004 22:39:20 +0000 (22:39 +0000)]
closed some br and img tags

20 years agoclosed some br tags
gustav_delius [Sun, 12 Sep 2004 22:29:44 +0000 (22:29 +0000)]
closed some br tags

20 years agoclosed some input tags
gustav_delius [Sun, 12 Sep 2004 22:23:51 +0000 (22:23 +0000)]
closed some input tags

20 years agoclosed some image tags
gustav_delius [Sun, 12 Sep 2004 21:55:34 +0000 (21:55 +0000)]
closed some image tags

20 years agotowards XHTML compliance
gustav_delius [Sun, 12 Sep 2004 21:43:59 +0000 (21:43 +0000)]
towards XHTML compliance

20 years agofixed capitalization and quoting of attribute values
gustav_delius [Sun, 12 Sep 2004 20:45:41 +0000 (20:45 +0000)]
fixed capitalization and quoting of attribute values

20 years agofixed quoting of attribute values
gustav_delius [Sun, 12 Sep 2004 20:30:43 +0000 (20:30 +0000)]
fixed quoting of attribute values

20 years agofixed capitalization and quoting of attribute values
gustav_delius [Sun, 12 Sep 2004 17:34:35 +0000 (17:34 +0000)]
fixed capitalization and quoting of attribute values

20 years agofixed capitalization and quoting of attribute values
gustav_delius [Sun, 12 Sep 2004 16:24:41 +0000 (16:24 +0000)]
fixed capitalization and quoting of attribute values

20 years agoNew translator
mits [Sun, 12 Sep 2004 15:14:36 +0000 (15:14 +0000)]
New translator

20 years agofixed capitalization and quoting of attribute values
gustav_delius [Sun, 12 Sep 2004 15:06:29 +0000 (15:06 +0000)]
fixed capitalization and quoting of attribute values

20 years agoclosed <input /> <br /> <hr />
gustav_delius [Sun, 12 Sep 2004 14:41:49 +0000 (14:41 +0000)]
closed <input /> <br /> <hr />

20 years agoPolished.
mits [Sun, 12 Sep 2004 14:14:27 +0000 (14:14 +0000)]
Polished.

20 years agoNew translated files added.
mits [Sun, 12 Sep 2004 13:32:53 +0000 (13:32 +0000)]
New translated files added.
Now another translator in Japanese moodle!!

20 years agotowards XHTML compliance
gustav_delius [Sun, 12 Sep 2004 13:21:01 +0000 (13:21 +0000)]
towards XHTML compliance

20 years agotowards XHTML compliance
gustav_delius [Sun, 12 Sep 2004 12:21:27 +0000 (12:21 +0000)]
towards XHTML compliance

20 years agoUpdated the help-list and add directorypaths
stronk7 [Sun, 12 Sep 2004 09:47:39 +0000 (09:47 +0000)]
Updated the help-list and add directorypaths

20 years agoSome typos...solved.
stronk7 [Sun, 12 Sep 2004 09:20:07 +0000 (09:20 +0000)]
Some typos...solved.

20 years ago1.4.1 ready!!
stronk7 [Sun, 12 Sep 2004 08:45:33 +0000 (08:45 +0000)]
1.4.1 ready!!

20 years agoRelease notes for 1.4.1
moodler [Sun, 12 Sep 2004 08:02:06 +0000 (08:02 +0000)]
Release notes for 1.4.1

I'll release this version in about 8 hours, just in case any of the
translators want to translate these release notes.

20 years agoTranslated some and new translated files added.
mits [Sun, 12 Sep 2004 06:54:21 +0000 (06:54 +0000)]
Translated some and new translated files added.

20 years agosome fixes for XHTML compliance
gustav_delius [Sun, 12 Sep 2004 01:34:24 +0000 (01:34 +0000)]
some fixes for XHTML compliance

20 years agosome fixes for XHTML compliance
gustav_delius [Sun, 12 Sep 2004 00:21:21 +0000 (00:21 +0000)]
some fixes for XHTML compliance

20 years agoFirst stab at XHTML conformance.
rkingdon [Sat, 11 Sep 2004 19:47:29 +0000 (19:47 +0000)]
First stab at XHTML conformance.

20 years agoAdditional explaination for Short Answers and the asterix character.
rkingdon [Sat, 11 Sep 2004 15:49:40 +0000 (15:49 +0000)]
Additional explaination for Short Answers and the asterix character.

20 years agoPolished
mits [Sat, 11 Sep 2004 14:33:06 +0000 (14:33 +0000)]
Polished

20 years agoSOme tidying up of the english.
moodler [Sat, 11 Sep 2004 14:10:23 +0000 (14:10 +0000)]
SOme tidying up of the english.