- 21 Aug, 2004 2 commits
- 20 Jun, 2004 1 commit
-
-
moodler authored
$CFG->loginhttps After logging in via https, Moodle returns to a normal http URL More info: http://moodle.org/mod/forum/discuss.php?d=8555
-
- 24 May, 2004 2 commits
-
-
moodler authored
-
gustav_delius authored
-
- 15 May, 2004 1 commit
-
-
moodler authored
$CFG->extendedusernamechars
-
- 03 May, 2004 1 commit
-
-
moodler authored
-
- 27 Apr, 2004 1 commit
-
-
moodler authored
Plus, some optimisation on the way encoding is stored (in the session).
-
- 12 Mar, 2004 2 commits
- 10 Mar, 2004 1 commit
-
-
moodler authored
-
- 18 Feb, 2004 1 commit
-
-
moodler authored
-
- 17 Feb, 2004 1 commit
-
-
moodler authored
-
- 10 Feb, 2004 1 commit
-
-
moodler authored
-
- 09 Feb, 2004 1 commit
-
-
moodler authored
------------ 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
-
- 08 Feb, 2004 1 commit
-
-
moodler authored
right now.
-
- 30 Jan, 2004 1 commit
-
-
gustav_delius authored
-
- 27 Jan, 2004 1 commit
-
-
moodler authored
-
- 26 Jan, 2004 1 commit
-
-
gustav_delius authored
-
- 07 Dec, 2003 1 commit
-
-
moodler authored
-
- 04 Nov, 2003 1 commit
-
-
moodler authored
-
- 29 Oct, 2003 1 commit
-
-
moodler authored
until it's stable enough to replace Richtext To enable the new editor, add this line into config.php: $CFG->useneweditor = true;
-
- 13 Oct, 2003 1 commit
-
-
moodler authored
This new feature allows arbitrary text filters to be added to any HTML that is printed (forum posts, resources etc) ... anything that uses the standard format_text function. The first one properly supported is the glossary dynamic linking feature.
-
- 15 Sep, 2003 1 commit
-
-
moodler authored
-
- 01 Sep, 2003 1 commit
-
-
moodler authored
not working.
-
- 26 May, 2003 1 commit
-
-
moodler authored
The problems I thought were happening were in fact another problem on someone's installation (missing files). This code now checks for that too.
-
- 25 May, 2003 1 commit
-
-
moodler authored
platforms.
-
- 23 May, 2003 1 commit
-
-
moodler authored
-
- 19 May, 2003 1 commit
-
-
moodler authored
-
- 15 May, 2003 1 commit
-
-
moodler authored
Replaces the old $CFG->buggy_referer (reverses it, in fact) and can now be set in the configuration page (no need for it in config.php).
-
- 09 May, 2003 1 commit
-
-
moodler authored
IMPORTANT SECURITY FIX - this makes sure $CFG can not be overridden
-
- 10 Apr, 2003 1 commit
-
-
moodler authored
-
- 12 Mar, 2003 2 commits
-
-
moodler authored
-
gregb_cc authored
I've added the variable CFG->main_frame to config-dist.php, and replaced _top targets with the variable in all the php files. HTML files, like those in the documentation, have not been modified, as they are not (yet) parsed. The variable should probably get moved into the config table, and get some documentation. I've also included, but commented out, a slight change in weblib.php, which would guarantee that messages would be seen before redirecting the user (unless delay intentionally set to 0 when redirect is used).
-
- 12 Jan, 2003 1 commit
-
-
moodler authored
-
- 11 Jan, 2003 1 commit
-
-
moodler authored
-
- 05 Jan, 2003 1 commit
-
-
moodler authored
and require() to require_once()
-
- 23 Dec, 2002 1 commit
-
-
moodler authored
-
- 20 Dec, 2002 1 commit
-
-
moodler authored
Basically all the Database functions are in lib/datalib.php and the web functions are all in lib/weblib.php, so moodlelib.php is much thinner than it was. Data functions have been extended ... most old calls will still work, but now many more SQL commands can be performed using the datalib functions rather than using SQL. I'm currently moving through the whole tree replacing SQL calls or at least concentrating them in one section of mod/xxx/lib.php Still working on forums, quizzes, surveys, resources. The tree is currently not full working ... some things are half-completed ... will resume tomorrow.
-
- 11 Dec, 2002 1 commit
-
-
moodler authored
-