5640 Commits

Author SHA1 Message Date
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
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