| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ticket/10907] Mark (var)binary tests as incomplete on non-MySQL DBMSes. | Andreas Fischer | 2012-05-22 | 1 | -0/+5 |
| | | | | | PHPBB3-10907 | ||||
| * | Merge remote-tracking branch 'github-imkingdavid/task/functional' into ↵ | Nils Adermann | 2012-05-22 | 4 | -1/+169 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| | * | [task/functional] Use proper format for @var doc blocks. | David King | 2012-05-22 | 1 | -2/+4 |
| | | | | | | | PHPBB3-10758 | ||||
| | * | [task/functional] Fix $lang_path variable | David King | 2012-05-22 | 1 | -1/+1 |
| | | | | | | | | | PHPBB3-10758 | ||||
| | * | [task/functional] Change property visibility, remove globals, reword comment | David King | 2012-05-22 | 1 | -6/+6 |
| | | | | | | | | | PHPBB3-10758 | ||||
| | * | [task/functional] Make sure missing language values are handled properly | David King | 2012-04-24 | 2 | -1/+9 |
| | | | | | | | | | PHPBB3-10758 | ||||
| | * | [task/functional] Increase code coverage for functional tests | David King | 2012-04-23 | 4 | -1/+159 |
| | | | | | | | | | PHPBB3-10758 | ||||
| * | | [ticket/10890] Fix test_sql_fetchrow_returns_false_when_empty() on MS and ORA. | Andreas Fischer | 2012-05-22 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | 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 | ||||
| * | | Merge remote-tracking branch 'p/ticket/10891' into develop-olympus | Andreas Fischer | 2012-05-13 | 2 | -2/+18 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | * p/ticket/10891: [ticket/10891] Allow specifying test_config.php path via environment. Conflicts: tests/RUNNING_TESTS.txt | ||||
| | * | | [ticket/10891] Allow specifying test_config.php path via environment. | Oleg Pudeyev | 2012-05-11 | 2 | -2/+18 |
| | | | | | | | | | | | | | PHPBB3-10891 | ||||
| * | | | Merge remote-tracking branch 'p/ticket/10892' into develop-olympus | Andreas Fischer | 2012-05-13 | 1 | -9/+13 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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. | ||||
| | * | | | [ticket/10892] Update wiki link to mediawiki. | Oleg Pudeyev | 2012-05-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | PHPBB3-10892 | ||||
| | * | | | [ticket/10892] Add empty lines for consistency. | Oleg Pudeyev | 2012-05-11 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some headings had empty lines after them, some did not. Add missing empty lines. PHPBB3-10892 | ||||
| | * | | | [ticket/10892] Reformat RUNNING_TESTS.txt to 79 char lines. | Oleg Pudeyev | 2012-05-11 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | PHPBB3-10892 | ||||
| | * | | | [ticket/10892] Reformat RUNNING_TESTS.txt to 80 char lines. | Patrick Webster | 2012-05-11 | 1 | -5/+7 |
| | |/ / | | | | | | | | | | PHPBB3-10892 | ||||
| * | | | [ticket/10889] Make default value for c_char_size a CHAR(4) as defined. | Andreas Fischer | 2012-05-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | PHPBB3-10889 | ||||
| * | | | [ticket/10887] Add spaces. | Oleg Pudeyev | 2012-05-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | PHPBB3-10887 | ||||
| * | | | [ticket/10887] Split auto increment test from db tools test. | Oleg Pudeyev | 2012-05-10 | 2 | -45/+100 |
| |/ / | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | | [ticket/10858] Tests for row seeking with fetchfield() | Patrick Webster | 2012-05-08 | 1 | -0/+26 |
| |/ | | | | PHPBB3-10858 | ||||
| * | [ticket/10492] Fix line endings | Patrick Webster | 2012-04-21 | 1 | -26/+26 |
| | | | | | PHPBB3-10492 | ||||
| * | [ticket/10492] Backporting functional tests | Patrick Webster | 2012-04-21 | 4 | -0/+207 |
| | | | | | PHPBB3-10492 | ||||
| * | [ticket/10492] Separate config generation from the installer | Patrick Webster | 2012-04-20 | 2 | -37/+50 |
| | | | | | PHPBB3-10492 | ||||
| * | [ticket/10774] Add unit tests for UNIQUE index existence and creation. | Andreas Fischer | 2012-04-10 | 1 | -0/+11 |
| | | | | | PHPBB3-10774 | ||||
| * | [ticket/10653] Fix parameter to substr() in unit tests. Should be 1, not -1. | Andreas Fischer | 2012-03-04 | 1 | -1/+1 |
| | | | | | PHPBB3-10653 | ||||
| * | [ticket/10653] Unit tests for get_row_count() and get_estimated_row_count(). | Andreas Fischer | 2012-03-04 | 1 | -0/+25 |
| | | | | | PHPBB3-10653 | ||||
| * | [ticket/10512] Call startup.php from tests/bootstrap.php | Andreas Fischer | 2012-02-04 | 1 | -18/+2 |
| | | | | | PHPBB3-10512 | ||||
| * | [ticket/9916] Updating License in the header | Unknown | 2012-01-02 | 45 | -45/+45 |
| | | | | | PHPBB3-9916 | ||||
| * | Merge remote-tracking branch 'cyberalien/ticket/10507' into develop-olympus | Oleg Pudeyev | 2011-12-24 | 2 | -0/+101 |
| |\ | | | | | | | | | | | * cyberalien/ticket/10507: [ticket/10507] DBAL unit test [ticket/10507] Sort styles in acp | ||||
| | * | [ticket/10507] DBAL unit test | Vjacheslav Trushkin | 2011-12-15 | 2 | -0/+101 |
| | | | | | | | | | | | | | Unit test for ORDER BY LOWER(style_name) PHPBB3-10507 | ||||
| * | | Merge remote-tracking branch 'Noxwizard/ticket/10349' into develop-olympus | Oleg Pudeyev | 2011-12-03 | 1 | -38/+7 |
| |\ \ | |/ |/| | | | | | | | | | | | | | * 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 | ||||
| | * | [ticket/10349] Removed duplicated functions from schema loading in tests | Patrick Webster | 2011-10-29 | 1 | -43/+4 |
| | | | | | | | | | PHPBB3-10349 | ||||
| | * | [ticket/10349] Update function comment | Patrick Webster | 2011-09-28 | 1 | -2/+0 |
| | | | | | | | | | PHPBB3-10349 | ||||
| | * | [ticket/10349] Unit tests: Consolidate schema comment removal functions | Patrick Webster | 2011-09-20 | 1 | -58/+11 |
| | | | | | | | | | PHPBB3-10349 | ||||
| | * | [ticket/10349] Unit tests: Remove comments while loading schema files | Patrick Webster | 2011-09-03 | 1 | -1/+58 |
| | | | | | | | | | | | | | | | | | 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 | ||||
| * | | [ticket/10483] Fix test suite when running with MySQL strict mode | Igor Wiedler | 2011-11-21 | 4 | -0/+64 |
| | | | | | | | | | PHPBB3-10483 | ||||
| * | | Merge remote-tracking branch 'github-nickvergessen/ticket/10296' into ↵ | Nils Adermann | 2011-11-18 | 2 | -0/+98 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| | * | | [ticket/10296] Add unit test for CROSS JOIN with INNER JOIN | Joas Schilling | 2011-11-15 | 2 | -0/+98 |
| | | | | | | | | | | | | | PHPBB3-10296 | ||||
| * | | | Merge remote-tracking branch 'nickvergessen/ticket/9066' into develop-olympus | Andreas Fischer | 2011-11-14 | 1 | -0/+35 |
| |\ \ \ | |/ / |/| | | | | | | | | | | | * 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 | ||||
| | * | | [ticket/9066] Move regex into get_preg_expression function and add tests | Joas Schilling | 2011-11-14 | 1 | -0/+35 |
| | | | | | | | | | | | | | PHPBB3-9066 | ||||
| * | | | [ticket/10416] Pass dbport to PDO object in ...connection_manager::connect(). | Andreas Fischer | 2011-10-16 | 1 | -0/+5 |
| | | | | | | | | | | | | | PHPBB3-10416 | ||||
| * | | | Merge remote-tracking branch 'bantu/ticket/10327' into develop-olympus | Igor Wiedler | 2011-10-14 | 1 | -10/+3 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | * 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. | ||||
| | * | | | [ticket/10327] Use $this->tools instead of creating a new instance of db_tools. | Andreas Fischer | 2011-10-14 | 1 | -10/+3 |
| | | | | | | | | | | | | | | | | | PHPBB3-10327 | ||||
| * | | | | [ticket/8240] Add ability to get a list of columns of a tables to db_tools. | Andreas Fischer | 2011-10-14 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | PHPBB3-8240 | ||||
| * | | | | [ticket/8240] Add ability to get a list of tables to db_tools. | Andreas Fischer | 2011-10-14 | 1 | -0/+7 |
| |/ / / | | | | | | | | | | PHPBB3-8240 | ||||
| * | | | [ticket/10327] Change CREATE INDEX to ALTER TABLE table ADD INDEX for MySQL. | Andreas Fischer | 2011-10-14 | 1 | -0/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
| * | | | [ticket/10307] Add a test for PHPBB3-10307 | Igor Wiedler | 2011-10-13 | 1 | -1/+17 |
| |/ / | | | | | | | PHPBB3-10307 | ||||
| * | | [ticket/10394] Use call_user_func_array to pass a ref into a dynamic function | Nils Adermann | 2011-09-27 | 1 | -2/+2 |
| | | | | | | | | | PHPBB3-10394 | ||||
| * | | [ticket/10394] Remove call-time pass by reference from tests for PHP 5.4 | Nils Adermann | 2011-09-27 | 2 | -3/+3 |
| | | | | | | | | | PHPBB3-10394 | ||||
| * | | [ticket/10369] Always include errfile and errline in format_errors(). | Andreas Fischer | 2011-09-18 | 1 | -0/+35 |
| | | | | | | | | | | | | | | | We remove the phpBB root path from errfile. This is consistent with how msg_handler handles E_WARNING messages etc. PHPBB3-10369 | ||||
| * | | Merge remote-tracking branch 'p/ticket/10354' into develop-olympus | Igor Wiedler | 2011-09-05 | 1 | -2/+3 |
| |\ \ | | | | | | | | | | | | | * p/ticket/10354: [ticket/10354] Include cache directory path in unwritable message. | ||||
