aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional
Commit message (Collapse)AuthorAgeFilesLines
...
* | [ticket/13904] Use ini_get() wrapper in file upload typesMarc Alexander2015-09-091-1/+1
| | | | | | | | PHPBB3-13904
* | [ticket/13904] Modify files for changes in ini wrapperMarc Alexander2015-09-091-2/+2
| | | | | | | | PHPBB3-13904
* | [ticket/13904] Switch around constructor argumentsMarc Alexander2015-09-091-5/+5
| | | | | | | | PHPBB3-13904
* | [ticket/13904] Use \phpbb\php\ini class for ini_get()Marc Alexander2015-09-091-5/+9
| | | | | | | | PHPBB3-13904
* | [ticket/13904] Add more tests and test casesMarc Alexander2015-09-091-0/+1
| | | | | | | | PHPBB3-13904
* | [ticket/13904] Set visibility in files and improve test coverageMarc Alexander2015-09-091-1/+1
| | | | | | | | PHPBB3-13904
* | [ticket/13904] Split code up and pass root path to remote upload typeMarc Alexander2015-09-091-1/+1
| | | | | | | | PHPBB3-13904
* | [ticket/13904] Fix remote upload functional testsMarc Alexander2015-09-091-0/+1
| | | | | | | | PHPBB3-13904
* | [ticket/13904] Move remote upload to its own type classMarc Alexander2015-09-091-4/+4
| | | | | | | | PHPBB3-13904
* | [ticket/13904] Remove phpbb_root_path global from filespec classMarc Alexander2015-09-091-1/+1
| | | | | | | | PHPBB3-13904
* | [ticket/13904] Remove phpbb_root_path global from upload classMarc Alexander2015-09-091-4/+8
| | | | | | | | PHPBB3-13904
* | [ticket/13904] Pass request service to upload instead of using globalMarc Alexander2015-09-091-4/+8
| | | | | | | | PHPBB3-13904
* | [ticket/13904] Use language class instead of global user in filespecMarc Alexander2015-09-091-7/+3
| | | | | | | | PHPBB3-13904
* | [ticket/13904] Fix tests againMarc Alexander2015-09-091-5/+10
| | | | | | | | PHPBB3-13904
* | [ticket/13904] Fix fileupload functional testsMarc Alexander2015-09-091-6/+29
| | | | | | | | PHPBB3-13904
* | Merge branch '3.1.x'Tristan Darricau2015-08-281-1/+1
|\ \ | |/ | | | | | | | | * 3.1.x: [ticket/13988] Update tests [ticket/13988] Use absolute path for image attachments in feeds
| * [ticket/13988] Update testsZoddo2015-07-181-1/+1
| | | | | | | | PHPBB3-13988
| * [ticket/13880] Automatically remove quotes that are nested too deepJoshyPHP2015-06-271-0/+81
| | | | | | | | PHPBB3-13880
* | [ticket/13645] Move the feeds to controllersNicofuma2015-08-233-63/+85
| | | | | | | | PHPBB3-13645
* | [ticket/11444] Update testsTristan Darricau2015-07-131-0/+2
| | | | | | | | PHPBB3-11444
* | [ticket/11444] Moving the in-board notifications to a method classNicofuma2015-07-131-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently the in-board method for the notifications is hardcoded and cannot be disabled. This method should be in his own class extending `phpbb\notification\method\method_interface`. It also add the possibility, for each method, to be enabled by default (ie: no entry in the DB => notification enabled). https://tracker.phpbb.com/browse/PHPBB3-11444 https://tracker.phpbb.com/browse/PHPBB3-11967 PHPBB3-11444
* | [ticket/14000] Replaced test content with non-emoji charactersJoshyPHP2015-07-131-2/+2
| | | | | | | | PHPBB3-14000
* | [ticket/10620] Fixed functional tests to account for newlinesJoshyPHP2015-06-252-4/+4
| | | | | | | | PHPBB3-10620
* | [ticket/10620] Removed extraneous quotes from attribute valuesJoshyPHP2015-06-252-5/+5
| | | | | | | | PHPBB3-10620
* | [ticket/10620] Implemented quote improvementsJoshyPHP2015-06-252-10/+27
| | | | | | | | PHPBB3-10620
* | Merge pull request #3669 from s9e/ticket/13901Tristan Darricau2015-06-241-1/+1
|\ \ | | | | | | | | | [ticket/13901] Add more whitespace to long quotes for readability
| * | [ticket/13901] Fixed test's expected resultJoshyPHP2015-05-301-1/+1
| | | | | | | | | | | | PHPBB3-13901
* | | Merge pull request #3675 from s9e/ticket/13906Andreas Fischer2015-06-161-0/+22
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13906] Fixed old signatures in post preview * s9e/ticket/13906: [ticket/13906] Renamed test [ticket/13906] Added test [ticket/13906] Fixed old signatures in post preview
| * | | [ticket/13906] Renamed testJoshyPHP2015-06-021-1/+1
| | | | | | | | | | | | | | | | PHPBB3-13906
| * | | [ticket/13906] Added testJoshyPHP2015-06-021-0/+22
| | | | | | | | | | | | | | | | PHPBB3-13906
* | | | [ticket/13777] Fix testsMateBartus2015-05-311-5/+6
|/ / / | | | | | | | | | PHPBB3-13777
* | | [ticket/8420] Added regression testJoshyPHP2015-05-311-0/+14
|/ / | | | | | | PHPBB3-8420
* | Merge pull request #3613 from nickvergessen/ticket/13844Tristan Darricau2015-05-291-0/+12
|\ \ | | | | | | | | | Ticket/13844 Better FAQ language files
| * | [ticket/13844] Add a functional test that browses the help pagesJoas Schilling2015-05-161-0/+12
| | | | | | | | | | | | PHPBB3-13844
* | | [ticket/13847] Updated ucp_pm_compose to use utils when forwardingJoshyPHP2015-05-251-1/+14
| | | | | | | | | | | | PHPBB3-13847
* | | [ticket/13847] Updated ucp_pm_compose to use the utils serviceJoshyPHP2015-05-251-0/+14
| | | | | | | | | | | | | | | | | | ...when quoting a post PHPBB3-13847
* | | [ticket/13847] Move quote generation to text_formatter.utilsJoshyPHP2015-05-251-0/+14
| | | | | | | | | | | | PHPBB3-13847
* | | [ticket/11530] Fixed test description [ci skip]JoshyPHP2015-05-191-1/+1
| | | | | | | | | | | | PHPBB3-11530
* | | [ticket/11530] Remove extra quotes when depth limit is exceededJoshyPHP2015-05-181-0/+81
|/ / | | | | | | PHPBB3-11530
* | [ticket/12745] Added HTML entity testJoshyPHP2015-04-251-0/+10
| | | | | | | | | | | | https://github.com/phpbb/phpbb/pull/3548#issuecomment-96219167 PHPBB3-12745
* | [ticket/12745] Added support for Unicode characters outside BMPJoshyPHP2015-04-251-8/+10
| | | | | | | | PHPBB3-12745
* | Merge pull request #3446 from MateBartus/ticket/13654Tristan Darricau2015-04-162-3/+47
|\ \ | | | | | | | | | [ticket/13654] Moving reporting into controller
| * | [ticket/13654] Moving reporting into controllerMateBartus2015-04-162-3/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moving report.php's content into different services and controllers to better comply with the MVC model. Also implementing: * Replacement for reasons_display() * Adding assign_meta_refresh_var() to \controller\helper * Adding separate routes for easy configuration * Updating unit tests to expect to correct results * Add BC tests PHPBB3-13654
* | | Merge pull request #3487 from MateBartus/ticket/13697Tristan Darricau2015-04-161-4/+7
|\ \ \ | |/ / |/| | | | | [ticket/13697] Moving filesystem related functions to filesystem service
| * | [ticket/13697] Moving filesystem related functions to filesystem serviceMateBartus2015-04-161-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Moving filesystem service to \phpbb\filesystem namespace * Wraping Symfony's Filesystem component * Moving filesystem related functions from includes/functions.php into \phpbb\filesystem\filesystem Functions moved (and deprecated): - phpbb_chmod - phpbb_is_writable - phpbb_is_absolute - phpbb_own_realpath - phpbb_realpath * Adding interface for filesystem service PHPBB3-13697
* | | Merge branch '3.1.x'Joas Schilling2015-04-061-22/+111
|\ \ \ | |/ / |/| / | |/
| * Merge pull request #3284 from Elsensee/ticket/13469Joas Schilling2015-04-061-22/+111
| |\ | | | | | | | | | [ticket/13469] Fall back to soft_delete if no permissions for delete
| | * [ticket/13469] Extract test to new methodOliver Schramm2015-04-021-5/+29
| | | | | | | | | | | | PHPBB3-13469
| | * [ticket/13469] Add testsOliver Schramm2015-03-221-21/+86
| | | | | | | | | | | | PHPBB3-13469
* | | Merge branch '3.1.x'Nicofuma2015-03-291-0/+78
|\ \ \ | |/ /