View | Annotate | Download (32.8 KB)
This commit was manufactured by cvs2svn to create tag 'release_2_0_1'.
Added exit's after those header location redirects without them
This commit was manufactured by cvs2svn to create branch 'phpBB-2_0_0'.
D@#n it when changing something, make sure that you change it EVERYWHERE it's used :(
Fix for bug # 532327 (This is what happens when I rush something in :D)
Various updates for install and upgrade...
Fix for bug #512279 Install now uses table prefix properly..
Fixes a bug in install.php, accidentally added "The passwords do not match" in any case.
Loads'a changes including fix for security issue, thanks to Matthijs for checking this out and confirming
Fix for #527628 .. D@mn me and my stupiddity...
Just because
Well poop... Fix for bug #527235... /me goes off and slaps himself..
Fix for bug #525357... Admin password should not be allowed to be blank for security reasons...
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 )
More hard-coded .php extensions
Fix some minor issues ...
Fixed parse error in install.php
Removed failure on session table type change to HEAP, no biggie if it doesn't work
Fix for #496173... Stupid me was using $config_data instead of $HTTP_POST_VARS array variable.. #*& register globals...#&# bad habits...
& register globals...#&#
Language updates
More \' to '' changes
fix for re-including functions in upgrade-install integration..
Should be a fix for another global_var issue bug #492118 also modded install template to use .css
Ok last time for today I promise... D@med javascript :D
oops left some debug info in :D
Ok commiting modified install/upgrade integration, but there's still a weird problem I'm working on... I'll post more in the forum..
Removed 'Redirect' header
Updated for improved use with ODBC setups + introduced a re-install feature ... the schema updates only remove foreign key and drop table clauses
Upgrade script; updating keys, using table_prefix properly
Changes to schema path and mssaccess check/setup ... no doubt I missed something, I'm always issing omething
Fix type... d#$@ fat fingers....
Include lang_admin as well as lang_main..
Update to "merge" upgrade with Install... (Not fully tested since current upgrade not in CVS)
Ok, this gets all the area it needs..heh
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
Some clean-ups
One additional option for unwritable config file...(FTP) :D
Various changes to location redirection ... please note the format and name changes
Changed paths for language
some minor odbc tweaks...
A few tweaks to install
Merge install and includes/installation, and updated error handling for config file unwritable.
Changes in install, process..
Updates for Install Process....