| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | |
| | | |
| | | |
| | | | |
PHPBB3-12012
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-12012
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-12012
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
We need to drop the default constraints of a column,
before being able to change their type or deleting them.
PHPBB3-12012
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| | |
| | |
| | |
| | | |
PHPBB3-11917
|
| | |
| | |
| | |
| | | |
PHPBB3-12121
|
|/ /
| |
| |
| |
| | |
* develop-olympus:
[ticket/12397] Fix sql_unique_index_exists doc block
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
develop-ascraeus
* github-nickvergessen/ticket/12282:
[ticket/12282] Update new references
[ticket/12282] Update container db mock
[ticket/12282] Add new line at EOF of the interface
[ticket/12282] Use interface for type hinting
[ticket/12282] Use {@inheritDoc} for inherited methods
[ticket/12282] Add Interface for DBAL drivers
|
| | |
| | |
| | |
| | | |
PHPBB3-12282
|
| | |
| | |
| | |
| | | |
PHPBB3-12282
|
| | |
| | |
| | |
| | | |
PHPBB3-12282
|
| | |
| | |
| | |
| | | |
PHPBB3-12282
|
| | |
| | |
| | |
| | | |
PHPBB3-12282
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
# By Joas Schilling
# Via Joas Schilling
* nickvergessen/ticket/12349:
[ticket/12349] Fix Sniffer for @license tag
[ticket/12349] Update license header in several new files
|
| |/ /
| | |
| | |
| | | |
PHPBB3-12349
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* Marc/ticket/12362:
[ticket/12362] Do not use database test case as it's not needed
[ticket/12362] Add tests for schema generator
[ticket/12362] Throw exception in schema generator on unresolvable dependency
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Make sure we throw an exception in the schema generator if we come across an
unresolvable dependency. Otherwise we'll get stuck in a infinite loop that
needs to be cancelled by the user or the maximum execution time.
PHPBB3-12362
|
|\ \ \ \
| |/ / /
|/| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* Marc/ticket/12150:
[ticket/12150] Use correct license URL in prune shadow migrations file
[ticket/12150] Remove 'after' for columns from migrations file
[ticket/12150] Update schema files for prune shadow topics
[ticket/12150] Use log service instead of add_log() function
[ticket/12150] Use shorter column names for prune settings
[ticket/12150] Add functional tests for pruning shadow topics
[ticket/12150] Add missing space to query for shadow topics
[ticket/12150] Add missing prune settings variables in acp_forums
[ticket/12150] Add file and caller for pruning shadow topics
[ticket/12150] Add prune columns to schema files and migration file
[ticket/12150] Add options to acp
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-12150
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-12150
|
| |\ \ \
| | | | |
| | | | |
| | | | | |
ticket/12150
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
All columns were renamed from having prune_shadow_topics as namebase to just
prune_shadow.
A missing column was also added to the migration file's remove_schema() method.
PHPBB3-12150
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12150
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12150
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12337
|
| |_|/ /
|/| | |
| | | |
| | | | |
PHPBB3-12337
|
| | | | |
|
| |/ /
|/| |
| | |
| | | |
PHPBB3-12330
|
|/ /
| |
| |
| | |
PHPBB3-11459
|
| |
| |
| |
| | |
PHPBB3-11459
|
| |
| |
| |
| | |
PHPBB3-11459
|
| |
| |
| |
| |
| |
| |
| |
| | |
This migration will always be skipped on updates, because database_update.php
creates the table. But the create schema script requires the migration,
so the table is created for new installs.
PHPBB3-11459
|
| |
| |
| |
| | |
PHPBB3-11459
|
| |
| |
| |
| | |
PHPBB3-11459
|
| |
| |
| |
| |
| |
| | |
It loops over the migrations and creates the schema from it.
PHPBB3-11459
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* develop-olympus:
[ticket/9725] Code sniffer fixes
[ticket/9725] Do not use deprecated views to remove default constraints
[ticket/9725] Move primary key creation to the correct location
[ticket/9725] Remove trailing spaces from MSSQL schema
[ticket/9725] Create MSSQL primary keys if none exist
[ticket/9725] Remove explicit filegroup designations
[ticket/9725] Fetch Azure db stats from proper table
[ticket/9725] Add dummy indexes for Azure
[ticket/9725] Create an Azure SQL compatible Schema
Conflicts:
phpBB/install/schemas/mssql_schema.sql
|
| |
| |
| |
| | |
PHPBB3-12297
|
| |
| |
| |
| |
| |
| | |
or the module has already been moved to that category
PHPBB3-11169
|
| |
| |
| |
| | |
PHPBB3-11169
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* dhruv/ticket/11040:
[ticket/11040] Topic is deleted if test is skipped
[ticket/11040] Use unique text for the test post added
[ticket/11040] Use hard delete in delete_topic
[ticket/11040] Add migration to drop postgres search indexes
[ticket/11040] Delete the functional test topic to avoid conflicts
[ticket/11040] Add methods to delete post and topic in functional tests
[ticket/11040] Swap post_text and post_subject for post_content index
[ticket/11040] Add test cases for searching subject and post content together
[ticket/11040] Remove postgres extra indexes
[ticket/11040] Add post_content index
[ticket/11040] Search subject and text together
|
| | |
| | |
| | |
| | | |
PHPBB3-11040
|
| | |
| | |
| | |
| | | |
PHPBB3-12263
|
| | |
| | |
| | |
| | | |
PHPBB3-12263
|
| | |
| | |
| | |
| | | |
PHPBB3-12263
|
| | |
| | |
| | |
| | | |
PHPBB3-12263
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* EXreaction/ticket/11716:
[ticket/11716] Correct license URL
[ticket/11716] Fix dependencies in migration files
[ticket/11716] Rename migration files and add note that it's converting a MOD
[ticket/11716] Convert Soft Delete Mod to post/topic visibility
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-11716
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-11716
|