| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
...
|
| | |
| |
| |
| |
| |
| | |
user_timezone has no default value anymore
PHPBB3-11459
|
| | |
| |
| |
| | |
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
|
| |\ \
| | |
| | | |
[ticket/12317] Fix notification tests for DBMS drivers using int for integers ;-)
|
| | | |
| | |
| | |
| | | |
PHPBB3-12317
|
| | | |
| | |
| | |
| | | |
PHPBB3-12317
|
| |/ /
| |
| |
| | |
PHPBB3-11336
|
| | |
| |
| |
| |
| |
| | |
http://tracker.phpbb.com/browse/PHPBB3-12311
PHPBB3-12311
|
| |\ \
| |/
|/| |
[ticket/10590] Remove confirmation page after posting
|
| | |
| |
| |
| | |
PHPBB3-10590
|
| |\ \
| | |
| | |
| | |
| | | |
* VSEphpbb/ticket/12284:
[ticket/12284] Fix functional test for extension manager changes
|
| | |/
| |
| |
| | |
PHPBB3-12284
|
| |\ \
| | |
| | |
| | |
| | | |
* vsephpbb/ticket/7580:
[ticket/7580] Add test for IF {VAR} is defined in templates
|
| | |/
| |
| |
| |
| |
| |
| |
| |
| |
| | |
http://tracker.phpbb.com/browse/PHPBB3-7580
This test demonstrates that is possible to test if a
variable exists and then use it if it does, similar to
using isset(), but in template/twig syntax.
<!— IF {VAR} is defined —>{VAR}<!— ENDIF —>
PHPBB3-7580
|
| | |
| |
| |
| | |
PHPBB3-9040
|
| |/
|
|
|
|
|
|
|
|
|
|
|
| |
Currently when an user adds a HTML entity to a custom profile field, the length
gets incremented by 4 since the code reads > instead of <. However, the
length is presentational and not DB storage so it should be treated as a
single character even if it takes four lengths in the DB by being stored as
a HTML entity.
Work around this by decoding html entities before counting. Also, added unit
tests for string field type
PHPBB3-9040
|
| |\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* EXreaction/ticket/9871-2:
[ticket/9871] Can set current version to use instead of the phpBB version
[ticket/9871] Fix indentation on comment
[ticket/9871] Fix test name
[ticket/9871] Split fast and slow version tests
[ticket/9871] Option to force the stability when checking for updates
[ticket/9871] Allow setting the host/file to load for the version class
[ticket/9871] Restore get_remote_file_test
[ticket/9871] Fix tests
[ticket/9871] Typehint and comment on var types
[ticket/9871] Mark test as slow
[ticket/9871] Restore phpbb_version_compare
[ticket/9871] Restore get_remote_file
[ticket/9871] Use $request->variable instead of request_var
[ticket/9871] Update version check file to use json format
|
| | |
| |
| |
| | |
PHPBB3-9871
|
| | |
| |
| |
| | |
PHPBB3-9871
|
| | |
| |
| |
| | |
PHPBB3-9871
|
| | |
| |
| |
| | |
PHPBB3-9871
|
| | |
| |
| |
| | |
PHPBB3-9871
|
| | |
| |
| |
| | |
PHPBB3-9871
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* develop-olympus:
[ticket/12202] Use an array in the data provider instead of exploding manually
[ticket/12202] Can't call htmlspecialchars before checking for quotes
[ticket/12202] Fix tests
[ticket/12202] Test for parse_cfg_file
[ticket/12202] Use copyright symbol in style.cfg files
[ticket/12202] Apply htmlspecialchars to style.cfg data
Conflicts:
phpBB/styles/prosilver/style.cfg
phpBB/styles/subsilver2/style.cfg
|
| | |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* exreaction/ticket/12202:
[ticket/12202] Use an array in the data provider instead of exploding manually
[ticket/12202] Can't call htmlspecialchars before checking for quotes
[ticket/12202] Fix tests
[ticket/12202] Test for parse_cfg_file
[ticket/12202] Use copyright symbol in style.cfg files
[ticket/12202] Apply htmlspecialchars to style.cfg data
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-12202
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-12202
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-12202
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* 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-11040
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11040
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11040
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11040
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11040
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* EXreaction/ticket/10288:
[ticket/10288] Test to make sure included templates have proper variable scope
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-10288
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | | |
[ticket/11581] Hide categories on level 0 when they have no visible children
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-11581
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-11581
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-11581
|
| | |/ / / / /
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11581
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-12267
|
| |\ \ \ \ \ \
| | |_|/ / /
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* develop-olympus:
[ticket/12176] Reword comment about config entries.
[ticket/12176] Add newest_user_colour to config array to ensure it exists
[ticket/12176] Display correct message when trying to delete founder.
[ticket/12176] Add functional test for founder deletion message.
Conflicts:
tests/test_framework/phpbb_functional_test_case.php
|
| | |\ \ \ \ \
| | |_|_|/ /
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* bantu/ticket/12176:
[ticket/12176] Reword comment about config entries.
[ticket/12176] Add newest_user_colour to config array to ensure it exists
[ticket/12176] Display correct message when trying to delete founder.
[ticket/12176] Add functional test for founder deletion message.
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-12176
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-12176
|