aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/11842Marc Alexander2013-11-2719-196/+305
| |\ \ \ \ \ \ | | |/ / / / / | | | | | | | | | | | | | | | | | | | | | Conflicts: phpBB/includes/acp/acp_groups.php
| * | | | | | [ticket/11842] Replace outdated occurences of user and group avatar_typeMarc Alexander2013-10-241-6/+6
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | user_avatar_type und group_avatar_type are now a string and should therefore be treated accordingly. PHPBB3-11842
* | | | | | Merge remote-tracking branch 'bantu/ticket/12056-develop' into developJoas Schilling2013-12-0411-35/+53
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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"
| * | | | | | [ticket/12056] group_user_attributes: Fix "Creating ... from empty value".Andreas Fischer2013-12-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12056
| * | | | | | [ticket/12056] Fix "Call to undefined function ...\utf8_normalize_nfc()"Andreas Fischer2013-12-041-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12056
| * | | | | | [ticket/12056] Fix "Call to undefined function ...\utf8_clean_string()"Andreas Fischer2013-12-041-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12056
| * | | | | | [ticket/12056] Fix "Call to a member function trigger_event() on a non-object".Andreas Fischer2013-12-041-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12056
| * | | | | | [ticket/12056] Fix "Call to undefined function phpbb\phpbb_get_plural_form()".Andreas Fischer2013-12-041-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12056
| * | | | | | [ticket/12056] Fix "undefined function phpbb_pcre_utf8_support()".Andreas Fischer2013-12-042-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12056
| * | | | | | [ticket/12056] validate_config_vars: Fix ".. undefined function utf8_strlen()"Andreas Fischer2013-12-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12056
| * | | | | | [ticket/12056] validate_config_vars: Fix "Creating ... from empty value".Andreas Fischer2013-12-041-8/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12056
| * | | | | | [ticket/12056] validate_range: Fix "Creating default object from empty value"Andreas Fischer2013-12-041-16/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12056
| * | | | | | [ticket/12056] build_select: Fix "Creating default object from empty value"Andreas Fischer2013-12-041-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12056
| * | | | | | [ticket/12056] h_radio test: Fix "Creating default object from empty value"Andreas Fischer2013-12-041-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12056
* | | | | | | Merge branch 'develop-olympus' into developJoas Schilling2013-12-041-1/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | / / | | |_|_|/ / | |/| | | | * develop-olympus: [ticket/12056] Fix failure due to "Creating default object from empty value".
| * | | | | [ticket/12056] Fix failure due to "Creating default object from empty value".Andreas Fischer2013-12-041-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12056
* | | | | | Merge branch 'develop-olympus' into developJoas Schilling2013-12-021-1/+5
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/11699] Also exclude the phpBB/cache directory. [ticket/11699] Properly exclude the .git directory. Namely missing dot prefix. [ticket/11699] Exclude build/new_version and build/old_versions from lint.
| * | | | | [ticket/11699] Also exclude the phpBB/cache directory.Andreas Fischer2013-11-291-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11699
| * | | | | [ticket/11699] Properly exclude the .git directory. Namely missing dot prefix.Andreas Fischer2013-11-291-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11699
| * | | | | [ticket/11699] Exclude build/new_version and build/old_versions from lint.Andreas Fischer2013-11-291-0/+2
| | |_|_|/ | |/| | | | | | | | | | | | | PHPBB3-11699
* | | | | [ticket/12050] Make phpbb_notification_submit_post_base abstract.Andreas Fischer2013-12-011-1/+1
| |_|/ / |/| | | | | | | | | | | PHPBB3-12050
* | | | Merge remote-tracking branch 'Marc/ticket/11896' into developJoas Schilling2013-11-192-9/+50
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Marc/ticket/11896: [ticket/11896] Use $form_time and fix out of bounds $form_time [ticket/11896] Correctly document return of null in docblocks [ticket/11896] Minor code improvements in phpbb_functional_test_case [ticket/11896] Add functional tests for marking all notifications read [ticket/11896] Add ability to define expected message after posting [ŧicket/11896] Set form_time with time() when marking all notifications read
| * | | | [ticket/11896] Correctly document return of null in docblocksMarc Alexander2013-11-141-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also got rid of previous incorrect comment in docblocks. PHPBB3-11896
| * | | | [ticket/11896] Minor code improvements in phpbb_functional_test_caseMarc Alexander2013-11-141-21/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use assertContainsLang() and get rid of unnecessary logic in create_post() and create_topic(). The docblocks were also slightly improved. PHPBB3-11896
| * | | | [ticket/11896] Add functional tests for marking all notifications readMarc Alexander2013-11-091-0/+33
| | | | | | | | | | | | | | | | | | | | PHPBB3-11896
| * | | | [ticket/11896] Add ability to define expected message after postingMarc Alexander2013-11-091-7/+29
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change will add the ability to define the expected message after a topic or post has been submitted with the methods create_post() and create_topic(). If the expected message is not 'POST_STORED', we will not try to get the topic and post id. PHPBB3-11896
* | | | [ticket/12023] Add test for failing .css copyJoas Schilling2013-11-191-0/+2
| | | | | | | | | | | | | | | | PHPBB3-12023
* | | | [ticket/12008] Update the run time value for the prune notifications cron taskCesar G2013-11-142-1/+2
| | | | | | | | | | | | | | | | PHPBB3-12008
* | | | Merge pull request #1872 from nickvergessen/ticket/12017David King2013-11-136-21/+7
|\ \ \ \ | | | | | | | | | | Ticket/12017 Extension tests are broken on current develop
| * | | | [ticket/12017] Fix phpbb requirement in composer.jsonJoas Schilling2013-11-141-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-12017
| * | | | [ticket/12017] Copy config/ dir so events workJoas Schilling2013-11-143-2/+6
| | | | | | | | | | | | | | | | | | | | PHPBB3-12017
| * | | | [ticket/12017] Remove IN_PHPBB defined checkJoas Schilling2013-11-142-18/+0
| | | | | | | | | | | | | | | | | | | | PHPBB3-12017
* | | | | Merge pull request #1815 from marc1706/ticket/11525Nils Adermann2013-11-131-27/+41
|\ \ \ \ \ | |/ / / / |/| | | | [ticket/11525] Only remove group or user prefix from given avatar data
| * | | | [ticket/11525] Use foreach instead of array_walk in method clean_row()Marc Alexander2013-11-131-37/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This approach is cleaner and probably even faster the previous ways that included using array_walk() or array_map() and other helper functions and methods. PHPBB3-11525
| * | | | [ticket/11525] Fix expected value of group avatar testJoas Schilling2013-11-111-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-11525
| * | | | [ticket/11525] Compare correct array to expected valueJoas Schilling2013-11-111-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-11525
| * | | | [ticket/11525] Only remove group or user prefix from given avatar dataMarc Alexander2013-10-241-3/+41
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Until now, the user data had both user_id and group_id keys in the avatar data. As both group_ and user_ prefixes were removed the group_id was collapsed onto the user_id and therefore all users in the same group had the same prefix for their uploaded avatars. This patch will make sure that the correct id is used depending on whether it's a group's or user's avatar data. PHPBB3-11525
* | | | Merge pull request #1871 from nickvergessen/ticket/12016Nils Adermann2013-11-131-0/+9
|\ \ \ \ | | | | | | | | | | Ticket/12016 Event listeners should be services
| * | | | [ticket/12016] Update functional tests to use service for event listenersJoas Schilling2013-11-131-0/+9
| | | | | | | | | | | | | | | | | | | | PHPBB3-12016
* | | | | Merge pull request #1853 from nickvergessen/ticket/11927Nathan Guse2013-11-111-0/+39
|\ \ \ \ \ | |/ / / / |/| | | | [ticket/11927] Correctly add new files on update
| * | | | [ticket/11927] Prefix function with phpbb_Joas Schilling2013-11-071-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-11927
| * | | | [ticket/11927] Correctly add new files on updateJoas Schilling2013-11-071-0/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently we ignore language and style files when the directory where they go to do not exist. However in 3.1 we introduce some new sub directories: * language/en/email/short/ * styles/prosilver/theme/en/ So we need to change our check to look whether the language or style exist, rather then the parent directory. PHPBB3-11927
* | | | | Merge remote-tracking branch 'EXreaction/ticket/11943' into developJoas Schilling2013-11-113-1/+17
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * EXreaction/ticket/11943: [ticket/11943] New line at EOF for define_error.html [ticket/11943] Forgot template file for test [ticket/11943] Throw an exception if DEFINE is setup improperly [ticket/11943] Split fix_inline_variable_tokens into 3 steps [ticket/11943] Require stricter DEFINE statements for templates [ticket/11943] Do not quote the value when it is exactly true, false, or null [ticket/11943] Add test for DEFINE $VAR = false
| * | | | | [ticket/11943] New line at EOF for define_error.htmlNathan Guse2013-11-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11943
| * | | | | [ticket/11943] Forgot template file for testNathan Guse2013-11-091-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11943
| * | | | | [ticket/11943] Throw an exception if DEFINE is setup improperlyNathan Guse2013-11-091-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11943
| * | | | | [ticket/11943] Add test for DEFINE $VAR = falseNathan Guse2013-11-042-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11943
* | | | | | [ticket/12002] Change functional test to use link hashJoas Schilling2013-11-081-0/+21
| |_|_|/ / |/| | | | | | | | | | | | | | PHPBB3-12002
* | | | | [ticket/11994] Fix functional testsJoas Schilling2013-11-081-1/+7
| | | | | | | | | | | | | | | | | | | | PHPBB3-11994
* | | | | [ticket/11994] "Delete data" is only available for disabled extensionsJoas Schilling2013-11-081-2/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-11994