18 Commits

Author SHA1 Message Date
martin
74944b734d Most of the configuration variables have been moved out of the config.php
file and into a database, where they can be edited using a new admin form
called "Configure variables".
2002-09-19 12:01:55 +00:00
martin
7b5271354b Mentioned there's no need to use a trailing slash on the wwwroot 2002-09-15 06:09:44 +00:00
martin
9febf87563 Added ability to define proxy machine (eg a firewall) so that Moodle
is able to get to the Internet if it needs to
2002-09-02 06:34:43 +00:00
martin
3f8247c2ea Changes to use a new configuration variable: CFG->slasharguments
If true, then display of user pictures or filenames will use the
method of providing arguments as "slash" arguments - this is much
better for caching, proxies, search engines etc.  Unfortunately
it doesn't seem to work on some PHP installations.

If false (the default), then a more compatible method is used
(ie usual way of passing parameters to scripts)
2002-08-26 09:48:00 +00:00
martin
8ce53f0f85 New CFG->zip and CFG->unzip valiables which specify programs to use
when zipping and unzipping files.  Unix only at this stage. (Zip interfaces
for Windows are much less standardised)
2002-08-18 15:26:04 +00:00
martin
1e3e716f1d Changes related to new way of setting and recalling themes.
The CFG->theme variable is now obsolete in config.php - use the
admin page to set themes interactively.
2002-08-17 13:01:06 +00:00
martin
bd2bed9345 Mention the new themes 2002-08-11 06:24:28 +00:00
martin
48647134e3 Slightly clearer explanations ... 2002-08-08 02:11:16 +00:00
martin
515b9f306e Made it a bit clearer. 2002-08-06 12:58:21 +00:00
martin
1f7227e1c2 New config variable longtimenosee 2002-08-05 07:59:37 +00:00
martin
fa0626c6f4 Language-related fixes 2002-07-04 07:52:06 +00:00
martin
1d16c5717b Slight changes to documentation 2002-07-02 04:19:54 +00:00
martin
22f4320bdb Changes to support GD 1 and GD 2. Well, to be more accurate, we now
rely on the administrator to tell us which is installed because PHP
is not reliable  (eg GD 2.* functions are available in 4.0.6 and later
EVEN WHEN gd 2 is not present ... sigh).


So, new config variable  $CFG->gdversion
2002-06-13 11:18:52 +00:00
martin
2569999130 Altered smtphosts and removed cronpassword 2002-06-06 15:25:36 +00:00
martin
3eb3901ef1 Indicates only MySQL is supported for now. 2002-05-31 09:37:16 +00:00
martin
bb5a36e4d5 Added CFG->cronpassword for moodle/admin/cron.php 2002-05-27 06:16:38 +00:00
martin
4eccdb5d93 smtphost --> smtphosts 2002-05-19 03:51:01 +00:00
martin
ede50d6f6d Added to eliminate problems of config.php being overwritten 2002-05-17 13:38:05 +00:00