]>
git.mjollnir.org Git - moodle.git/log
paca70 [Mon, 24 Feb 2003 18:48:55 +0000 (18:48 +0000)]
Added support for nonadmin course creation.
Course creators are managed by /admin/creator.php , same way that admins.
Or if authetication module have 'auth_iscreator'-function (right now only ldap-module have) ,
users are added to creators at login time.
moodler [Mon, 24 Feb 2003 10:45:49 +0000 (10:45 +0000)]
More detail, clearer description
moodler [Mon, 24 Feb 2003 10:42:07 +0000 (10:42 +0000)]
New table for Postgres
moodler [Mon, 24 Feb 2003 10:37:56 +0000 (10:37 +0000)]
First version of code to implement new "Random Matching" type
of questions. These use 2 or more short answer questions at
random to construct a questions where you have to match
answers to questions. Only lightly tested so far.
Quiz questions can now be edited with Richtext editor.
Sundry little fixes along the way.
moodler [Mon, 24 Feb 2003 09:36:15 +0000 (09:36 +0000)]
Changes to modify_database() so it works with string input
moodler [Mon, 24 Feb 2003 09:34:10 +0000 (09:34 +0000)]
Two new functions for randomizing arrays
moodler [Fri, 21 Feb 2003 09:19:22 +0000 (09:19 +0000)]
Restored Davide Suraci info
moodler [Fri, 21 Feb 2003 09:07:44 +0000 (09:07 +0000)]
Updates and fixes, mostly from Paolo Lariccia.
paca70 [Thu, 20 Feb 2003 22:09:59 +0000 (22:09 +0000)]
Reverted to older version, those changes should never got to CVS.
paca70 [Thu, 20 Feb 2003 21:55:14 +0000 (21:55 +0000)]
Show creation option when available.
paca70 [Thu, 20 Feb 2003 21:39:51 +0000 (21:39 +0000)]
Added support for usercreation from Moodle to authentication module.
Works currently only with ldap-module (tested with e-directory), but
other modules could be extended too by
adding following functions:
function auth_user_exists ($username) {
//returns true if given username already exists on authetication database
}
function auth_user_create ($userobject,$plainpass) {
//create new user to authentication database
//in inactive state (if posible)
//returns true if user is created
}
function auth_user_activate ($username) {
//activate external user after email-address is confirmed
//returns true if user is activated
}
moodler [Wed, 19 Feb 2003 11:12:22 +0000 (11:12 +0000)]
Portuguese, first version, contributed by Jaime Villate.
paca70 [Tue, 18 Feb 2003 22:52:55 +0000 (22:52 +0000)]
Finnish installation instructions.
paca70 [Tue, 18 Feb 2003 10:20:42 +0000 (10:20 +0000)]
updates
CV: ----------------------------------------------------------------------
paca70 [Tue, 18 Feb 2003 08:41:49 +0000 (08:41 +0000)]
Fixed some typos and making translation more consistent.
moodler [Tue, 18 Feb 2003 07:44:26 +0000 (07:44 +0000)]
Added changes to table_column from Petri Asikainen for Postgresql 7.3
moodler [Tue, 18 Feb 2003 03:16:07 +0000 (03:16 +0000)]
Fixes for the use of LIMIT in SQL for Postgres 7.3 (from Petri Asikainen)
paca70 [Mon, 17 Feb 2003 22:19:38 +0000 (22:19 +0000)]
updates
moodler [Mon, 17 Feb 2003 18:14:06 +0000 (18:14 +0000)]
Select all
moodler [Mon, 17 Feb 2003 18:13:41 +0000 (18:13 +0000)]
Little changes
moodler [Mon, 17 Feb 2003 17:02:56 +0000 (17:02 +0000)]
Added function to check everything on a page
paca70 [Mon, 17 Feb 2003 13:35:55 +0000 (13:35 +0000)]
updates
moodler [Mon, 17 Feb 2003 08:35:51 +0000 (08:35 +0000)]
Fixes to survey_get_responses() to make it work better with PostgreSQL
(from Petri Asikainen)
moodler [Sun, 16 Feb 2003 09:42:06 +0000 (09:42 +0000)]
Added language menus to top of login pages
moodler [Sun, 16 Feb 2003 09:25:02 +0000 (09:25 +0000)]
Update version
moodler [Sun, 16 Feb 2003 09:24:25 +0000 (09:24 +0000)]
Fix short column
moodler [Sun, 16 Feb 2003 09:22:52 +0000 (09:22 +0000)]
Remove English word 'ago'
moodler [Sun, 16 Feb 2003 08:03:55 +0000 (08:03 +0000)]
Tidy up the import screen
moodler [Sun, 16 Feb 2003 08:03:17 +0000 (08:03 +0000)]
Change MC answers to letters a, b, c etc ...
moodler [Sun, 16 Feb 2003 07:08:57 +0000 (07:08 +0000)]
Various quiz changes. Most importantly is the new framework for importing
quiz questions. Importing works but is still being tested.
moodler [Sat, 15 Feb 2003 02:58:34 +0000 (02:58 +0000)]
Fixed navigation link to login page
paca70 [Wed, 12 Feb 2003 10:27:21 +0000 (10:27 +0000)]
Updates
moodler [Tue, 11 Feb 2003 01:53:10 +0000 (01:53 +0000)]
Fixed link to picture file in print_picture_file
moodler [Tue, 11 Feb 2003 01:35:31 +0000 (01:35 +0000)]
Fixed license link
rkingdon [Thu, 6 Feb 2003 21:43:57 +0000 (21:43 +0000)]
peer graded assignment version 1.01
moodler [Thu, 6 Feb 2003 18:07:31 +0000 (18:07 +0000)]
Missing semicolon
moodler [Thu, 6 Feb 2003 06:37:10 +0000 (06:37 +0000)]
Note for something that needs to be fixed
moodler [Wed, 5 Feb 2003 12:41:59 +0000 (12:41 +0000)]
Provide the possibility that the format of a text is not defined properly
moodler [Wed, 5 Feb 2003 10:52:55 +0000 (10:52 +0000)]
Whoops, fixed some obvious bugs when getting slash arguments
moodler [Wed, 5 Feb 2003 10:48:13 +0000 (10:48 +0000)]
Removed some redundant code when looking for slash arguments (use me() function instead)
minkowski [Tue, 4 Feb 2003 04:35:17 +0000 (04:35 +0000)]
Completed Thai Translation
minkowski [Tue, 4 Feb 2003 04:12:30 +0000 (04:12 +0000)]
rephrased quite a number of phrases
moodler [Sun, 2 Feb 2003 02:37:09 +0000 (02:37 +0000)]
Add better escaping for double quotes
rkingdon [Sat, 1 Feb 2003 22:04:27 +0000 (22:04 +0000)]
peer graded assignment version 1.0
mits [Sat, 1 Feb 2003 18:28:10 +0000 (18:28 +0000)]
New translation added.
rkingdon [Sat, 1 Feb 2003 17:53:41 +0000 (17:53 +0000)]
Peer graded assignment - English Language file version 1.0
moodler [Sat, 1 Feb 2003 01:36:31 +0000 (01:36 +0000)]
Add some timing
paca70 [Fri, 31 Jan 2003 11:05:43 +0000 (11:05 +0000)]
some updates
paca70 [Fri, 31 Jan 2003 10:43:24 +0000 (10:43 +0000)]
*** empty log message ***
moodler [Thu, 30 Jan 2003 15:52:38 +0000 (15:52 +0000)]
Improved me() function
moodler [Tue, 28 Jan 2003 03:55:55 +0000 (03:55 +0000)]
Allow tags for embedded objects
moodler [Tue, 28 Jan 2003 03:34:26 +0000 (03:34 +0000)]
Ignore all files and directories beginning with "."
moodler [Tue, 28 Jan 2003 03:06:52 +0000 (03:06 +0000)]
Explicitly set the character set
moodler [Tue, 28 Jan 2003 03:06:20 +0000 (03:06 +0000)]
Added some missing PHP variables to make it consistent with lib/htaccess
moodler [Tue, 28 Jan 2003 02:52:13 +0000 (02:52 +0000)]
Added some checks for PHP server variables - warnings are printed that
prevent installation until these are fixed.
moodler [Tue, 28 Jan 2003 02:28:17 +0000 (02:28 +0000)]
Use On and Off instead of 0 and 1
moodler [Tue, 28 Jan 2003 02:27:18 +0000 (02:27 +0000)]
Changed some settings from "1" to "On"
moodler [Mon, 27 Jan 2003 02:50:34 +0000 (02:50 +0000)]
Old version of this file ... Ray will replace it shortly
moodler [Sun, 26 Jan 2003 16:59:39 +0000 (16:59 +0000)]
Don't need this either
moodler [Sun, 26 Jan 2003 16:58:55 +0000 (16:58 +0000)]
Removing English versions in the German lang pack
compuproggy [Sun, 26 Jan 2003 12:22:09 +0000 (12:22 +0000)]
*** empty log message ***
compuproggy [Sun, 26 Jan 2003 12:08:01 +0000 (12:08 +0000)]
A better german version. Thx to a few modified translations of Michael Schneider
moodler [Sun, 26 Jan 2003 06:04:14 +0000 (06:04 +0000)]
Slightly better robustness for notice() when there is no referer
compuproggy [Sat, 25 Jan 2003 13:01:16 +0000 (13:01 +0000)]
*** empty log message ***
moodler [Fri, 24 Jan 2003 08:47:20 +0000 (08:47 +0000)]
Smaller random number for smaller machines. :-)
moodler [Fri, 24 Jan 2003 08:41:18 +0000 (08:41 +0000)]
Remove the ampersand thing ... it was actually a Mozilla display bug. :-)
moodler [Fri, 24 Jan 2003 07:51:55 +0000 (07:51 +0000)]
Fixes to insert_record for inserting null values.
Also some unfinished changes to table_column ... not recommended for use right now
moodler [Fri, 24 Jan 2003 07:48:54 +0000 (07:48 +0000)]
Robustness fixes
moodler [Fri, 24 Jan 2003 04:31:58 +0000 (04:31 +0000)]
New sessiontimeout config variable to set the timeout for sessions
moodler [Thu, 23 Jan 2003 13:07:49 +0000 (13:07 +0000)]
Implemented a safer version of stripslashes called stripslashes_safe.
This will only fix these three cases:
\'
\"
\\
and leaves all other backslashes alone. Should fix problems in forums
and forms where backslashes were sometimes disappearing from windows
paths like C:\temp - usually only in the richtext editor, but still.
moodler [Thu, 23 Jan 2003 05:03:27 +0000 (05:03 +0000)]
Solve this silly mpersand display problem
moodler [Thu, 23 Jan 2003 04:23:05 +0000 (04:23 +0000)]
If comment contains quotes then it can cause problems when
an assignment is uploaded. Bug fixed by Ray Kingdon.
moodler [Thu, 23 Jan 2003 02:50:38 +0000 (02:50 +0000)]
Some robustness fixes
mits [Wed, 22 Jan 2003 18:39:17 +0000 (18:39 +0000)]
New translation
mits [Wed, 22 Jan 2003 18:38:19 +0000 (18:38 +0000)]
no message
mits [Wed, 22 Jan 2003 14:27:45 +0000 (14:27 +0000)]
no message
mits [Wed, 22 Jan 2003 14:26:35 +0000 (14:26 +0000)]
Modify strftime format for more natural Japanese way.
moodler [Wed, 22 Jan 2003 12:03:22 +0000 (12:03 +0000)]
Ignore the fonts folder
moodler [Wed, 22 Jan 2003 05:34:25 +0000 (05:34 +0000)]
Adding correct character set for Japanese.
These pages have to specify this stuff manually so that they work
even when not displayed within Moodle.
Nice job on the install translation, Mits!
moodler [Wed, 22 Jan 2003 04:15:29 +0000 (04:15 +0000)]
Removed all additional stuff for now
moodler [Wed, 22 Jan 2003 01:55:54 +0000 (01:55 +0000)]
Add slashes to data pulled out of external source, just in case O'Brien logs in :-)
mits [Tue, 21 Jan 2003 19:09:22 +0000 (19:09 +0000)]
New translation
moodler [Tue, 21 Jan 2003 16:13:23 +0000 (16:13 +0000)]
More changes ... can't mess with the GPL. :-(
moodler [Tue, 21 Jan 2003 13:22:05 +0000 (13:22 +0000)]
Clean up
moodler [Tue, 21 Jan 2003 12:57:10 +0000 (12:57 +0000)]
Even better :-)
moodler [Tue, 21 Jan 2003 11:46:03 +0000 (11:46 +0000)]
Further rewording ... it's getting better I think.
moodler [Tue, 21 Jan 2003 09:21:20 +0000 (09:21 +0000)]
Some info about this directory
moodler [Tue, 21 Jan 2003 09:17:10 +0000 (09:17 +0000)]
Changes to use fonts in language packs, and also to use a language
decoding function if necessary
moodler [Tue, 21 Jan 2003 07:27:01 +0000 (07:27 +0000)]
Moved fonts into language pack so that other languages can have
proper displays in graphs
moodler [Tue, 21 Jan 2003 04:52:17 +0000 (04:52 +0000)]
Slight changes to the wording of this new stuff
moodler [Tue, 21 Jan 2003 03:08:37 +0000 (03:08 +0000)]
Rewritten for clarity
moodler [Tue, 21 Jan 2003 02:33:48 +0000 (02:33 +0000)]
Added new clause to Copyright about the use of Moodle logos.
moodler [Mon, 20 Jan 2003 15:55:41 +0000 (15:55 +0000)]
Fixed a string
moodler [Mon, 20 Jan 2003 15:43:09 +0000 (15:43 +0000)]
Remove name on submit button
moodler [Mon, 20 Jan 2003 14:23:09 +0000 (14:23 +0000)]
Add times
moodler [Mon, 20 Jan 2003 14:04:33 +0000 (14:04 +0000)]
Use $CFG->directorypermissions for new directories
moodler [Mon, 20 Jan 2003 14:04:06 +0000 (14:04 +0000)]
Better control over directory permissions: $CFG->directorypermissions
moodler [Mon, 20 Jan 2003 14:03:11 +0000 (14:03 +0000)]
Added new configuration value $CFG->directorypermissions to set the
permissions for new directories created in dataroot
moodler [Mon, 20 Jan 2003 13:40:02 +0000 (13:40 +0000)]
Fixes to make it work on safe mode servers, but also better control of
directory/file permissions.
moodler [Mon, 20 Jan 2003 09:30:24 +0000 (09:30 +0000)]
Password had no default