aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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
* | | | Merge pull request #3698 from s9e/ticket/13935Tristan Darricau2015-08-052-6/+25
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13935] Allow more admin-configurable schemes in post links * s9e/ticket/13935: [ticket/13935] Removed cache invalidation from acp_board [ticket/13935] Removed UI [ticket/13935] Allow more admin-configurable schemes in post links
| * | | | [ticket/13935] Removed UIJoshyPHP2015-07-151-41/+0
| | | | | | | | | | | | | | | | | | | | PHPBB3-13935
| * | | | [ticket/13935] Allow more admin-configurable schemes in post linksJoshyPHP2015-07-153-6/+66
| | | | | | | | | | | | | | | | | | | | PHPBB3-13935
* | | | | [ticket/14053] Fix tests for installer configMate Bartus2015-07-271-11/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | @covers annotations causing build failures on bamboo, so removed them PHPBB3-14053
* | | | | Merge pull request #3514 from CHItA/ticket/13740Tristan Darricau2015-07-276-0/+389
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13740] Refactoring installer * CHItA/ticket/13740: (75 commits) [ticket/13740] Reduce number of references in nav provider [ticket/13740] Move handle_language_select calls to the controllers [ticket/13740] Fix infinite config.php check loop [ticket/13740] Move default data settings out of constructors [ticket/13740] Deduplicate container builder's checks [ticket/13740] Use JSON for installer config [ticket/13740] Fix comment [ticket/13740] Use language service in console application [ticket/13740] Fix CS in compatibilty_globals.php [ticket/13740] Fix message element creation in JS [ticket/13740] Replace more spaces with tabs [ticket/13740] Fix CS [ticket/13740] Filter basic directory change attempts in lang change [ticket/13740] Use tabs instead of spaces in JS file [ticket/13740] Add success message when install finished [ticket/13740] Fix $script_path in obtain_data [ticket/13740] Fix is_phpbb_installed() method [ticket/13740] Login admin when install finished [ticket/13740] Enhance server output buffer bypass [ticket/13740] Secure installer config against corrupted config data ...
| * | | | | [ticket/13740] Module base testMate Bartus2015-07-103-0/+129
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13740
| * | | | | [ticket/13740] Use service collection instead of array of task namesMate Bartus2015-07-091-6/+4
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13740
| * | | | | [ticket/13740] Fix database testMate Bartus2015-07-091-9/+11
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13740
| * | | | | [ticket/13740] Fix test stubsMate Bartus2015-07-083-25/+14
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13740
| * | | | | [ticket/13740] Installer config testMate Bartus2015-07-081-0/+86
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13740
| * | | | | [ticket/13740] Test navigation providerMate Bartus2015-07-081-0/+34
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13740
| * | | | | [ticket/13740] Fixes and Tests for database helperMate Bartus2015-07-081-0/+151
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13740
* | | | | | [ticket/14036] Fixed mocked web root pathJoshyPHP2015-07-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...to match what it would return normally PHPBB3-14036
* | | | | | [ticket/14036] Replace path_helper with a mockJoshyPHP2015-07-171-14/+9
| |/ / / / |/| | | | | | | | | | | | | | PHPBB3-14036
* | | | | Merge pull request #3751 from Nicofuma/ticket/11444Máté Bartus2015-07-1418-159/+261
|\ \ \ \ \ | | | | | | | | | | | | [ticket/11444] Moving the in-board notifications to a method class
| * | | | | [ticket/11444] Update testsTristan Darricau2015-07-131-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11444
| * | | | | [ticket/11444] Update tests and cleanup types/methodsTristan Darricau2015-07-138-119/+157
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11444
| * | | | | [ticket/11444] Moving the in-board notifications to a method classNicofuma2015-07-1315-90/+152
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | Merge pull request #3758 from s9e/ticket/14008Tristan Darricau2015-07-131-0/+9
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | [ticket/14008] Do not add a user_id value to quotes from guests
| * | | | | [ticket/14008] Do not add a user_id value to quotes from guestsJoshyPHP2015-07-131-0/+9
| | |/ / / | |/| | | | | | | | | | | | | PHPBB3-14008
* | | | | Merge pull request #3747 from rxu/ticket/13377Tristan Darricau2015-07-131-0/+8
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/13377] Fix decoding for www type URLs in function decode_message()
| * | | | | [ticket/13377] Add test entriesrxu2015-07-071-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13377
* | | | | | [ticket/14000] Replaced test content with non-emoji charactersJoshyPHP2015-07-131-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14000
* | | | | | [ticket/14000] Added support for emojiJoshyPHP2015-07-121-1/+18
| |/ / / / |/| | | | | | | | | | | | | | PHPBB3-14000
* | | | | [ticket/13995] Fix errors in tests from merge conflictMatt Friedman2015-07-081-2/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-13995
* | | | | Merge branch '3.1.x'Marc Alexander2015-07-081-4/+4
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| | Conflicts: tests/template/template_includecss_test.php
| * | | [ticket/13995] Remove projection from testsMatt Friedman2015-07-081-4/+4
| | | | | | | | | | | | | | | | PHPBB3-13995
| * | | [ticket/13880] Automatically remove quotes that are nested too deepJoshyPHP2015-06-271-0/+81
| | | | | | | | | | | | | | | | PHPBB3-13880
* | | | Merge pull request #3744 from s9e/ticket/13987Tristan Darricau2015-07-073-30/+77
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/13987] Add --dry-run option to reparser CLI