| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
PHPBB3-12097
|
|
|
|
| |
PHPBB3-12349
|
|
|
|
| |
PHPBB3-11959
|
|
|
|
| |
PHPBB3-11959
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* develop-olympus:
[ticket/12202] Use an array in the data provider instead of exploding manually
[ticket/12202] Can't call htmlspecialchars before checking for quotes
[ticket/12202] Fix tests
[ticket/12202] Test for parse_cfg_file
[ticket/12202] Use copyright symbol in style.cfg files
[ticket/12202] Apply htmlspecialchars to style.cfg data
Conflicts:
phpBB/styles/prosilver/style.cfg
phpBB/styles/subsilver2/style.cfg
|
| |
| |
| |
| | |
PHPBB3-12202
|
| |
| |
| |
| | |
PHPBB3-12202
|
| |
| |
| |
| | |
PHPBB3-12202
|
| |
| |
| |
| | |
PHPBB3-12115
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* bantu/ticket/12056-develop:
[ticket/12056] group_user_attributes: Fix "Creating ... from empty value".
[ticket/12056] Fix "Call to undefined function ...\utf8_normalize_nfc()"
[ticket/12056] Fix "Call to undefined function ...\utf8_clean_string()"
[ticket/12056] Fix "Call to a member function trigger_event() on a non-object".
[ticket/12056] Fix "Call to undefined function phpbb\phpbb_get_plural_form()".
[ticket/12056] Fix "undefined function phpbb_pcre_utf8_support()".
[ticket/12056] validate_config_vars: Fix ".. undefined function utf8_strlen()"
[ticket/12056] validate_config_vars: Fix "Creating ... from empty value".
[ticket/12056] validate_range: Fix "Creating default object from empty value"
[ticket/12056] build_select: Fix "Creating default object from empty value"
[ticket/12056] h_radio test: Fix "Creating default object from empty value"
|
| | |
| | |
| | |
| | | |
PHPBB3-12056
|
|\ \ \
| |/ /
|/| /
| |/
| | |
* develop-olympus:
[ticket/12056] Fix failure due to "Creating default object from empty value".
|
| |
| |
| |
| | |
PHPBB3-12056
|
| |
| |
| |
| | |
PHPBB3-11700
|
| |
| |
| |
| | |
PHPBB3-11700
|
| |
| |
| |
| | |
PHPBB3-11700
|
|\ \
| |/
| |
| |
| |
| |
| |
| | |
# By Andreas Fischer
# Via Andreas Fischer (1) and Nathan Guse (1)
* develop-olympus:
[ticket/11619] Use HTTP/1.0 because of lack of chunked-encoding handling.
[ticket/11619] Some tests for get_remote_file().
|
| |
| |
| |
| | |
PHPBB3-11619
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* develop-olympus:
[ticket/11579] Add method for validating emails for valid MX and mark as slow
[ticket/11579] Do not extend validate_data_helper
[ticket/11579] Add missing commas to validate_username_test
[ticket/11579] Rework calls to validate_data_helper
[ticket/11579] Move simple tests into seperate files
[ticket/11579] Use test case helper class and use assert prefix for method
[ticket/11579] Move tests into seperate files depending on needed fixture
[ticket/11579] Remove unnecessary globals from validate_password()
[ticket/11579] Add remaining unit tests for validate_data functions
[ticket/11579] Add basic set of unit tests for validate_data()
Conflicts:
tests/mock/cache.php
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* marc1706/ticket/11579:
[ticket/11579] Add method for validating emails for valid MX and mark as slow
[ticket/11579] Do not extend validate_data_helper
[ticket/11579] Add missing commas to validate_username_test
[ticket/11579] Rework calls to validate_data_helper
[ticket/11579] Move simple tests into seperate files
[ticket/11579] Use test case helper class and use assert prefix for method
[ticket/11579] Move tests into seperate files depending on needed fixture
[ticket/11579] Remove unnecessary globals from validate_password()
[ticket/11579] Add remaining unit tests for validate_data functions
[ticket/11579] Add basic set of unit tests for validate_data()
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
A method for setting up the prerequisities also has been added in order to
reduce the amount of necessary code.
PHPBB3-11579
|
| | |
| | |
| | |
| | | |
PHPBB3-11579
|
| | |
| | |
| | |
| | | |
PHPBB3-11579
|
| | |
| | |
| | |
| | | |
PHPBB3-11579
|
| | |
| | |
| | |
| | | |
PHPBB3-11579
|
| | |
| | |
| | |
| | | |
PHPBB3-11579
|
| | |
| | |
| | |
| | | |
PHPBB3-11579
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This now includes tests for usernames, passwords, emails, and jabber
addresses. A few small changes had to be applied to phpbb_mock_cache
and phpbb_mock_user in order to incorporate needed methods.
PHPBB3-11579
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This currently includes tests for the string, num, date, match, and
language iso validation functions.
PHPBB3-11579
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
* ticket/11543:
[ticket/11543] Add more users so #hidden <> #normal
Conflicts:
tests/functions/obtain_online_test.php
|
| | |
| | |
| | |
| | | |
PHPBB3-11543
|
| | |
| | |
| | |
| | | |
PHPBB3-11543
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* ticket/11543:
[ticket/11543] Use correct IP addresses and inject time for correct values
[ticket/11543] Add unit tests for obtain_users_online_string()
[ticket/11543] Add unit tests for obtain_users_online() with empty forum
[ticket/11543] Add unit tests for obtain_users_online()
[ticket/11543] Add unit tests for obtain_guest_count()
|
| | |
| | |
| | |
| | | |
PHPBB3-11543
|
| | |
| | |
| | |
| | | |
PHPBB3-11543
|
| | |
| | |
| | |
| | | |
PHPBB3-11543
|
| | |
| | |
| | |
| | | |
PHPBB3-11543
|
| |/
| |
| |
| | |
PHPBB3-11543
|
| |
| |
| |
| | |
PHPBB3-11573
|
|\ \
| |/
| |
| |
| |
| |
| | |
* develop-olympus:
[ticket/11538] Cut functional tests down a bit as these are more expensive.
[ticket/11538] Compare to '' instead of using empty(), so '0' does not pass.
[ticket/11538] Add unit tests for phpbb_validate_hex_colour().
|
| |
| |
| |
| | |
PHPBB3-11538
|
|\ \
| |/
| |
| |
| |
| | |
* develop-olympus:
[ticket/11542] Use Czech as example as it contains non-latin characters
[ticket/11547] Set MySQL charset to UTF8 in database_test_connection_manager.
|
| |
| |
| |
| | |
PHPBB3-11542
|
|\ \
| |/
| |
| |
| |
| |
| | |
* develop-olympus:
[ticket/11542] Add non-existing default value for language select
[ticket/11542] Add lang_english_name to fixture
[ticket/11542] Add unit tests for language_select()
|
| |\
| | |
| | |
| | |
| | |
| | |
| | | |
* nickvergessen/ticket/11542:
[ticket/11542] Add non-existing default value for language select
[ticket/11542] Add lang_english_name to fixture
[ticket/11542] Add unit tests for language_select()
|
| | |
| | |
| | |
| | | |
PHPBB3-11542
|
| | |
| | |
| | |
| | | |
PHPBB3-11542
|
| | |
| | |
| | |
| | | |
PHPBB3-11542
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* develop-olympus:
[ticket/11545] Remove DIRECTORY_SEPARATOR dependency from is_absolute
|
| | |
| | |
| | |
| | |
| | |
| | | |
The given path is an absolute path in general, just not on our current system.
PHPBB3-11545
|