aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | [ticket/10939] Modified mock request class to handle deactivated $_FILESFyorl2012-08-151-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10939
| * | | | | [ticket/10939] Modified request test slightly to include $_FILESFyorl2012-08-151-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10939
* | | | | | Merge pull request #881 from Fyorl/ticket/10970Nils Adermann2012-11-109-3/+32
|\ \ \ \ \ \ | | | | | | | | | | | | | | Allow INCLUDE template macros to accept paths of the form {FOO}/a/{BAR}/c
| * | | | | | [ticket/10970] Added support for forms such as {FOO}bar.{EXT}Fyorl2012-07-082-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10970
| * | | | | | [ticket/10970] Paths of the form {FOO}/a/{BAR}/b parsed correctlyFyorl2012-07-089-3/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A new method to handle this type of path was added and compile_tag_include, compile_tag_include_php and compile_tag_include_js were modified to use it appropriately. Tests were added for these three macros also. PHPBB3-10970
* | | | | | | Merge remote-tracking branch 'Fyorl/ticket/11187' into developAndreas Fischer2012-11-101-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fyorl/ticket/11187: [ticket/11187] Added a blank array to fix errors in functional tests
| * | | | | | | [ticket/11187] Added a blank array to fix errors in functional testsFyorl2012-11-101-1/+1
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | PHPBB3-11187
* | | | | | | [ticket/11183] Remove $load_extensions and weird dl() callsIgor Wiedler2012-11-101-1/+1
|/ / / / / / | | | | | | | | | | | | | | | | | | PHPBB3-11183
* | | | | | Merge remote-tracking branch 'github-p/ticket/11174' into developNils Adermann2012-11-092-0/+229
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * github-p/ticket/11174: [ticket/11174] Check common words, fix array equality assertion. [ticket/11174] Test for common words. [ticket/11174] More tests. [ticket/11174] Clarify why that is the way it is. [ticket/11174] Started on search tests - keyword splitting.
| * | | | | | [ticket/11174] Check common words, fix array equality assertion.Oleg Pudeyev2012-11-081-11/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11174
| * | | | | | [ticket/11174] Test for common words.Oleg Pudeyev2012-11-082-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11174
| * | | | | | [ticket/11174] More tests.Oleg Pudeyev2012-11-081-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11174
| * | | | | | [ticket/11174] Clarify why that is the way it is.Oleg Pudeyev2012-11-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11174
| * | | | | | [ticket/11174] Started on search tests - keyword splitting.Oleg Pudeyev2012-11-082-0/+146
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11174
* | | | | | | [ticket/11159] Static public is the currently approved order.Oleg Pudeyev2012-11-063-3/+3
|/ / / / / / | | | | | | | | | | | | | | | | | | PHPBB3-11159
* | | | | | Merge remote-tracking branch 'github-phpbb/develop-olympus' into HEADNils Adermann2012-11-063-4/+4
|\ \ \ \ \ \ | | |_|/ / / | |/| | / / | |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * | | | [ticket/11159] static public is the currently approved order.Oleg Pudeyev2012-11-0610-19/+19
| | | | | | | | | | | | | | | | | | | | PHPBB3-11159
* | | | | [ticket/10933] Dependency inject template context.Oleg Pudeyev2012-11-023-3/+4
| | | | | | | | | | | | | | | | | | | | PHPBB3-10933
* | | | | [ticket/10933] Specify empty template path for absolute includephp test.Oleg Pudeyev2012-11-021-1/+1
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | This was probably necessary all along, and the test happened to work because state was not correctly reset between test runs and a previous test set an empty template path. PHPBB3-10933
* | | | Merge branch 'develop-olympus' into developAndreas Fischer2012-10-181-0/+44
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/10848] Move include up. [ticket/10848] Add phpbb_ prefix. [ticket/10848] Redirect from adm to installer correctly. Conflicts: phpBB/includes/functions.php
| * | | [ticket/10848] Add phpbb_ prefix.Oleg Pudeyev2012-10-171-1/+1
| | | | | | | | | | | | | | | | PHPBB3-10848
| * | | [ticket/10848] Redirect from adm to installer correctly.Oleg Pudeyev2012-10-171-0/+44
| | | | | | | | | | | | | | | | PHPBB3-10848
* | | | Merge PR #993 branch 'bantu/ticket/8713' into developOleg Pudeyev2012-10-101-0/+20
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * bantu/ticket/8713: [ticket/8713] Update untrimmed_variable() doc block. [ticket/8713] Revert changes to ucp_profile, ucp_register and acp_users. [ticket/8713] Trim password in auth_db to keep compatibility. [ticket/8713] Call htmlspecialchars_decode() on transfer (e.g. ftp) passwords. [ticket/8713] Rename untrimed_variable() to untrimmed_variable(). [ticket/8713] DRY: variable() and untrimed_variable() into a protected method. [ticket/8713] Fix type_cast_helper.php doc blocks: Add punctuation etc. [ticket/8713] Always trim array keys. [ticket/8713] Add simple (non-nested) test case for untrimmed set_var(). [ticket/8713] Use \t in double quotes instead of tabs. [ticket/8713] Use correct parameter for nested data. [ticket/8713] Adjust test method name to other recursive_set_var() tests. [ticket/8713] Do not trim login inputs
| * | | | [ticket/8713] Add simple (non-nested) test case for untrimmed set_var().Andreas Fischer2012-09-081-0/+10
| | | | | | | | | | | | | | | | | | | | PHPBB3-8713
| * | | | [ticket/8713] Use \t in double quotes instead of tabs.Andreas Fischer2012-09-081-2/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-8713
| * | | | [ticket/8713] Use correct parameter for nested data.Andreas Fischer2012-09-081-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-8713
| * | | | [ticket/8713] Adjust test method name to other recursive_set_var() tests.Andreas Fischer2012-09-081-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-8713
| * | | | [ticket/8713] Do not trim login inputsNathaniel Guse2012-09-031-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create a function to request variables which are not trimmed. All requests for passwords (except forum passwords) now use the untrimmed request function. PHPBB3-8713
* | | | | [ticket/11109] Re-add file conflict checks to compress classFyorl2012-09-141-2/+13
| | | | | | | | | | | | | | | | | | | | PHPBB3-11109
* | | | | Merge branch 'develop-olympus' into developAndreas Fischer2012-09-1411-0/+166
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/11045] Removed file conflict tests for compress class [ticket/11045] Replaced __DIR__ with dirname(__FILE__) [ticket/11045] Opening brace on its own line [ticket/11045] Explicitely check for zlib and bz2 [ticket/11045] Added tests for file conflicts [ticket/11045] Added unit tests for the compress class
| * | | Merge remote-tracking branch 'Fyorl/ticket/11045' into develop-olympusAndreas Fischer2012-09-1411-0/+166
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fyorl/ticket/11045: [ticket/11045] Removed file conflict tests for compress class [ticket/11045] Replaced __DIR__ with dirname(__FILE__) [ticket/11045] Opening brace on its own line [ticket/11045] Explicitely check for zlib and bz2 [ticket/11045] Added tests for file conflicts [ticket/11045] Added unit tests for the compress class
| | * | | [ticket/11045] Removed file conflict tests for compress classFyorl2012-09-111-13/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-11045
| | * | | [ticket/11045] Replaced __DIR__ with dirname(__FILE__)Fyorl2012-09-011-8/+8
| | | | | | | | | | | | | | | | | | | | PHPBB3-11045
| | * | | [ticket/11045] Opening brace on its own lineFyorl2012-08-281-1/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-11045
| | * | | [ticket/11045] Explicitely check for zlib and bz2Fyorl2012-08-281-2/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-11045
| | * | | [ticket/11045] Added tests for file conflictsFyorl2012-08-281-5/+21
| | | | | | | | | | | | | | | | | | | | PHPBB3-11045
| | * | | [ticket/11045] Added unit tests for the compress classFyorl2012-08-2811-0/+161
| | | | | | | | | | | | | | | | | | | | PHPBB3-11045
* | | | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/10631Unknown Bliss2012-09-0111-31/+175
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: phpBB/common.php phpBB/download/file.php
| * \ \ \ \ Merge pull request #962 from imkingdavid/feature/add_eventsNils Adermann2012-09-011-0/+3
| |\ \ \ \ \ | | | | | | | | | | | | | | Feature/add events
| | * | | | | [feature/add_events] Re-fix broken testDavid King2012-08-212-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-9550
| | * | | | | [feature/add_events] Fix append_sid() testDavid King2012-08-201-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-9550
| * | | | | | Merge remote-tracking branch 'github-igorw/feature/dic' into developNils Adermann2012-09-018-30/+69
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * github-igorw/feature/dic: (35 commits) [feature/dic] Spaces to tabs, add useless docblocks [feature/dic] Remove unneeded newline [feature/dic] Add a doc block for the prune_forum cron task forum_data [feature/dic] Update composer.lock to symfony/* RC1 [feature/dic] Fix re-ordering of services [feature/dic] Fix parse errors [feature/dic] Add docblock for cron_manager::wrap_task() [feature/dic] Make cron task attributes protected, one per line [feature/dic] Coding style: Braces [feature/dic] Re-order services alphabetically [feature/dic] Remove duplicate event-dispatcher dependency [feature/dic] Adjust installer script to work with partially configured container [feature/dic] Generate full cache driver class name on fresh install [feature/dic] Adjust cache driver class name for BC [feature/dic] Rename {phpEx => php_ext} for consistency [feature/dic] Add trailing newline to htaccess [feature/dic] Require symfony/* 2.1.*, tabs instead of spaces, --dev lock file [feature/dic] Load services from extensions [feature/dic] Introduce DI processors instead of abusing compiler passes [feature/dic] Add dbal_ class prefix to dbal.driver.class ...
| | * \ \ \ \ \ Merge remote-tracking branch 'upstream/develop' into feature/dicIgor Wiedler2012-08-256-11/+87
| | |\ \ \ \ \ \ | | | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (259 commits) [prep-release-3.0.11] Bumping version number for 3.0.11 final. [feature/php-events] Fix doc of core.viewonline_overwrite_location [feature/php-events] Fix doc of core.user_set_default_group [feature/php-events] Fix doc of core.generate_smilies_after [feature/php-events] Fix doc of core.delete_user_after [feature/php-events] Fix doc of core.delete_user_before [feature/php-events] Fix doc of core.update_username [feature/php-events] Fix doc of core.memberlist_prepare_profile_data [feature/php-events] Fix doc and position of viewonline_overwrite_location [feature/php-events] Fix doc of core.viewtopic_get_post_data [feature/php-events] Fix doc of core.viewtopic_cache_guest_data [ticket/11061] Add the --dev flag to the composer instructions in README [ticket/11060] Make sure pyrus can install everything on travis [ticket/11059] Use https for the README logo [feature/php-events] Fix acp_manage_forums_update_data_before and is_new_forum [feature/php-events] Fix core.acp_manage_forums_update_data_after vars [ticket/11032] fix language of error displayed [ticket/11052] update search backend constructor everywhere [ticket/11052] pass parametes to search construct while posting [ticket/11054] Fixed $config var description ... Conflicts: phpBB/includes/cron/task/core/tidy_cache.php phpBB/includes/cron/task/core/tidy_search.php
| | * | | | | | Merge remote-tracking branch 'upstream/develop' into feature/dicIgor Wiedler2012-07-263-1/+318
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (39 commits) [ticket/11025] Add underline for hover to classes [ticket/11025] Replace <b> with <strong> and/or class for semantic styling in subsilver2 [ticket/11025] Replace <b> with <strong> and/or class for semantic styling [ticket/11025] Make last topic titles in forum list Bold [prep-release-3.0.11] Update Changelog for 3.0.11-RC2 release. [prep-release-3.0.11] Bumping version number for 3.0.11-RC2. [ticket/10965] Profile data is only grabbed when show_novalue is enabled [ticket/10965] Make sure all profile fields are always grabbed on viewtopic [ticket/10965] Database update was referring to 3.0.5 instead of 3.0.11-RC1 [ticket/10965] Introduce a new profile field option to display no value [ticket/10990] Changes for develop [ticket/10990] Do not use comma separator when storing it as a log. [ticket/10990] Use $user->lang['COMMA_SEPARATOR'] when appropriate [ticket/10667] Fix tests under MySQL 5.5 strict mode (once again) [ticket/10667] Fix tests under MySQL 5.5 strict mode (once again) [ticket/11012] Fix php_ext change in mock_extension_manager [ticket/11012] Normalize $phpEx member vars to $php_ext [ticket/11002] Use translating option to rename the Etc/GMT options [ticket/11009] Backport build.xml from develop to fix Bamboo Unit Testing. [ticket/11008] Change onunload_functions to not use eval() ...
| | * \ \ \ \ \ \ Merge branch 'develop' into feature/dicIgor Wiedler2012-07-2175-140/+1602
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop: (441 commits) [feature/new-tz-handling] Don't use global user but make it a parameter [feature/new-tz-handling] Fix size of suggestion button in chrome [feature/new-tz-handling] Fall back to UTC, if the timezone is invalid [feature/new-tz-handling] Add previous selected value to validation if valid [feature/new-tz-handling] Display suggestion when a different value is selected [ticket/10998] Add border-radius to forum rules block - prosilver [feature/new-tz-handling] Remove additional marking of selected items [feature/new-tz-handling] Move update helper function to new class [feature/new-tz-handling] Fix unit test [feature/new-tz-handling] Delete old variable which is not used anymore [feature/new-tz-handling] Rename $user->tz back to $user->timezone [feature/pagination-as-list] New parameter for name of start var [feature/pagination-as-list] Updates for nils comments [feature/pagination-as-list] Rename and deprecate functions [feature/pagination-as-list] Various fixes and improvements [ticket/10968] Render pagination within the template [feature/new-tz-handling] Remove "timezone might be numeric" [feature/new-tz-handling] Add function to update the timezone [feature/new-tz-handling] Correctly update user and board timezones on update [ticket/10996] Use correct DBMS name in Travis config for PostgreSQL ... Conflicts: phpBB/common.php phpBB/composer.json phpBB/composer.lock tests/cron/task_provider_test.php
| | * | | | | | | | [feature/dic] Fix test suite for dic-powered cronIgor Wiedler2012-04-098-31/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10739
| * | | | | | | | | Merge branch 'develop-olympus' into developNils Adermann2012-09-012-1/+103
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | / / / / | | | |_|_|/ / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | * 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)
| | * | | | | | | [task/functional] Fixed DEBUG_TEST related issuesDavid King2012-09-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10758
| | * | | | | | | [task/functional] Allow tests to bypass certain restrictions with DEBUG_TESTDavid King2012-09-011-9/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10758
| | * | | | | | | [task/functional] Added posting tests (reply and new topic)David King2012-09-011-0/+110
| | | |_|_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | PHPBB-10758