| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
PHPBB3-11962
|
| |\
| |
| |
| |
| |
| | |
* nickvergessen/ticket/12326:
[ticket/12326] Correctly format update/index.php and remove php closing tag
[ticket/12326] Do not add deleted files to the list of changed files
|
| | |
| |
| |
| | |
PHPBB3-12326
|
| | |
| |
| |
| | |
PHPBB3-12326
|
| |\ \
| | |
| | |
| | |
| | | |
* Elsensee/ticket/12330:
[ticket/12330] Fix create index in db tools on mssql
|
| | |/
| |
| |
| | |
PHPBB3-12330
|
| |\ \
| | |
| | |
| | |
| | | |
* develop-olympus:
[ticket/12316] Add Build Status Icon for develop-ascraeus to README.md
|
| | |\ \
| | | |
| | | |
| | | |
| | | | |
* VSEphpbb/ticket/12316:
[ticket/12316] Add Build Status Icon for develop-ascraeus to README.md
|
| | |/ /
| | |
| | |
| | | |
PHPBB3-12316
|
| |\ \ \
| |_|/
|/| |
| | |
| | |
| | |
| | | |
[ticket/12321] Remove execute bit from ucp_main_subscribed.html and buttons.png
* n-aleha/ticket/12321:
[ticket/12321] Remove execute bit from ucp_main_subscribed.html and buttons.png
|
| |/ /
| |
| |
| | |
PHPBB3-12321
|
| |\ \
| | |
| | |
| | |
| | | |
* Elsensee/ticket/12324:
[ticket/12324] Correctly create di container if config/ is missing from update/
|
| |/ /
| |
| |
| | |
PHPBB3-12324
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | | |
develop-ascraeus
* github-nickvergessen/ticket/11459:
[ticket/11459] 3.0.1-RC1 should depend on 3.0.0 migration
|
| | | |
| | |
| | |
| | | |
PHPBB3-11459
|
| |\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
develop-ascraeus
* github-nickvergessen/ticket/11459: (21 commits)
[ticket/11459] Make 3.1.0-dev migration depend on migrations_table
[ticket/11459] Move $supported_dbms to beginning of create schema file
[ticket/11459] Fix missing constant CONFIG_TABLE for sql_create_index()
[ticket/11459] Fix auth provider test
[ticket/11459] Correctly set up the database from schema in unit tests
[ticket/11459] Install DB schema from json file
[ticket/11459] Clean up a little more
[ticket/11459] Do not add table schema to database schema files
[ticket/11459] Create schema.json from migration files
[ticket/11459] Do not take files of extensions into account
[ticket/11459] Pass array with migration class names to schema generator
[ticket/11459] Refresh schema files
[ticket/11459] Remove spaces from the end of lines in MSSQL
[ticket/11459] Correctly handle index column length
[ticket/11459] Add migration for migrations table
[ticket/11459] Update doc blocks
[ticket/11459] Remove old schema file
[ticket/11459] Update schema files with new script
[ticket/11459] Use new migration/schema_generator to create schema files
[ticket/11459] Add Schema from 3.0.0
...
|
| | | |
| | |
| | |
| | | |
PHPBB3-11459
|
| | | |
| | |
| | |
| | | |
PHPBB3-11459
|
| | | |
| | |
| | |
| | | |
PHPBB3-11459
|
| | | |
| | |
| | |
| | |
| | |
| | | |
user_timezone has no default value anymore
PHPBB3-11459
|
| | | |
| | |
| | |
| | | |
PHPBB3-11459
|
| | | |
| | |
| | |
| | | |
PHPBB3-11459
|
| | | |
| | |
| | |
| | | |
PHPBB3-11459
|
| | | |
| | |
| | |
| | | |
PHPBB3-11459
|
| | | |
| | |
| | |
| | | |
PHPBB3-11459
|
| | | |
| | |
| | |
| | | |
PHPBB3-11459
|
| | | |
| | |
| | |
| | | |
PHPBB3-11459
|
| | | |
| | |
| | |
| | | |
PHPBB3-11459
|
| | | |
| | |
| | |
| | | |
PHPBB3-11459
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Code is copied from db\tools::sql_create_index()
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
|
| | | |
| | |
| | |
| | |
| | |
| | | |
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
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* prototech/ticket/11959:
[ticket/11959] Move phpbb_generate_string_list() to functions_content.php.
[ticket/11959] Add unit tests.
[ticket/11959] Remove use of plurals and make it possible to use Oxford comma.
[ticket/11959] Rename phpbb_gen_string_list() & fix incorrect var name.
[ticket/11959] Simplify how the users are trimmed.
[ticket/11959] Add function to create a string list.
[ticket/11959] Add samples for the untrimmed strings.
[ticket/11959] List the last user with "and" instead of a comma.
[ticket/11959] Use the plurals system for the untrimmed language strings.
[ticket/11959] Fix the NOTIFICATION_QUOTE_TRIMMED text.
[ticket/11959] Use plurals for the language strings.
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11959
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11959
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11959
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11959
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11959
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11959
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11959
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11959
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11959
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11959
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11959
|
| |\ \ \ \
| | |_|/
| |/| |
| | | |
| | | | |
* develop-olympus:
[ticket/12319] Backport Travis CI HHVM environment to develop-olympus.
|