Register
phpBB.com Wiki · Home Projects Help

root / tags / release_2_0_2 / phpBB / install.php

install.php

View | Annotate | Download (32.8 KB)

# Date Author Comment
2845 View | Annotate 08/08/2002 08:06 PM

This commit was manufactured by cvs2svn to create tag
‘release_2_0_2’.

2723 View | Annotate 07/19/2002 05:58 PM psotfx

Fixed HEAP MAX_ROWS

2637 View | Annotate 06/17/2002 11:23 PM the_systech

“Fix” for “security” problem in install.php

2619 View | Annotate 06/04/2002 06:14 AM dougk_ff7

Ok, several bug fixes here…
The numbers are, 328, 340, 341, 344, 347, 351, 397, and 405.

The rest (that I have seen) will be fixed later.
-Doug

2575 View | Annotate 05/13/2002 03:18 PM psotfx

Added exit’s after those header location redirects without them

2483 View | Annotate 04/04/2002 04:47 PM

This commit was manufactured by cvs2svn to create branch ‘phpBB-2_0_0’.

2396 View | Annotate 03/22/2002 03:30 PM the_systech

D@#n it when changing something, make sure that you change it EVERYWHERE it’s used :(

2371 View | Annotate 03/20/2002 03:26 PM the_systech

Fix for bug # 532327 (This is what happens when I rush something in :D)

2363 View | Annotate 03/20/2002 12:21 AM the_systech

Various updates for install and upgrade…

2352 View | Annotate 03/19/2002 06:36 PM the_systech

Fix for bug #512279 Install now uses table prefix properly..

2312 View | Annotate 03/18/2002 04:21 PM dougk_ff7

Fixes a bug in install.php, accidentally added “The passwords do not match” in any case.

2305 View | Annotate 03/18/2002 02:35 PM psotfx

Loads’a changes including fix for security issue, thanks to Matthijs for checking this out and confirming

2294 View | Annotate 03/11/2002 10:55 PM the_systech

Fix for #527628 .. D@mn me and my stupiddity…

2284 View | Annotate 03/08/2002 10:05 PM the_systech

Just because

2283 View | Annotate 03/08/2002 08:48 PM the_systech

Well poop… Fix for bug #527235… /me goes off and slaps himself..

2278 View | Annotate 03/06/2002 10:58 PM the_systech

Fix for bug #525357… Admin password should not be allowed to be blank for security reasons…

2012 View | Annotate 01/29/2002 11:46 PM the_systech

Some additional error checking in the install to make sure that the server’s php configuration is going to work with phpBB2.. (two new lines in lang_admin.php sorry translators, & please don’t shoot me Paul :D )

1984 View | Annotate 01/28/2002 03:36 AM psotfx

More hard-coded .php extensions

1976 View | Annotate 01/28/2002 01:56 AM psotfx

Fix some minor issues …

1772 View | Annotate 01/02/2002 08:19 AM thefinn

Fixed parse error in install.php

1771 View | Annotate 01/01/2002 11:52 PM psotfx

Removed failure on session table type change to HEAP, no biggie if it doesn’t work

1705 View | Annotate 12/24/2001 05:41 PM the_systech

Fix for #496173… Stupid me was using $config_data instead of $HTTP_POST_VARS array variable.. #*& register globals...#&# bad habits…

1676 View | Annotate 12/22/2001 05:22 PM psotfx

Language updates

1662 View | Annotate 12/21/2001 04:52 PM psotfx

More \’ to ’’ changes

1648 View | Annotate 12/20/2001 08:24 PM the_systech

fix for re-including functions in upgrade-install integration..

1600 View | Annotate 12/16/2001 02:52 AM psotfx

Should be a fix for another global_var issue bug #492118 also modded install template to use .css

1518 View | Annotate 12/05/2001 11:12 PM the_systech

Ok last time for today I promise… D@med javascript :D

1517 View | Annotate 12/05/2001 11:04 PM the_systech

oops left some debug info in :D

1516 View | Annotate 12/05/2001 10:55 PM the_systech

Ok commiting modified install/upgrade integration, but there’s still a weird problem I’m working on… I’ll post more in the forum..

1497 View | Annotate 12/03/2001 12:54 AM psotfx

Removed ‘Redirect’ header

1491 View | Annotate 12/01/2001 12:15 AM psotfx

Updated for improved use with ODBC setups + introduced a re-install feature … the schema updates only remove foreign key and drop table clauses

1438 View | Annotate 11/24/2001 10:04 PM bartvb

Upgrade script; updating keys, using table_prefix properly

1395 View | Annotate 11/20/2001 11:31 PM psotfx

Changes to schema path and mssaccess check/setup … no doubt I missed something, I’m always issing omething

1339 View | Annotate 11/16/2001 09:15 PM the_systech

Fix type… d#$@ fat fingers….

1338 View | Annotate 11/16/2001 08:22 PM the_systech

Include lang_admin as well as lang_main..

1282 View | Annotate 11/06/2001 05:54 PM the_systech

Update to “merge” upgrade with Install… (Not fully tested since current upgrade not in CVS)

1253 View | Annotate 11/01/2001 11:43 AM thefinn

Ok, this gets all the area it needs..heh

1252 View | Annotate 11/01/2001 11:42 AM thefinn

Fixed little bug that would leave slashes in the config file if magic_quotes_gpc was off
See this topic for more info: http://area51.phpbb.com/phpBB2/viewtopic.php?p=9797#9797

1236 View | Annotate 10/18/2001 04:56 PM the_systech

Some clean-ups

1231 View | Annotate 10/16/2001 10:56 PM the_systech

One additional option for unwritable config file…(FTP) :D

1190 View | Annotate 10/14/2001 08:22 PM psotfx

Various changes to location redirection … please note the format and name changes

1170 View | Annotate 10/11/2001 02:18 PM psotfx

Changed paths for language

1163 View | Annotate 10/11/2001 07:52 AM the_systech

some minor odbc tweaks…

1144 View | Annotate 10/10/2001 01:28 AM psotfx

A few tweaks to install

1125 View | Annotate 10/02/2001 04:30 PM the_systech

Merge install and includes/installation, and updated error handling for config file unwritable.

1107 View | Annotate 10/01/2001 09:36 PM the_systech

Changes in install, process..

1102 View | Annotate 09/28/2001 10:12 PM the_systech

Updates for Install Process….