History | View | Annotate | Download (25.5 kB)
This commit was manufactured by cvs2svn to create tag'release_2_0_2'.
Ok, fixing a few bugs here.... I still have more to do, but this fixes afunny bug in login.php where redirect won't allow more than the file andmode... Now it should work with posting (or any other page). Also fixes atypo in admin_db_utilities.php.
P.S. James, don't commit config.php. ;) Fortunately, it didn't seem like...
Oops how'd that little buglet slip through.. search_results was in the table list twice
Fix for not downloading additional_tables
Loads of bug fixes and updates
Oops missed on place using phpEx :)
This commit was manufactured by cvs2svn to create branch 'phpBB-2_0_0'.
Just me being anal again... A couple of miss-spellings in error messages
Fix problem with user_admin not showing correct status for certain settings + switch to same include series as main files
Hide warning of ini_get unavabilitiy ...
Security updates + a few updates for chopped up functions compatibility
Ok one last attempt on my part to fix file upload bugs.. Might actually work (Hey it could happen, even I get one right occasionally)
Minor screw up in file upload checking.. If file_uploads is not set at all in the php.ini file then the check for get_cfg_var('file_uploads') == 0 would return true and say it was disabled, when in actuallity it was enabled.. Now check for it to empty as well... Empty as my head that is :D
Workarounds for file_uploads disabled...
Fix for #518056 in bug tracker... Me and my D@mned typos.... Amazing what a difference one little letter, and one extra space can make... :(
Added some checking for mysql4 SQL_LAYER
Fixed a bug in filetype detection for gzip in latest mozilla...
Change setmodules == 1 to !empty($setmodules), stop it complaining if it isn't set ... can someone do this for userauth, my copy is modified at present
Fix for various postgres bugs
Some output buffering to try to decrease time and memory usage.
Change to use a temp file... Hopefully reduce memory usage on backup.
Added new tables to backup list
Checked all calls to message_die and made sure that if they would be outputted to a userwithout a major error that they got their error string from the lang fileAlso made sure all calls had the right arguments in teh right place
Various updates, cleanups and support for URI based sessions ... more to come at some point
Missed a . in the include
Seperated out sql parsing functions into a new file.
forgot a couple things on my last checkin
Improved performance of split_sql_file() drasctically.
Improved the performance of remove_remarks() by an order of magnitude.
Fix for more \\ problems...
Numerous updates and additions for polling and assorted fixes ... or bugs, whichever they turn out to be
Re-added GPL disclaimers
Modified header comments
Fixed problem with Mozilla in determining file type for uploaded file
Rollback from 1.16 and refix mysql_error thing...
Why do PHP insist the read size for a gzip file be the uncompressed length ... silly
Added gzip decompression for uploaded file
Added gzip compression for downloadable file
AAAAAAAAAAARGH! I'm going to bed now..
Not the screwup is REALLY fixed! Trust me ;)
Last fix of screwup
Introduced pagestart.inc
Fixed bug in split_sql_file.
Fixed restore problem with NULL columns, and added some documentation.
Languagified ... like that word? ... and updated a little
Lots of languagification and redirection path change
Removed header frame, reduced timezone naming, added DB size for MySQL, no major technical changes
New page headers, cleaned up code, etc.
Name changes