2544a80de1
PostgreSQL 8 compatibility fix for database character set detecting
2006-04-23 23:39:56 +00:00
bd507453f7
The install script should always be Unicode.
2006-04-16 15:58:24 +00:00
b1e64385dc
During installation, if the database isn't UTF and it is empty,
...
then try and set it to UTF automatically.
I did MySQL only, can someone tackle this for PostgreSQL?
2006-04-14 11:57:11 +00:00
b6d31b4696
FIxed an alt string
2006-04-14 04:58:09 +00:00
3725cc8a58
htmlentities() to s()
2006-04-11 15:42:08 +00:00
1a8bdfc430
Strip the "_utf8" suffix from language names in list of languages.
...
Special info showed for non-utf8 English.
(http://moodle.org/bugs/bug.php?op=show&bugid=4924 )
2006-04-10 23:07:37 +00:00
c05a30bc19
Preventig bug affecting sites with modified wwwroot and
...
custom admin dir. Bug 5031.
(http://moodle.org/bugs/bug.php?op=show&bugid=5031 )
2006-04-09 21:39:49 +00:00
cdef6d4211
New-improved installer. Now it allows to download the langpack
...
from download.moodle.org and some other minor tweaks solved.
2006-03-11 00:03:51 +00:00
68a3f81d4d
Now the installer will try to download the selected lang pack
...
from download.moodle.org to be able to continue with the
installation using such lang.
2006-03-10 01:07:41 +00:00
b9b4e32ab9
Now it's possible to use any language in the installer.
...
Next step: Add the possibility to download and install
the selected language from the installer.
2006-03-09 20:24:14 +00:00
b4dd571d8e
Now the installer looks for UTF-8 enabled DB (both for MySQL and
...
Postgress) warning if DB it isn't found. This test can be skipped,
but showing a message about it.
If everything is OK the CFG->unicodedb variable is written to the
config.php file.
With this, 1.6 installer should be 100% ready.
2006-02-05 00:57:44 +00:00
3b3b80293c
Now the installation process perform then environment check.
2006-01-21 17:30:01 +00:00
182dca14e5
Added one new style for better formatting.
2006-01-20 16:18:52 +00:00
e6f930f340
Split some strings for better formatting.
2006-01-20 16:11:32 +00:00
09f972719b
Solved small bug introduced in lat revision. My fault. :-(
2006-01-20 10:43:44 +00:00
3470b39f5c
Modifying the installation script. Step 1: Replace all
...
the harcoded stages to some nicer defines.
2006-01-19 17:41:56 +00:00
72452dc1ea
HEAD install is working again...
2006-01-07 10:15:04 +00:00
4d46a3f062
Merged new globals check into install from stable
2005-11-17 07:14:03 +00:00
1fd3772bc5
Changing width="22" for /pix/help.gif to width="17"
2005-05-10 00:21:09 +00:00
f96660f8bf
Whoops, how did this get in there? :-)
2005-03-14 13:31:34 +00:00
91099e368b
Added checks for allow_fopen_url in two more places!
2005-02-23 15:40:53 +00:00
6e86ae68d8
Added a comment about safe mode permissions
2005-02-09 05:20:01 +00:00
4b9efec45e
Default directory permissions of 02777 (for safe mode) are causing
...
some problems for various people ... I'm putting it back to the default.
2005-02-09 05:19:05 +00:00
985c93197c
Fixing the admin directory check (again ;-))
2005-01-10 08:04:44 +00:00
d99bab2d1d
Some changes that may help on safe mode ... see bug 2093
...
The new directory permissions maintain group mode better,
and the manual chown is now removed to prevent safe mode
from getting upset.
2004-12-26 14:45:39 +00:00
e35d275e1f
Merged from MOODLE_14_STABLE
...
Fixes bug #2147 http://moodle.org/bugs/bug.php?op=show&bugid=2147
The config.php generated by install.php was missing $CFG->admin -- credit goes to serge.laot@wanadoo.fr for the report and patch.
2004-12-13 07:38:43 +00:00
774c4d2bc3
Use dirroot to check admin directory
2004-10-22 10:17:25 +00:00
2df3a7219d
Check if url-based fopen() is enebled before trying to use it.
2004-10-22 10:15:56 +00:00
fe51520688
Installer now checks that MySQL extension is present - see bug 1982
2004-09-23 05:40:53 +00:00
839f2456bb
XHTML compliance
...
- fixed (hopefully) all <img> tags
- global replace on <br> to <br />
- & in URLs
- got the forum module XHTML compliant
Julian Sedding
2004-09-16 17:13:57 +00:00
c423badc88
Merged fix from stable
2004-09-06 15:50:47 +00:00
59812bc74f
Dammit ... editing too fast
2004-08-31 12:53:51 +00:00
dc157df31a
Merged postgresql fix for install.php
2004-08-31 12:49:43 +00:00
7c561c7a25
Try to apply sensible file permissions to the new config.php
2004-08-21 13:27:44 +00:00
51e3e0b9a1
Updated ... unfortuntely some of the fixes are the same as PJs
...
but there is also lots of other stuff too.
2004-08-19 08:53:23 +00:00
edd3a5db7e
When config.php cannot be written to disk, click the button to download it and save it yourself.
2004-08-19 08:34:21 +00:00
cd0e958ed3
CSS hack for the Prev/Next buttons so that hitting ENTER would take you to
...
the next page. It works just fine! :-)
Also, a die() added after the redirection if config.php exists, for good measure.
2004-08-19 08:12:28 +00:00
94ba66ce0a
Tweaks
2004-08-17 14:12:01 +00:00
8d783716f9
Improvements to installation procedure.
...
It now does a compatibility check of the environment as well,
including memory limits and so on - so this should reduce some
of the FAQs.
The text is still rough ... don't translate it just yet.
2004-08-17 13:51:41 +00:00
8b5b10281c
New automatic installation script! No need to make config.php anymore!
...
It's rough but it works. I will be doing lots of work on making it
slicker so don't translate the strings just yet.
2004-08-12 15:53:32 +00:00