| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| |
| |
| |
| |
| |
| | |
* develop-olympus:
[ticket/11219] Coding guidelines and naming consistency changes
[ticket/11219] Only update sequences that are affected by a fixture
[ticket/11219] Recreate Oracle sequences instead of altering them
[ticket/11219] Add unit test for inserting into a sequence column
[ticket/11219] Update sequence values after loading fixtures
|
| | |
| |
| |
| | |
PHPBB3-11219
|
| | |
| |
| |
| | |
PHPBB3-11219
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The previous method would always leave a gap between the last value and the
new one due to how you have to update the sequence values. To remove gaps in
all situations, the options are to alter the USER_SEQUENCES table or just
drop the sequence and recreate it. The prior requires elevated priveleges
and the latter can break attached objects. Since we don't attach objects to
the sequences, we won't have any problems doing it for the tests.
PHPBB3-11219
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
If a value is provide for an auto_increment type of column, certain DBMSes
do not update their internal sequencers. If a row is inserted later, it can
be given an ID that is already in use, resulting in an error. The database
test cases now resynchronise the sequencers before the tests are run.
PHPBB3-11219
|
| | |
| |
| |
| | |
PHPBB3-9983
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
In order to not overwrite data in default redis store, at least
one of redis host or post must be explicitly specified.
Redis cache driver constructor has been modified to accept
host and port as parameters. This was not added to public API
as there are more parameters being passed via global constants.
PHPBB3-9983
|
| | |
| |
| |
| | |
PHPBB3-11174
|
| | |
| |
| |
| | |
PHPBB3-11174
|
| | |
| |
| |
| | |
PHPBB3-11174
|
| |\ \
| |/
| |
| |
| | |
* develop-olympus:
[ticket/11186] Database unit tests fail on windows using sqlite2
|
| | |\
| | |
| | |
| | |
| | | |
* nickvergessen/ticket/11186:
[ticket/11186] Database unit tests fail on windows using sqlite2
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The problem is, that we try to recreate the db and reconnect to it, while the
old connection is still hold. To resolve this, we just drop all tables and
recreate the tables instead of the hole db.
PHPBB3-11186
|
| | | |
| | |
| | |
| | | |
PHPBB3-11204
|
| |\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* develop-olympus:
[ticket/11202] Custom message does not make sense here, delete it.
[ticket/11202] Check response success before content assertions.
[ticket/11202] Add a heuristic function to check for response success.
Conflicts:
tests/test_framework/phpbb_functional_test_case.php
|
| | |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* p/ticket/11202-olympus:
[ticket/11202] Custom message does not make sense here, delete it.
[ticket/11202] Check response success before content assertions.
[ticket/11202] Add a heuristic function to check for response success.
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11202
|
| | | |/
| | |
| | |
| | |
| | |
| | | |
This tries to account for php sending fatal errors with 200 status code.
PHPBB3-11202
|
| | |/
| |
| |
| |
| |
| | |
Added functions to get and purge cache to functional framework also.
PHPBB3-11190
|
| | |
| |
| |
| | |
PHPBB3-11190
|
| |\ \
| | |
| | |
| | |
| | | |
* Fyorl/ticket/11187:
[ticket/11187] Added a blank array to fix errors in functional tests
|
| | | |
| | |
| | |
| | | |
PHPBB3-11187
|
| |/ /
| |
| |
| | |
PHPBB3-11183
|
| |\ \
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* github-phpbb/develop-olympus:
[ticket/11159] static public is the currently approved order.
Conflicts:
tests/dbal/select_test.php
tests/dbal/write_test.php
tests/request/request_var_test.php
tests/security/extract_current_page_test.php
tests/security/redirect_test.php
tests/template/template_test.php
tests/text_processing/make_clickable_test.php
tests/utf/utf8_clean_string_test.php
|
| | |
| |
| |
| | |
PHPBB3-11159
|
| |\ \
| | |
| | |
| | |
| | |
| | | |
Conflicts:
phpBB/common.php
phpBB/download/file.php
|
| | |\ \
| | |/
| | |
| | |
| | |
| | |
| | | |
* develop-olympus:
[task/functional] Fixed DEBUG_TEST related issues
[task/functional] Allow tests to bypass certain restrictions with DEBUG_TEST
[task/functional] Added posting tests (reply and new topic)
|
| | | |
| | |
| | |
| | | |
PHPBB3-10758
|
| | | |
| | |
| | |
| | | |
PHPBB3-10631
|
| |/ /
| |
| |
| | |
PHPBB3-10631
|
| |\ \
| |/
| |
| |
| | |
* develop-olympus:
[ticket/11034] Re-arranged install order to emulate real install
|
| | |
| |
| |
| | |
PHPBB3-11034
|
| |\ \
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* develop-olympus:
[ticket/10981] Added check for PHP version before running composer
[ticket/10981] Modified travis to use composer with --dev
[ticket/10981] Removed setupBeforeClass
[ticket/10981] Modified functional framework to account for goutte changes
[ticket/10981] Added goutte via composer
Conflicts:
.travis.yml
composer.phar
phpBB/composer.json
phpBB/composer.lock
tests/bootstrap.php
|
| | |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* Fyorl/ticket/10981:
[ticket/10981] Added check for PHP version before running composer
[ticket/10981] Modified travis to use composer with --dev
[ticket/10981] Removed setupBeforeClass
[ticket/10981] Modified functional framework to account for goutte changes
[ticket/10981] Added goutte via composer
|
| | | |
| | |
| | |
| | | |
PHPBB3-10981
|
| | | |
| | |
| | |
| | | |
PHPBB3-10981
|
| | | |
| | |
| | |
| | |
| | |
| | | |
composer.phar added and autoloaded before tests
PHPBB3-10981
|
| |\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* develop-olympus:
[ticket/10678] Typo and formatting
[ticket/10678] Add port handling for MSSQL tests
[ticket/10678] Move config changes to new location
[ticket/10678] Rename helper class file
[ticket/10678] Lowercase class name, adjust comment width
[ticket/10678] More formatting and docblocks
[ticket/10678] More formatting requests
[ticket/10678] Fix formatting
[ticket/10678] Add better support for Firebird, Oracle, and MSSQL
|
| | |\ \
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
develop-olympus
* github-noxwizard/ticket/10678:
[ticket/10678] Typo and formatting
[ticket/10678] Add port handling for MSSQL tests
[ticket/10678] Move config changes to new location
[ticket/10678] Rename helper class file
[ticket/10678] Lowercase class name, adjust comment width
[ticket/10678] More formatting and docblocks
[ticket/10678] More formatting requests
[ticket/10678] Fix formatting
[ticket/10678] Add better support for Firebird, Oracle, and MSSQL
Conflicts:
tests/RUNNING_TESTS.txt
|
| | | |
| | |
| | |
| | | |
PHPBB3-10678
|
| | | |
| | |
| | |
| | | |
PHPBB3-10678
|
| | | |
| | |
| | |
| | | |
PHPBB3-10678
|
| | | |
| | |
| | |
| | | |
PHPBB3-10678
|
| | | |
| | |
| | |
| | | |
PHPBB3-10678
|
| | | |
| | |
| | |
| | | |
PHPBB3-10678
|
| | | |
| | |
| | |
| | | |
PHPBB3-10678
|
| | | |
| | |
| | |
| | | |
PHPBB3-10678
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Allow ODBC connections for Firebird
Capitalize fixture tables and columns for Firebird
On database drop failure, drop all tables
Provide cleanup utilities for databases that cannot be dropped
PHPBB3-10678
|
| |\ \ \
| |/ /
| | |
| | |
| | |
| | | |
* develop-olympus:
[ticket/10937] Update documentation to say which comment styles are removed.
[ticket/10937] Comment removal functions: Restore backward compatibility
|
| | |\ \
| | | |
| | | |
| | | |
| | | |
| | | | |
* prep-release-3.0.11:
[ticket/10937] Update documentation to say which comment styles are removed.
[ticket/10937] Comment removal functions: Restore backward compatibility
|