]> git.mjollnir.org Git - moodle.git/log
moodle.git
23 years agoSlight fix to change some mod->course_module to mod->coursemodule for consistency
martin [Sat, 1 Jun 2002 06:37:04 +0000 (06:37 +0000)]
Slight fix to change some mod->course_module to mod->coursemodule for consistency

23 years agoFixed some display of the logs in "recent activity"
martin [Sat, 1 Jun 2002 04:25:33 +0000 (04:25 +0000)]
Fixed some display of the logs in "recent activity"

23 years agoCh-ch-ch-ch-Changes (turn and face the strain) Ch-ch-changes.
martin [Sat, 1 Jun 2002 04:06:05 +0000 (04:06 +0000)]
Ch-ch-ch-ch-Changes (turn and face the strain) Ch-ch-changes.

23 years agoAdded lists to allowed html in cleantext
martin [Sat, 1 Jun 2002 03:46:35 +0000 (03:46 +0000)]
Added lists to allowed html in cleantext

23 years agoChanged link to a newer and better paper on social constructionism.
martin [Fri, 31 May 2002 13:54:39 +0000 (13:54 +0000)]
Changed link to a newer and better paper on social constructionism.

23 years agoRemoved log and fixed email call
martin [Fri, 31 May 2002 13:24:14 +0000 (13:24 +0000)]
Removed log and fixed email call

23 years agoRemoved some logging
martin [Fri, 31 May 2002 13:20:21 +0000 (13:20 +0000)]
Removed some logging

23 years agoNow looks for module SQL files in mod/db/dbtype.sql
martin [Fri, 31 May 2002 13:20:01 +0000 (13:20 +0000)]
Now looks for module SQL files in mod/db/dbtype.sql

23 years agoRemoved log entry for now
martin [Fri, 31 May 2002 13:13:42 +0000 (13:13 +0000)]
Removed log entry for now

23 years agoReplaced by social.php
martin [Fri, 31 May 2002 13:10:58 +0000 (13:10 +0000)]
Replaced by social.php

23 years agoIndicates only MySQL is supported for now.
martin [Fri, 31 May 2002 09:37:16 +0000 (09:37 +0000)]
Indicates only MySQL is supported for now.

23 years agoNew logging format
martin [Fri, 31 May 2002 09:34:50 +0000 (09:34 +0000)]
New logging format
Improved "Recent Activity" on home page
Better formatting.
Many other small fixes.

23 years agoChanges to support new logging format
martin [Fri, 31 May 2002 09:27:30 +0000 (09:27 +0000)]
Changes to support new logging format

23 years agoChanges to logging to support new logging format
martin [Fri, 31 May 2002 09:25:35 +0000 (09:25 +0000)]
Changes to logging to support new logging format

23 years agoVarious small changes. Main one was new version of add_to_log to suit
martin [Fri, 31 May 2002 09:20:39 +0000 (09:20 +0000)]
Various small changes.  Main one was new version of add_to_log to suit
the new logging format.

23 years agoRemoved logging from these files (probably temporary)
martin [Fri, 31 May 2002 09:19:04 +0000 (09:19 +0000)]
Removed logging from these files (probably temporary)

23 years agoRemoved "logs" and added new log format: "log" and "log_display"
martin [Fri, 31 May 2002 09:18:12 +0000 (09:18 +0000)]
Removed "logs" and added new log format:  "log" and "log_display"

23 years agoUpdated to use new logging format.
martin [Fri, 31 May 2002 09:15:36 +0000 (09:15 +0000)]
Updated to use new logging format.

23 years agoAdded new entries for log_display table. These are used to define what
martin [Fri, 31 May 2002 09:14:00 +0000 (09:14 +0000)]
Added new entries for log_display table.  These are used to define what
to display for any given logged item.

23 years agoVarious small fixes across all modules. Most notable was the revised
martin [Fri, 31 May 2002 09:07:11 +0000 (09:07 +0000)]
Various small fixes across all modules.  Most notable was the revised
use of add_to_log, and the new logging format.

23 years agoThis is the new format for database schema. Each module has a db directory
martin [Fri, 31 May 2002 09:03:46 +0000 (09:03 +0000)]
This is the new format for database schema.  Each module has a db directory
with one file per database.  All these are called from admin/index.php and
work in concert with lib/db.

23 years agoNew icons for courses displayed in weekly format. They collapse/unfold the display.
martin [Fri, 31 May 2002 09:01:00 +0000 (09:01 +0000)]
New icons for courses displayed in weekly format.  They collapse/unfold the display.

23 years agoChanged email_to_users to be a lot more straightforward. I don't think
martin [Tue, 28 May 2002 13:59:45 +0000 (13:59 +0000)]
Changed email_to_users to be a lot more straightforward.  I don't think
there's really need for all the BCC hocus-pocus.  Everyone can find
everyone's address anyway, the email bloat is minimal, and perhaps
distributing email addresses will spark private emails.

23 years agoemail_to_user no longer exists. Using email_to_users instead.
martin [Tue, 28 May 2002 01:22:52 +0000 (01:22 +0000)]
email_to_user no longer exists.  Using email_to_users instead.

23 years agoAdded style for <LI>
martin [Mon, 27 May 2002 14:53:11 +0000 (14:53 +0000)]
Added style for <LI>

23 years agoReconverted using a newer converter. Still not tested.
martin [Mon, 27 May 2002 13:17:18 +0000 (13:17 +0000)]
Reconverted using a newer converter.  Still not tested.

23 years agoChanges to support various types of databases (using SQL code in lib/db)
martin [Mon, 27 May 2002 13:02:48 +0000 (13:02 +0000)]
Changes to support various types of databases (using SQL code in lib/db)

23 years agoQL to create core databases in PostgreSQL. Not tested at all. In fact
martin [Mon, 27 May 2002 12:58:06 +0000 (12:58 +0000)]
QL to create core databases in PostgreSQL.  Not tested at all.  In fact
I'm pretty sure it won't work, because it needs sequences.

23 years agoSQL to create core databases in MySQL (any version).
martin [Mon, 27 May 2002 12:56:48 +0000 (12:56 +0000)]
SQL to create core databases in MySQL (any version).

23 years agoAll moved to lib/db
martin [Mon, 27 May 2002 06:19:44 +0000 (06:19 +0000)]
All moved to lib/db

23 years agoNow uses $CFG->cronpassword from config.php
martin [Mon, 27 May 2002 06:18:39 +0000 (06:18 +0000)]
Now uses $CFG->cronpassword from config.php

23 years agoAdded CFG->cronpassword for moodle/admin/cron.php
martin [Mon, 27 May 2002 06:16:38 +0000 (06:16 +0000)]
Added CFG->cronpassword for moodle/admin/cron.php

23 years agocourse->id now site->id so we can add a reading
martin [Mon, 27 May 2002 02:25:40 +0000 (02:25 +0000)]
course->id now site->id so we can add a reading

23 years agoThis is part of the phpmailer distribution
martin [Fri, 24 May 2002 06:48:29 +0000 (06:48 +0000)]
This is part of the phpmailer distribution

23 years agoMoved to subdirectory phpmailer
martin [Fri, 24 May 2002 06:46:54 +0000 (06:46 +0000)]
Moved to subdirectory phpmailer

23 years agoChanges to mailing system, now supports HTML, attachments. Simplified functions.
martin [Fri, 24 May 2002 06:38:37 +0000 (06:38 +0000)]
Changes to mailing system, now supports HTML, attachments.  Simplified functions.

23 years agoAdded version number for Moodle
martin [Fri, 24 May 2002 06:35:03 +0000 (06:35 +0000)]
Added version number for Moodle

23 years agoMoved the array into the function.
martin [Sun, 19 May 2002 04:43:04 +0000 (04:43 +0000)]
Moved the array into the function.

23 years agosmtphost --> smtphosts
martin [Sun, 19 May 2002 03:51:01 +0000 (03:51 +0000)]
smtphost --> smtphosts

23 years agoUpgraded to phpmailer 1.60
martin [Sat, 18 May 2002 06:54:12 +0000 (06:54 +0000)]
Upgraded to phpmailer 1.60

23 years agoAdded Moodle into the X-Mailer: header
martin [Sat, 18 May 2002 06:36:51 +0000 (06:36 +0000)]
Added Moodle into the X-Mailer: header

23 years agoSmiley conversion is now optional (better for html mail)
martin [Sat, 18 May 2002 05:22:48 +0000 (05:22 +0000)]
Smiley conversion is now optional (better for html mail)

23 years agoAdded full source distribution of phpmailer
martin [Sat, 18 May 2002 05:17:47 +0000 (05:17 +0000)]
Added full source distribution of phpmailer

23 years agoAdded warning about unstable CVS tree
martin [Sat, 18 May 2002 03:37:22 +0000 (03:37 +0000)]
Added warning about unstable CVS tree

23 years agoChecks for bad permissions and defaults to default picture
martin [Sat, 18 May 2002 03:13:44 +0000 (03:13 +0000)]
Checks for bad permissions and defaults to default picture

23 years agoNow a picture of a log
martin [Sat, 18 May 2002 03:03:41 +0000 (03:03 +0000)]
Now a picture of a log

23 years agoAlt=""
martin [Fri, 17 May 2002 16:33:30 +0000 (16:33 +0000)]
Alt=""

23 years agoAdded to eliminate problems of config.php being overwritten
martin [Fri, 17 May 2002 13:38:05 +0000 (13:38 +0000)]
Added to eliminate problems of config.php being overwritten

23 years agoUpdated for ADOdb 2.00
martin [Fri, 17 May 2002 13:36:05 +0000 (13:36 +0000)]
Updated for ADOdb 2.00

23 years agoAdded note about config-dist.php
martin [Fri, 17 May 2002 13:34:19 +0000 (13:34 +0000)]
Added note about config-dist.php

23 years agoDeleted this file from CVS (see config-dist.php)
martin [Fri, 17 May 2002 13:29:20 +0000 (13:29 +0000)]
Deleted this file from CVS (see config-dist.php)

23 years agoUpgraded to ADOsb 2.00
martin [Fri, 17 May 2002 13:24:50 +0000 (13:24 +0000)]
Upgraded to ADOsb 2.00

23 years agoUpgraded ADOdb to 2.00
martin [Fri, 17 May 2002 13:20:16 +0000 (13:20 +0000)]
Upgraded ADOdb to 2.00

23 years agoUpgraded to ADOdb 2.00
martin [Fri, 17 May 2002 13:19:23 +0000 (13:19 +0000)]
Upgraded to ADOdb 2.00

23 years agoFixed download for virtual scale questions with type = -1 (eg ATTLS)
martin [Mon, 15 Apr 2002 05:22:43 +0000 (05:22 +0000)]
Fixed download for virtual scale questions with type = -1 (eg ATTLS)

23 years agoModified most graphs to remove the "zero" line of "No answer" because
martin [Sat, 13 Apr 2002 06:24:45 +0000 (06:24 +0000)]
Modified most graphs to remove the "zero" line of "No answer" because
this never happens (survey form forces students to always answer).

23 years agoIf the array y_tick_labels is defined, then these are used instead of
martin [Sat, 13 Apr 2002 02:49:21 +0000 (02:49 +0000)]
If the array y_tick_labels is defined, then these are used instead of
numbers on the left-hand y-axis.  See mod/survey/graph.php for usage.

23 years agoSlightly enlarged graphs to 900 pixels instead of 800.
martin [Fri, 12 Apr 2002 14:24:27 +0000 (14:24 +0000)]
Slightly enlarged graphs to 900 pixels instead of 800.

23 years agoGraphs now contain proper labels down the left hand side.
martin [Fri, 12 Apr 2002 13:58:57 +0000 (13:58 +0000)]
Graphs now contain proper labels down the left hand side.

23 years agoAdded :) smileys as well.
martin [Fri, 12 Apr 2002 13:20:50 +0000 (13:20 +0000)]
Added :) smileys as well.

23 years agoAdded "$factor = round($factor * 1000.0) / 1000.0;"
martin [Fri, 12 Apr 2002 13:20:17 +0000 (13:20 +0000)]
Added "$factor = round($factor * 1000.0) / 1000.0;"
to function find_range ... it fixes some strange rounding
errors that were happening with Moodle surveys.

23 years agoAdded lang config!
martin [Sun, 7 Apr 2002 04:10:08 +0000 (04:10 +0000)]
Added lang config!

23 years agoAdded ALT="" tags to spacer.gif so they don't show in text browsers
martin [Wed, 3 Apr 2002 11:44:01 +0000 (11:44 +0000)]
Added ALT="" tags to spacer.gif so they don't show in text browsers

23 years agoFixed up use of isteacher (removed isadmin check because it's done in isteacher now)
martin [Wed, 3 Apr 2002 06:36:04 +0000 (06:36 +0000)]
Fixed up use of isteacher (removed isadmin check because it's done in isteacher now)

23 years agoAdd check for admin to isteacher() rather than doing checks everywhere else
martin [Wed, 3 Apr 2002 06:30:09 +0000 (06:30 +0000)]
Add check for admin to isteacher() rather than doing checks everywhere else

23 years agoIf students view surveys after having done them, then they are now shown
martin [Thu, 28 Mar 2002 05:52:30 +0000 (05:52 +0000)]
If students view surveys after having done them, then they are now shown
the survey results compared to the class.  Needs docs still.

23 years agoStrip tags from emailed text versions of postings
martin [Tue, 26 Mar 2002 14:45:06 +0000 (14:45 +0000)]
Strip tags from emailed text versions of postings

23 years agoAdded help information about allowed HTML tags
martin [Tue, 26 Mar 2002 13:24:20 +0000 (13:24 +0000)]
Added help information about allowed HTML tags

23 years agoAdded cleantext function, used for cleaning user-entered text of nasty tags etc
martin [Tue, 26 Mar 2002 12:58:54 +0000 (12:58 +0000)]
Added cleantext function, used for cleaning user-entered text of nasty tags etc

23 years agoAllow admin to do anything the teacher can do
martin [Sat, 16 Mar 2002 06:19:02 +0000 (06:19 +0000)]
Allow admin to do anything the teacher can do

23 years agoAdmin improvements
martin [Sat, 16 Mar 2002 06:06:47 +0000 (06:06 +0000)]
Admin improvements

23 years agoAdded help button
martin [Fri, 15 Mar 2002 10:19:21 +0000 (10:19 +0000)]
Added help button

23 years agoNew help file for uploading a picture
martin [Fri, 15 Mar 2002 10:18:14 +0000 (10:18 +0000)]
New help file for uploading a picture

23 years agoHelp file for text
martin [Mon, 11 Mar 2002 03:26:37 +0000 (03:26 +0000)]
Help file for text

23 years agoAdded helpbutton function for popup help, see also /help.php
martin [Mon, 11 Mar 2002 03:21:10 +0000 (03:21 +0000)]
Added helpbutton function for popup help, see also /help.php

23 years agoFirst pass at a simple help system
martin [Mon, 11 Mar 2002 03:18:13 +0000 (03:18 +0000)]
First pass at a simple help system

23 years agoThis little help button indicates context-sensitive help
martin [Mon, 11 Mar 2002 02:03:34 +0000 (02:03 +0000)]
This little help button indicates context-sensitive help

23 years agoEdited icon for consistency
martin [Sun, 10 Mar 2002 09:17:26 +0000 (09:17 +0000)]
Edited icon for consistency

23 years agoFavicon for blue theme is now blue (duh).
martin [Sun, 10 Mar 2002 09:06:02 +0000 (09:06 +0000)]
Favicon for blue theme is now blue (duh).

23 years agoURL for phpmailer
martin [Thu, 7 Mar 2002 07:07:25 +0000 (07:07 +0000)]
URL for phpmailer

23 years agoChanged version to reflect Moodle (it shows up in the mail headers)
martin [Thu, 7 Mar 2002 06:31:49 +0000 (06:31 +0000)]
Changed version to reflect Moodle (it shows up in the mail headers)

23 years agoAdded location on the user overview
martin [Thu, 7 Mar 2002 06:18:52 +0000 (06:18 +0000)]
Added location on the user overview

23 years agoAdded small warning about emails having to be working ones
martin [Thu, 7 Mar 2002 05:39:38 +0000 (05:39 +0000)]
Added small warning about emails having to be working ones

23 years agoReplaced shadowhead with something a bit more positive (smiley face cake)
martin [Sat, 2 Mar 2002 03:26:31 +0000 (03:26 +0000)]
Replaced shadowhead with something a bit more positive (smiley face cake)

23 years agoSlight color changes
martin [Wed, 27 Feb 2002 10:09:02 +0000 (10:09 +0000)]
Slight color changes

23 years agoSmall change
martin [Tue, 26 Feb 2002 13:40:11 +0000 (13:40 +0000)]
Small change

23 years agoSome changes to accomodate changes in the reading lib
martin [Tue, 26 Feb 2002 06:35:18 +0000 (06:35 +0000)]
Some changes to accomodate changes in the reading lib

23 years agoUpdated to accomodate new "social" format
martin [Tue, 26 Feb 2002 06:34:29 +0000 (06:34 +0000)]
Updated to accomodate new "social" format

23 years agoThis social format replaces the old noweeks format
martin [Tue, 26 Feb 2002 06:33:48 +0000 (06:33 +0000)]
This social format replaces the old noweeks format

23 years agoNew blue theme
martin [Tue, 26 Feb 2002 03:50:53 +0000 (03:50 +0000)]
New blue theme

23 years agoSome clarification of the GPL
martin [Fri, 1 Feb 2002 02:56:28 +0000 (02:56 +0000)]
Some clarification of the GPL

23 years agoUpdated the years of Copyright
martin [Mon, 28 Jan 2002 05:25:24 +0000 (05:25 +0000)]
Updated the years of Copyright

23 years agoChanged unset($USER) to $USER=NULL ... as unset can cause problems with PHP 4.1
martin [Thu, 24 Jan 2002 07:20:40 +0000 (07:20 +0000)]
Changed unset($USER)  to $USER=NULL ... as unset can cause problems with PHP 4.1

23 years agoAdded date stamp on journal entries
martin [Mon, 7 Jan 2002 15:00:15 +0000 (15:00 +0000)]
Added date stamp on journal entries

23 years agoRemoved Curtin-only thing and put email first
martin [Sat, 5 Jan 2002 04:11:31 +0000 (04:11 +0000)]
Removed Curtin-only thing and put email first

23 years agoUpdated version number
martin [Wed, 12 Dec 2001 15:03:16 +0000 (15:03 +0000)]
Updated version number

23 years agoMade an "Admin" section on the frojnt page
martin [Tue, 11 Dec 2001 04:30:58 +0000 (04:30 +0000)]
Made an "Admin" section on the frojnt page

23 years agoFixed description tag and moved switch
martin [Mon, 10 Dec 2001 11:18:56 +0000 (11:18 +0000)]
Fixed description tag and moved switch

23 years agoAdded meta tag - Description (for search engines)
martin [Mon, 10 Dec 2001 11:10:33 +0000 (11:10 +0000)]
Added meta tag - Description (for search engines)

23 years agoAdded version control strings
martin [Sun, 9 Dec 2001 10:34:19 +0000 (10:34 +0000)]
Added version control strings