1
0
mirror of https://github.com/moodle/moodle.git synced 2025-03-09 02:10:00 +01:00

612 Commits

Author SHA1 Message Date
moodler
fe32b83bbf Improvements to explain about AcceptPathInfo 2003-03-10 13:59:06 +00:00
paca70
7563a073c3 rtf-editor had mixed up some files 2003-03-07 17:55:44 +00:00
villate
d106f1d9ae Improved translation of "search forums". 2003-03-07 16:15:30 +00:00
paca70
c605097983 RitchText editor had mixed up all php code. 2003-03-07 07:04:54 +00:00
mits
25f3420857 New translation added. 2003-03-06 17:48:25 +00:00
paca70
5fcda72588 updates 2003-03-06 16:39:17 +00:00
moodler
548daac7d9 Some fixes sent in by "Adriana Beal - Vydia Tecnologia" <adriana@vydia.com.br> 2003-03-06 02:01:05 +00:00
mits
19bbe230f6 Polished 2003-03-05 14:12:48 +00:00
mits
66ea5000db New translation added. 2003-03-05 13:11:05 +00:00
mits
706e019764 Polished 2003-03-05 13:10:37 +00:00
paca70
1b7f43a40a updates 2003-03-05 13:01:29 +00:00
mits
247612cfe7 New translation added. 2003-03-05 03:29:32 +00:00
mits
049100796f Polished 2003-03-05 02:06:49 +00:00
compuproggy
b1ca03e9cf *** empty log message *** 2003-03-04 12:45:58 +00:00
compuproggy
cdf198d345 New Translations 2003-03-04 12:30:47 +00:00
mits
7470fb3782 New translation 2003-03-03 17:55:19 +00:00
mits
d831f93c73 no message 2003-03-03 17:54:27 +00:00
mits
1862b9eb54 New translation added. 2003-03-03 17:53:40 +00:00
moodler
9314930280 Slight rewording 2003-03-03 13:23:50 +00:00
moodler
43f2302fdf Started a Frequently Asked Questions page 2003-03-03 13:18:34 +00:00
mits
c4eb7e254f New translation added. 2003-03-02 06:10:16 +00:00
mits
cd4b225bd0 no message 2003-03-02 01:13:47 +00:00
mits
f84148d015 *** empty log message *** 2003-03-02 01:12:11 +00:00
mits
d57d61e3a7 New translation added. 2003-03-02 01:10:16 +00:00
mits
b365072d7c New translation added. 2003-03-01 16:54:36 +00:00
mits
687f38368e no message 2003-03-01 16:54:06 +00:00
paca70
9eee5e0559 Updates 2003-03-01 16:45:45 +00:00
mits
44ac5310a8 New translation added. 2003-03-01 14:10:43 +00:00
moodler
068e57cebc Courses are forced to have unique shortnames (see bug 299) 2003-03-01 12:52:04 +00:00
moodler
b4b7572b9a new strings 2003-03-01 05:16:20 +00:00
villate
7169069bd5 Initial translation. 2003-02-27 19:27:06 +00:00
paca70
4e94d2608b updates 2003-02-26 19:18:56 +00:00
villate
12faa2684e Fixes the name of the "eachuserforum" type. 2003-02-25 17:39:06 +00:00
villate
f8b8aa347b Initial translation. 2003-02-25 17:30:18 +00:00
villate
111f984300 Fixes an HTML syntas error. 2003-02-25 17:07:57 +00:00
villate
ab202116b9 Initial translation. 2003-02-25 17:06:37 +00:00
moodler
f02ca41cca Removed space from end of file 2003-02-25 17:04:40 +00:00
moodler
06334957fa Complete translation into Slovak! From Pavol Jackulik. 2003-02-25 16:54:07 +00:00
villate
66d323459e Translate "post" as "mensagem", "isolated knowledge" as "aprendizagem
individual" and "connected knowledge" as "aprendizagem colectiva".
2003-02-25 16:52:20 +00:00
villate
7dd3b70b10 A few changes in the translation 2003-02-25 16:08:58 +00:00
moodler
38972a40a4 Some English spelling/grammar fixes. 2003-02-25 04:03:49 +00:00
paca70
6c891932c0 Some updates 2003-02-24 20:06:53 +00:00
paca70
9f9f92c6df Updates to Finnish translation and some correction to English one. 2003-02-24 19:00:39 +00:00
paca70
1924074c76 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.
2003-02-24 18:48:55 +00:00
moodler
38b68c5d6f More detail, clearer description 2003-02-24 10:45:49 +00:00
moodler
95dbc030a8 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.
2003-02-24 10:37:56 +00:00
moodler
663f70777a Restored Davide Suraci info 2003-02-21 09:19:22 +00:00
moodler
8f8e4f01b0 Updates and fixes, mostly from Paolo Lariccia. 2003-02-21 09:07:44 +00:00
paca70
5f2c35db18 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
}
2003-02-20 21:39:51 +00:00
moodler
47623d4f8f Portuguese, first version, contributed by Jaime Villate. 2003-02-19 11:12:22 +00:00