aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/database_update.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14044] Deduplicate the installersMate Bartus2015-10-221-270/+0
| | | | PHPBB3-14044
* [ticket/14039] Revamp updaterMate Bartus2015-10-171-1/+4
| | | | PHPBB3-14039
* [ticket/13904] Modify files for changes in ini wrapperMarc Alexander2015-09-091-2/+2
| | | | PHPBB3-13904
* Merge pull request #3554 from Nicofuma/ticket/13770Nils Adermann2015-05-291-5/+7
|\ | | | | [ticket/13770] Wither interface for container_builder
| * [ticket/13770] Wither interface for container_builderTristan Darricau2015-05-141-5/+7
| | | | | | | | PHPBB3-13770
* | [ticket/13871] Fix call to undefined member function on non-object error.Cesar G2015-05-281-3/+3
|/ | | | PHPBB3-13871
* [ticket/13697] Moving filesystem related functions to filesystem serviceMateBartus2015-04-161-1/+4
| | | | | | | | | | | | | | | | * Moving filesystem service to \phpbb\filesystem namespace * Wraping Symfony's Filesystem component * Moving filesystem related functions from includes/functions.php into \phpbb\filesystem\filesystem Functions moved (and deprecated): - phpbb_chmod - phpbb_is_writable - phpbb_is_absolute - phpbb_own_realpath - phpbb_realpath * Adding interface for filesystem service PHPBB3-13697
* [ticket/13455] Update calls to `request_var()`Gaëtan Muller2015-02-031-3/+0
| | | | PHPBB3-13455
* [ticket/13496] Update calls to `set_config_count()`Gaëtan Muller2015-02-021-1/+0
| | | | PHPBB3-13496
* [ticket/13494] Update calls to `set_config()`Gaëtan Muller2015-02-021-1/+0
| | | | PHPBB3-13494
* [ticket/13468] Update calls to `add_log()`Gaëtan Muller2015-01-271-1/+1
| | | | PHPBB3-13468
* [ticket/13450] Type-hint return value of $phpbb_container->get()Gaëtan Muller2015-01-121-0/+16
| | | | PHPBB3-13450
* [feature/patchwork-utf8] Normalize with intl, use patchwork/utf8 as fallbackNicolas Grekas2014-11-081-1/+0
|
* [ticket/13211] Add log wrapper for writing database updater to log fileMarc Alexander2014-10-241-1/+1
| | | | PHPBB3-13211
* [ticket/13126] Extends migrator_output_handler instead of using a closureTristan Darricau2014-10-161-12/+1
| | | | PHPBB3-13126
* [ticket/13126] Improve the feedback when running the migrationsTristan Darricau2014-10-141-24/+13
| | | | PHPBB3-13126
* [ticket/12963] Revert back to "migrations" folder name for extensionsJoas Schilling2014-09-181-8/+0
| | | | | | The issues that can be created with the name change are just too much PHPBB3-12963
* [ticket/12963] Edit deprecation messageTristan Darricau2014-09-161-1/+1
| | | | PHPBB3-12963
* [ticket/12963] Load extensions migrations from /migrationTristan Darricau2014-09-101-3/+3
| | | | PHPBB3-12963
* [ticket/12963] Fix the list of migrations in database_update.phpTristan Darricau2014-09-101-0/+10
| | | | | | | | | Without this patch the finder grab all the class available in the ext folder and not only the migrations. This change is backported for the one done before to the cli tool db:migrate. (see the commit 3420f8f3201ac337434f73ee00bda6df7b378212) PHPBB3-12963
* [ticket/12940] Remove unused use statements.Andreas Fischer2014-08-091-4/+0
| | | | PHPBB3-12940
* [ticket/12870] Create the migrations table with a method in the migratorTristan Darricau2014-07-271-18/+2
| | | | PHPBB3-12870
* [ticket/12775] Update doc blocksTristan Darricau2014-07-071-1/+0
| | | | PHPBB3-12775
* [ticket/12775] Fix container_builderTristan Darricau2014-07-071-1/+1
| | | | PHPBB3-12775
* [ticket/12775] Rename config_php to config_php_fileTristan Darricau2014-07-071-3/+3
| | | | PHPBB3-12775
* [ticket/12775] Renamed to \phpbb\di\container_builderTristan Darricau2014-07-071-5/+5
| | | | PHPBB3-12775
* [ticket/12775] Load the config file before constants.phpTristan Darricau2014-07-071-1/+0
| | | | PHPBB3-12775
* [ticket/12775] Update phpBB/install/database_update.phpTristan Darricau2014-07-071-23/+13
| | | | PHPBB3-12775
* [ticket/12446] Unnecessary db connect inphpbb_bootstrap_enabled_extsTristan Darricau2014-06-261-1/+1
| | | | PHPBB3-12446
* [ticket/12750] Center installation page copyright text.Cesar G2014-06-241-1/+3
| | | | PHPBB3-12750
* [ticket/12747] Drop support for FirebirdJoas Schilling2014-06-201-1/+1
| | | | PHPBB3-12747
* [ticket/12594] Update footer credit linesYuriy Rusko2014-05-271-1/+1
| | | | PHPBB3-12594
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | PHPBB3-12594
* [ticket/12428] Use the database to store the original version numberTristan Darricau2014-05-071-5/+5
| | | | PHPBB3-12428
* [ticket/12428] Incorrect from version in database update log entryTristan Darricau2014-05-071-1/+9
| | | | | | https://tracker.phpbb.com/browse/PHPBB3-12428 PHPBB3-12428
* [ticket/12193] Fix broken HTML if SQL error occurs during migrationOliver Schramm2014-04-191-0/+2
| | | | PHPBB3-12193
* [ticket/11902] Use phpbb\php\ini classNathan Guse2013-12-301-1/+2
| | | | PHPBB3-11902
* [ticket/11902] Prevent errors if set_time_limit disabledNathan Guse2013-10-161-1/+1
| | | | PHPBB3-11902
* [ticket/11902] Set max execution time to 0 in db updateNathaniel Guse2013-10-101-1/+8
| | | | PHPBB3-11902
* [ticket/11883] Only output the migration time, not totalNathan Guse2013-10-041-3/+3
| | | | PHPBB3-11883
* [ticket/11883] Report completed data step in migration as "Installing Data"Nathan2013-10-021-4/+12
| | | | PHPBB3-11883
* Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700Nils Adermann2013-09-161-26/+7
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * github-phpbb/develop: (586 commits) [ticket/11735] Display disabled checkbox in subsilver for read notifications [ticket/11735] Display disabled checkbox when notification is already read [ticket/11844] update acp/authentication language var [ticket/11795] Remove PM popup [ticket/11795] Remove outdated comment from forum_fn.js [ticket/11795] Move find user JS to forum_fn [ticket/11795] Replace TWIG with phpBB syntax in ACP [ticket/11795] Move MSN scripts to forum_fn.js [ticket/11795] Use phpBB template syntax instead of TWIG [ticket/11795] Move PM popup JS to forum_fn.js [ticket/11795] Get rid of pagination JS variables [ticket/11795] Get rid of onload_functions [ticket/11795] Use data-reset-on-edit attr to reset elements [ticket/11795] Redo form elements auto-focus [ticket/11811] Remove outline on :focus [ticket/11836] Fix subsilver fatal error [ticket/11837] Replace escaped single quote with utf-8 single quote [ticket/11836] Fix fatal error on unsupported provider for auth link [ticket/11837] Translate UCP_AUTH_LINK_NOT_SUPPORTED [ticket/11809] Ensure code.js is first script included after jQuery ... Conflicts: phpBB/config/services.yml phpBB/develop/create_schema_files.php phpBB/develop/mysql_upgrader.php phpBB/download/file.php phpBB/includes/bbcode.php phpBB/includes/functions_container.php phpBB/install/database_update.php phpBB/install/index.php phpBB/phpbb/controller/helper.php phpBB/phpbb/controller/resolver.php phpBB/phpbb/request/request_interface.php phpBB/phpbb/session.php phpBB/phpbb/style/extension_path_provider.php phpBB/phpbb/style/path_provider.php phpBB/phpbb/style/path_provider_interface.php phpBB/phpbb/style/resource_locator.php phpBB/phpbb/style/style.php phpBB/phpbb/template/locator.php phpBB/phpbb/template/template.php phpBB/phpbb/template/twig/node/includeasset.php phpBB/phpbb/template/twig/node/includecss.php phpBB/phpbb/template/twig/node/includejs.php phpBB/phpbb/template/twig/twig.php tests/controller/helper_url_test.php tests/di/create_container_test.php tests/extension/style_path_provider_test.php tests/notification/notification_test.php tests/session/continue_test.php tests/session/creation_test.php tests/template/template_events_test.php tests/template/template_test_case.php tests/template/template_test_case_with_tree.php tests/test_framework/phpbb_functional_test_case.php
| * [ticket/11574] Remove install/udpate/new/ fallback from database_update.phpJoas Schilling2013-07-301-56/+11
| | | | | | | | | | | | | | Since we switched the order, everything should be in the normal root by then. PHPBB3-11574
| * [ticket/11574] Change order of files and database updateJoas Schilling2013-07-291-1/+2
| | | | | | | | PHPBB3-11574
| * Merge remote-tracking branch 'upstream/develop' into ticket/11574Igor Wiedler2013-07-141-4/+4
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (575 commits) [ticket/11702] Fix forum_posts left over for link-click counts in viewforum.php [ticket/11696] Move file to new directory [ticket/11696] Rename constructor to __construct() [ticket/11696] Remove manual loading of db_tools in extension controller test [ticket/11696] Rename db_tools.php so it can be autoloaded [ticket/11698] Moving all autoloadable files to phpbb/ [ticket/11694] Do not locate assets with root path [ticket/11692] Don't update search_type in dev migration if already appended [ticket/11675] Fix template loop [ticket/11690] Old module class names may get autoloaded by class_exists [ticket/9649] Display information on index for moderators on unapproved posts [ticket/10999] Fix assets_version in ACP [prep-release-3.0.12] More changelog items for the 3.0.12 release. [ticket/11687] Add assets_version to phpbb_config [ticket/11686] Not checking for phpBB Debug errors on functional tests [ticket/11670] Consistency with logo: Replace "phpBB(tm)" with "phpBB(R)". [ticket/11674] Do not include vendor folder if there are no dependencies. [ticket/11685] Remove logout confirmation page [ticket/11684] Remove useless confirmation page after login and admin login [ticket/9657] Define user before injecting ... Conflicts: phpBB/includes/functions_container.php phpBB/install/database_update.php phpBB/install/index.php
| * | [ticket/11574] Add trailing slash for consistencyIgor Wiedler2013-07-141-1/+1
| | | | | | | | | | | | PHPBB3-11574
| * | [ticket/11574] Fix table prefix in database updaterIgor Wiedler2013-07-141-1/+2
| | | | | | | | | | | | PHPBB3-11574
| * | [ticket/11574] Fix various path issues in the updaterIgor Wiedler2013-07-141-3/+2
| | | | | | | | | | | | PHPBB3-11574
| * | [ticket/11574] Use alternate DI config file for updaterIgor Wiedler2013-07-131-1/+4
| | | | | | | | | | | | PHPBB3-11574
| * | [ticket/11574] Add correct language parameter to return linksJoas Schilling2013-07-131-2/+2
| | | | | | | | | | | | PHPBB3-11574