| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
prep-release-3.0.11
* github-nickvergessen/ticket/10950:
[ticket/10950] Fix grammar in comments
[ticket/10950] Delete PMs for users that have not yet read the pm
[ticket/10950] Fix unit tests to fit the new pm deleting behaviour
[ticket/10950] Update undelivered pm counts in batches not 1 by 1 for each user
[ticket/10950] Remove deleted entries in tests instead of commenting them out
[ticket/10950] Use database count() and group by instead of doing that in php
[ticket/10950] Check $delete_ids to be not empty
[ticket/10950] Recreated the behaviour of phpbb_delete_user_pms()
[ticket/10950] Fix unit tests to reflect desired behaviour
[ticket/10950] Add some first and simple unit tests for phpbb_delete_user_pms()
[ticket/10950] Correct comment for the second query.
[ticket/10950] Add empty line to make unset() call more visible.
[ticket/10950] Select the correct columns in SQL queries.
[ticket/10950] Use a variable for the private message id.
[ticket/10950] Move array initialisation to the front.
[ticket/10950] Remove redundant if statement.
[ticket/10950] Fix SQL coding style (indentation) in second SQL query.
[ticket/10950] Use proper ' in order to fix comment.
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Undelivered PMs should not be delivered to recipients that have not yet received them.
PHPBB3-10950
|
| | | |
| | |
| | |
| | | |
PHPBB3-10950
|
| | | |
| | |
| | |
| | |
| | |
| | | |
See http://wiki.phpbb.com/Deleting_Private_Messages for further explanation.
PHPBB3-10950
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Todo: Add cases to in which the msg is also deleted.
PHPBB3-10950
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* 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
* 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
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* github-bantu/ticket/10974:
[ticket/10974] Rename tests/mock_user.php -> tests/mock/user.php
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10974
|
| |\ \ \ \ \
| |/ / / /
|/| | / /
| | |/ /
| |/| |
| | | | |
* prep-release-3.0.11:
[ticket/10937] Update documentation to say which comment styles are removed.
[ticket/10937] Comment removal functions: Restore backward compatibility
|
| | | |/
| |/|
| | |
| | | |
PHPBB3-10937
|
| |\ \ \
| |/ /
|/| |
| | |
| | | |
* github-p/ticket/10828:
[ticket/10828] Connect to postgres database by default.
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
When not connecting to a specific database, connect to postgres
database which specifically exists as a default database to
connect to.
PHPBB3-10828
|
| | | |
| | |
| | |
| | | |
PHPBB3-10162
|
| | | |
| | |
| | |
| | | |
PHPBB3-10907
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
develop-olympus
By David King
via David King
* github-imkingdavid/task/functional:
[task/functional] Use proper format for @var doc blocks.
[task/functional] Fix $lang_path variable
[task/functional] Change property visibility, remove globals, reword comment
[task/functional] Make sure missing language values are handled properly
[task/functional] Increase code coverage for functional tests
|
| | | | |
| | | |
| | | | |
PHPBB3-10758
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10758
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10758
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10758
|
| | | |/
| |/|
| | |
| | | |
PHPBB3-10758
|
| | |/
|/|
| |
| |
| |
| |
| | |
Fix phpbb_dbal_select_test::test_sql_fetchrow_returns_false_when_empty() on
MSSQL and Oracle by specifying an existing table in the query.
PHPBB3-10890
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* p/ticket/10891:
[ticket/10891] Allow specifying test_config.php path via environment.
Conflicts:
tests/RUNNING_TESTS.txt
|
| | | |
| | |
| | |
| | | |
PHPBB3-10891
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* p/ticket/10892:
[ticket/10892] Update wiki link to mediawiki.
[ticket/10892] Add empty lines for consistency.
[ticket/10892] Reformat RUNNING_TESTS.txt to 79 char lines.
[ticket/10892] Reformat RUNNING_TESTS.txt to 80 char lines.
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10892
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Some headings had empty lines after them, some did not.
Add missing empty lines.
PHPBB3-10892
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10892
|
| | |/ /
| | |
| | |
| | | |
PHPBB3-10892
|
| | | |
| | |
| | |
| | | |
PHPBB3-10889
|
| | | |
| | |
| | |
| | | |
PHPBB3-10887
|
| |/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Auto increment test does not need any particular columns
and should not depend, in particular, on correct handling
of binary data.
This commit moves auto increment test into its own file and
gives it its own table with a simple schema.
PHPBB3-10887
|
| |/
|
|
| |
PHPBB3-10858
|
| |
|
|
| |
PHPBB3-10492
|
| |
|
|
| |
PHPBB3-10492
|
| |
|
|
| |
PHPBB3-10492
|
| |
|
|
| |
PHPBB3-10774
|
| |
|
|
| |
PHPBB3-10653
|