root / branches / phpBB-3_0_0 / phpBB / includes / functions_install.php

View | Annotate | Download (12.9 KB)

  • svn:eol-style: LF
  • svn:keywords: Author Date Id Revision
# Date Author Comment
9970 08/13/2009 04:25 PM Meik Sievertsen

Lifted minimum requirement for Firebird DBMS from 2.0+ to 2.1+.

9620 06/18/2009 01:08 PM Chris Smith

'I think the phrase rhymes with Clucking Bell!'

Fix spaces in r9618 stupid [code] block :@

9618 06/18/2009 12:56 PM Chris Smith

Finally stop this annoyance, if PDO is shared module it must be loaded for the SQLite extension to work

9518 05/20/2009 12:37 PM Chris Smith

Fix installer under PHP 5.3. #45255

8507 04/20/2008 06:57 AM David M

#18775

8479 03/29/2008 01:22 AM Nils Adermann

Hiding everywhere little buggers, eh?

8285 12/26/2007 03:53 PM

This commit was manufactured by cvs2svn to create branch 'phpBB-3_0_0'.

8248 11/19/2007 05:44 PM Meik Sievertsen

further updates

8146 10/05/2007 04:30 PM Meik Sievertsen

dumdidum... sorry. ;)

7973 07/28/2007 05:16 PM David M

- allow Oracle to install without having a database name

7893 07/16/2007 03:06 AM David M

#13463
- tiny issue with get_tables()

7830 07/03/2007 05:36 PM Meik Sievertsen

let's see if i can break something. :o

7736 06/09/2007 01:11 PM Meik Sievertsen

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!)

7718 06/06/2007 06:08 PM Henry Sudhof

#11969

7700 05/31/2007 05:14 AM David M

#11967

7644 05/19/2007 05:44 PM Meik Sievertsen

Allow pre-setting language dependant data in schema_data.sql... specified with {L_*}, also create the search index on installation

7270 04/03/2007 12:10 AM David M

#9554

7223 03/24/2007 06:20 AM David M

#5265

7210 03/20/2007 04:32 AM David M

#5136

7015 02/19/2007 08:35 PM David M

#8234
- some stupid bugs in restore
- centralized the method of getting tables

7009 02/19/2007 05:12 AM David M

- 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)...

7004 02/17/2007 07:28 PM David M

#8082

6996 02/17/2007 02:14 AM Nils Adermann

- only give DBAL options which were available in phpBB2
- default to phpBB3 DB config

6995 02/17/2007 12:06 AM Nils Adermann

- 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)...