aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | [ticket/217] Use positive assertions in tests.Oleg Pudeyev2011-06-061-9/+27
| | | | | | | | | | | | | | | | PHPBB3-217
| | * | [ticket/217] Silence errors in tests, not code.Oleg Pudeyev2011-06-062-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | Use a mock user object for testing bbcode. PHPBB3-217
| | * | [ticket/217] Use positive parameter statement for bbcode_init()rxu2011-06-061-1/+1
| | | | | | | | | | | | | | | | PHPBB3-217
| | * | [ticket/217] Adjust patch, add testsrxu2011-06-061-0/+41
| | | | | | | | | | | | | | | | PHPBB3-217
* | | | [ticket/8138] Fix unit test for build_cfg_templateJoas Schilling2011-06-091-1/+1
| | | | | | | | | | | | | | | | PHPBB3-8138
* | | | Merge branch 'develop-olympus' into developAndreas Fischer2011-06-092-0/+86
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | * develop-olympus: [ticket/10005] Add description to test cases [ticket/10005] Add validation of dropdown custom profile field values
| * | | Merge remote-tracking branch 'naderman/ticket/10005' into develop-olympusAndreas Fischer2011-06-092-0/+86
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | * naderman/ticket/10005: [ticket/10005] Add description to test cases [ticket/10005] Add validation of dropdown custom profile field values
| | * | | [ticket/10005] Add description to test casesNils Adermann2011-06-031-10/+13
| | | | | | | | | | | | | | | | | | | | PHPBB3-10005
| | * | | [ticket/10005] Add validation of dropdown custom profile field valuesNils Adermann2011-06-022-0/+83
| | | | | | | | | | | | | | | | | | | | PHPBB3-10005
* | | | | Merge branch 'develop-olympus' into developNils Adermann2011-06-051-0/+46
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/10042] GD CAPTCHA: Call phpbb_mt_rand() where required. [ticket/10042] GD CAPTCHA: Round offset to the next pixel. [ticket/10042] Add mt_rand() wrapper which allows swapping $min and $max.
| * | | | Merge branch 'ticket/bantu/10042' into develop-olympusNils Adermann2011-06-051-0/+46
| |\ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | * ticket/bantu/10042: [ticket/10042] GD CAPTCHA: Call phpbb_mt_rand() where required. [ticket/10042] GD CAPTCHA: Round offset to the next pixel. [ticket/10042] Add mt_rand() wrapper which allows swapping $min and $max.
| | * | | [ticket/10042] Add mt_rand() wrapper which allows swapping $min and $max.Andreas Fischer2011-03-051-0/+46
| | | | | | | | | | | | | | | | | | | | PHPBB3-10042
* | | | | Merge branch 'develop-olympus' into developAndreas Fischer2011-06-021-0/+24
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/9685] Test for databases that are able to nest transactions [ticket/9685] Consistently name the new sql_buffer_nested_transactions function
| * | | | [ticket/9685] Test for databases that are able to nest transactionsNils Adermann2011-06-021-0/+24
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If a database is unable to nest transactions the dbal should implement sql_buffer_nested_transactions to signal that buffering of the outer results and closing of the outer transaction is required to open the inner transaction. PHPBB3-9685
* | | | [ticket/10143] Added tests for storing a previously deleted value in db cache.Oleg Pudeyev2011-04-211-0/+24
| |_|/ |/| | | | | | | | PHPBB3-10143
* | | [ticket/10006] More testingErik Frèrejean2011-04-181-2/+5
| | | | | | | | | | | | | | | | | | Change the DB test to test agains new cache/config mock objects PHPBB3-10006
* | | [ticket/10006] Tweak the tests a bitErik Frèrejean2011-04-182-2/+5
| | | | | | | | | | | | PHPBB3-10006
* | | [ticket/10006] Add phpbb_config::deleteErik Frèrejean2011-04-182-0/+16
| | | | | | | | | | | | | | | | | | Add the missing `phpbb_config::delete` method to the config class PHPBB3-10006
* | | Merge branch 'develop-olympus' into developAndreas Fischer2011-04-011-0/+81
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/9751] Add shortcut logic for pass_complex == PASS_TYPE_ANY. [ticket/9751] Compare $password with empty string instead of casting it to bool [ticket/9751] Use a switch/case block without break for password complexity. [ticket/9751] Password requirement "Must contain letters and numbers" fails
| * | [ticket/9751] Password requirement "Must contain letters and numbers" failsrxu2011-04-011-0/+81
| | | | | | | | | | | | PHPBB3-9751
* | | Merge branch 'develop-olympus' into developOleg Pudeyev2011-03-232-7/+11
|\ \ \ | |/ / | | | | | | | | | * develop-olympus: [ticket/10082] session_id is CHAR(32) not VARCHAR(32), so give them a CHAR(32).
| * | Merge branch 'ticket/bantu/10082' into develop-olympusOleg Pudeyev2011-03-232-7/+11
| |\ \ | | | | | | | | | | | | | | | | * ticket/bantu/10082: [ticket/10082] session_id is CHAR(32) not VARCHAR(32), so give them a CHAR(32).
| | * | [ticket/10082] session_id is CHAR(32) not VARCHAR(32), so give them a CHAR(32).Andreas Fischer2011-03-192-7/+11
| | | | | | | | | | | | | | | | | | | | | | | | This fixes session unit tests on PostgreSQL in particular. PHPBB3-10082
* | | | Merge branch 'develop-olympus' into developOleg Pudeyev2011-03-221-0/+21
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | * develop-olympus: [ticket/10101] Add test case for native phpass hashes [ticket/10101] Add support for native phpass hashes
| * | | [ticket/10101] Add test case for native phpass hashesIgor Wiedler2011-03-201-0/+21
| | | | | | | | | | | | | | | | PHPBB3-10101
* | | | Merge branch 'develop-olympus' into developIgor Wiedler2011-03-121-0/+5
|\ \ \ \ | |/ / / | | | | | | | | | | | | * develop-olympus: [ticket/10088] Also ignore DBMS versions other than MySQLi in cache mock.
| * | | [ticket/10088] Also ignore DBMS versions other than MySQLi in cache mock.Andreas Fischer2011-03-121-0/+5
| |/ / | | | | | | | | | PHPBB3-10088
* | | Merge branch 'ticket/naderman/10080' into developNils Adermann2011-03-071-0/+9
|\ \ \ | | | | | | | | | | | | | | | | * ticket/naderman/10080: [ticket/10080] Allow resetting the request instance used by request_var.
| * | | [ticket/10080] Allow resetting the request instance used by request_var.Nils Adermann2011-03-071-0/+9
| | | | | | | | | | | | | | | | PHPBB3-10080
* | | | Merge branch 'develop-olympus' into developNils Adermann2011-03-073-206/+47
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | * develop-olympus: [ticket/10081] remove $phpEx. [ticket/10081] Cleanup Template Tests.
| * | | [ticket/10081] remove $phpEx.Marek A. Ruszczynski2011-03-071-10/+3
| | | | | | | | | | | | | | | | PHPBB3-10081
| * | | [ticket/10081] Cleanup Template Tests.Marek A. Ruszczynski2011-03-073-199/+47
| | | | | | | | | | | | | | | | | | | | | | | | There are no incomplete template tests anymore. PHPBB3-10081
* | | | Merge branch 'ticket/naderman/10011' into developAndreas Fischer2011-03-071-3/+3
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | * ticket/naderman/10011: [ticket/10011] Removing __DIR__ uses I missed in previous commit
| * | | [ticket/10011] Removing __DIR__ uses I missed in previous commitNils Adermann2011-03-071-3/+3
| | | | | | | | | | | | | | | | PHPBB3-10011
* | | | Merge branch 'ticket/naderman/10011' into developAndreas Fischer2011-03-072-7/+7
|\ \ \ \ | |/ / / | | | | | | | | | | | | * ticket/naderman/10011: [ticket/10011] Removing __DIR__ for PHP5.2 compatability from new files.
| * | | [ticket/10011] Removing __DIR__ for PHP5.2 compatability from new files.Nils Adermann2011-03-072-7/+7
| | | | | | | | | | | | | | | | PHPBB3-10011
* | | | Merge branch 'develop-olympus' into developAndreas Fischer2011-03-071-0/+4
|\ \ \ \ | |/ / / |/| / / | |/ / | | | * develop-olympus: [ticket/10040] Ensure the test suite runs on PHP 5.2 without E_DEPRECATED.
| * | [ticket/10040] Ensure the test suite runs on PHP 5.2 without E_DEPRECATED.Nils Adermann2011-03-071-0/+4
| |/ | | | | | | PHPBB3-10040
* | Merge branch 'ticket/9549' into developOleg Pudeyev2011-03-012-0/+310
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ticket/9549: [ticket/9549] Display users in their primary group instead of their first group [ticket/9549] Change default value of "sort legend by group name" to false. [ticket/9549] Fix displaying empty groups [ticket/9549] Fix language strings. [ticket/9549] Only add group to legend/teampage when the checkbox is checked. [ticket/9549] New method move() to move a group more than 1 up/down. [ticket/9549] Fix some minor issues with descriptions and coding-guidelines. [ticket/9549] Throw an error when the given field-name is invalid. [ticket/9549] Make the class non static and extend delete_group function. [ticket/9549] Add template changes for subsilver2. [ticket/9549] Enhance teampage and legend functionality [ticket/9549] Add the module and files for the ACP. [ticket/9549] Update database with the new config values and columns [ticket/9549] Enhance teampage functionality with a new class, group_positions. Conflicts: phpBB/install/database_update.php
| * | [ticket/9549] New method move() to move a group more than 1 up/down.Joas Schilling2011-02-161-0/+59
| | | | | | | | | | | | PHPBB3-9549
| * | [ticket/9549] Fix some minor issues with descriptions and coding-guidelines.Joas Schilling2011-02-161-1/+1
| | | | | | | | | | | | PHPBB3-9549
| * | [ticket/9549] Make the class non static and extend delete_group function.Joas Schilling2011-02-161-10/+31
| | | | | | | | | | | | | | | | | | | | | delete_group() can now be used, so it does not update the actual group. This can save a query, when you update the group anyway. PHPBB3-9549
| * | [ticket/9549] Enhance teampage functionality with a new class, group_positions.Joas Schilling2011-02-162-0/+230
| | | | | | | | | | | | PHPBB3-9549
* | | Merge branch 'develop-olympus' into developIgor Wiedler2011-02-272-17/+45
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [task/session-tests] Make result check independent of returned row order. [task/session-tests] By default the cache check now skips over db server info [task/session-tests] Correctly display message on session continue test failure [task/session-tests] Make the session id replacement of dataset values clearer Conflicts: tests/mock/cache.php
| * | [task/session-tests] Make result check independent of returned row order.Nils Adermann2011-02-271-3/+4
| | | | | | | | | | | | PHPBB3-9732
| * | [task/session-tests] By default the cache check now skips over db server infoNils Adermann2011-02-271-2/+9
| | | | | | | | | | | | PHPBB3-9732
| * | [task/session-tests] Correctly display message on session continue test failureNils Adermann2011-02-271-1/+1
| | | | | | | | | | | | PHPBB3-9732
| * | [task/session-tests] Make the session id replacement of dataset values clearerNils Adermann2011-02-271-12/+32
| | | | | | | | | | | | PHPBB3-9732
* | | Merge branch 'develop-olympus' into developAndreas Fischer2011-02-251-1/+1
|\ \ \ | |/ / | | | | | | | | | * develop-olympus: [ticket/10060] Fix test suite under MySQL
| * | [ticket/10060] Fix test suite under MySQLIgor Wiedler2011-02-251-1/+1
| | | | | | | | | | | | | | | | | | | | | Regression from PHPBB3-10043, a typo caused the database tests to fail under MySQL. PHPBB3-10060