110 Commits

Author SHA1 Message Date
skodak
2f17b76d4b MDL-17057 dml: fixed regression changed by removed dbpersist parameter - sorrrry 2008-10-29 09:24:45 +00:00
skodak
beaa43db85 MDL-17036 dml: dbpersist moved into dboptions 2008-10-27 22:21:34 +00:00
stronk7
0022d112ab Remove hack not needed anymore. Now enviroment check handles this properly. MDL-16008 & MDL-16188 2008-08-24 16:39:06 +00:00
skodak
bba0beaee2 MDL-15716 Tightened dataroot security checks and and 'loud' administrator warning 2008-08-21 15:29:42 +00:00
skodak
7e1825b415 MDL-16008 fixed $CFG->release warning in isntaller 2008-08-12 15:39:18 +00:00
skodak
16a5642c69 MDL-14679 var_export now used instead of addsingleslashes in installer; refactored the database setting initialisation 2008-06-22 22:53:40 +00:00
skodak
55946ffda6 MDL-15071 new sqlite pdo driver by Andrei Bautu (with minor changes) 2008-06-22 21:35:07 +00:00
stronk7
b553527e99 Use some more $DB in installer. Like rest of db accesses. Just a sintax thing. 2008-06-16 16:20:45 +00:00
skodak
9d068cd64a MDL-15249 improving cli installer 2008-06-15 12:23:53 +00:00
skodak
3dce78e125 MDL-15247 lib/dmllib.php is now obsolete 2008-06-15 11:35:25 +00:00
skodak
4a5164ba53 MDL-15094 added some overlook conversions - thanks to Eloy's script ;-) 2008-06-15 09:32:36 +00:00
skodak
251387d087 MDL-14956 basic exception support in Moodle + other minor related refactoring 2008-06-13 17:51:34 +00:00
nicolasconnault
08d9fb369c MDL-14864 Removed old $db variable, replaced by global $DB. This was breaking install on pgsql database. 2008-06-13 14:45:11 +00:00
skodak
e4c033a9dd MDL-15194 adodb separation, dml database creation support 2008-06-09 20:22:11 +00:00
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