96 Commits

Author SHA1 Message Date
jerome
4630016797 MDL-14819 changed main table size, merged from 19 2008-05-22 02:26:54 +00:00
stronk7
6d5a22b208 Installer fixed, prefixes improved, moved conn settings to connect() and some more improvements. MDL-14864 2008-05-19 18:02:33 +00:00
jerome
2253a296c1 MDL-14716 Install script: icon image are now displayed on the Server Checks page, merged from19 2008-05-08 03:08:13 +00:00
jerome
dc71bb7d4f MDL-14656 Make install.php XHTML compliant, merged from 19 2008-05-08 02:21:53 +00:00
skodak
b4ac62457e MDL-14645 PHP 5.2.0 now required for new installation - installer lang packs will be updated automatically later by cron job on cvs.moodle.org 2008-05-01 21:40:34 +00:00
skodak
56ca1c60de MDL-12927 installer should detect the magic quotes settings and undo the slashes if necessary; merged from MOODLE_19_STABLE 2008-02-26 19:51:13 +00:00
moodler
e4b89caac8 MDL-13489 Merged fixes from 1.9 2008-02-19 06:57:51 +00:00
skodak
6a525ce289 MDL-12983 Installation stops after trying to download Language-Pack - patch by Dan Poltawski; merged from MOODLE_19_STABLE 2008-01-20 17:59:26 +00:00
skodak
f49312b6a6 MDL-12869 fixed minor security problem in installer - reported by hanno; merged from MOODLE_19_STABLE 2008-01-08 07:16:18 +00:00
stronk7
f85236dc76 Change some constants to avoid name collisions. MDL-12698 ; Merged from MOODLE_19_STABLE 2007-12-31 01:07:49 +00:00
skodak
a7d43f0d15 MDL-12698, MDL-12569 - componentlib & langimport improvements and fixes; merged from MOODLE_19_STABLE 2007-12-30 22:19:36 +00:00
stronk7
47bf57d657 Added note about automatic DB creation. MDL-9609
Merged from MOODLE_19_STABLE
2007-12-29 11:54:24 +00:00
stronk7
2a6d7f5536 Merged from MOODLE_19_STABLE. Under MySQL, create the db on install if possible. MDL-9609 2007-12-29 11:30:52 +00:00
arborrow
0bc1a2c192 added comment to see MDL-9609 for progress on resolving auto creation of MySQL database 2007-12-24 02:46:36 +00:00
poltawski
5690e088fc MDL-10607 - also support backslashes in dbuser/password in installer
merged from MOODLE_19_STABLE
2007-12-23 14:15:50 +00:00
poltawski
2961367e1e MDL-10607 - support single quotes in db user/password in installer
merged from MOODLE_19_STABLE
2007-12-23 13:30:06 +00:00
skodak
41aa843717 MDL-11694 adding error displaying into installer, it does not affect the debug and error displaying in final installation
MDL-11432 eliminated RecordCount
2007-10-10 11:03:00 +00:00
skodak
3d616aa07e MDL-10922 relative paths to images in installer 2007-08-22 20:22:22 +00:00
skodak
e102e78a10 MDL-10930 added mysqli support into installer; it needs install files refresh 2007-08-21 10:40:59 +00:00
jamiesensei
dfcdf0726b fixed syntax error in last commit that fixes MDL-10768 2007-08-09 15:05:15 +00:00
moodler
1a5bcabd3c Fixed determination of right-to-left MDL-10768 2007-08-09 09:03:14 +00:00
moodler
99238bf4d4 Fixes for RTL languages during install MDL-10768 2007-08-09 08:57:52 +00:00
jamiesensei
53a0367d10 added styles to install.php for colours for environment table 2007-06-20 06:32:26 +00:00
skodak
1a639adc88 MDL-9363 update memory limit checks and docs - grrr, removed debug code 2007-04-15 14:44:28 +00:00
skodak
1cc1456bd2 MDL-9363 update memory limit checks and docs; merged from MOODLE_18_STABLE 2007-04-15 14:30:47 +00:00
nicolasconnault
a66fe10336 MDL-8758 - Corrected the packagezip -> package.zip typo in 3 locations (2 in admin/langimport.php and 1 in install.php). The notification about allow_url_fopen has already been added to the default lang/en_utf8/error.php string. 2007-03-07 02:02:41 +00:00
stronk7
70205c746e Some more notices are now out. Caused by current_language()
Merged from MOODLE_18_STABLE
2007-02-23 18:17:01 +00:00
defacer
9b70d31437 Fixing a silly cosmetic thing under Windows... 2007-02-23 02:35:22 +00:00
defacer
5782d81809 Fixing ugly blue border around help icon during installation 2007-02-23 01:42:46 +00:00
defacer
23b86e1cf1 Fixing a few tons of notices when installing
if error_reporting = E_ALL in php.ini.

I 'm back! :D
2007-02-23 01:23:04 +00:00
moodler
5bc28e71eb Removed the raquo completely MDL-8528 2007-02-19 13:31:56 +00:00
skodak
d36afd6d43 MDL-8204 several installer improvements:
* dirroot can not be changed now to prevent future problems - because we rely on dirname(_FILE_) in several places already
* dirroot is now used to detect repeated installs into defferent directories in the same browser sessions
* fixed previous button
* changed library inlcudes again to fit the normal coding style
2007-01-16 23:42:26 +00:00
skodak
6647e04ac9 MDL-8110 use standard _FILE_ for includes instead of path starting with dot 2007-01-16 08:56:36 +00:00
stronk7
3facbe6632 Now help information is back again (typo in js) and, under MySQL, the script is
able to change DB encoding if empty.
2007-01-13 20:06:17 +00:00
stronk7
1d5c40048a Moving set_dbfamily() from dmllib.php to setuplib.php as it's
needed in early stages and we don't want the installer to
depend of dmllib.
2007-01-13 10:44:58 +00:00
moodler
73d716dea0 Added dmllib.php because we need set_dbfamily in the environment stuff 2007-01-13 07:06:46 +00:00
moodler
3efc06683a Removed rogue print_object -- how did it get there? MDL-8170 2007-01-13 03:28:25 +00:00
moodler
69cb58efdc Inserted a new style to make install look better 2007-01-09 05:55:07 +00:00
moodler
290e67c77e Added missing library causing install not to work 2007-01-09 05:26:12 +00:00
skodak
0f13ec8f9b MDL-8105 some more icon class fixes including new .iconhelp for help and docs icon 2007-01-08 20:30:38 +00:00
skodak
d2ce367fb9 MDL-8062 Remove name attribute from <form> and related javascript code cleanup (tested with FF, IE, Konq and Opera) 2007-01-06 19:22:58 +00:00
moodler
a09f3b7db6 Removed some language=Javscript attributes ... we need to remove all of them! 2007-01-03 09:09:25 +00:00
toyomoyo
5d4e4271b0 eleminating dbencodingtests (always checked in 1.8 via environment) as 1.8 requires unicode 2006-11-10 02:34:59 +00:00
moodler
5f8deafae6 Merged better mssql check from stable 2006-11-07 12:39:56 +00:00
moodler
e2850d158f SOme misc foxes to installing (fixed icons, removed test that broke etc)
that I did some time ago and never checked in
2006-10-30 08:47:55 +00:00
stronk7
b9bc4d7460 Adding support for the new mssql_n driver
Merged from MOODLE_17_STABLE
2006-10-19 18:45:16 +00:00
stronk7
86453d8bd6 Now installer:(MDL-6823)
- performs Oracle charset checks (both client and server)
- prefix checks
- shows differnt information foreach DB flavour
- provide one link to Moodle Docs for MSSQL and Oracle
- the ODBC connector has been marked as experimental due
  to confirmed problems by MS

Merged from MOODLE_17_STABLE
2006-10-13 18:20:52 +00:00
moodler
dcc6b7c483 Add MS-SQL to installer :-) 2006-09-29 06:11:47 +00:00
moodler
78850d9e7d Fixing MDL-6636, reference to file that is now gone (site.html) 2006-09-22 17:27:19 +00:00
skodak
b735d140ef fixed regex typo in installer 2006-08-28 22:09:44 +00:00