| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | |/ / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
insert_migration() function now handles inserting/updating
Move all insert/update code to insert_migration() function to prevent this from occurring again.
PHPBB3-11370
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
String is attempted to be unserialized
PHPBB3-11369
|
|/ / /
| | |
| | |
| | | |
PHPBB3-11103
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
# By Nathan Guse (1) and Nathaniel Guse (1)
# Via Nathan Guse
* EXreaction/ticket/11367:
[ticket/11367] Always freeresult
[ticket/11367] Migrator throws error if migrations table does not exist
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-11367
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Force load_migration_state to not throw errors if the table does not exist.
PHPBB3-11367
|
| | | |
| | | |
| | | |
| | | | |
PHBB3-9737
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
feature/migrations-data
Conflicts:
phpBB/install/database_update.php
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-11351
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Returned unfulfillable name in the wrong place previously
PHPBB3-11351
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-11351
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Unfulfillable returns string of the missing dependency name now if
the migration is unfulfillable (this is significantly more helpful).
PHPBB3-11351
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* exreaction/ticket/11350:
[ticket/11350] Do not pass $db by reference; typehint phpbb_db_driver
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11350
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-9737
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-9737
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Organization will set you free
PHPBB3-9737
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-9737
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-9737
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11318
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11318
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Move installing migrations to migration/install.php and handle figuring
out what migrations have been installed based on phpBB version.
PHPBB3-11318
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-9737
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | | |
So this is easy to merge later.
PHPBB3-9737
|
|\ \ \ \
| |/ / /
|/| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* EXreaction/feature/migrations: (48 commits)
[feature/migrations] Remove default values from necessary parameters
[feature/migrations] Revert unrelated changes to functions.php
[ticket/9737] Fix some comments
[ticket/9737] Fix a few minor things in migrations
[feature/migrations] Make sure migration data not done before running data step
[feature/migrations] Function to populate the migrations table (for install)
[feature/migrations] Function effectively_installed() in migrations
[feature/migrations] Make load_migrations recursive (optionally)
[feature/migrations] Make the test depends_on methods static
[feature/migrations] Make depends_on static to call it without dependencies
[feature/migrations] install/database_update_migrations.php
[feature/migrations] Move test.php -> install/database_update_migrations.php
[feature/migrations] Store depends on in the database (serialized)
[feature/migrations] Revert method completed
[feature/migrations] Basic reverting test
[feature/migrations] Test for calling a step multiple times
[feature/migrations] Creating revert method to attempt reverting a migration
[feature/migrations] Some comments in db_tools
[feature/migrations] Reverse data functionality
[feature/migrations] Comment
...
Conflicts:
phpBB/install/schemas/firebird_schema.sql
phpBB/install/schemas/mssql_schema.sql
phpBB/install/schemas/mysql_40_schema.sql
phpBB/install/schemas/mysql_41_schema.sql
phpBB/install/schemas/oracle_schema.sql
phpBB/install/schemas/postgres_schema.sql
phpBB/install/schemas/sqlite_schema.sql
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Clean up some comments
PHPBB3-9737
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-9737
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-9737
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-9737
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-9737
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Allows you to check if the migration is effectively installed
(entirely optionall)
This function is intended to help moving to migrations from a
previous database updater, where some migrations may have been
installed already even though they are not yet listed in the
migrations table.
PHPBB3-9737
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-9737
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-11318
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-9737
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This code is in progress
PHPBB3-9737
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-9737
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
If data step fails, attempt to roll back any previous calls from the
migration that failed.
Fix some failing tests
PHPBB3-9737
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Prevent a lot++ of errors
PHPBB3-9737
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-9737
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-9737
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fix return on module add
PHPBB3-9737
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Lots of comments and some other miscellaneous fixes.
PHPBB3-9737
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-9737
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-9737
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-9737
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-9737
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-9737
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Version numbers
3.1 updates
Restore database_update.php file to what it was in develop
Get first forum to place global announcements in
PHPBB3-9737
|
| | | | |
|