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
JoshyPHP
98bdcd0cde
[ticket/12745] Added HTML entity test
...
https://github.com/phpbb/phpbb/pull/3548#issuecomment-96219167
PHPBB3-12745
2015-04-25 23:43:38 +02:00
JoshyPHP
25acba2259
[ticket/12745] Added support for Unicode characters outside BMP
...
PHPBB3-12745
2015-04-25 23:43:32 +02:00
Tristan Darricau
c89384eb86
Merge pull request #3446 from MateBartus/ticket/13654
...
[ticket/13654] Moving reporting into controller
2015-04-16 21:30:52 +02:00
Tristan Darricau
f077b72d0d
Merge pull request #3487 from MateBartus/ticket/13697
...
[ticket/13697] Moving filesystem related functions to filesystem service
2015-04-16 20:44:02 +02:00
MateBartus
4bdef6fd21
[ticket/13697] Moving filesystem related functions to filesystem service
...
* 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
2015-04-16 13:24:10 +02:00
MateBartus
a089ff5eb0
[ticket/13654] Moving reporting into controller
...
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
2015-04-16 11:29:11 +02:00
Joas Schilling
197369e3f9
Merge branch '3.1.x'
2015-04-06 10:59:46 +02:00
Joas Schilling
9ab27fe129
Merge pull request #3284 from Elsensee/ticket/13469
...
[ticket/13469] Fall back to soft_delete if no permissions for delete
2015-04-06 10:59:33 +02:00
Oliver Schramm
bbd0a8985c
[ticket/13469] Extract test to new method
...
PHPBB3-13469
2015-04-02 16:36:09 +02:00