]> git.mjollnir.org Git - moodle.git/log
moodle.git
22 years agoQuiz attempts are now timed. This is done by starting the quiz_attempts
moodler [Fri, 18 Oct 2002 16:05:21 +0000 (16:05 +0000)]
Quiz attempts are now timed.  This is done by starting the quiz_attempts
record upon showing the quiz, and completing it upon submit.

Two new fields in quiz_attempts... should be upgrade friendly.
(Old attempts will show up as being of duration zero)

Also some small fixes here and there.

22 years agoSome tidy ups
moodler [Fri, 18 Oct 2002 16:02:12 +0000 (16:02 +0000)]
Some tidy ups

22 years agoAdded RTE etc
moodler [Fri, 18 Oct 2002 16:01:35 +0000 (16:01 +0000)]
Added RTE etc

22 years agoImproved the documentation (it has some live feedback on the state
moodler [Fri, 18 Oct 2002 11:27:14 +0000 (11:27 +0000)]
Improved the documentation (it has some live feedback on the state
of the Richtext functionality)

22 years agoCleanup
moodler [Fri, 18 Oct 2002 09:40:35 +0000 (09:40 +0000)]
Cleanup

22 years agoBetter help with text formats
moodler [Fri, 18 Oct 2002 09:38:58 +0000 (09:38 +0000)]
Better help with text formats

22 years agoImproved the help page
moodler [Fri, 18 Oct 2002 09:35:20 +0000 (09:35 +0000)]
Improved the help page

22 years agoLanguage changes and help documentation additions to clearer explain richtext, html...
moodler [Fri, 18 Oct 2002 09:29:44 +0000 (09:29 +0000)]
Language changes and help documentation additions to clearer explain richtext, html and moodle auto-format

22 years agoRevised string for formattext to make more sense
moodler [Fri, 18 Oct 2002 09:09:54 +0000 (09:09 +0000)]
Revised string for formattext to make more sense

22 years agoOK, I've rationalised the text formatting now. Basically, both Moodle and
moodler [Fri, 18 Oct 2002 09:09:19 +0000 (09:09 +0000)]
OK, I've rationalised the text formatting now.  Basically, both Moodle and
HTML text allow the same range of HTML tags (so it doesn't matter is you
switch from one to the other).

<IMG> and <A> are now ALLOWED in Moodle text.  However, the clean_text
function now checks for and removes any embedded javascript triggers
to avoid cross-site scripting attacks that way.

clean_text() should be called on ANY text that comes in from students.

22 years agoWhoops ... typo.
moodler [Fri, 18 Oct 2002 09:00:09 +0000 (09:00 +0000)]
Whoops ... typo.

22 years agoAlso set default language on new user created by external authentication
moodler [Fri, 18 Oct 2002 08:52:33 +0000 (08:52 +0000)]
Also set default language on new user created by external authentication

22 years agoNew users created by admin also now default to site language
moodler [Fri, 18 Oct 2002 08:48:44 +0000 (08:48 +0000)]
New users created by admin also now default to site language

22 years agoDefault language for users is now the same as the site language.
moodler [Fri, 18 Oct 2002 08:46:12 +0000 (08:46 +0000)]
Default language for users is now the same as the site language.

22 years agoAllow <IMG> tags in Moodle format text. Not having it can really mess
moodler [Fri, 18 Oct 2002 06:05:56 +0000 (06:05 +0000)]
Allow <IMG> tags in Moodle format text.  Not having it can really mess
up smileys etc if the text has been edited at any stage using the
richtext editor.

I realise it's possible for students to really mess up forums display
etc if they wanted to include a huge picture ... I'm not sure if there
are any cross-site scripting attacks possible with images in there.

But there is also now the HTML format for most things, which is editable
using an ordinary form, so this problem is currently already exposed.

I think it's OK as long as can find a filter to strip all javascript
out of ANY format text in Moodle.

22 years agoFixed the setting of answers for true-false questions
moodler [Fri, 18 Oct 2002 05:41:24 +0000 (05:41 +0000)]
Fixed the setting of answers for true-false questions

22 years agoJust some better formatting and info
moodler [Fri, 18 Oct 2002 00:18:26 +0000 (00:18 +0000)]
Just some better formatting and info

22 years agoMade transparent
moodler [Thu, 17 Oct 2002 23:49:02 +0000 (23:49 +0000)]
Made transparent

22 years agoChanges related to new module 'resource'
moodler [Thu, 17 Oct 2002 15:32:52 +0000 (15:32 +0000)]
Changes related to new module 'resource'

22 years agoChanges due to new module 'resource'
moodler [Thu, 17 Oct 2002 15:14:54 +0000 (15:14 +0000)]
Changes due to new module 'resource'

22 years agoChanges due to new resource module
moodler [Thu, 17 Oct 2002 15:10:59 +0000 (15:10 +0000)]
Changes due to new resource module

22 years agoResulting from module name change
moodler [Thu, 17 Oct 2002 15:07:22 +0000 (15:07 +0000)]
Resulting from module name change

22 years agoChanged reading.php to resource.php
moodler [Thu, 17 Oct 2002 15:03:20 +0000 (15:03 +0000)]
Changed reading.php to resource.php

22 years agoMoved from reading module
moodler [Thu, 17 Oct 2002 14:32:55 +0000 (14:32 +0000)]
Moved from reading module

22 years agoChanged string neverread to neverseen
moodler [Thu, 17 Oct 2002 14:28:12 +0000 (14:28 +0000)]
Changed string neverread to neverseen

22 years ago***NOTE NOTE NOTE **********************************************************
moodler [Thu, 17 Oct 2002 14:03:59 +0000 (14:03 +0000)]
***NOTE NOTE NOTE **********************************************************

THIS IS A BIG CHANGE!

I've renamed the "reading" module to "resource".

This meant changing quite a few references throughout Moodle.

The automatic upgrade process should work OK (it worked OK on my
development server) and there shouldn't be any problems.

BUT PLEASE PROCEED WITH CAUTION AND KEEP BACKUPS OF EVERYTHING
UNTIL I HAVE A FEW MORE TESTS!   If you upgrade please let me know.

One thing that will break are any hard-coded links within forum messages.

What I will be doing to fix this on my apache server is to add this to
httpd.conf:

Redirect /mod/reading/ http://moodle.com/mod/resource/

Sorry about any inconvenience, but it's better this is done sooner than later.

22 years agoAdded a 'change password' button
moodler [Thu, 17 Oct 2002 12:25:25 +0000 (12:25 +0000)]
Added a 'change password' button

22 years agoChanged headers so that it works seamlessly when called from user page.
moodler [Thu, 17 Oct 2002 12:21:55 +0000 (12:21 +0000)]
Changed headers so that it works seamlessly when called from user page.

22 years agoThe grades page now supports downloading of grade data! :-)
moodler [Thu, 17 Oct 2002 10:34:11 +0000 (10:34 +0000)]
The grades page now supports downloading of grade data!  :-)

22 years agoRemoved some blank lines that were causing output
moodler [Thu, 17 Oct 2002 10:33:13 +0000 (10:33 +0000)]
Removed some blank lines that were causing output

22 years agoGrr added transparency back again ...
moodler [Thu, 17 Oct 2002 08:32:29 +0000 (08:32 +0000)]
Grr added transparency back again ...

22 years agoRe-adding to overcome CVS strangeness (and my own indecision!)
moodler [Thu, 17 Oct 2002 08:30:41 +0000 (08:30 +0000)]
Re-adding to overcome CVS strangeness (and my own indecision!)

22 years agoBetter grade reports
moodler [Thu, 17 Oct 2002 08:28:18 +0000 (08:28 +0000)]
Better grade reports

22 years agoSome new strings
moodler [Thu, 17 Oct 2002 07:58:50 +0000 (07:58 +0000)]
Some new strings

22 years agoNow includes maximum grades
moodler [Thu, 17 Oct 2002 07:55:54 +0000 (07:55 +0000)]
Now includes maximum grades

22 years agoAdded new grading functions to work with course/grades.php
moodler [Thu, 17 Oct 2002 07:23:51 +0000 (07:23 +0000)]
Added new grading functions to work with course/grades.php

22 years agoAdded a new grading tool for teachers to see all grades on one page.
moodler [Thu, 17 Oct 2002 07:23:12 +0000 (07:23 +0000)]
Added a new grading tool for teachers to see all grades on one page.

Grades are collected from each module using the module_grades function in
each mod/*/lib.php.

22 years agoFeedback fixes
moodler [Wed, 16 Oct 2002 15:52:29 +0000 (15:52 +0000)]
Feedback fixes

22 years agoAlt text on moodle logo
moodler [Wed, 16 Oct 2002 15:48:22 +0000 (15:48 +0000)]
Alt text on moodle logo

22 years ago*** empty log message ***
compuproggy [Wed, 16 Oct 2002 10:42:35 +0000 (10:42 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
compuproggy [Wed, 16 Oct 2002 10:24:09 +0000 (10:24 +0000)]
*** empty log message ***

22 years agoVarious fixes and additions. It now does quiz feedback pretty well
moodler [Wed, 16 Oct 2002 09:35:04 +0000 (09:35 +0000)]
Various fixes and additions.  It now does quiz feedback pretty well
(though it doesn't show correct answers yet).

22 years ago*** empty log message ***
compuproggy [Wed, 16 Oct 2002 09:31:14 +0000 (09:31 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
compuproggy [Wed, 16 Oct 2002 08:48:11 +0000 (08:48 +0000)]
*** empty log message ***

22 years agoActually, let's include journals that have no feedback yet as well.
moodler [Wed, 16 Oct 2002 07:18:07 +0000 (07:18 +0000)]
Actually, let's include journals that have no feedback yet as well.

22 years agoWhen a teacher is giving feedback, entries that have been modified since
moodler [Wed, 16 Oct 2002 07:15:36 +0000 (07:15 +0000)]
When a teacher is giving feedback, entries that have been modified since
the last time a teacher has given feedback are highlighted.

22 years agoTeacher can now use the richtext editor to edit the assignment text
moodler [Wed, 16 Oct 2002 05:31:56 +0000 (05:31 +0000)]
Teacher can now use the richtext editor to edit the assignment text

22 years agoChanges related to module editing buttons
moodler [Wed, 16 Oct 2002 04:53:44 +0000 (04:53 +0000)]
Changes related to module editing buttons

22 years agoDon't show htmleditor preference if it's disabled by admin
moodler [Wed, 16 Oct 2002 04:52:57 +0000 (04:52 +0000)]
Don't show htmleditor preference if it's disabled by admin

22 years agoCleaned up some buttons ...
moodler [Wed, 16 Oct 2002 04:51:55 +0000 (04:51 +0000)]
Cleaned up some buttons ...

22 years agoSmall bugfixes ... (yawn)
moodler [Tue, 15 Oct 2002 17:32:50 +0000 (17:32 +0000)]
Small bugfixes ... (yawn)

22 years agoFixes for grades
moodler [Tue, 15 Oct 2002 17:13:11 +0000 (17:13 +0000)]
Fixes for grades

22 years agoJust updated the number
moodler [Tue, 15 Oct 2002 16:49:32 +0000 (16:49 +0000)]
Just updated the number

22 years agoSome additions
moodler [Tue, 15 Oct 2002 16:48:44 +0000 (16:48 +0000)]
Some additions

22 years agoGot rid of the wimpy icons in the top-right corner of pages and put some
moodler [Tue, 15 Oct 2002 16:47:43 +0000 (16:47 +0000)]
Got rid of the wimpy icons in the top-right corner of pages and put some
manly buttons there.  ;-)   I think this will be much clearer for novices,
as well as being a bigger target for experts!

22 years agoBit of a clean up of the edit interface ...
moodler [Tue, 15 Oct 2002 16:45:39 +0000 (16:45 +0000)]
Bit of a clean up of the edit interface ...

22 years agoAdded timeopen and timeclose (instead of days) and did a few cleanups
moodler [Tue, 15 Oct 2002 16:22:18 +0000 (16:22 +0000)]
Added timeopen and timeclose (instead of days) and did a few cleanups

22 years agoAdmin script to brutally delete every file and directory from the
moodler [Tue, 15 Oct 2002 16:04:38 +0000 (16:04 +0000)]
Admin script to brutally delete every file and directory from the
Moodle data directory.  Will be useful for those on hosting servers
without root access.

22 years agoOK, it seems reliable enough now for alpha testing.
moodler [Tue, 15 Oct 2002 12:54:11 +0000 (12:54 +0000)]
OK, it seems reliable enough now for alpha testing.

If you have existing quizzes, delete them all, then
drop all the quiz tables and delete the quiz line from
the modules table.

Things to do still:

  - add/edit/remove categories
  - display question feedback on submissions ...
  - record the time they started the quiz, as well as the completion.
  - place time limits between attempts
  - add full specification of quiz open time and quiz close time

22 years agoCan now create and re-edit all three types of questions.
moodler [Tue, 15 Oct 2002 10:04:28 +0000 (10:04 +0000)]
Can now create and re-edit all three types of questions.

Still working on grading ...

22 years agoNew strings
moodler [Tue, 15 Oct 2002 05:31:03 +0000 (05:31 +0000)]
New strings

22 years agoForms now done, more or less
moodler [Tue, 15 Oct 2002 05:29:57 +0000 (05:29 +0000)]
Forms now done, more or less

22 years agoA little more explicit about PHP requirements
moodler [Tue, 15 Oct 2002 03:48:04 +0000 (03:48 +0000)]
A little more explicit about PHP requirements

22 years agoFix to clear the modform variable just in case there's one
moodler [Mon, 14 Oct 2002 16:06:19 +0000 (16:06 +0000)]
Fix to clear the modform variable just in case there's one
from one module that later affects another module.

22 years agoMiscellaneous little changes from today ...
moodler [Mon, 14 Oct 2002 16:00:55 +0000 (16:00 +0000)]
Miscellaneous little changes from today ...

22 years agoNew strings
moodler [Mon, 14 Oct 2002 15:58:07 +0000 (15:58 +0000)]
New strings

22 years agoChecking in what I got so far .... Not working yet but I'm going to bed.
moodler [Mon, 14 Oct 2002 15:57:33 +0000 (15:57 +0000)]
Checking in what I got so far .... Not working yet but I'm going to bed.

22 years agoQuiz generation is working now. Just need question and category editors.
moodler [Mon, 14 Oct 2002 12:21:18 +0000 (12:21 +0000)]
Quiz generation is working now.  Just need question and category editors.

22 years agoMany new additions - code not quite usable yet, but getting close
moodler [Mon, 14 Oct 2002 09:07:13 +0000 (09:07 +0000)]
Many new additions - code not quite usable yet, but getting close

22 years agoNew strings
moodler [Mon, 14 Oct 2002 09:04:33 +0000 (09:04 +0000)]
New strings

22 years agoAdded a basic report and some clean-ups
moodler [Sun, 13 Oct 2002 13:51:56 +0000 (13:51 +0000)]
Added a basic report and some clean-ups

22 years agoNow uses real current language (may not be the same as $CFG->lang)
moodler [Sun, 13 Oct 2002 10:06:01 +0000 (10:06 +0000)]
Now uses real current language (may not be the same as $CFG->lang)

22 years agoJust to show that something is happening!
moodler [Sun, 13 Oct 2002 07:17:48 +0000 (07:17 +0000)]
Just to show that something is happening!

At this stage this module:

  - prints quizzes,
  - accepts answers (for multiple attempts) and grades them,
  - stores the grades.

Really, it's usable as long as you don't mind using the database manually. :)

Next up is quiz reports, then I'll tackle quiz creation.

22 years agoTweaks to use new javascript-printing function etc
moodler [Sat, 12 Oct 2002 15:01:17 +0000 (15:01 +0000)]
Tweaks to use new javascript-printing function etc

22 years agoNew function to print richtext javascript
moodler [Sat, 12 Oct 2002 15:00:34 +0000 (15:00 +0000)]
New function to print richtext javascript

22 years agoFirst version of German (Deutsch) translation, by Holger.Schadeck@webdesign-forum.de
moodler [Sat, 12 Oct 2002 14:33:01 +0000 (14:33 +0000)]
First version of German (Deutsch) translation, by Holger.Schadeck@webdesign-forum.de

Great!

22 years agoMoved the object code out into a function print_textarea
moodler [Sat, 12 Oct 2002 07:23:16 +0000 (07:23 +0000)]
Moved the object code out into a function print_textarea

22 years agonew string
moodler [Sat, 12 Oct 2002 06:27:24 +0000 (06:27 +0000)]
new string

22 years agoAdded richtext to Journal entries.
moodler [Sat, 12 Oct 2002 06:20:56 +0000 (06:20 +0000)]
Added richtext to Journal entries.

22 years agoSome notes about the other new stuff.
moodler [Sat, 12 Oct 2002 05:47:05 +0000 (05:47 +0000)]
Some notes about the other new stuff.

22 years agoAdded help buttons about the richtext editor (when active)
moodler [Sat, 12 Oct 2002 05:43:00 +0000 (05:43 +0000)]
Added help buttons about the richtext editor (when active)

22 years agoHelp file for the new richtext HTML editor
moodler [Sat, 12 Oct 2002 05:39:00 +0000 (05:39 +0000)]
Help file for the new richtext HTML editor

22 years agoSmilies are now replaced even in HTML text, and small fixes
moodler [Sat, 12 Oct 2002 05:09:49 +0000 (05:09 +0000)]
Smilies are now replaced even in HTML text, and small fixes

22 years agoKeep this one here :-) for the interface
moodler [Sat, 12 Oct 2002 04:19:51 +0000 (04:19 +0000)]
Keep this one here  :-)   for the interface

22 years agoA bit of info
moodler [Sat, 12 Oct 2002 04:13:39 +0000 (04:13 +0000)]
A bit of info

22 years agoNo longer needed ... replaced by "angry.gif" ...
moodler [Sat, 12 Oct 2002 04:12:26 +0000 (04:12 +0000)]
No longer needed ... replaced by "angry.gif" ...

22 years agoAdded a function useful for debugging Javascript problems
moodler [Sat, 12 Oct 2002 04:09:51 +0000 (04:09 +0000)]
Added a function useful for debugging Javascript problems

22 years agoSwapped clown icon for surprise in the layout ... looks better that way
moodler [Sat, 12 Oct 2002 04:06:26 +0000 (04:06 +0000)]
Swapped clown icon for surprise in the layout ... looks better that way

22 years agoSwapped clown for surprise - looks better that way
moodler [Sat, 12 Oct 2002 04:04:59 +0000 (04:04 +0000)]
Swapped clown for surprise - looks better that way

22 years agoDeleted these icons because I'm not using them. The editor now uses
moodler [Sat, 12 Oct 2002 04:03:23 +0000 (04:03 +0000)]
Deleted these icons because I'm not using them.  The editor now uses
the standard Moodle icons instead.

22 years agoThis page now uses the Moodle standard icons for consistency
moodler [Sat, 12 Oct 2002 03:55:50 +0000 (03:55 +0000)]
This page now uses the Moodle standard icons for consistency

22 years agoRemoved references to btnPost because I don't use it
moodler [Sat, 12 Oct 2002 03:54:56 +0000 (03:54 +0000)]
Removed references to btnPost because I don't use it

22 years agoModified text_to_html to use the new smilies, which for efficiency are
moodler [Sat, 12 Oct 2002 03:53:40 +0000 (03:53 +0000)]
Modified text_to_html to use the new smilies, which for efficiency are
now defined in a global array, and use str_replace instead of ereg ...

22 years agoModified this help file to describe the new smilies
moodler [Sat, 12 Oct 2002 03:51:29 +0000 (03:51 +0000)]
Modified this help file to describe the new smilies

22 years agoModified all smilies and added some new ones.
moodler [Sat, 12 Oct 2002 03:50:45 +0000 (03:50 +0000)]
Modified all smilies and added some new ones.

22 years agoBetter placing of standard links etc when there are lots of images and
moodler [Fri, 11 Oct 2002 05:20:23 +0000 (05:20 +0000)]
Better placing of standard links etc when there are lots of images and
other funny formatting in HTML posts

22 years agoNew strings to do with language direction
moodler [Fri, 11 Oct 2002 02:32:05 +0000 (02:32 +0000)]
New strings to do with language direction

22 years agoChanges to support choice of language direction (so that languages
moodler [Fri, 11 Oct 2002 02:31:37 +0000 (02:31 +0000)]
Changes to support choice of language direction (so that languages
like Arabic, Hebrew etc will work)

22 years agoAdded a new string to make it very clear how to upload assignments
moodler [Fri, 11 Oct 2002 01:58:24 +0000 (01:58 +0000)]
Added a new string to make it very clear how to upload assignments

22 years agoBetter default options, and hiding of moodle-text help when htmlediting is operational
moodler [Thu, 10 Oct 2002 09:27:49 +0000 (09:27 +0000)]
Better default options, and hiding of moodle-text help when htmlediting is operational