5723 Commits

Author SHA1 Message Date
moodler
a3dec13dab First very rough version of Korean.
Some of it is euc-kr ... some of it is Unicode ...
2004-02-10 06:38:11 +00:00
moodler
2c7091551f Removed some test code 2004-02-10 05:10:30 +00:00
moodler
9284861420 Updated config-dist.php since options have moved out of it 2004-02-10 05:06:12 +00:00
moodler
d523d2ead1 Some configuration options now added to the Configuration page.
opentogoogle

  textfilters

  cachetext

They should upgrade cleanly from anything you may have in config.php
2004-02-10 05:05:28 +00:00
giro123
0cbc7de6b6 *** empty log message *** 2004-02-10 00:43:22 +00:00
stronk7
3a4b33c3b9 Now course->lang is in backup & restore. 2004-02-09 22:24:34 +00:00
moodler
178c952a52 Latest translations from Paula Magri 2004-02-09 18:46:41 +00:00
mits
58f2393ebf translated & polished some. 2004-02-09 18:11:40 +00:00
mits
5b16d81510 translated few. 2004-02-09 17:23:34 +00:00
moodler
246dedcf47 Give new windows different names so they can be compared more easily 2004-02-09 14:37:45 +00:00
moodler
e3812d2a7c Fixed table name 2004-02-09 13:12:46 +00:00
moodler
45121ffbf3 text_cache --> cache_text much better 2004-02-09 13:10:19 +00:00
moodler
f0aa2fed24 Removed a small bit of debugging code 2004-02-09 12:33:44 +00:00
moodler
cb3a448415 Delete old cached texts on a cleanup 2004-02-09 12:33:02 +00:00
moodler
d363047eb0 TEXT CACHING
------------

I have a site which really needs this, so I went ahead with it already.

This add-on will cache formatted texts in the database and use them
for a specified timeperiod.

By default it is disabled.   Enable it with:

  $CFG->cachetext = 600;   // in seconds
2004-02-09 12:27:34 +00:00
carlesbellver
6579224b6a *** empty log message *** 2004-02-09 11:40:24 +00:00
carlesbellver
c18a62ddbd *** empty log message *** 2004-02-09 11:02:41 +00:00
martignoni
822e9771f2 More files added 2004-02-09 10:19:13 +00:00
martignoni
5a1e63d532 Small corrections 2004-02-09 09:52:06 +00:00
martignoni
b273933f1c New translated file 2004-02-09 09:45:58 +00:00
martignoni
095d970dba Update to last changes of french translation 2004-02-09 09:19:09 +00:00
moodler
0cc6fa6a1f Emails can take on course language as well 2004-02-09 08:49:54 +00:00
moodler
b3153e4b7d Small hack to force a particular language within a course.
No interface on course/edit.php ... I want to try this on
moodle.org for a while to try and stop the encoding problems
2004-02-09 07:31:04 +00:00
martignoni
e138523ff3 Adding more files 2004-02-08 22:50:24 +00:00
martignoni
4a63f1dc6c Typo corrected 2004-02-08 22:36:24 +00:00
martignoni
c812e7b78a Quiz help files updated 2004-02-08 22:32:26 +00:00
stronk7
2b375658ae user_preferences fully supported
discussion->usermodified fully supported
log->cmid supported in backup
Bump previous to implement:
   - events
   - restore logs
2004-02-08 19:40:31 +00:00
stronk7
9055368540 Ooops !! Copy/paste typo. :-) 2004-02-08 19:37:43 +00:00
stronk7
63349eb15c log->cmid is included in backup (not processed in restore yet!!) 2004-02-08 19:36:42 +00:00
stronk7
e222ce0944 discussion->usermodified is in backup & restore now. 2004-02-08 19:34:22 +00:00
stronk7
41fd7fe497 Now user_preferences are fully supported in backup & restore. 2004-02-08 19:27:23 +00:00
moodler
21d1d0773b Added some documentation about a few preferences that are only in config.php
right now.
2004-02-08 14:27:54 +00:00
moodler
bc5bb6f8f5 Don't show scheduled backups menu if they are disabled 2004-02-08 14:24:44 +00:00
moodler
12fb46824f Changed the name of $CFG->preventscheduledbackups to disablescheduledbackups 2004-02-08 14:21:23 +00:00
moodler
76a5ce96fe Fixed the year 2004-02-08 14:05:12 +00:00
moodler
d6f2c959c7 OK, this time I've fixed that URL! 2004-02-08 13:59:50 +00:00
moodler
b468a22a45 FIxed the link to old release notes 2004-02-08 13:55:04 +00:00
moodler
8b7fb26f2c Latest release notes for 1.2. Phew, this took me most of the day! 2004-02-08 13:52:47 +00:00
moodler
09119f3b8b Old release info 2004-02-08 13:51:30 +00:00
moodler
7eac5f93cd Removed some rubbish 2004-02-08 12:51:27 +00:00
moodler
952b9c07b6 Quicktime plugin 2004-02-08 12:48:43 +00:00
martignoni
96e8998e94 More files translated 2004-02-08 12:32:43 +00:00
moodler
0708881565 Use mediaplayer for ALL uploaded mediaplayer files 2004-02-08 12:21:36 +00:00
moodler
393137e290 Add a mimetype for .asf files 2004-02-08 12:21:06 +00:00
moodler
6b1ce6b2e0 Some wording changes. 2004-02-08 09:52:24 +00:00
moodler
0437ab95c6 Use format_text to print text so that filters work 2004-02-08 09:48:48 +00:00
moodler
80e376a20d Use format_text instead of text_to_html (so filtering works) 2004-02-08 09:47:29 +00:00
martignoni
b53bff0767 Some small corrections 2004-02-08 08:59:02 +00:00
anvergara
2cdbaeba53 Updated 2004-02-08 00:41:39 +00:00
martignoni
dcf59b72f9 More help files translated 2004-02-07 22:37:34 +00:00