| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* develop-olympus:
[prep-release-3.0.9] Update Changelog for 3.0.9 release.
[prep-release-3.0.9] Bumping version number for the final 3.0.9 release.
[ticket/10247] Removing attempt_id column from the 3.0.8 to 3.0.9-RC1 updater.
[ticket/10247] Add a db_tools test for the removal of a primary key column.
[ticket/10247] Add empty data section to database update for RC4
[ticket/10247] Remove unecessary attempt_id primary key column
Conflicts:
phpBB/install/database_update.php
|
| | |
| |
| |
| |
| |
| |
| | |
The previous drop column test already deleted the primary key, so that one was
replaced with an ordinary column.
PHPBB3-10247
|
| |\ \
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* develop-olympus:
[ticket/9892] Correct copyright year
[ticket/9892] Remove incorrect use of camel case
[ticket/9892] Removing closing php tag from create_schema_files
[ticket/9892] Transaction support for database update sql execution function
[ticket/9892] count is a keyword in firebird, so renaming this alias
[ticket/9892] Q&A CAPTCHA did not work on firebird, so no need to change config
[ticket/9892] Shorten login_attempt key names to avoid firebird length problems
[ticket/9892] Drop Q&A CAPTCHA tables if left in inconsistent state
[ticket/9892] Adding a number of tests for db_tools
[ticket/9892] Table prefix lengths influence index lengths in db_tools
[ticket/9892] Shorten the index names on the q&a captcha
[ticket/9892] column & index name limits, firebird auto increment in db_tools
Conflicts:
phpBB/develop/create_schema_files.php
|
| | |
| |
| |
| | |
PHPBB3-9892
|
| | |
| |
| |
| | |
PHPBB3-9892
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The test creates a table and runs a number of queries on it to judge whether
the selected column types can hold the data they are expected to contain.
Additional test methods check the auto increment feature and a few of the
basic commands of db_tools. This is only a starting point. Plenty more
tests need to be added.
PHPBB3-9892
|
| |\ \
| |/
| |
| |
| | |
* develop-olympus:
[ticket/10206] Failed unicode.org downloads no longer terminate tests
|
| | |
| |
| |
| |
| |
| | |
Instead a warning is triggered and an explanation echo'd.
PHPBB3-10206
|
| | |
| |
| |
| | |
PHPBB3-10198
|
| | |
| |
| |
| |
| |
| | |
Using str_repeat instead of custom function to repeat characters.
PHPBB3-10198
|
| | |
| |
| |
| |
| |
| | |
Using str_repeat instead of custom function to repeat characters.
PHPBB3-10198
|
| |\ \
| |/
| |
| |
| |
| |
| |
| |
| | |
* develop-olympus:
[ticket/217] Use positive assertions in tests.
[ticket/217] Silence errors in tests, not code.
[ticket/217] Use positive parameter statement for bbcode_init()
[ticket/217] Adjust patch, add tests
[ticket/217] Multiline [url] not converted
|
| | |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* ticket/rxu/217:
[ticket/217] Use positive assertions in tests.
[ticket/217] Silence errors in tests, not code.
[ticket/217] Use positive parameter statement for bbcode_init()
[ticket/217] Adjust patch, add tests
[ticket/217] Multiline [url] not converted
|
| | | |
| | |
| | |
| | | |
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.
|