Marc Alexander
fd9c05309d
[ticket/14448] Let user decide if remote upload certs should be checked
...
Also fixed some minor issues like coding style.
PHPBB3-14448
2016-02-04 17:14:48 +01:00
Marc Alexander
2353fe39c0
[ticket/14442] Properly set plupload header
...
PHPBB3-14442
2016-02-01 19:33:34 +01:00
Marc Alexander
105ffe8da3
[ticket/14442] Use get_content() in plupload functional tests
...
PHPBB3-14442
2016-02-01 17:00:56 +01:00
Mate Bartus
2efab1cf5a
Merge branch '3.1.x'
...
* 3.1.x:
[ticket/14394] Only purge cache in functional tests if necessary
2016-01-08 14:28:03 +01:00
Marc Alexander
cf1fc20297
[ticket/14394] Only purge cache in functional tests if necessary
...
PHPBB3-14394
2016-01-07 10:46:43 +01:00
JoshyPHP
7273e24101
[ticket/10628] Added test
...
Tests that the textarea's content is preserved, that no "http://"
is added to the text or to the preview's HTML and that the www
URL is linkified
PHPBB3-10628
2015-12-28 19:46:46 +01:00
Mate Bartus
597297b169
[ticket/14044] Deduplicate the installers
...
PHPBB3-14044
2015-10-22 21:29:52 +02:00
Michael Miday
956723af0e
[ticket/12769] Properly include FA
2015-09-17 18:37:25 +02:00
Marc Alexander
40e614f564
[ticket/13904] Fix tests after changes to factory
...
PHPBB3-13904
2015-09-09 12:58:22 +02:00
Marc Alexander
327e36a4d6
[ticket/13904] Modify files for updated fast-image-size library
...
PHPBB3-13904
2015-09-09 09:41:40 +02:00
Marc Alexander
591995267a
[ticket/13904] Improve test coverage of filespec class
...
PHPBB3-13904
2015-09-09 08:29:07 +02:00
Marc Alexander
b29b62debe
[ticket/13904] Use ini_get() wrapper in file upload types
...
PHPBB3-13904
2015-09-09 08:29:06 +02:00
Marc Alexander
16f3b8c2b9
[ticket/13904] Modify files for changes in ini wrapper
...
PHPBB3-13904
2015-09-09 08:29:05 +02:00
Marc Alexander
36545d5cbe
[ticket/13904] Switch around constructor arguments
...
PHPBB3-13904
2015-09-09 08:28:11 +02:00
Marc Alexander
cdde86ce7e
[ticket/13904] Use \phpbb\php\ini class for ini_get()
...
PHPBB3-13904
2015-09-09 08:28:10 +02:00
Marc Alexander
46e3d82196
[ticket/13904] Add more tests and test cases
...
PHPBB3-13904
2015-09-09 08:28:08 +02:00
Marc Alexander
3e99816fa2
[ticket/13904] Set visibility in files and improve test coverage
...
PHPBB3-13904
2015-09-09 08:28:07 +02:00
Marc Alexander
a09c6d1fb7
[ticket/13904] Split code up and pass root path to remote upload type
...
PHPBB3-13904
2015-09-09 08:28:04 +02:00
Marc Alexander
759a1a09fa
[ticket/13904] Fix remote upload functional tests
...
PHPBB3-13904
2015-09-09 08:28:03 +02:00
Marc Alexander
57ccfe0c48
[ticket/13904] Move remote upload to its own type class
...
PHPBB3-13904
2015-09-09 08:28:02 +02:00
Marc Alexander
b871dbcf1f
[ticket/13904] Remove phpbb_root_path global from filespec class
...
PHPBB3-13904
2015-09-09 08:27:54 +02:00
Marc Alexander
52652ca182
[ticket/13904] Remove phpbb_root_path global from upload class
...
PHPBB3-13904
2015-09-09 08:27:53 +02:00
Marc Alexander
47f8f2cc88
[ticket/13904] Pass request service to upload instead of using global
...
PHPBB3-13904
2015-09-09 08:27:53 +02:00
Marc Alexander
697ac5f4aa
[ticket/13904] Use language class instead of global user in filespec
...
PHPBB3-13904
2015-09-09 08:27:52 +02:00
Marc Alexander
ef59e0228a
[ticket/13904] Fix tests again
...
PHPBB3-13904
2015-09-09 08:27:50 +02:00
Marc Alexander
c34fd1e7c0
[ticket/13904] Fix fileupload functional tests
...
PHPBB3-13904
2015-09-09 08:27:47 +02:00
Tristan Darricau
214c5c6d0b
Merge branch '3.1.x'
...
* 3.1.x:
[ticket/13988] Update tests
[ticket/13988] Use absolute path for image attachments in feeds
2015-08-28 17:34:50 +02:00
Nicofuma
8e5e954438
[ticket/13645] Move the feeds to controllers
...
PHPBB3-13645
2015-08-23 22:36:10 +02:00
Zoddo
7e1b0330a3
[ticket/13988] Update tests
...
PHPBB3-13988
2015-07-18 21:18:49 +02:00
Tristan Darricau
11bef3e22e
[ticket/11444] Update tests
...
PHPBB3-11444
2015-07-13 22:43:58 +02:00
Nicofuma
be0d4e20d4
[ticket/11444] Moving the in-board notifications to a method class
...
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
2015-07-13 22:41:13 +02:00
JoshyPHP
0d52d36b37
[ticket/14000] Replaced test content with non-emoji characters
...
PHPBB3-14000
2015-07-13 10:31:07 +02:00
JoshyPHP
817db2f135
[ticket/13880] Automatically remove quotes that are nested too deep
...
PHPBB3-13880
2015-06-27 02:52:26 +02:00
JoshyPHP
1f6b9bc048
[ticket/10620] Fixed functional tests to account for newlines
...
PHPBB3-10620
2015-06-25 22:51:43 +02:00
JoshyPHP
4f1b25706f
[ticket/10620] Removed extraneous quotes from attribute values
...
PHPBB3-10620
2015-06-25 03:11:58 +02:00
JoshyPHP
f02cc27014
[ticket/10620] Implemented quote improvements
...
PHPBB3-10620
2015-06-25 03:11:55 +02:00
Tristan Darricau
d430acb568
Merge pull request #3669 from s9e/ticket/13901
...
[ticket/13901] Add more whitespace to long quotes for readability
2015-06-24 16:34:53 +02:00
Andreas Fischer
beb830df71
Merge pull request #3675 from s9e/ticket/13906
...
[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
2015-06-16 14:34:44 +02:00
JoshyPHP
78eeb210e7
[ticket/13906] Renamed test
...
PHPBB3-13906
2015-06-02 22:46:14 +02:00
JoshyPHP
d37c995f4b
[ticket/13906] Added test
...
PHPBB3-13906
2015-06-02 12:37:36 +02:00
MateBartus
fcff3ee4ad
[ticket/13777] Fix tests
...
PHPBB3-13777
2015-05-31 13:22:46 +02:00
JoshyPHP
6ac37145ec
[ticket/8420] Added regression test
...
PHPBB3-8420
2015-05-31 10:13:20 +02:00
JoshyPHP
433021f429
[ticket/13901] Fixed test's expected result
...
PHPBB3-13901
2015-05-30 23:51:09 +02:00
Tristan Darricau
a3d46575c7
Merge pull request #3613 from nickvergessen/ticket/13844
...
Ticket/13844 Better FAQ language files
2015-05-29 15:44:39 +02:00
JoshyPHP
64e1824abd
[ticket/13847] Updated ucp_pm_compose to use utils when forwarding
...
PHPBB3-13847
2015-05-25 21:33:17 +02:00
JoshyPHP
2a7a06da2a
[ticket/13847] Updated ucp_pm_compose to use the utils service
...
...when quoting a post
PHPBB3-13847
2015-05-25 21:33:17 +02:00
JoshyPHP
8a077e0e94
[ticket/13847] Move quote generation to text_formatter.utils
...
PHPBB3-13847
2015-05-25 21:33:17 +02:00
JoshyPHP
2cc78b2c3b
[ticket/11530] Fixed test description [ci skip]
...
PHPBB3-11530
2015-05-19 11:16:37 +02:00
JoshyPHP
c1777f4811
[ticket/11530] Remove extra quotes when depth limit is exceeded
...
PHPBB3-11530
2015-05-18 03:57:48 +02:00
Joas Schilling
f6c246f889
[ticket/13844] Add a functional test that browses the help pages
...
PHPBB3-13844
2015-05-16 23:08:42 +02:00