| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
PHPBB3-11459
|
|
|
|
| |
PHPBB3-11459
|
|
|
|
|
|
| |
The order of some tables and columns was changed
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
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
develop-olympus
* noxwizard/ticket/naderman/9725:
[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
|
| | |
| | |
| | |
| | | |
PHPBB3-9725
|
| | |
| | |
| | |
| | | |
PHPBB3-9725
|
| | |
| | |
| | |
| | | |
PHPBB3-9725
|
| | |
| | |
| | |
| | | |
PHPBB3-9725
|
| | |
| | |
| | |
| | | |
PHPBB3-9725
|
| | |
| | |
| | |
| | | |
PHPBB3-9725
|
| | |
| | |
| | |
| | | |
PHPBB3-9725
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
SQL Azure requires a primary AKA clustered key on every table.
This adds a dummy INT column to act as key,
avoiding possible duplicate entries.
so that these columns can support bigger (speak: huge) tables
PHPBB3-9725
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Two problems were encountered when installing on AzureSQL:
-Azure SQL does not support the ON clause of T-SQL
-Azure SQL requries a clustered index AKA primary key on all tables
The fix is makeshift; it introduces questionable primary indices, which should be replaced with auto--increment columns.
PHPBB3-9725
|
|\ \ \
| | | |
| | | | |
[ticket/12314] Workaround HHVM SPL autoloader sometimes using leading ba...
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-12314
|
|\ \ \ \
| | | | |
| | | | | |
[ticket/12317] Fix notification tests for DBMS drivers using int for integers ;-)
|
| |/ / /
| | | |
| | | |
| | | | |
PHPBB3-12317
|
|\ \ \ \
| |/ / /
|/| | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* crizz0/ticket/11336:
[ticket/11336] Adds 301 info to redirect
[ticket/11336] Adds redirect for old "leaders" mode
[ticket/11336] Changes language variabel LOGIN_EXPLAIN_LEADERS to _TEAM
[ticket/11336] Changes "leaders"-mode to "team"-mode and so in test-file
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-11336
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-11336
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-11336
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-11336
|
|/ / /
| | |
| | |
| | | |
PHPBB3-12315
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | | |
* ticket/suheb/11666:
[ticket/11666] Rewording POST_DELETED and
[ticket/11666] Removing MESSAGE_DELETED..
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
reverting removal of MESSAGE_DELETED.
PHPBB3-11666
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
..in /en/posting.php as it is not used.
PHPBB3-11666
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* vsephpbb/ticket/12311:
[ticket/12311] Use British-English spelling of licence in lang file
[ticket/12311] Use valid composer schema - license - for extensions
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12311
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
http://tracker.phpbb.com/browse/PHPBB3-12311
PHPBB3-12311
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* vsephpbb/ticket/11230:
[ticket/11230] Add missing last returns to dock block
[ticket/11230] Update cache driver dock blocks
[ticket/11230] Use inheritdoc in docblocks in cache drivers
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11230
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-12230
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
http://tracker.phpbb.com/browse/PHPBB3-11230
PHPBB3-11230
|
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* geetakshi/ticket/11360:
[ticket/11360] Updating default value of $display_online_list
[ticket/11360] Avoiding online list where not required
[ticket/11360] Change second parameter in page_header function
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11360
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11360
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11360
|
|\ \ \ \ \ \
| | |_|_|/ /
| |/| | | |
| | | | | |
| | | | | | |
* develop-olympus:
[ticket/12310] Don't autocomplete SMTP user/pass on install
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-12310
|
|\ \ \ \ \ \
| |/ / / / /
| | | | | |
| | | | | |
| | | | | | |
* develop-olympus:
[ticket/10174] Rename "Ban usernames" to "Ban users" in ACP
|
| |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* schosser/ticket/10174:
[ticket/10174] Rename "Ban usernames" to "Ban users" in ACP
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Changing the language string from "Ban usernames" to "Ban users"
to clarify its use. It bans users by their name and not the username itself
PHPBB3-10174
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-12297
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
* VSEphpbb/ticket/12292:
[ticket/12292] Fix syntax error in admin.css
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-12292
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
# By Joas Schilling
# Via Joas Schilling
* nickvergessen/ticket/12268:
[ticket/12268] Do not use substr but just compare the character
[ticket/12268] Rename class file to recursive_dot_prefix_filter_iterator.php
[ticket/12268] Move class out of extension namespace and rename it
[ticket/12268] Do not search in folders starting with a dot
[ticket/12268] Use FilesystemIterator::SKIP_DOTS
[ticket/12268] Extension finder should not crawl through .git/ of extensions
|