aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/13904] Improve test coverage of filespec classMarc Alexander2015-09-094-6/+119
| | | | PHPBB3-13904
* [ticket/13904] Add back tests for retrieving floatsMarc Alexander2015-09-091-0/+7
| | | | PHPBB3-13904
* [ticket/13904] Use ini_get() wrapper in file upload typesMarc Alexander2015-09-092-1/+3
| | | | PHPBB3-13904
* [ticket/13904] Modify files for changes in ini wrapperMarc Alexander2015-09-0910-45/+39
| | | | PHPBB3-13904
* [ticket/13904] Switch around constructor argumentsMarc Alexander2015-09-094-25/+25
| | | | PHPBB3-13904
* [ticket/13904] Use \phpbb\php\ini class for ini_get()Marc Alexander2015-09-094-24/+38
| | | | PHPBB3-13904
* [ticket/13904] Test move file on existing errorMarc Alexander2015-09-091-0/+8
| | | | PHPBB3-13904
* [ticket/13904] Add more tests and test casesMarc Alexander2015-09-094-2/+49
| | | | PHPBB3-13904
* [ticket/13904] Set visibility in files and improve test coverageMarc Alexander2015-09-093-11/+64
| | | | PHPBB3-13904
* [ticket/13904] Improve test coverage and use constants instead of magic numbersMarc Alexander2015-09-092-0/+42
| | | | 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] Fix minor issues and move local_upload to its own classMarc Alexander2015-09-091-4/+25
| | | | PHPBB3-13904
* [ticket/13904] Add more tests for upload classMarc Alexander2015-09-091-0/+96
| | | | PHPBB3-13904
* [ticket/13904] Remove phpbb_root_path global from filespec classMarc Alexander2015-09-093-5/+9
| | | | PHPBB3-13904
* [ticket/13904] Remove phpbb_root_path global from upload classMarc Alexander2015-09-092-12/+20
| | | | PHPBB3-13904
* [ticket/13904] Pass request service to upload instead of using globalMarc Alexander2015-09-092-15/+21
| | | | PHPBB3-13904
* [ticket/13904] Use language class instead of global user in filespecMarc Alexander2015-09-093-26/+15
| | | | PHPBB3-13904
* [ticket/13904] Fix tests againMarc Alexander2015-09-092-15/+25
| | | | PHPBB3-13904
* [ticket/13904] Remove functions_fileupload.phpMarc Alexander2015-09-092-2/+0
| | | | PHPBB3-13904
* [ticket/13904] Fix fileupload functional testsMarc Alexander2015-09-091-6/+29
| | | | PHPBB3-13904
* [ticket/13904] No longer use fileerror class for extending filespec classMarc Alexander2015-09-091-10/+17
| | | | PHPBB3-13904
* [ticket/13904] Pass filesystem to upload avatar againMarc Alexander2015-09-091-1/+1
| | | | PHPBB3-13904
* [ticket/13904] Fix fileupload testsMarc Alexander2015-09-091-9/+33
| | | | PHPBB3-13904
* [ticket/13904] Fix filespec testsMarc Alexander2015-09-091-2/+3
| | | | PHPBB3-13904
* [ticket/13904] Remove unneeded parameters from avatars and fix testsMarc Alexander2015-09-091-1/+3
| | | | PHPBB3-13904
* [ticket/14150] Update fast-image-size to newest versionMarc Alexander2015-09-082-3/+3
| | | | PHPBB3-14150
* 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
| * Merge pull request #3764 from Zoddo/ticket/13988Tristan Darricau2015-08-281-1/+1
| |\ | | | | | | | | | | | | | | | | | | | | | [ticket/13988] Use absolute path for image attachments in feeds * Zoddo/ticket/13988: [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/14099] Fix testsTristan Darricau2015-08-141-9/+2
| | | | | | | | | | | | PHPBB3-14099
* | | Merge pull request #3470 from Nicofuma/ticket/13645Máté Bartus2015-08-286-85/+104
|\ \ \ | | | | | | | | [ticket/13645] Move the feeds to controllers
| * | | [ticket/13645] Move the feeds to controllersNicofuma2015-08-236-85/+104
| | | | | | | | | | | | | | | | PHPBB3-13645
* | | | Merge pull request #3863 from VSEphpbb/ticket/14128Tristan Darricau2015-08-277-8/+8
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14128] Fix img bbcode regression, lost postimage class * VSEphpbb/ticket/14128: [ticket/14128] Fix img bbcode regression, lost postimage class
| * | | | [ticket/14128] Fix img bbcode regression, lost postimage classMatt Friedman2015-08-267-8/+8
| |/ / / | | | | | | | | | | | | PHPBB3-14128
* | | | Merge pull request #3652 from Elsensee/ticket/12143Tristan Darricau2015-08-234-0/+90
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12143] Make it possible to use translated group names for non-special groups * Elsensee/ticket/12143: [ticket/12143] Fix tests after rebase [ticket/12143] Avoid no output from get_group_name() [ticket/12143] Fix those tests [ticket/12143] Add some tests [ticket/12143] Oops, fixed array index [ticket/12143] Replace group name output [ticket/12143] Add group helper class to translate groupnames [ticket/12143] Add is_set method to language service
| * | | [ticket/12143] Fix tests after rebaseOliver Schramm2015-08-051-0/+3
| | | | | | | | | | | | | | | | PHPBB3-12143
| * | | [ticket/12143] Fix those testsOliver Schramm2015-08-052-5/+10
| | | | | | | | | | | | | | | | | | | | | | | | I always have to fix them.. :( PHPBB3-12143
| * | | [ticket/12143] Add some testsOliver Schramm2015-08-052-0/+82
| | | | | | | | | | | | | | | | PHPBB3-12143
* | | | [ticket/14094] Fix segmentation fault error on PHP 7 testsrxu2015-08-121-0/+4
| | | | | | | | | | | | | | | | PHPBB3-14094
* | | | Merge branch '3.1.x'Marc Alexander2015-08-081-1/+3
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | Conflicts: phpBB/phpbb/avatar/driver/upload.php tests/avatar/manager_test.php
| * | | Merge pull request #3738 from javiexin/ticket/13981Marc Alexander2015-08-081-1/+3
| |\ \ \ | | |_|/ | |/| | | | | | [ticket/13981] Add events to capture avatar deletion or overwriting
| | * | [ticket/13981] Add events to capture avatar deletion or overwritingjaviexin2015-07-231-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | An event to capture overwriting, and another to capture deletion. Includes better error processing. Replaced global by dependency injection. Fix Travis tests. PHPBB3-13981
* | | | Merge remote-tracking branch 'Nicofuma/ticket/12692'Marc Alexander2015-08-074-0/+162
|\ \ \ \ | |_|_|/ |/| | |
| * | | [ticket/12692] Fix tests and update styleTristan Darricau2015-08-061-24/+35
| | | | | | | | | | | | | | | | PHPBB3-12692
| * | | [ticket/12692] Fix testsTristan Darricau2015-07-091-1/+1
| | | | | | | | | | | | | | | | PHPBB3-12692
| * | | [ticket/12692] Add a proper extension to the fixturesTristan Darricau2015-07-093-4/+6
| | | | | | | | | | | | | | | | PHPBB3-12692
| * | | [ticket/12692] Move the language strings to cli.phpTristan Darricau2015-07-091-2/+2
| | | | | | | | | | | | | | | | PHPBB3-12692
| * | | [ticket/12692] Add unit testTristan Darricau2015-07-094-0/+149
| | | | | | | | | | | | | | | | PHPBB3-12692