View | Annotate | Download (12.9 KB)
Lifted minimum requirement for Firebird DBMS from 2.0+ to 2.1+.
'I think the phrase rhymes with Clucking Bell!'
Fix spaces in r9618 stupid [code] block :@
Finally stop this annoyance, if PDO is shared module it must be loaded for the SQLite extension to work
Fix installer under PHP 5.3. #45255
#18775
Hiding everywhere little buggers, eh?
This commit was manufactured by cvs2svn to create branch 'phpBB-3_0_0'.
further updates
dumdidum... sorry. ;)
- allow Oracle to install without having a database name
#13463 - tiny issue with get_tables()
let's see if i can break something. :o
ok, mess around with the templates + fixing some bugs + adjusting headers for those files already modified to circumvent conflicts for those having their editor set to remove trailing spaces (not recommended!)
#11969
#11967
Allow pre-setting language dependant data in schema_data.sql... specified with {L_*}, also create the search index on installation
#9554
#5265
#5136
#8234 - some stupid bugs in restore - centralized the method of getting tables
- clean up mssql and mssql_odbc, mssql now uses a different method of dealing with IDENTITY - clean up firebird, I will consider changing it to use fetch array instead of fetch object. it's identity code already uses this method as of right... now :D - fix a tiny bug in MySQL's driver (remember to pass the connect id to all DBAL functions)...
#8082
- only give DBAL options which were available in phpBB2 - default to phpBB3 DB config
- allow converting from one database to another, no need for tables to be in one database anylonger (this also allows switching from one DBMS that was used with phpBB2 to another DBMS supported by phpBB3 including new systems available in Olympus only) - abstracted some installation code that is now relevant to converting as well into functions_install.php (mostly DBMS selection related)...