aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
Commit message (Collapse)AuthorAgeFilesLines
* [prep-release-3.1.0-RC2] Update phpBB Version for RC3 developmentJoas Schilling2014-07-111-1/+1
|
* [prep-release-3.1.0-RC2] Update version to 3.1.0-RC2Joas Schilling2014-07-112-2/+2
|
* [ticket/12775] Set dbal.conn.driver as synthetic during installationTristan Darricau2014-07-071-1/+1
| | | | PHPBB3-12775
* [ticket/12775] Extract the vars later in install/install_update.phpTristan Darricau2014-07-071-2/+1
| | | | PHPBB3-12775
* [ticket/12775] Remove useless includes of config.phpTristan Darricau2014-07-071-4/+0
| | | | PHPBB3-12775
* [ticket/12775] Move phpbb_convert_30_dbms_to_31 into the config file classTristan Darricau2014-07-073-8/+10
| | | | PHPBB3-12775
* [ticket/12775] Update doc blocksTristan Darricau2014-07-071-1/+0
| | | | PHPBB3-12775
* [ticket/12775] Fix container_builderTristan Darricau2014-07-075-5/+5
| | | | PHPBB3-12775
* [ticket/12775] Rename config_php to config_php_fileTristan Darricau2014-07-075-22/+22
| | | | PHPBB3-12775
* [ticket/12775] Renamed to \phpbb\di\container_builderTristan Darricau2014-07-075-23/+23
| | | | PHPBB3-12775
* [ticket/12775] Remove the last include of functions_containerTristan Darricau2014-07-071-1/+0
| | | | PHPBB3-12775
* [ticket/12775] Update container and config in install/Tristan Darricau2014-07-073-17/+28
| | | | PHPBB3-12775
* [ticket/12775] Load the config file before constants.phpTristan Darricau2014-07-071-1/+0
| | | | PHPBB3-12775
* [ticket/12775] Update phpBB/install/index.phpTristan Darricau2014-07-071-1/+23
| | | | PHPBB3-12775
* [ticket/12775] Update phpBB/install/database_update.phpTristan Darricau2014-07-071-23/+13
| | | | PHPBB3-12775
* Merge remote-tracking branch 'github-nicofuma/ticket/12446' into ↵Nils Adermann2014-07-045-30/+30
|\ | | | | | | | | | | | | develop-ascraeus * github-nicofuma/ticket/12446: [ticket/12446] Unnecessary db connect inphpbb_bootstrap_enabled_exts
| * [ticket/12446] Unnecessary db connect inphpbb_bootstrap_enabled_extsTristan Darricau2014-06-265-30/+30
| | | | | | | | PHPBB3-12446
* | Merge pull request #2493 from Nicofuma/ticket/12325Joas Schilling2014-06-271-4/+40
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | [ticket/12325] Automatic update should notify about outdated files * Nicofuma/ticket/12325: [ticket/12325] Fix the language var name [ticket/12325] Update coding style in template [ticket/12325] Fix: add a missing colon [ticket/12325] Don't use L_COLON [ticket/12325] Fix: it's not stuck in an inifinite loop anymore [ticket/12325] Automatic update should notify about outdated files
| * [ticket/12325] Fix: it's not stuck in an inifinite loop anymoreTristan Darricau2014-05-241-5/+5
| | | | | | | | PHPBB3-12325
| * [ticket/12325] Automatic update should notify about outdated filesTristan Darricau2014-05-231-7/+43
| | | | | | | | PHPBB3-12325
* | [prep-release-3.1.0-RC1] Update phpBB Version for RC2 developmentJoas Schilling2014-06-251-1/+1
| |
* | [prep-release-3.1.0-RC1] Update version to 3.1.0-RC1Joas Schilling2014-06-242-2/+2
| |
* | [ticket/12750] Center installation page copyright text.Cesar G2014-06-241-1/+3
| | | | | | | | PHPBB3-12750
* | [ticket/12763] Remove invalid comment from oracle and postgres *_schema.sqlJoas Schilling2014-06-232-15/+0
| | | | | | | | PHPBB3-12763
* | [ticket/12763] Remove empty schema filesJoas Schilling2014-06-236-38/+14
| | | | | | | | PHPBB3-12763
* | Merge pull request #2629 from nickvergessen/ticket/12747Andreas Fischer2014-06-223-11/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12747] Drop support for Firebird * nickvergessen/ticket/12747: [ticket/12747] Remove some methods which are not used anymore [ticket/12747] Drop support for Firebird Conflicts: phpBB/phpbb/db/driver/firebird.php
| * | [ticket/12747] Drop support for FirebirdJoas Schilling2014-06-203-11/+1
| | | | | | | | | | | | PHPBB3-12747
* | | Merge pull request #2615 from Dragooon/ticket/12730Joas Schilling2014-06-222-0/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12730] Add Google+ profile field * Dragooon/ticket/12730: [ticket/12730] Update Google+ button class to use proper identification [ticket/12730] Update maxlen for type_googleplus to 255 [ticket/12730] Fix type_googleplus_test to use same validation rule as the field [ticket/12730] Update field_length to be 20 by default for Google+ [ticket/12730] Google+ field_order should be 13 [ticket/12730] Switch service name to googleplus for type_googleplus [ticket/12730] Restore field_length to 10 for type_googleplus [ticket/12730] Add functional test for Google+ field [ticket/12730] Value shouldn't be escaped for schema_data.sql [ticket/12730] Missing newline at type_googleplus_test.php [ticket/12730] Set field_active to 1 for Google+ field [ticket/12730] Add unit test for type_googleplus [ticket/12730] Add missing brackets to type_googleplus.php [ticket/12730] Update field_order for Google+ CPF [ticket/12730] Use string template for Google+ CPF instead of a new one [ticket/12730] Minor formatting fixes [ticket/12730] Incorrect indentation for type_googleplus [ticket/12730] Spaces in block header [ticket/12730] Add a Google+ field by default [ticket/12730] Add Google+ profile field type
| * | | [ticket/12730] Update maxlen for type_googleplus to 255Shitiz Garg2014-06-211-1/+1
| | | | | | | | | | | | | | | | PHPBB3-12730
| * | | [ticket/12730] Google+ field_order should be 13Shitiz Garg2014-06-211-1/+1
| | | | | | | | | | | | | | | | PHPBB3-12730
| * | | [ticket/12730] Value shouldn't be escaped for schema_data.sqlShitiz Garg2014-06-211-1/+1
| | | | | | | | | | | | | | | | PHPBB3-12730
| * | | [ticket/12730] Set field_active to 1 for Google+ fieldShitiz Garg2014-06-211-2/+1
| | | | | | | | | | | | | | | | PHPBB3-12730
| * | | [ticket/12730] Update field_order for Google+ CPFShitiz Garg2014-06-211-0/+1
| | | | | | | | | | | | | | | | PHPBB3-12730
| * | | [ticket/12730] Add a Google+ field by defaultShitiz Garg2014-06-212-0/+5
| | | | | | | | | | | | | | | | PHPBB3-12730
* | | | Merge pull request #2630 from Nicofuma/ticket/12723Andreas Fischer2014-06-221-0/+11
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12723] Add Sniff ensuring PHP files use the correct file header * Nicofuma/ticket/12723: [ticket/12723] Do not mention too many details on documentation. [ticket/12723] Do not reference the coding guidelines section. [ticket/12757] Add a Code Sniffer ruleset for PHP files of phpBB extensions [ticket/12723] Properly describe new Code Sniffer rulsets. [ticket/12723] Use core suffix in filename instead of phpbb in the middle. [ticket/12723] Add Sniff ensuring PHP files use the correct file header
| * | | [ticket/12723] Add Sniff ensuring PHP files use the correct file headerTristan Darricau2014-06-221-0/+11
| |/ / | | | | | | | | | PHPBB3-12723
* | | Merge pull request #2628 from Dragooon/ticket/12731Joas Schilling2014-06-202-0/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12731] Add YouTube custom profile field * Dragooon/ticket/12731: [ticket/12731] Add functional test for youtube field [ticket/12731] Set field_active to 1 for YouTube field [ticket/12731] Add YouTube custom profile field Conflicts: phpBB/install/schemas/schema.json phpBB/install/schemas/schema_data.sql phpBB/language/en/memberlist.php tests/functional/ucp_profile_test.php
| * | | [ticket/12731] Set field_active to 1 for YouTube fieldShitiz Garg2014-06-201-1/+1
| | | | | | | | | | | | | | | | PHPBB3-12731
| * | | [ticket/12731] Add YouTube custom profile fieldShitiz Garg2014-06-202-0/+5
| |/ / | | | | | | | | | PHPBB3-12731
* | | Merge pull request #2621 from Dragooon/ticket/12732Joas Schilling2014-06-202-0/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12732] Add Skype custom profile field * Dragooon/ticket/12732: [ticket/12732] Update schema.json for Skype [ticket/12732] Add functional test for Skype profile field [ticket/12732] Values shouldn't be escaped for schema_data.sql [ticket/12732] Set field_active to 1 for Skype's field [ticket/12732] Add unit tests for ALPHA_PUNCTUATION [ticket/12732] Missing comma after validation definition [ticket/12732] Improve ALPHA_PUNCTUATION description [ticket/12732] Use user info instead of chat as default Skype action [ticket/12732] Add Skype custom profile field Conflicts: phpBB/install/schemas/schema.json phpBB/install/schemas/schema_data.sql phpBB/language/en/memberlist.php tests/functional/ucp_profile_test.php tests/profilefields/type_string_test.php
| * | | [ticket/12732] Update schema.json for SkypeShitiz Garg2014-06-211-0/+4
| | | | | | | | | | | | | | | | PHPBB3-12732
| * | | [ticket/12732] Values shouldn't be escaped for schema_data.sqlShitiz Garg2014-06-201-1/+1
| | | | | | | | | | | | | | | | PHPBB3-12732
| * | | [ticket/12732] Set field_active to 1 for Skype's fieldShitiz Garg2014-06-201-1/+1
| | | | | | | | | | | | | | | | PHPBB3-12732
| * | | [ticket/12732] Use user info instead of chat as default Skype actionShitiz Garg2014-06-201-1/+1
| | | | | | | | | | | | | | | | PHPBB3-12732
| * | | [ticket/12732] Add Skype custom profile fieldShitiz Garg2014-06-201-0/+1
| |/ / | | | | | | | | | PHPBB3-12732
* | | Merge pull request #2612 from Dragooon/ticket/12733Joas Schilling2014-06-202-0/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12733] Add Twitter custom profile field * Dragooon/ticket/12733: [ticket/12733] Add functional test for twitter profile field [ticket/12733] Values needn't be escaped for schema_data.sql [ticket/12733] Set field_active to 1 for Twitter [ticket/12733] Convert spaces to tabs [ticket/12733] Fix spacing for block header in profilefield_twitter.php [ticket/12733] Update schema.json [ticket/12733] Add Twitter custom profile field Conflicts: phpBB/install/schemas/schema.json phpBB/install/schemas/schema_data.sql phpBB/language/en/memberlist.php tests/functional/ucp_profile_test.php
| * | | [ticket/12733] Values needn't be escaped for schema_data.sqlShitiz Garg2014-06-201-1/+1
| | | | | | | | | | | | | | | | PHPBB3-12733
| * | | [ticket/12733] Set field_active to 1 for TwitterShitiz Garg2014-06-201-1/+1
| | | | | | | | | | | | | | | | PHPBB3-12733
| * | | [ticket/12733] Update schema.jsonShitiz Garg2014-06-201-0/+4
| | | | | | | | | | | | | | | | PHPBB3-12733
| * | | [ticket/12733] Add Twitter custom profile fieldShitiz Garg2014-06-201-0/+1
| |/ / | | | | | | | | | PHPBB3-12733