aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* [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
* | | | | | [ticket/10631] Some cleanup of the test casesNathan Guse2012-09-012-67/+107
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The acp test case was not actually validating things correctly. Now is does PHPBB3-10631
* | | | | | [ticket/10631] Fixing a few extension admin issuesUnknown Bliss2012-09-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10631
* | | | | | [ticket/10631] Make failure to meet ext enable requirements clearerNathan Guse2012-09-011-11/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Turn the blocks red on the details page if requirement is not met. Also changing a how the errors come up when trying to enable/disable an extension when they cannot be. PHPBB3-10631
* | | | | | [ticket/10631] Fix metadata_manager_testNathan Guse2012-09-011-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10631
* | | | | | [ticket/10631] Functional acp_extensions test, cleanupNathan Guse2012-09-016-52/+459
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10631
* | | | | | [ticket/10631] Metadata manager testsNathan Guse2012-09-013-54/+396
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10631
* | | | | | [ticket/10631] Fix class construct arguments in testNathan Guse2012-09-011-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10631
* | | | | | [ticket/10631] A _start_ on a metadata manager test.Nathan Guse2012-09-011-0/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | No idea if it runs without errors, I do not have the testing stuff setup. PHPBB3-10631
* | | | | | [ticket/10631] Fixing an error in the test scriptNathan Guse2012-09-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10631
* | | | | | [ticket/10631] Update testsNathan Guse2012-09-012-0/+3
|/ / / / / | | | | | | | | | | | | | | | PHPBB3-10631
* | | | | Merge remote-tracking branch 'nickvergessen/feature/php-events-4' into developDavid King2012-08-202-5/+26
|\ \ \ \ \
| * | | | | [feature/php-events] Add mock for unit tests and create it were neededJoas Schilling2012-08-112-5/+26
| | |_|/ / | |/| | | | | | | | | | | | | PHPBB3-9550
* | | | | Merge pull request #932 from EXreaction/ticket/10875Nils Adermann2012-08-143-2/+59
|\ \ \ \ \ | | | | | | | | | | | | Ticket/10875
| * | | | | [ticket/10875] Fix cache testNathan Guse2012-08-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Check for the correct filename based on the way the cache driver creates it PHPBB3-10875
| * | | | | [ticket/10875] Break queries onto separate lines and use double quotesNathan Guse2012-08-061-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Coding guidelines PHPBB3-10875
| * | | | | [ticket/10875] Close $db connection at end of testNathan Guse2012-08-061-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes a pgSQL issue PHPBB3-10875
| * | | | | [ticket/10875] Use fixtures for sql cache testNathan Guse2012-08-062-12/+34
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10875