| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
* develop-olympus:
[ticket/10416] Pass dbport to PDO object in ...connection_manager::connect().
|
| |
| |
| |
| | |
PHPBB3-10416
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Tests still execute correctly using PHPUnit 3.5 on PHP 5.3 and above. The php
version limitation for a directory was added in PHPUnit 3.6. A separate test
suite is required because the functional tests are in the whitelisted tests
directory. The base test for functional testing is only included in bootstrap
in versions 5.3 and above.
PHPBB3-10414
|
| |
| |
| |
| | |
PHPBB3-10417
|
|\ \
| |/
| |
| |
| |
| | |
* develop-olympus:
[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.
|
| |\
| | |
| | |
| | |
| | |
| | | |
* 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
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | | |
* develop-olympus:
[ticket/8240] Add ability to get a list of columns of a tables to db_tools.
[ticket/8240] Add ability to get a list of tables to db_tools.
|
| | |
| | |
| | |
| | | |
PHPBB3-8240
|
| |/
| |
| |
| | |
PHPBB3-8240
|
| |
| |
| |
| | |
PHPBB3-10414
|
| |
| |
| |
| | |
PHPBB3-10414
|
| |
| |
| |
| |
| |
| | |
The functional tests now also use the test database
PHPBB3-10414
|
| |
| |
| |
| | |
PHPBB3-10414
|
|\ \
| |/
| |
| |
| | |
* develop-olympus:
[ticket/10327] Change CREATE INDEX to ALTER TABLE table ADD INDEX for MySQL.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 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
|
|\ \
| |/
| |
| |
| |
| | |
* develop-olympus:
[ticket/10307] Add a test for PHPBB3-10307
[ticket/10307] Return false in mysqli sql_fetchrow on empty result
|
| |
| |
| |
| | |
PHPBB3-10307
|
|\ \
| |/
| |
| |
| | |
* develop-olympus:
[ticket/10394] Use call_user_func_array to pass a ref into a dynamic function
|
| |
| |
| |
| | |
PHPBB3-10394
|
|\ \
| |/
| |
| |
| | |
* develop-olympus:
[ticket/10394] Remove call-time pass by reference from tests for PHP 5.4
|
| |
| |
| |
| | |
PHPBB3-10394
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* 'develop' of git://github.com/phpbb/phpbb3:
[ticket/10392] Alter parent namespace stripping.
[ticket/10392] Test for magic loop variables with nested namespaces.
[ticket/10392] Missed fix for S_BLOCK_NAME.
[ticket/10392] Fix access to nested special block variables.
|
| | |
| | |
| | |
| | | |
PHPBB3-10392
|
|/ /
| |
| |
| | |
PHPBB3-10384
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| | |
* develop-olympus:
[ticket/10369] Replace root path with "[ROOT]" as per IRC.
[ticket/10369] Add warning about paths outside of phpBB root not being filtered
[ticket/10369] Rename filter_errfile() to filter_root_path().
[ticket/10369] DRY code to remove phpbb path from errfile.
[ticket/10369] Always include errfile and errline in format_errors().
|
| |
| |
| |
| |
| |
| |
| | |
We remove the phpBB root path from errfile. This is consistent with how
msg_handler handles E_WARNING messages etc.
PHPBB3-10369
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Most template variables can now have their PHP variable name resolved instead
of only compiling directly. This allows for the use of block vars in INCLUDE
statements. This does not work for language variables since they require
multiple checks. Added tests for the new types of allowed INCLUDEs.
PHPBB3-10322
|
| |
| |
| |
| | |
PHPBB3-10322
|
|\ \
| | |
| | |
| | |
| | |
| | | |
* cyberalien/ticket/10350:
[ticket/10350] Script for testing eval renderer
[ticket/10350] Fix for class phpbb_template_renderer_eval
|
| | |
| | |
| | |
| | |
| | |
| | | |
Script for testing eval renderer (fixed)
PHPBB3-10350
|
|\ \ \
| | |/
| |/|
| | |
| | |
| | |
| | |
| | | |
* develop-olympus:
[ticket/10354] Include cache directory path in unwritable message.
Conflicts:
tests/template/template_test.php
|
| |\ \
| | | |
| | | |
| | | |
| | | | |
* 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
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* develop-olympus:
[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.
Conflicts:
tests/mock/cache.php
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* 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
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* p/ticket/10355:
[ticket/10355] Correctly end output buffering in template tests.
|
| | |_|/
| |/| |
| | | |
| | | |
| | | |
| | | | |
This code was copied verbatim from develop-olympus.
PHPBB3-10355
|
|\ \ \ \
| |/ / /
|/| / /
| |/ /
| | |
| | | |
* develop-olympus:
[ticket/10321] Add descriptions to the unit tests
[ticket/10321] Do not append the ? if the param-list is empty anyway.
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | | |
* 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
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
* develop-olympus:
[ticket/10346] Add drop_tables to perform_schema_changes and add tests
|
| | |/
| |/|
| | |
| | | |
PHPBB3-10346
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* develop-olympus:
[ticket/10309] Update .gitignore and move .gitkeep.
[ticket/10309] Coding guidelines fix.
[ticket/10309] Write unicode data to tests/tmp.
Conflicts:
.gitignore
|