paca70
598be1325b
Updates from Jussi Kurikka
2004-03-17 14:59:01 +00:00
paca70
d28e480a7b
Typos, oh no typos again!
2004-03-14 21:09:09 +00:00
paca70
69a8774592
Added link to translation site
2004-03-14 17:55:04 +00:00
paca70
601ae6c095
Updates
2004-03-14 09:15:55 +00:00
paca70
7e99e2655c
Updates, thanks to Jussi Kurikka
2004-03-02 14:26:11 +00:00
paca70
fb25ce9457
updates
2004-02-04 06:55:36 +00:00
paca70
359c9742df
Updates
2004-01-15 19:02:39 +00:00
paca70
16e45ab4c9
Initial version
2004-01-15 19:01:22 +00:00
paca70
757720d532
Initial translation
2004-01-15 18:39:05 +00:00
paca70
edd962ab73
Updates
2004-01-15 17:43:46 +00:00
paca70
4252895a6b
More updates by Joni Rosenberg
2003-12-16 12:01:33 +00:00
paca70
402377c375
initial translation and helpfiles for dialogue module.
...
Thanks to Janne Mikkonen.
2003-12-12 05:24:32 +00:00
paca70
8ea237e932
More Finnish translation from Teemu Sumi.
2003-11-27 19:19:11 +00:00
paca70
b20ad90a53
One small correction.
2003-11-27 19:08:20 +00:00
paca70
276a8df94c
Finnish teachers manual. Thanks to Lasse Utti.
2003-11-27 19:01:17 +00:00
paca70
3bc5359621
Converting back to iso-8859-1. Sorry for this mess...
2003-11-26 13:10:54 +00:00
moodler
088e092db8
More language fixes, mostly using print_string instead of get_string
2003-10-29 08:21:52 +00:00
moodler
4c46c425db
Changes to integrate the new HTML editor into Moodle in an optional way
...
until it's stable enough to replace Richtext
To enable the new editor, add this line into config.php:
$CFG->useneweditor = true;
2003-10-29 08:06:11 +00:00
paca70
7d53de2687
Converted files from iso-8859-1 to UTF-8
2003-09-24 16:49:10 +00:00
moodler
4c48acf01b
Fixed some short PHP tags
2003-09-09 08:43:27 +00:00
moodler
5eadc17e55
Some tweaks from Teemu
2003-08-29 02:58:07 +00:00
moodler
ba73065339
I had to reformat this help file. It is no longer HTML but plain Moodle format.
...
I"ve done this for all good translations.
2003-08-15 13:43:05 +00:00
paca70
f64fb7b192
Updates from Teemu Sumi. Thanks again!
2003-05-20 17:27:25 +00:00
paca70
844bad05a9
Updates. Thanks to Teemu Sumi.
2003-05-19 17:32:45 +00:00
moodler
8c5b0c41bb
Updated docs to use php_flag instead of php_value for booleans
2003-05-19 02:31:14 +00:00
paca70
5ade559e8e
updates
2003-05-04 09:56:35 +00:00
paca70
8809fee944
updates
2003-04-28 14:59:28 +00:00
moodler
f861185a4a
Added dynamic display of post delay time as currently defined for the server
2003-04-23 15:30:22 +00:00
paca70
e05566015e
More updates. Thanks to Teemu!
2003-04-22 14:38:37 +00:00
paca70
3c7f99a447
Updates
2003-04-22 14:18:03 +00:00
paca70
754786f1be
Updates
2003-03-28 08:58:47 +00:00
paca70
a3b0dbfa80
updates from Jaana
2003-03-27 20:04:24 +00:00
paca70
7563a073c3
rtf-editor had mixed up some files
2003-03-07 17:55:44 +00:00
paca70
c605097983
RitchText editor had mixed up all php code.
2003-03-07 07:04:54 +00:00
paca70
5fcda72588
updates
2003-03-06 16:39:17 +00:00
paca70
1b7f43a40a
updates
2003-03-05 13:01:29 +00:00
paca70
9eee5e0559
Updates
2003-03-01 16:45:45 +00:00
paca70
4e94d2608b
updates
2003-02-26 19:18:56 +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
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
paca70
5443a18b8f
Finnish installation instructions.
2003-02-18 22:52:55 +00:00
paca70
4c398dda96
updates
...
CV: ----------------------------------------------------------------------
2003-02-18 10:20:42 +00:00
paca70
79ba7581de
Fixed some typos and making translation more consistent.
2003-02-18 08:41:49 +00:00
paca70
e10ed4f09f
updates
2003-02-17 22:19:38 +00:00
paca70
035aa1848c
updates
2003-02-17 13:35:55 +00:00
paca70
01a660a583
Updates
2003-02-12 10:27:21 +00:00
paca70
56a4ed732a
some updates
2003-01-31 11:05:43 +00:00
paca70
33ff2cca85
*** empty log message ***
2003-01-31 10:43:24 +00:00