| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| |
| |
| | |
* Noxwizard/ticket/10349:
[ticket/10349] Removed duplicated functions from schema loading in tests
[ticket/10349] Update function comment
[ticket/10349] Use new schema comment function in installer
[ticket/10349] Unit tests: Consolidate schema comment removal functions
[ticket/10349] Unit tests: Remove comments while loading schema files
|
| |
| |
| |
| | |
PHPBB3-10349
|
| |
| |
| |
| | |
PHPBB3-10349
|
| |
| |
| |
| | |
PHPBB3-10349
|
| |
| |
| |
| |
| |
| |
| |
| | |
Perform the same operations that the installer does when preparing the schema
files. These functions come straight from /includes/functions_install.php and
/includes/functions_admin.php.
PHPBB3-10349
|
| |
| |
| |
| | |
PHPBB3-10483
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
develop-olympus
* github-nickvergessen/ticket/10296:
[ticket/10296] Fix CROSS JOIN with INNER JOIN on MSSQL, Postgres and Oracle
[ticket/10296] Add unit test for CROSS JOIN with INNER JOIN
|
| | |
| | |
| | |
| | | |
PHPBB3-10296
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | | |
* nickvergessen/ticket/9066:
[ticket/9066] Move regex into get_preg_expression function and add tests
[ticket/9066] Disallow some database prefix to prevent same errors and problems
|
| | |
| | |
| | |
| | | |
PHPBB3-9066
|
| | |
| | |
| | |
| | | |
PHPBB3-10416
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | | |
* bantu/ticket/10327:
[ticket/10327] Use $this->tools instead of creating a new instance of db_tools.
[ticket/10327] Also change CREATE UNIQUE INDEX to use ALTER TABLE.
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-10327
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-8240
|
|/ / /
| | |
| | |
| | | |
PHPBB3-8240
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* CREATE INDEX is internally mapped to an ALTER INDEX statement.
* CREATE INDEX requires the INDEX permission.
* ALTER TABLE requires the (more powerful) ALTER permission.
* We require the ALTER permission anyway for operation.
* Changing CREATE INDEX to ALTER TABLE thus removes dependency on the INDEX
permission which is good because some management software does not give
out the INDEX permission by default.
http://dev.mysql.com/doc/refman/5.0/en/create-index.html
PHPBB3-10327
|
|/ /
| |
| |
| | |
PHPBB3-10307
|
| |
| |
| |
| | |
PHPBB3-10394
|
| |
| |
| |
| | |
PHPBB3-10394
|
| |
| |
| |
| |
| |
| |
| | |
We remove the phpBB root path from errfile. This is consistent with how
msg_handler handles E_WARNING messages etc.
PHPBB3-10369
|
|\ \
| | |
| | |
| | |
| | | |
* p/ticket/10354:
[ticket/10354] Include cache directory path in unwritable message.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
When template tests are skipped because cache directory is not
writable, include path to the cache directory into the message
saying it is not writable.
PHPBB3-10354
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* callumacrae/ticket/10240:
[ticket/10240] Added optionset to mock_user in the tests.
[ticket/10240] Fixed copyright year in censor_text_test.php.
[ticket/10240] Fixed censor_text test assetEquals param order.
[ticket/10240] Added censor_text tests for special characters.
[ticket/10240] Added censor_text tests.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Also made optionset use the value set by optionset. We're not checking
whether the option is set or not, because we would just throw an error
if it wasn't set, and it throws an error anyway.
PHPBB3-10240
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-10240
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Before, expected and input were the wrong way round.
PHPBB3-10240
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-10240
|
| |/ /
| | |
| | |
| | | |
PHPBB-10240
|
|\ \ \
| |_|/
|/| |
| | |
| | |
| | | |
* nickvergessen/ticket/10321:
[ticket/10321] Add descriptions to the unit tests
[ticket/10321] Do not append the ? if the param-list is empty anyway.
|
| | |
| | |
| | |
| | | |
PHPBB3-10321
|
| | |
| | |
| | |
| | | |
PHPBB3-10321
|
| |/
|/|
| |
| | |
PHPBB3-10346
|
|\ \
| | |
| | |
| | |
| | | |
* p/ticket/10309:
[ticket/10309] Update .gitignore and move .gitkeep.
|
| | |
| | |
| | |
| | | |
PHPBB3-10309
|
|\ \ \
| |/ /
| | /
| |/
|/|
| | |
* p/ticket/10309:
[ticket/10309] Coding guidelines fix.
[ticket/10309] Write unicode data to tests/tmp.
|
| |
| |
| |
| | |
PHPBB3-10309
|
| |
| |
| |
| |
| |
| |
| | |
When the tests are run by a different user than the one which owns
phpbb source tree, writes will go into a single, known directory.
PHPBB3-10309
|
| |
| |
| |
| | |
PHPBB3-9297
|
| |
| |
| |
| | |
PHPBB3-9297
|
| |
| |
| |
| |
| |
| | |
setUpBeforeClass logic makes this test specific to PASV/EPSV tests.
PHPBB3-9297
|
| |
| |
| |
| |
| |
| |
| | |
Looks like IPv6-encapsulated IPv4 addresses do not actually work if
the host has no IPv6 connectivity.
PHPBB3-9297
|
| |
| |
| |
| |
| |
| | |
Need to use the static version here.
PHPBB3-9297
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
It is possible to configure PHP without IPv6, in which case
IPv6-encapsulated IPv4 addresses won't be accepted by PHP.
Instead of failing the test suite on such setups, skip the
offending test.
PHPBB3-9297
|
| |
| |
| |
| | |
PHPBB3-9297
|
| |
| |
| |
| | |
PHPBB3-9297
|
| |
| |
| |
| | |
PHPBB3-9297
|
|/
|
|
| |
PHPBB3-9297
|
|\
| |
| |
| |
| | |
* github-bantu/ticket/10265:
[ticket/10265] Move mt_rand.php to wrapper folder and add _test suffix.
|
| |
| |
| |
| | |
PHPBB3-10265
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* github-bantu/ticket/10263:
[ticket/10263] Call phpbb_version_compare() from includes/acp/acp_main.php
[ticket/10263] Call phpbb_version_compare() from includes/acp/acp_update.php
[ticket/10263] Adding unit tests for phpbb_version_compare().
[ticket/10263] Add wrapper for version_compare() that allows the use of A and B
|