5657 Commits

Author SHA1 Message Date
moodler
90207a06e3 Use a site-defined timezone if one is defined 2004-02-12 05:55:04 +00:00
moodler
00d727e387 FIxed (old?) bug that sometimes prevented new categories 2004-02-12 03:48:13 +00:00
moodler
0c29498ede Use format_text on question texts so we get caching, filters etc 2004-02-12 03:41:16 +00:00
martignoni
692a13b499 New help files translated 2004-02-11 21:55:12 +00:00
martignoni
8b9e007056 New help files translated 2004-02-11 19:47:32 +00:00
moodler
1cdd857ce6 SOme tweaks 2004-02-11 14:25:42 +00:00
koenr
bcead64f30 missing strings 2004-02-11 12:45:31 +00:00
moodler
4901562dd7 FIxed a bug in the definition of fullnamedisplay 2004-02-11 02:35:33 +00:00
moodler
0d851f90a8 Cache format_text calls in make_mail_post for even more speed
during a forum_cron
2004-02-11 02:26:25 +00:00
martignoni
01e04d5470 Édité le -> Modifié le 2004-02-10 19:41:30 +00:00
martignoni
288ffddc1e Some minor changes 2004-02-10 19:32:05 +00:00
martignoni
e8fc9f954d Some tweeking done 2004-02-10 19:25:04 +00:00
martignoni
80384eee21 Translation complete 2004-02-10 19:02:16 +00:00
martignoni
ac65acc89d First part translated 2004-02-10 16:56:42 +00:00
fiedorow
c49dede89d Test version of TeX filter designed for moodle.org 2004-02-10 16:46:30 +00:00
moodler
78b85ede6a Fixed link to show group members 2004-02-10 14:41:45 +00:00
moodler
546b301b44 Don't print group pictures if none is defined 2004-02-10 14:36:12 +00:00
moodler
9c84314ed7 Fix for recent courselang stuff 2004-02-10 14:28:32 +00:00
moodler
30c9a78063 Interface for editing groups 2004-02-10 14:25:20 +00:00
moodler
7721c69499 save_user_image ---> save_profile_image so it works for groups too 2004-02-10 14:24:36 +00:00
moodler
35067c438f print_group_picture is more simple again, uses JPEGs
Put the fancy PNG code in a new function for later print_png()
2004-02-10 14:22:20 +00:00
moodler
0e2585ac0f Reject Opera when it is pretending to be IE 2004-02-10 14:20:44 +00:00
moodler
eea2335afe Multi-lang filter can flag a text as not being cacheable 2004-02-10 10:01:42 +00:00
moodler
8eaa4c61d5 The text caching is now sensitive on the temporary variable
$CFG->currenttextiscacheable

Any filter can set this to FALSE and the current text will not be cached
2004-02-10 09:59:46 +00:00
bobopinna
a953edbd35 Updated by Roberto Pinna 2004-02-10 09:49:58 +00:00
bobopinna
6af8359fc4 Updated by Roberto Pinna 2004-02-10 09:39:15 +00:00
bobopinna
c696c41b5b Translated by Francesco Bavastro 2004-02-10 09:12:35 +00:00
bobopinna
c57550050f Traslated by Francesco Bavastro 2004-02-10 09:03:58 +00:00
moodler
ca31091b12 Uploading in course restricted by site setting ... 2004-02-10 09:00:24 +00:00
moodler
e11dc9b682 Another little hack to complete the course-level forcelanguage 2004-02-10 08:10:04 +00:00
moodler
875cb9fa18 Use Unicode for the name of the language. Makes the menu look better. 2004-02-10 07:38:49 +00:00
moodler
c2061f1608 New strings for forcing languages 2004-02-10 07:17:42 +00:00
moodler
2639d3d310 Allow the teacher to force a language if they want to 2004-02-10 07:17:09 +00:00
moodler
a75082c017 A simple README to start off 2004-02-10 06:47:05 +00:00
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