]>
git.mjollnir.org Git - moodle.git/log
moodler [Sun, 5 Jan 2003 11:02:51 +0000 (11:02 +0000)]
New standard white theme
moodler [Sun, 5 Jan 2003 10:23:49 +0000 (10:23 +0000)]
Smaller image and links break out of frames
moodler [Sun, 5 Jan 2003 10:10:05 +0000 (10:10 +0000)]
Make frame width a variable
moodler [Sun, 5 Jan 2003 09:53:30 +0000 (09:53 +0000)]
Cleaned things up somewhat and made it more generic
moodler [Sun, 5 Jan 2003 07:23:04 +0000 (07:23 +0000)]
Initial version of "Poweraid" theme from Bjarne Varoystrand aka Black Skorpio
with a few half-finished changes ... still needs work which I'm doing right now...
moodler [Sun, 5 Jan 2003 07:04:24 +0000 (07:04 +0000)]
Updating to current info
moodler [Sun, 5 Jan 2003 07:02:39 +0000 (07:02 +0000)]
Initial version by Tom Murdock
moodler [Sun, 5 Jan 2003 06:52:55 +0000 (06:52 +0000)]
More info
moodler [Sun, 5 Jan 2003 06:46:21 +0000 (06:46 +0000)]
Update the version
moodler [Sun, 5 Jan 2003 06:45:20 +0000 (06:45 +0000)]
OK a number of small changes here.
Firstly, I'm replacing all use of old-style global variables like
$HTTY_REFERER with their new-style equivalent $_SERVER["HTTP_REFERER"]
Also using $_POST instead $HTTP_POST_VARS etc
Secondly, if gdversion == 0 (ie GD is not installed) then:
- users are not even allowed to upload new images
- graphs now just print a message instead of failing.
this allows Moodle to still be used even if GD is not present
moodler [Sun, 5 Jan 2003 04:20:32 +0000 (04:20 +0000)]
Changes to improve robustness of uploads, and make things compatible
with PHP 4.3.0. Also some translation fixes with upload strings.
moodler [Sun, 5 Jan 2003 04:19:35 +0000 (04:19 +0000)]
Language credits
moodler [Sun, 5 Jan 2003 04:14:45 +0000 (04:14 +0000)]
Updated Dutch strings.
paca70 [Sat, 4 Jan 2003 17:20:10 +0000 (17:20 +0000)]
checkin for translation
paca70 [Sat, 4 Jan 2003 17:16:37 +0000 (17:16 +0000)]
Just checking in for translation.
paca70 [Sat, 4 Jan 2003 17:09:00 +0000 (17:09 +0000)]
more updates
moodler [Fri, 3 Jan 2003 16:58:37 +0000 (16:58 +0000)]
Ah!! At last, the dreaded off-by-one date bug, squashed.
moodler [Fri, 3 Jan 2003 16:38:46 +0000 (16:38 +0000)]
Upgrade version for Beta Test version
moodler [Fri, 3 Jan 2003 16:35:51 +0000 (16:35 +0000)]
Fixed display of headers while updating modules
moodler [Fri, 3 Jan 2003 16:05:44 +0000 (16:05 +0000)]
Make sure grades are always rounded
moodler [Fri, 3 Jan 2003 16:01:48 +0000 (16:01 +0000)]
Changed three fields to avoid SQL problems with PostgreSQL etc:
quiz_truefalse: true->trueanswer and false->falseanswer
quiz_questions: type->qtype
moodler [Fri, 3 Jan 2003 15:31:30 +0000 (15:31 +0000)]
New function table_column() to add or alter a column in any database.
moodler [Fri, 3 Jan 2003 14:39:13 +0000 (14:39 +0000)]
Mention language count
moodler [Fri, 3 Jan 2003 13:05:40 +0000 (13:05 +0000)]
More stuff
moodler [Fri, 3 Jan 2003 06:44:35 +0000 (06:44 +0000)]
More robust checking of returned $rs
moodler [Fri, 3 Jan 2003 06:43:12 +0000 (06:43 +0000)]
Display months in local language for date_selector
moodler [Fri, 3 Jan 2003 05:33:17 +0000 (05:33 +0000)]
Replaced § with &sect to avoid some buggy browsers
moodler [Fri, 3 Jan 2003 03:25:48 +0000 (03:25 +0000)]
Changed a link
moodler [Fri, 3 Jan 2003 03:03:19 +0000 (03:03 +0000)]
Removed German help files
moodler [Fri, 3 Jan 2003 02:54:50 +0000 (02:54 +0000)]
New Dutch translation from Hans Zwart and Jacob Romeyn!
moodler [Thu, 2 Jan 2003 15:25:51 +0000 (15:25 +0000)]
Some little fixes
moodler [Thu, 2 Jan 2003 15:12:34 +0000 (15:12 +0000)]
Hmmm database name causing some problems ...
moodler [Thu, 2 Jan 2003 14:54:33 +0000 (14:54 +0000)]
Fixed that damn www linking problem with words like wwwroot :-)
moodler [Thu, 2 Jan 2003 14:49:23 +0000 (14:49 +0000)]
buggy_referer is dead! Long live buggy_referer!
Should be fixed now. As a bonus, I've removed all the uses of
HTTP_POST_VARS from all scripts.
All forms should use the new data_submitted() function to collect
form data (it does the match_referer thing internally now).
Much nicer.
moodler [Thu, 2 Jan 2003 13:08:20 +0000 (13:08 +0000)]
Some robustness fixes.
paca70 [Thu, 2 Jan 2003 12:45:39 +0000 (12:45 +0000)]
Some updates, more to come.
moodler [Thu, 2 Jan 2003 11:34:00 +0000 (11:34 +0000)]
Slightly more efficient way to open the database connections
moodler [Thu, 2 Jan 2003 11:13:01 +0000 (11:13 +0000)]
More details...
moodler [Thu, 2 Jan 2003 11:09:03 +0000 (11:09 +0000)]
Prepend database name to all table names to avoid ADOdb bug when there
is multiple database connections at once.
moodler [Thu, 2 Jan 2003 10:54:00 +0000 (10:54 +0000)]
Site news forum defaults to the "Site news" string
moodler [Thu, 2 Jan 2003 10:48:01 +0000 (10:48 +0000)]
Use the name of the Site News forum on the front page ... instead of the
"Site News" string ...
moodler [Thu, 2 Jan 2003 10:46:52 +0000 (10:46 +0000)]
Define forum type all the time
moodler [Thu, 2 Jan 2003 10:38:08 +0000 (10:38 +0000)]
Looking like a beta
moodler [Thu, 2 Jan 2003 10:35:11 +0000 (10:35 +0000)]
Robustness fixes
moodler [Thu, 2 Jan 2003 10:32:51 +0000 (10:32 +0000)]
Ignore guest when checking imcomplete users
moodler [Thu, 2 Jan 2003 07:55:40 +0000 (07:55 +0000)]
Initial version of Thai translation, by M Minkowski :-)
moodler [Thu, 2 Jan 2003 07:37:28 +0000 (07:37 +0000)]
Allow phpinfo() debugging to occur even if Moodle isn't configured yet
(to help with configuration problems!).
moodler [Thu, 2 Jan 2003 06:52:27 +0000 (06:52 +0000)]
Removing english versions
moodler [Thu, 2 Jan 2003 06:51:56 +0000 (06:51 +0000)]
Removing files
moodler [Thu, 2 Jan 2003 06:44:20 +0000 (06:44 +0000)]
More consistency when printing editing stuff in section
compuproggy [Thu, 2 Jan 2003 06:38:36 +0000 (06:38 +0000)]
*** empty log message ***
moodler [Wed, 1 Jan 2003 15:13:56 +0000 (15:13 +0000)]
New frame mode for dox
moodler [Wed, 1 Jan 2003 15:13:21 +0000 (15:13 +0000)]
Robust fix
moodler [Wed, 1 Jan 2003 15:12:29 +0000 (15:12 +0000)]
Updates. That's it for features now. :-)
moodler [Wed, 1 Jan 2003 14:47:11 +0000 (14:47 +0000)]
Teachers can choose to allow review of quizzes, which means that students
are allowed to see past quizzes. This only works once the quiz is completely
closed (to perhaps prevent easy cheating).
coolbit [Wed, 1 Jan 2003 13:41:08 +0000 (13:41 +0000)]
no message
moodler [Wed, 1 Jan 2003 13:17:27 +0000 (13:17 +0000)]
Robustness fixes
moodler [Wed, 1 Jan 2003 12:03:15 +0000 (12:03 +0000)]
Don't try to display docs files if they don't exist.
moodler [Wed, 1 Jan 2003 11:53:39 +0000 (11:53 +0000)]
Updated with more info
moodler [Wed, 1 Jan 2003 11:26:50 +0000 (11:26 +0000)]
Necessary file for documentation to work!
coolbit [Wed, 1 Jan 2003 10:16:19 +0000 (10:16 +0000)]
no message
moodler [Wed, 1 Jan 2003 09:29:05 +0000 (09:29 +0000)]
If prefix isn't defined in config.php then define it as "" to avoid
problems with upgraders who don't edit config.php
moodler [Wed, 1 Jan 2003 08:48:15 +0000 (08:48 +0000)]
Default debugging
moodler [Wed, 1 Jan 2003 08:33:22 +0000 (08:33 +0000)]
Add default prefix (for tables) of "" for upgraders
moodler [Wed, 1 Jan 2003 08:21:19 +0000 (08:21 +0000)]
More little robustness things
moodler [Wed, 1 Jan 2003 08:15:55 +0000 (08:15 +0000)]
Better log_display fixes
moodler [Wed, 1 Jan 2003 08:08:44 +0000 (08:08 +0000)]
Updates for log_display stuff
moodler [Wed, 1 Jan 2003 07:37:19 +0000 (07:37 +0000)]
Fixes for Log display
moodler [Wed, 1 Jan 2003 07:18:43 +0000 (07:18 +0000)]
Robustness
moodler [Wed, 1 Jan 2003 07:03:23 +0000 (07:03 +0000)]
Introduce links to personal grade page
moodler [Wed, 1 Jan 2003 06:53:00 +0000 (06:53 +0000)]
Cleaned up a bit
moodler [Wed, 1 Jan 2003 06:42:11 +0000 (06:42 +0000)]
Grade display for current user
moodler [Wed, 1 Jan 2003 06:41:35 +0000 (06:41 +0000)]
Changes for robustness
moodler [Wed, 1 Jan 2003 06:40:55 +0000 (06:40 +0000)]
New strings for publishing results
moodler [Wed, 1 Jan 2003 06:40:31 +0000 (06:40 +0000)]
Tweaks
moodler [Wed, 1 Jan 2003 06:34:54 +0000 (06:34 +0000)]
More robustness fixes
moodler [Wed, 1 Jan 2003 06:34:13 +0000 (06:34 +0000)]
New feature: choices can now be published (like polls) with names
or without.
moodler [Wed, 1 Jan 2003 05:39:30 +0000 (05:39 +0000)]
Old file
moodler [Tue, 31 Dec 2002 08:50:24 +0000 (08:50 +0000)]
More tweaks
moodler [Tue, 31 Dec 2002 08:45:37 +0000 (08:45 +0000)]
More robustness, and some little bug fixes.
Also, database module now supports md5 passwords
moodler [Tue, 31 Dec 2002 07:16:52 +0000 (07:16 +0000)]
Better checks during membership checks
moodler [Mon, 30 Dec 2002 15:47:54 +0000 (15:47 +0000)]
Little robustness fixes
moodler [Mon, 30 Dec 2002 15:46:15 +0000 (15:46 +0000)]
Fixes to XLS routines that were causing some problems
moodler [Mon, 30 Dec 2002 15:38:10 +0000 (15:38 +0000)]
Allow "." and "-" in usernames.
moodler [Mon, 30 Dec 2002 15:30:05 +0000 (15:30 +0000)]
If a user has authenticated via external authentication, then FORCE them
to fill out the user profile form (is they can't do anything else until
this is done)
moodler [Mon, 30 Dec 2002 13:02:21 +0000 (13:02 +0000)]
Allow STRIKE tag
moodler [Mon, 30 Dec 2002 06:07:03 +0000 (06:07 +0000)]
Robustness fixes
moodler [Mon, 30 Dec 2002 05:31:54 +0000 (05:31 +0000)]
More debugging
moodler [Mon, 30 Dec 2002 05:13:43 +0000 (05:13 +0000)]
More little fixups for robustness
moodler [Mon, 30 Dec 2002 05:10:01 +0000 (05:10 +0000)]
Many little fixes and cleanups for robustness
moodler [Mon, 30 Dec 2002 03:39:42 +0000 (03:39 +0000)]
Fixed p() and s() to deal with zero better
moodler [Mon, 30 Dec 2002 03:38:59 +0000 (03:38 +0000)]
Fix default cursor
moodler [Mon, 30 Dec 2002 03:25:48 +0000 (03:25 +0000)]
Fixes to insert_record (from Petri) to explicitly use field default
values if we know them from ADOdb, to avoid some problems with PostgreSQL 7.2 onwards
moodler [Mon, 30 Dec 2002 03:24:07 +0000 (03:24 +0000)]
New "debug" variable to turn debugging on and off
moodler [Sun, 29 Dec 2002 17:41:18 +0000 (17:41 +0000)]
Daily changes
moodler [Sun, 29 Dec 2002 17:32:32 +0000 (17:32 +0000)]
Various little fixes to remove warnings (usually about empty variables)
when error_reporting is turned up to 15 or so ... more of these to come ...
moodler [Sun, 29 Dec 2002 16:28:41 +0000 (16:28 +0000)]
It's now possible to choose a documentation language on the fly!
moodler [Sun, 29 Dec 2002 16:28:09 +0000 (16:28 +0000)]
New get_record_select function (for completeness) and a completely
revamped update_user_in_db() function
moodler [Sun, 29 Dec 2002 16:26:44 +0000 (16:26 +0000)]
Use session-specified language if possible
moodler [Sun, 29 Dec 2002 16:23:48 +0000 (16:23 +0000)]
Cleaned up files using new admin/lang.php