aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix for #496173... Stupid me was using $config_data instead of ↵the_systech2001-12-241-2/+2
| | | | | | $HTTP_POST_VARS array variable.. #*@& register globals...#&#@ bad habits... git-svn-id: file:///svn/phpbb/trunk@1705 89ea8834-ac86-4346-8a33-228a782c2dd0
* Language updatesPaul S. Owen2001-12-221-5/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@1676 89ea8834-ac86-4346-8a33-228a782c2dd0
* More \' to '' changesPaul S. Owen2001-12-211-5/+7
| | | | git-svn-id: file:///svn/phpbb/trunk@1662 89ea8834-ac86-4346-8a33-228a782c2dd0
* fix for re-including functions in upgrade-install integration..the_systech2001-12-201-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1648 89ea8834-ac86-4346-8a33-228a782c2dd0
* Should be a fix for another global_var issue bug #492118 also modded install ↵Paul S. Owen2001-12-161-2/+2
| | | | | | template to use .css git-svn-id: file:///svn/phpbb/trunk@1600 89ea8834-ac86-4346-8a33-228a782c2dd0
* Ok last time for today I promise... D@med javascript :Dthe_systech2001-12-051-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1518 89ea8834-ac86-4346-8a33-228a782c2dd0
* oops left some debug info in :Dthe_systech2001-12-051-2/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@1517 89ea8834-ac86-4346-8a33-228a782c2dd0
* Ok commiting modified install/upgrade integration, but there's still a weird ↵the_systech2001-12-051-13/+73
| | | | | | problem I'm working on... I'll post more in the forum.. git-svn-id: file:///svn/phpbb/trunk@1516 89ea8834-ac86-4346-8a33-228a782c2dd0
* Removed 'Redirect' headerPaul S. Owen2001-12-021-1/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@1497 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updated for improved use with ODBC setups + introduced a re-install feature ↵Paul S. Owen2001-11-301-244/+436
| | | | | | ... the schema updates _only_ remove foreign key and drop table clauses git-svn-id: file:///svn/phpbb/trunk@1491 89ea8834-ac86-4346-8a33-228a782c2dd0
* Upgrade script; updating keys, using table_prefix properlyBart van Bragt2001-11-241-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1438 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changes to schema path and mssaccess check/setup ... no doubt I missed ↵Paul S. Owen2001-11-201-15/+10
| | | | | | something, I'm always issing omething git-svn-id: file:///svn/phpbb/trunk@1395 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix type... d#$@ fat fingers....the_systech2001-11-161-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1339 89ea8834-ac86-4346-8a33-228a782c2dd0
* Include lang_admin as well as lang_main..the_systech2001-11-161-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1338 89ea8834-ac86-4346-8a33-228a782c2dd0
* Update to "merge" upgrade with Install... (Not fully tested since current ↵the_systech2001-11-061-3/+24
| | | | | | upgrade not in CVS) git-svn-id: file:///svn/phpbb/trunk@1282 89ea8834-ac86-4346-8a33-228a782c2dd0
* Ok, this gets all the area it needs..hehJames Atkinson2001-11-011-12/+9
| | | | git-svn-id: file:///svn/phpbb/trunk@1253 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed little bug that would leave slashes in the config file if ↵James Atkinson2001-11-011-4/+6
| | | | | | | | | magic_quotes_gpc was off See this topic for more info: http://area51.phpbb.com/phpBB2/viewtopic.php?p=9797#9797 git-svn-id: file:///svn/phpbb/trunk@1252 89ea8834-ac86-4346-8a33-228a782c2dd0
* Some clean-upsthe_systech2001-10-181-13/+12
| | | | git-svn-id: file:///svn/phpbb/trunk@1236 89ea8834-ac86-4346-8a33-228a782c2dd0
* One additional option for unwritable config file...(FTP) :Dthe_systech2001-10-161-5/+137
| | | | git-svn-id: file:///svn/phpbb/trunk@1231 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various changes to location redirection ... please note the format and name ↵Paul S. Owen2001-10-141-1/+1
| | | | | | changes git-svn-id: file:///svn/phpbb/trunk@1190 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed paths for languagePaul S. Owen2001-10-111-2/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@1170 89ea8834-ac86-4346-8a33-228a782c2dd0
* some minor odbc tweaks...the_systech2001-10-111-136/+127
| | | | git-svn-id: file:///svn/phpbb/trunk@1163 89ea8834-ac86-4346-8a33-228a782c2dd0
* A few tweaks to installPaul S. Owen2001-10-091-340/+414
| | | | git-svn-id: file:///svn/phpbb/trunk@1144 89ea8834-ac86-4346-8a33-228a782c2dd0
* Merge install and includes/installation, and updated error handling for ↵the_systech2001-10-021-3/+106
| | | | | | config file unwritable. git-svn-id: file:///svn/phpbb/trunk@1125 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changes in install, process..the_systech2001-10-011-97/+51
| | | | git-svn-id: file:///svn/phpbb/trunk@1107 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updates for Install Process....the_systech2001-09-281-0/+388
git-svn-id: file:///svn/phpbb/trunk@1102 89ea8834-ac86-4346-8a33-228a782c2dd0