aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | [ticket/12733] Add functional test for twitter profile fieldShitiz Garg2014-06-201-0/+2
| | |/ / | | | | | | | | | | | | PHPBB3-12733
| * | | [ticket/12729] Add functional test for Facebook fieldShitiz Garg2014-06-201-0/+2
| |/ / | | | | | | | | | PHPBB3-12729
* | | Merge branch 'develop-ascraeus' into developJoas Schilling2014-06-201-0/+23
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | * develop-ascraeus: [ticket/11711] Improve coding and comments of character check [ticket/11711] Reduce size of tests and also test topic titles [ticket/11711] Improve checks for unsupported characters and check subject [ticket/11711] Inform user of unsupported characters while posting
| * | Merge pull request #2566 from marc1706/ticket/11711Joas Schilling2014-06-201-0/+23
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/11711] Inform user of unsupported characters while posting * marc1706/ticket/11711: [ticket/11711] Improve coding and comments of character check [ticket/11711] Reduce size of tests and also test topic titles [ticket/11711] Improve checks for unsupported characters and check subject [ticket/11711] Inform user of unsupported characters while posting
| | * | [ticket/11711] Improve coding and comments of character checkMarc Alexander2014-06-101-2/+4
| | | | | | | | | | | | | | | | PHPBB3-11711
| | * | [ticket/11711] Reduce size of tests and also test topic titlesMarc Alexander2014-06-091-30/+13
| | | | | | | | | | | | | | | | PHPBB3-11711
| | * | [ticket/11711] Inform user of unsupported characters while postingMarc Alexander2014-06-091-0/+38
| | | | | | | | | | | | | | | | PHPBB3-11711
* | | | Merge branch 'develop-ascraeus' into developCesar G2014-06-141-2/+2
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-ascraeus: (25 commits) [ticket/12613] Add distinction between top/bottom action-bar [ticket/12613] Replaced topic-actions with action-bar [ticket/12613] Remove responsive linklist from memberlist [ticket/12613] Remove unnecessary checks and clean up CSS [ticket/12613] role="navigation" not allowed on <ul> [ticket/12613] Improved screen reader functionality [ticket/12613] Removed unnecessary checks [ticket/12613] Set fixed font-size [ticket/12613] Slightly better icons [ticket/12613] Typo and L_COLON [ticket/12613] Small inconsistency fixes [ticket/12613] Don't display page-jump if all pages are visible (6) [ticket/12613] Fixes from comments (single quotes and typos) [ticket/12613] Minor $bull; and <hr> fix [ticket/12613] Pagination should never be in responsive linklist [ticket/12613] Minor CSS fixes [ticket/12613] Dropdown-visible page-jump icon, fix focus() timing [ticket/12613] Renamed jump-to to page-jump to prevent confusion [ticket/12613] Removed form in order to prevent nested forms [ticket/12613] Fix functional test and post sorting bug ...
| * | | Merge remote-tracking branch 'PayBas/ticket/12613' into develop-ascraeusCesar G2014-06-141-2/+2
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PayBas/ticket/12613: (25 commits) [ticket/12613] Add distinction between top/bottom action-bar [ticket/12613] Replaced topic-actions with action-bar [ticket/12613] Remove responsive linklist from memberlist [ticket/12613] Remove unnecessary checks and clean up CSS [ticket/12613] role="navigation" not allowed on <ul> [ticket/12613] Improved screen reader functionality [ticket/12613] Removed unnecessary checks [ticket/12613] Set fixed font-size [ticket/12613] Slightly better icons [ticket/12613] Typo and L_COLON [ticket/12613] Small inconsistency fixes [ticket/12613] Don't display page-jump if all pages are visible (6) [ticket/12613] Fixes from comments (single quotes and typos) [ticket/12613] Minor $bull; and <hr> fix [ticket/12613] Pagination should never be in responsive linklist [ticket/12613] Minor CSS fixes [ticket/12613] Dropdown-visible page-jump icon, fix focus() timing [ticket/12613] Renamed jump-to to page-jump to prevent confusion [ticket/12613] Removed form in order to prevent nested forms [ticket/12613] Fix functional test and post sorting bug ...
| | * | | [ticket/12613] Fix functional test and post sorting bugPayBas2014-06-051-2/+2
| | |/ / | | | | | | | | | | | | PHPBB3-12613
* | | | Merge branch 'develop-ascraeus' into developJoas Schilling2014-06-091-0/+8
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-ascraeus: [ticket/8610] Use css selector instead of xPath [ticket/8610] Add functional test when two topics are merged [ticket/8610] Throw an error when the dest topic isn't set [ticket/8610] Fix bookmarks when merging all the posts of a topic [ticket/8610] Merging topics does not handle bookmarks correctly
| * | | Merge pull request #2434 from Nicofuma/ticket/8610Joas Schilling2014-06-091-0/+8
| |\ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/8610] Merging topics does not handle bookmarks correctly * Nicofuma/ticket/8610: [ticket/8610] Use css selector instead of xPath [ticket/8610] Add functional test when two topics are merged [ticket/8610] Throw an error when the dest topic isn't set [ticket/8610] Fix bookmarks when merging all the posts of a topic [ticket/8610] Merging topics does not handle bookmarks correctly
| | * | [ticket/8610] Use css selector instead of xPathTristan Darricau2014-05-311-1/+2
| | | | | | | | | | | | | | | | PHPBB3-8610
| | * | [ticket/8610] Add functional test when two topics are mergedTristan Darricau2014-05-291-0/+7
| | | | | | | | | | | | | | | | PHPBB3-8610
* | | | Merge branch 'develop-ascraeus' into developJoas Schilling2014-05-302-2/+2
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | * develop-ascraeus: [ticket/11467] Add user object to extension manager for tests [ticket/11467] Add language variables to tests [ticket/11467] Add language variables for extension exception messages
| * | | [ticket/11467] Add language variables to testsn-aleha2014-05-292-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Convert the hardcoded strings to language variables. PHPBB3-11467
* | | | Merge branch 'develop-ascraeus' into developAndreas Fischer2014-05-2855-199/+412
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | * develop-ascraeus: [ticket/12594] Replace phpBB Group with phpBB Limited [ticket/12594] Update footer credit lines [ticket/12594] Remove @package tags and update file headers
| * | | [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-2755-199/+412
| | | | | | | | | | | | | | | | PHPBB3-12594
* | | | Merge branch 'develop-ascraeus' into developJoas Schilling2014-05-261-2/+1
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-ascraeus: [ticket/12270] Fixed topic counting bug and tests [ticket/12270] Fixed tests not working [ticket/12270] No quote notif and double poster notification fix [ticket/12270] Fixed tests [ticket/12270] Fixed rebase conflicts [ticket/12270] Correct confirm approval message for topics [ticket/12270] Correcting to follow phpBB coding standards [ticket/12270] Better structured code and no debug error message [ticket/12270] Correct notifications for posts/topics now working [ticket/12270] Reverted templates [ticket/12270] Correct post&topic approval msg, no template changes [ticket/12270] Corrent post and topic approval notification message
| * | | Merge pull request #2134 from marcosbc/ticket/12270Joas Schilling2014-05-261-2/+1
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12270] Current post and topic approval notification message * marcosbc/ticket/12270: [ticket/12270] Fixed topic counting bug and tests [ticket/12270] Fixed tests not working [ticket/12270] No quote notif and double poster notification fix [ticket/12270] Fixed tests [ticket/12270] Fixed rebase conflicts [ticket/12270] Correct confirm approval message for topics [ticket/12270] Correcting to follow phpBB coding standards [ticket/12270] Better structured code and no debug error message [ticket/12270] Correct notifications for posts/topics now working [ticket/12270] Reverted templates [ticket/12270] Correct post&topic approval msg, no template changes [ticket/12270] Corrent post and topic approval notification message
| | * | | [ticket/12270] Fixed testsmarcosbc2014-05-091-2/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-12270
* | | | | [ticket/12564] Remove version definitions from modules in testsMatt Friedman2014-05-202-2/+0
|/ / / / | | | | | | | | | | | | PHPBB3-12564
* | | | [ticket/12534] Fix filter for functional testsJoas Schilling2014-05-121-2/+2
| |/ / |/| | | | | | | | PHPBB3-12534
* | | Merge pull request #2421 from n-aleha/ticket/12493Joas Schilling2014-05-081-0/+70
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12493] Fix sql query for selection of users that have disabled PM * n-aleha/ticket/12493: [ticket/12493] Add functional test [ticket/12493] Fix sql query for selection of users that have disabled PM
| * | | [ticket/12493] Add functional testn-aleha2014-05-071-0/+70
| |/ / | | | | | | | | | | | | | | | Added a functional test. PHPBB3-12493
* | | [ticket/12421] Rebase and enable testsTristan Darricau2014-05-061-12/+9
| | | | | | | | | | | | PHPBB3-12421
* | | [ticket/12459] Change language stringsTristan Darricau2014-05-051-1/+1
| | | | | | | | | | | | PHPBB3-12459
* | | [ticket/12459] Enable related testsNicofuma2014-05-041-22/+9
|/ / | | | | | | PHPBB3-12459
* | Merge remote-tracking branch 'github-prototech/ticket/11508' into ↵Nils Adermann2014-05-021-0/+33
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop-ascraeus * github-prototech/ticket/11508: [ticket/11508] Fix build_url test. [ticket/11508] Add functional test for jumpbox. [ticket/11508] Use $phpbb_path_helper. [ticket/11508] Allow equal sign in parameter value. [ticket/11508] Remove unnecessary implode. [ticket/11508] Remove unnecessary isset check. [ticket/11508] Fix build_url test. [ticket/11508] Curly brace should be on its own line... [ticket/11508] The question mark is expected even if there are no parameters. [ticket/11508] Add tests. [ticket/11508] Do not add the '?' unless there are parameters. [ticket/11508] Change separator parameter to a simple true|false $is_amp. [ticket/11508] Move helper functions to path_helper class. [ticket/11508] Move the stripping param code to separate function as well. [ticket/11508] Build the jumpbox hidden fields using the _form action_ [ticket/11508] Split parts of build_url() into reusable functions.
| * | [ticket/11508] Add functional test for jumpbox.Cesar G2014-04-221-0/+33
| | | | | | | | | | | | PHPBB3-11508
* | | [ticket/12413] Update configuration's assertsNicofuma2014-05-021-2/+2
| | | | | | | | | | | | PHPBB3-12413
* | | [ticket/12413] Update initNicofuma2014-05-021-3/+1
| | | | | | | | | | | | PHPBB3-12413
* | | [ticket/12413] Remove unnecessary castsNicofuma2014-05-021-2/+2
| | | | | | | | | | | | PHPBB3-12413
* | | [ticket/12413] Disabled unapproved and solftdeleted testsNicofuma2014-05-021-9/+22
| | | | | | | | | | | | PHPBB3-12413
* | | [ticket/12413] Coding style againNicofuma2014-05-021-27/+27
| | | | | | | | | | | | PHPBB3-12413
* | | [ticket/12413] Fix coding styleNicofuma2014-05-021-11/+18
| | | | | | | | | | | | PHPBB3-12413
* | | [ticket/12413] Fix: coding styleNicofuma2014-05-021-8/+8
| | | | | | | | | | | | PHPBB3-12413
* | | [ticket/12413] Fixing the failed testNicofuma2014-05-021-8/+20
| | | | | | | | | | | | | | | | | | | | | The test was failing because travis is too fast: 2 posts had the same timestamp. PHPBB3-12413
* | | [ticket/12413] Using static attribute instead of @dependsTristan Darricau2014-05-021-194/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | Using a static attribute to store the initial state of the feeds instead of transmit it with the @depends annotation. This attribute is also added to backupStaticAttributesBlackList PHPBB3-12413
* | | [ticket/12413] Useing @depends to transmit the state of the boardTristan Darricau2014-05-021-90/+328
| | | | | | | | | | | | | | | | | | | | | the state of the board is calculate in the first test and transmit to the others thanks to the @depends annotation. PHPBB3-12413
* | | [ticket/12413] Tests: Adding functional tests for the feedsTristan Darricau2014-05-021-0/+1373
| | | | | | | | | | | | | | | | | | | | | Some tests are disabled until PHPBB3-12418 (#2331) and PHPBB3-12421 (#2330) are fixed and merged PHPBB3-12413
* | | [ticket/12371] Reapprove the post and topic again in testsJoas Schilling2014-04-251-0/+10
| | | | | | | | | | | | PHPBB3-12371
* | | [ticket/12371] Add functional tests for reapprovingJoas Schilling2014-04-251-0/+406
| | | | | | | | | | | | PHPBB3-12371
* | | [ticket/12371] Rename disapprove and softdelete testsJoas Schilling2014-04-252-2/+2
|/ / | | | | | | PHPBB3-12371
* | [ticket/12398] Select correct post to restore during softdelete testsMarc Alexander2014-04-131-1/+1
| | | | | | | | PHPBB3-12398
* | [ticket/12398] Use return of submit_post in softdelete and download testsMarc Alexander2014-04-122-2/+2
| | | | | | | | PHPBB3-12398
* | [ticket/12398] Use submit_post return in prune_shadow_topic_testMarc Alexander2014-04-121-1/+1
| | | | | | | | | | | | This should get rid of possible failures during functional tests. PHPBB3-12398
* | [ticket/12395] Check for posts in the middle of the pageJoas Schilling2014-04-121-7/+7
| | | | | | | | PHPBB3-12395
* | Merge remote-tracking branch 'github-nickvergessen/ticket/12370' into ↵Nils Adermann2014-04-101-6/+3
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | develop-ascraeus * github-nickvergessen/ticket/12370: [ticket/12370] Add unit tests for topic notifications [ticket/12370] Fix functional notification test and remove unneeded requests [ticket/12370] Do not delete topic notifications when the topic is visible
| * | [ticket/12370] Fix functional notification test and remove unneeded requestsJoas Schilling2014-04-071-6/+3
| | | | | | | | | | | | PHPBB3-12370