| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | | | |/
| | | |
| | | |
| | | |
| | | |
| | | | |
This tries to account for php sending fatal errors with 200 status code.
PHPBB3-11202
|
| | | |/
| | |
| | |
| | |
| | |
| | | |
Added functions to get and purge cache to functional framework also.
PHPBB3-11190
|
| | | |
| | |
| | |
| | | |
PHPBB3-11190
|
| | | |
| | |
| | |
| | | |
PHPBB3-11015
|
| |\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* upstream/develop: (666 commits)
[ticket/11077] Remove code from old global announcements system
[ticket/11189] Replace DEBUG_EXTRA with DEBUG
[ticket/11189] Always log critical errors when in cron or in image output
[ticket/11187] Added a blank array to fix errors in functional tests
[ticket/10780] Make L_COLON available in the installer.
[ticket/11183] Remove $load_extensions and weird dl() calls
[ticket/10970] Added extra documentation to parse_dynamic_path.
[ticket/10939] Added documentation for phpbb_request::file
[ticket/10865] Use code tags for install/database_update.php.
[ticket/10865] Should have been a slash.
[ticket/10780] Use L_COLON on LDAP page.
[ticket/10780] Use L_COLON on search backend ACP pages.
[ticket/10780] Use L_COLON for "download all attachments".
[ticket/10780] Use colon from language in ucp_pm_compose.php where possible.
[ticket/10780] Replace colons in phpBB/adm/style/acp_ext_details.html.
[ticket/10780] Replace colon usage in adm template output with {L_COLON}
[ticket/10780] Replace colon usage in template output with {L_COLON}
[ticket/11181] Bump PHP requirement to 5.3.3 (from 5.3.2) [develop-olympus]
[ticket/11181] Bump PHP requirement to 5.3.3 (from 5.3.2)
[ticket/10172] Show prosilver birthday list even if there are no birthdays.
...
Conflicts:
phpBB/common.php
phpBB/download/file.php
phpBB/includes/db/dbal.php
phpBB/includes/db/firebird.php
phpBB/includes/db/mssql.php
phpBB/includes/db/mssql_odbc.php
phpBB/includes/db/mssqlnative.php
phpBB/includes/db/mysql.php
phpBB/includes/db/mysqli.php
phpBB/includes/db/oracle.php
phpBB/includes/db/postgres.php
phpBB/includes/db/sqlite.php
phpBB/includes/extension/manager.php
phpBB/install/database_update.php
|
| | |\ \
| | | |
| | | |
| | | |
| | | | |
* Fyorl/ticket/11187:
[ticket/11187] Added a blank array to fix errors in functional tests
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11187
|
| | |/ /
| | |
| | |
| | | |
PHPBB3-11183
|
| | |\ \
| | |/
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* github-phpbb/develop-olympus:
[ticket/11159] static public is the currently approved order.
Conflicts:
tests/dbal/select_test.php
tests/dbal/write_test.php
tests/request/request_var_test.php
tests/security/extract_current_page_test.php
tests/security/redirect_test.php
tests/template/template_test.php
tests/text_processing/make_clickable_test.php
tests/utf/utf8_clean_string_test.php
|
| | | |
| | |
| | |
| | | |
PHPBB3-11159
|
| | |\ \
| | | |
| | | |
| | | |
| | | |
| | | | |
Conflicts:
phpBB/common.php
phpBB/download/file.php
|
| | | |\ \
| | | |/
| | | |
| | | |
| | | |
| | | |
| | | | |
* develop-olympus:
[task/functional] Fixed DEBUG_TEST related issues
[task/functional] Allow tests to bypass certain restrictions with DEBUG_TEST
[task/functional] Added posting tests (reply and new topic)
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10758
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10631
|
| | |/ /
| | |
| | |
| | | |
PHPBB3-10631
|
| | |\ \
| | |/
| | |
| | |
| | | |
* develop-olympus:
[ticket/11034] Re-arranged install order to emulate real install
|
| | | |
| | |
| | |
| | | |
PHPBB3-11034
|
| | | |
| | |
| | |
| | | |
PHPBB3-11015
|
| |/ /
| |
| |
| |
| |
| |
| |
| | |
PHPBB3-11015
This allows us to just create the object without having to include the
driver first. However, it also means that users must specify the full
class name in config.php
|
| |\ \
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* develop-olympus:
[ticket/10981] Added check for PHP version before running composer
[ticket/10981] Modified travis to use composer with --dev
[ticket/10981] Removed setupBeforeClass
[ticket/10981] Modified functional framework to account for goutte changes
[ticket/10981] Added goutte via composer
Conflicts:
.travis.yml
composer.phar
phpBB/composer.json
phpBB/composer.lock
tests/bootstrap.php
|
| | |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* Fyorl/ticket/10981:
[ticket/10981] Added check for PHP version before running composer
[ticket/10981] Modified travis to use composer with --dev
[ticket/10981] Removed setupBeforeClass
[ticket/10981] Modified functional framework to account for goutte changes
[ticket/10981] Added goutte via composer
|
| | | |
| | |
| | |
| | | |
PHPBB3-10981
|
| | | |
| | |
| | |
| | | |
PHPBB3-10981
|
| | | |
| | |
| | |
| | |
| | |
| | | |
composer.phar added and autoloaded before tests
PHPBB3-10981
|
| |\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* develop-olympus:
[ticket/10678] Typo and formatting
[ticket/10678] Add port handling for MSSQL tests
[ticket/10678] Move config changes to new location
[ticket/10678] Rename helper class file
[ticket/10678] Lowercase class name, adjust comment width
[ticket/10678] More formatting and docblocks
[ticket/10678] More formatting requests
[ticket/10678] Fix formatting
[ticket/10678] Add better support for Firebird, Oracle, and MSSQL
|
| | |\ \
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
develop-olympus
* github-noxwizard/ticket/10678:
[ticket/10678] Typo and formatting
[ticket/10678] Add port handling for MSSQL tests
[ticket/10678] Move config changes to new location
[ticket/10678] Rename helper class file
[ticket/10678] Lowercase class name, adjust comment width
[ticket/10678] More formatting and docblocks
[ticket/10678] More formatting requests
[ticket/10678] Fix formatting
[ticket/10678] Add better support for Firebird, Oracle, and MSSQL
Conflicts:
tests/RUNNING_TESTS.txt
|
| | | |
| | |
| | |
| | | |
PHPBB3-10678
|
| | | |
| | |
| | |
| | | |
PHPBB3-10678
|
| | | |
| | |
| | |
| | | |
PHPBB3-10678
|
| | | |
| | |
| | |
| | | |
PHPBB3-10678
|
| | | |
| | |
| | |
| | | |
PHPBB3-10678
|
| | | |
| | |
| | |
| | | |
PHPBB3-10678
|
| | | |
| | |
| | |
| | | |
PHPBB3-10678
|
| | | |
| | |
| | |
| | | |
PHPBB3-10678
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Allow ODBC connections for Firebird
Capitalize fixture tables and columns for Firebird
On database drop failure, drop all tables
Provide cleanup utilities for databases that cannot be dropped
PHPBB3-10678
|
| |\ \ \
| |/ /
| | |
| | |
| | |
| | | |
* develop-olympus:
[ticket/10937] Update documentation to say which comment styles are removed.
[ticket/10937] Comment removal functions: Restore backward compatibility
|
| | |\ \
| | | |
| | | |
| | | |
| | | |
| | | | |
* prep-release-3.0.11:
[ticket/10937] Update documentation to say which comment styles are removed.
[ticket/10937] Comment removal functions: Restore backward compatibility
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10937
|
| | |\ \ \
| | |/ /
| |/| |
| | | |
| | | | |
* github-p/ticket/10828:
[ticket/10828] Connect to postgres database by default.
|
| |\ \ \ \
| | |/ /
| |/| | |
[ticket/10828] Connect to postgres database by default.
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
When not connecting to a specific database, connect to postgres
database which specifically exists as a default database to
connect to.
PHPBB3-10828
|
| |\ \ \ \
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
By David King
via David King (1) and Nils Adermann (1)
* develop-olympus:
[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
Conflicts:
tests/test_framework/phpbb_functional_test_case.php
|
| | |\ \ \
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|
| | | | |
| | | |
| | | | |
PHPBB3-10758
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10758
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10758
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10758
|
| | | |/
| | |
| | |
| | | |
PHPBB3-10758
|
| |\ \ \
| |/ /
| | |
| | |
| | | |
* develop-olympus:
[ticket/10891] Allow specifying test_config.php path via environment.
|
| | |/
| |
| |
| | |
PHPBB3-10891
|