| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | |
| | | |
| | | |
| | | | |
PHPBB3-217
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Use a mock user object for testing bbcode.
PHPBB3-217
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-217
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-217
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-8138
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | | |
* develop-olympus:
[ticket/10005] Add description to test cases
[ticket/10005] Add validation of dropdown custom profile field values
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* naderman/ticket/10005:
[ticket/10005] Add description to test cases
[ticket/10005] Add validation of dropdown custom profile field values
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10005
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10005
|
|\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* 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.
|
| |\ \ \ \
| | |_|/ /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | | |
* 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.
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10042
|
|\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | | |
* develop-olympus:
[ticket/9685] Test for databases that are able to nest transactions
[ticket/9685] Consistently name the new sql_buffer_nested_transactions function
|
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|
| |_|/
|/| |
| | |
| | | |
PHPBB3-10143
|
| | |
| | |
| | |
| | |
| | |
| | | |
Change the DB test to test agains new cache/config mock objects
PHPBB3-10006
|
| | |
| | |
| | |
| | | |
PHPBB3-10006
|
| | |
| | |
| | |
| | |
| | |
| | | |
Add the missing `phpbb_config::delete` method to the config class
PHPBB3-10006
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
* 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
|
| | |
| | |
| | |
| | | |
PHPBB3-9751
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* develop-olympus:
[ticket/10082] session_id is CHAR(32) not VARCHAR(32), so give them a CHAR(32).
|
| |\ \
| | | |
| | | |
| | | |
| | | | |
* ticket/bantu/10082:
[ticket/10082] session_id is CHAR(32) not VARCHAR(32), so give them a CHAR(32).
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This fixes session unit tests on PostgreSQL in particular.
PHPBB3-10082
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | | |
* develop-olympus:
[ticket/10101] Add test case for native phpass hashes
[ticket/10101] Add support for native phpass hashes
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-10101
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
* develop-olympus:
[ticket/10088] Also ignore DBMS versions other than MySQLi in cache mock.
|
| |/ /
| | |
| | |
| | | |
PHPBB3-10088
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* ticket/naderman/10080:
[ticket/10080] Allow resetting the request instance used by request_var.
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-10080
|
|\ \ \ \
| | |/ /
| |/| |
| | | |
| | | |
| | | | |
* develop-olympus:
[ticket/10081] remove $phpEx.
[ticket/10081] Cleanup Template Tests.
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-10081
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
There are no incomplete template tests anymore.
PHPBB3-10081
|
|\ \ \ \
| |_|/ /
|/| | |
| | | |
| | | | |
* ticket/naderman/10011:
[ticket/10011] Removing __DIR__ uses I missed in previous commit
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-10011
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
* ticket/naderman/10011:
[ticket/10011] Removing __DIR__ for PHP5.2 compatability from new files.
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-10011
|
|\ \ \ \
| |/ / /
|/| / /
| |/ /
| | | |
* develop-olympus:
[ticket/10040] Ensure the test suite runs on PHP 5.2 without E_DEPRECATED.
|
| |/
| |
| |
| | |
PHPBB3-10040
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* 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
|
| | |
| | |
| | |
| | | |
PHPBB3-9549
|
| | |
| | |
| | |
| | | |
PHPBB3-9549
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| | |
| | |
| | |
| | | |
PHPBB3-9549
|
|\ \ \
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* 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
|
| | |
| | |
| | |
| | | |
PHPBB3-9732
|
| | |
| | |
| | |
| | | |
PHPBB3-9732
|
| | |
| | |
| | |
| | | |
PHPBB3-9732
|
| | |
| | |
| | |
| | | |
PHPBB3-9732
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* develop-olympus:
[ticket/10060] Fix test suite under MySQL
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Regression from PHPBB3-10043, a typo caused the database tests to fail
under MySQL.
PHPBB3-10060
|