phpbb/phpBB/install
Nathan Guse d50500860f [feature/migrations] Store depends on in the database (serialized)
This is required so that when migrations are reverted we can check through
all installed migrations and make sure that all dependencies are handled
properly and so that we are only required to load the migrations files
that could be dependent on the ones installed.

I believe in normal proper use the old way might have worked, but in case
something happens and an unrelated migration file is installed, but cannot
be loaded, this makes sure we do not stop everything unless we absolutely
must (one of those files is dependent on something we want to revert).

PHPBB3-9737
2013-01-10 15:09:51 -06:00
..
convertors [ticket/11015] Move db driver class name fixing to function 2012-11-17 00:24:32 +01:00
data [ticket/9916] Updating header license and removing Version $Id$ 2011-12-31 13:32:52 +00:00
schemas [feature/migrations] Store depends on in the database (serialized) 2013-01-10 15:09:51 -06:00
database_update.php [feature/migrations] Migrations now somewhat works 2013-01-09 16:44:07 -06:00
index.php [ticket/11305] Define hook finder as a service on the container. 2013-01-02 01:36:50 -05:00
install_convert.php [ticket/10758] Dependency inject parameters into cache_moderators. 2012-12-15 16:50:28 -05:00
install_install.php [ticket/11305] Adjust comment. 2013-01-02 01:32:22 -05:00
install_main.php [ticket/9916] Updating header license and removing Version $Id$ 2011-12-31 13:32:52 +00:00
install_update.php Merge PR #1130 branch 'EXreaction/ticket/11259' into develop 2012-12-29 13:45:40 -05:00
phpinfo.php [ticket/9556] Drop php closing tags, add trailing newline 2010-11-11 19:10:55 +01:00