aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/install_install.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4301 from 3D-I/PHPBB3-14596Marc Alexander2016-07-311-2/+2
|\ | | | | | | [ticket/14596] Deny installation of Ascraeus under PHP 7
| * [ticket/14596] Deny installation of Ascraeus under PHP 73Di2016-04-231-2/+2
| | | | | | | | PHPBB3-14596
* | [ticket/14654] Change Imagemagick to ImageMagickJakub Senko2016-06-111-1/+1
|/ | | | PHPBB3-14654
* [ticket/13685] Add phpbb_dispatcher to fulltext search constructorsbrunoais2015-06-071-2/+2
| | | | PHPBB3-13685
* [ticket/8494] Ignore errors from the database schema preparationJoas Schilling2015-03-011-6/+4
| | | | | | | This allows installing phpBB twice in the same database with a different prefix PHPBB3-8494
* [ticket/13569] Add missing sql_freeresults and remove unneeded resultsMarc Alexander2015-02-021-1/+1
| | | | PHPBB3-13569
* [ticket/13442] UTF-8 symbols for database hostlavigor2015-01-021-1/+1
| | | | | | Added support for cyrillic domains as database hosts. PHPBB3-13442
* [ticket/13137] Generate the schema when the schema.json file is not availableJoas Schilling2014-10-071-2/+25
| | | | PHPBB3-13137
* [ticket/13077] Move extension module to the top of the Customise tabJoas Schilling2014-09-241-0/+13
| | | | PHPBB3-13077
* [ticket/11854] Update the default captcha choosen during the installationTristan Darricau2014-08-111-1/+1
| | | | PHPBB3-11854
* [ticket/12775] Fix container_builderTristan Darricau2014-07-071-1/+1
| | | | PHPBB3-12775
* [ticket/12775] Rename config_php to config_php_fileTristan Darricau2014-07-071-2/+2
| | | | PHPBB3-12775
* [ticket/12775] Renamed to \phpbb\di\container_builderTristan Darricau2014-07-071-2/+2
| | | | PHPBB3-12775
* [ticket/12775] Update container and config in install/Tristan Darricau2014-07-071-2/+3
| | | | PHPBB3-12775
* [ticket/12446] Unnecessary db connect inphpbb_bootstrap_enabled_extsTristan Darricau2014-06-261-16/+16
| | | | PHPBB3-12446
* [ticket/12763] Remove empty schema filesJoas Schilling2014-06-231-10/+14
| | | | PHPBB3-12763
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-4/+7
| | | | PHPBB3-12594
* Merge branch 'develop-olympus' into develop-ascraeusNils Adermann2014-05-021-3/+4
|\ | | | | | | | | * develop-olympus: [ticket/12468] Having mbstring.http_input set to '' is as good as 'pass'.
| * [ticket/12468] Having mbstring.http_input set to '' is as good as 'pass'.Andreas Fischer2014-05-021-3/+4
| | | | | | | | PHPBB3-12468
* | Merge pull request #2362 from n-aleha/ticket/12186aJoas Schilling2014-04-291-0/+39
|\ \ | | | | | | | | | | | | | | | | | | | | | [ticket/12186] Move PM reports below post reports while installing for ascraeus * n-aleha/ticket/12186a: [ticket/12186] Move PM reports below post reports while installing for ascraeus [ticket/12186] Move PM reports below post reports while installing
| * | [ticket/12186] Move PM reports below post reports while installing for ascraeusn-aleha2014-04-271-3/+3
| | | | | | | | | | | | | | | | | | In mcp, move PM reports below post reports while installing. PHPBB3-12186
| * | Merge branch 'ticket/12186' into ticket/12186an-aleha2014-04-271-0/+39
| |\ \ | | |/
| | * [ticket/12186] Move PM reports below post reports while installingn-aleha2014-04-231-0/+39
| | | | | | | | | | | | | | | | | | In mcp, move PM reports below post reports while installing. PHPBB3-12186
* | | [ticket/12458] Apply Squiz.WhiteSpace.SuperfluousWhitespace.* to legacy code.Andreas Fischer2014-04-291-2/+0
|/ / | | | | | | | | | | | | | | | | * There MUST NOT be trailing whitespace at the end of lines. * There MUST NOT be whitespace before the first content of a file. * There MUST NOT be whitespace after the last content of a file. * Functions MUST NOT contain multiple empty lines in a row. PHPBB3-12458
* | [ticket/11917] Replace space with tabsJoas Schilling2014-04-251-2/+2
| | | | | | | | PHPBB3-11917
* | Merge remote-tracking branch 'github-nickvergessen/ticket/11917' into ↵Nils Adermann2014-04-241-1/+13
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop-ascraeus * github-nickvergessen/ticket/11917: [ticket/11917] Move OAuth Module to the bottom while installing [ticket/11917] Hide OAuth UCP Module when OAuth is not the selected backend Conflicts: phpBB/install/install_install.php
| * | [ticket/11917] Move OAuth Module to the bottom while installingJoas Schilling2014-04-121-0/+12
| | | | | | | | | | | | PHPBB3-11917
* | | [ticket/12191] Move notification options to bottom while installingn-aleha2014-04-141-0/+12
|/ / | | | | | | | | | | | | Move "ucp>board preferences>edit notification options" to bottom while installing. PHPBB3-12191
* | [ticket/11459] Fix missing constant CONFIG_TABLE for sql_create_index()Joas Schilling2014-03-291-0/+8
| | | | | | | | PHPBB3-11459
* | [ticket/11459] Install DB schema from json fileJoas Schilling2014-03-291-4/+13
| | | | | | | | PHPBB3-11459
* | Merge branch 'develop-olympus' into develop-ascraeusNils Adermann2014-03-261-2/+2
|\ \ | |/ | | | | | | * develop-olympus: [ticket/12310] Don't autocomplete SMTP user/pass on install
| * [ticket/12310] Don't autocomplete SMTP user/pass on installYuriy Rusko2014-03-261-2/+2
| | | | | | | | PHPBB3-12310
* | [ticket/12160] Use phpbb_check_installation_exists() in the other modules.Cesar G2014-02-221-7/+2
| | | | | | | | PHPBB3-12160
* | [ticket/12115] Add language entries for the profile fieldsJoas Schilling2014-02-061-0/+25
| | | | | | | | PHPBB3-12115
* | [feature/plupload/integration] Integration of PluploadAndreas Fischer2013-10-111-0/+4
| | | | | | | | | | | | | | | | This commit is a highly-refactored and up-to-date version of Fyorl's work which was part of his Google Summer of Code 2012 project "Attachment Improvements". PHPBB3-10929
* | [ticket/11700] Escape Backslashes from schema_data.sql for MySQLiJoas Schilling2013-09-251-1/+6
| | | | | | | | PHPBB3-11700
* | [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-7/+7
| | | | | | | | PHPBB3-11700
* | [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-141-3/+3
| | | | | | | | PHPBB3-11698
* | [feature/auth-refactor] Fix the actual cause of test failuresJoseph Warner2013-07-011-1/+4
| | | | | | | | | | | | | | | | Enables super globals before the new container is instantiated in the final step of installation to prevent issues caused by trying to create a phpbb_request object when super globals are disabled. PHPBB3-9734
* | [ticket/11010] adding type="number" in ACP; adding type="email" in installSenky2013-05-201-1/+1
| | | | | | | | PHPBB3-11010
* | Merge branch 'develop-olympus' into developAndreas Fischer2013-05-161-2/+2
|\ \ | |/ | | | | | | * develop-olympus: [ticket/11536] Fixed incorrect removal of "install" in script_path
| * [ticket/11536] Fixed incorrect removal of "install" in script_pathVictor Nagy2013-05-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Earlier the script would incorrectly remove the word "install" from the script_path when trying to remove the last folder in the path named "/install". This would lead to issues when the path you are installing phpBB contained "install". For example "/install_test/install" would become "/_test". This change gets the parent folder instead of replacing all "install". $name contains /install_test/install/index.php from start and running dirname() gives /install_test/install. Running dirname once more gives the parent folder of install, /install_test. PHPBB3-11536
* | Merge remote-tracking branch 'remotes/nickv/ticket/10714' into developNathaniel Guse2013-03-041-2/+3
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # By Joas Schilling # Via Joas Schilling * remotes/nickv/ticket/10714: (56 commits) [ticket/10714] Get log from container in install, update and download/file [ticket/10714] Use $phpbb_adm_relative_path instead of hardcoded adm/ [ticket/10714] Logs are disabled for this page call only [ticket/10714] Update add_log docs block with @param and @deprecated [ticket/10714] Remove fallback code from previous commits and move global [ticket/10714] Fix missing parameter and global phpbb_log in unit tests [ticket/10714] Add getter for is_in_admin and use it [ticket/10714] Fix more comments [ticket/10714] Cast values to integer before using them in the query [ticket/10714] Fix several doc blocks and comments [ticket/10714] Fix missing 8th argument in unit tests [ticket/10714] Use new core.adm_relative_path to create the object. [ticket/10714] Fix several comments and variable names [ticket/10714] Fix database driver class name [ticket/10714] Forgot most important, use container to create $phpbb_log [ticket/10714] Remove type hinting to allow the usage of mocks in tests [ticket/10714] Fix dependency injections in unit tests with mocks [ticket/10714] Use dependencies instead of globals [ticket/10714] Compare log_type to false, rather then null [ticket/10714] Add global variables for the unit tests ...
| * | [ticket/10714] Get log from container in install, update and download/fileJoas Schilling2013-03-041-2/+3
| | | | | | | | | | | | PHPBB3-10714
* | | [ticket/11386] Send list of migrations instead of using load_migrationsNathaniel Guse2013-03-031-4/+9
|/ / | | | | | | | | | | | | | | | | Remove dependency of extension manager for migrator. Keeping load_migrations function for others to use if they desire but requiring the finder be sent to it in order to use it. PHPBB3-11386
* | Merge remote-tracking branch 'EXreaction/feature/migrations-data' into developDavid King2013-02-261-0/+16
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # By Nathan Guse (14) and Nathaniel Guse (4) # Via Nathaniel Guse * EXreaction/feature/migrations-data: [feature/migrations] Inject migrator rather than the container. [feature/migrations] Use the user class for language handling [feature/migrations] Fully revert the removal of the user_msnm field [feature/migrations] Revert unrelated change to schema_data.sql [feature/migrations] Remove user_msnm migration [feature/migrations] Correct depends_on [feature/migrations] Subdirectories for migration data [feature/migrations] Reports table schema changes in recent develop [feature/migrations] Automatically populate migrations table on install [feature/migrations] effectively installed check for migration data [feature/migrations] Comments for the return in the custom functions [feature/migrations] Order the migrations schema in schema_data.sql [feature/migrations] Fix migrations installer, schema for schema_data.sql [feature/migrations] Make depends_on static to call it without dependencies [feature/migrations] Remove hardcoded language, use lang instead. [feature/migrations] Revert schema for migration data [feature/migrations] Replace database_update.php with migrations updater [feature/migrations] Rebuilding migrations data on develop
| * \ Merge branch 'feature/migrations-data' of github.com:EXreaction/phpbb3 into ↵Nathaniel Guse2013-02-251-2/+2
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/migrations-data # By Dhruv (19) and others # Via Nathaniel Guse (3) and others * 'feature/migrations-data' of github.com:EXreaction/phpbb3: (38 commits) [feature/migrations] Use the user class for language handling [feature/migrations] Fully revert the removal of the user_msnm field [feature/migrations] Revert unrelated change to schema_data.sql [ticket/11179] remove extra & in function call [ticket/11179] correct start parameter in sphinx search [ticket/11179] correct start parameter in native author search [ticket/11179] correct start parameter in native keyword search [ticket/11179] fix success query path for postgres [ticket/11179] fix success query path for mysql [ticket/11179] minor fixes [ticket/11179] pass start param by reference in postgres [ticket/11179] correct start param in author search of postgres [ticket/11179] correct start parameter in psql keyword search [ticket/11179] pass start param by reference in author search [ticket/11179] correct start parameter for author search [ticket/11179] use FOUND_ROWS query to re-search with changed start param [ticket/11179] pass start parameter by reference [ticket/11179] correct the start parameter while retrieving from cache [ticket/11179] add search query in case initial one fails [ticket/11359] html escape sphinx config data ...
| | * \ Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ↵Nathaniel Guse2013-02-231-2/+2
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/migrations-data Conflicts: phpBB/install/database_update.php
| * | | | [feature/migrations] Inject migrator rather than the container.Nathaniel Guse2013-02-251-3/+12
| |/ / / | | | | | | | | | | | | | | | | | | | | Some docblocks PHBB3-9737
| * | | [feature/migrations] Automatically populate migrations table on installNathan Guse2013-02-061-0/+7
| | | | | | | | | | | | | | | | PHPBB3-9737