Tristan Darricau
de2c70127f
Merge pull request #4265 from Senky/ticket/10809
...
[ticket/10809] Remove MSSQL support
* Senky/ticket/10809:
[ticket/10809] Reflect MSSQL removal in docs files
[ticket/10809] Remove MSSQL support
2016-09-25 17:19:13 +02:00
Tristan Darricau
fdd4f68aea
Merge pull request #4455 from marc1706/ticket/14484-rhea
...
[ticket/14484] Add possibility to use extensions in UI tests
* marc1706/ticket/14484-rhea:
[ticket/14484] Remove duplicate methods and no longer needed calls
[ticket/14484] Remove invalid code caused by merge conflict
[ticket/14484] Properly enable extensions in UI tests
[ticket/14484] Move facebook/webdriver back to tests dir composer.json
[ticket/14484] Move facebook webdriver to main composer.json
2016-09-24 10:31:27 +02:00
Marc Alexander
65ef56ed71
[ticket/14791] Get form tokens from correct button in search test base
...
PHPBB3-14791
2016-09-21 21:36:03 +02:00
Marc Alexander
2b22adbcac
[ticket/14484] Remove duplicate methods and no longer needed calls
...
PHPBB3-14484
2016-09-21 21:09:55 +02:00
Marc Alexander
6242698a84
[ticket/14484] Remove invalid code caused by merge conflict
...
PHPBB3-14484
2016-09-18 21:52:11 +02:00
Marc Alexander
229472cb07
Merge branch 'ticket/14484' into ticket/14484-rhea
2016-09-18 21:46:32 +02:00
Tristan Darricau
19bbbfe0f3
Merge branch '3.1.x' into 3.2.x
...
* 3.1.x:
[ticket/14789] Add form tokens to tests and uncomment add_form_key
[ticket/14789] Add link hashes and form tokens to all acp links/buttons
2016-09-18 21:14:47 +02:00
Marc Alexander
72f6241aa2
[ticket/14789] Add form tokens to tests and uncomment add_form_key
...
PHPBB3-14789
2016-09-18 15:30:25 +02:00
Tristan Darricau
1a187e0607
Merge pull request #4440 from danchr/ticket/14774
...
[ticket/14774] Support partial downloads of attachments
* danchr/ticket/14774:
[ticket/14774] Support partial downloads of attachments
2016-09-11 13:59:06 +02:00
Dan Villiom Podlaski Christiansen
d2750b650f
[ticket/14774] Support partial downloads of attachments
...
phpBB already had limited support for partial downloads, but only for
resuming downloads, disregarding any range ending before EOF.
WebKit on iOS and OS X uses partial downloads when fetching media
files. Previously, only MP3 attachments could play directly in the
browser, reported as a live stream, but with this change, all
supported media formats should render as expected.
Tested using cURL by verifying that partial downloads give exactly the
same results compared to Apache.
PHPBB3-14774
2016-09-07 03:58:33 +02:00
Marc Alexander
dff950162c
Merge branch '3.1.x' into 3.2.x
...
Conflicts:
phpBB/phpbb/db/migration/tool/module.php
2016-08-31 21:41:17 +02:00
Marc Alexander
f008708d5c
Merge pull request #4377 from rxu/ticket/14703
...
[ticket/14703] Fix parent module selection for custom extension modules
2016-08-31 21:39:09 +02:00
rxu
557f85e7fc
[ticket/14703] Improve exception testing
...
PHPBB3-14703
2016-08-28 21:51:52 +07:00
Marc Alexander
c044a41d07
Merge pull request #4404 from JoshyPHP/ticket/14740
...
[ticket/14740] Added support for quoted attributes in BBCode definitions
2016-08-16 20:49:31 +02:00
Oliver Schramm
210310b584
Merge branch 'ticket/14742' into ticket/14742-32x
2016-08-11 18:30:35 +02:00
Oliver Schramm
c12d67cd90
[ticket/14742] Add test for (not) reverting if
...
PHPBB3-14742
2016-08-11 18:11:39 +02:00
Oliver Schramm
4938887e5d
Merge branch 'ticket/14742' into ticket/14742-32x
2016-08-11 01:20:59 +02:00
Oliver Schramm
2ee8bd0c4a
[ticket/14742] Add test for reverse_update_data()
...
PHPBB3-14742
2016-08-11 01:12:43 +02:00
JoshyPHP
260a0a29ad
[ticket/14740] Added support for quoted attributes in BBCode definitions
...
PHPBB3-14740
2016-08-10 03:19:38 +02:00
JoshyPHP
9225a0fdff
[ticket/14734] Use SVG emoji
...
PHPBB3-14734
2016-08-05 16:27:13 +02:00
Jakub Senko
c64b8102b7
[ticket/10809] Remove MSSQL support
...
PHPBB3-10809
2016-08-02 12:06:06 +02:00
Marc Alexander
d51c67440e
[ticket/14484] Properly enable extensions in UI tests
...
PHPBB3-14484
2016-07-31 20:08:58 +02:00
Marc Alexander
ef132e1531
[ticket/14484] Move facebook/webdriver back to tests dir composer.json
...
This will make sure we don't try to install it to incompatible PHP 5.3.3.
PHPBB3-14484
2016-07-31 11:23:59 +02:00
Marc Alexander
29d2c66922
[ticket/14484] Move facebook webdriver to main composer.json
...
Also updated ui test case file to have same feature set as
the 3.2.x version.
PHPBB3-14484
2016-07-27 19:41:42 +02:00
rxu
8cf2790d55
[ticket/14703] Add test for the case multiple parent module_langname found
...
PHPBB3-14703
2016-07-24 02:31:44 +07:00
Marc Alexander
89461d982c
[ticket/14717] Quote strings beginning with @ or % in yaml definitions
...
This type of use was deprecated in symfony 2.8 and will be dropped in 3.x.
Also see: https://github.com/symfony/symfony/pull/16285
PHPBB3-14717
2016-07-23 16:23:42 +02:00
JoshyPHP
13a756bfb7
[ticket/14700] Prevent an exception on duplicate smilies in text_formatter
...
PHPBB3-14700
2016-07-21 03:40:01 +02:00
JoshyPHP
e9e6847803
[ticket/14663] Added regression test for Unicode in custom BBCodes
...
PHPBB3-14663
2016-07-18 19:06:29 +02:00
JoshyPHP
24da2db987
[ticket/14706] Updated [list] BBCode to automatically create a list item
...
Fixes issues with missing list items. Produces valid HTML.
PHPBB3-14706
2016-07-08 07:49:10 +02:00
lavigor
27f16a195e
[ticket/14696] Be perfect
...
PHPBB3-14696
2016-06-26 16:05:08 +03:00
lavigor
471a773bcf
[ticket/14696] Fix email template test for '0' username
...
PHPBB3-14696
2016-06-26 14:29:45 +03:00
rxu
6a48cad4a2
[ticket/14660] Add test case.
...
PHPBB3-14660
2016-06-19 23:09:36 +07:00
Máté Bartus
4c257d47a6
Merge pull request #4236 from Nicofuma/ticket/13616
...
[ticket/13616] Uses symfony/proxy-manager-bridge to lazy load twig lexer
2016-04-13 10:11:24 +02:00
Marc Alexander
901f36e982
Merge pull request #4258 from Nicofuma/ticket/13683-3.2.x
...
[ticket/13683] Respects force_server_vars settings when generating URLs
2016-04-07 21:59:36 +02:00
Tristan Darricau
f929db6190
Merge pull request #4248 from VSEphpbb/ticket/14561
...
[ticket/14561] Add more user commands
* VSEphpbb/ticket/14561:
[ticket/14561] Remove requires for functions in tests
[ticket/14561] Small change to progress bar output
[ticket/14561] Fix function docblock in activate command
[ticket/14561] Add a progress bar to reclean command
[ticket/14561] Use the user loader where appropriate
[ticket/14561] Add extra help explaining reclean command
[ticket/14561] Import classes with use statements
[ticket/14561] Remove unused use statements
[ticket/14561] Refactor tests
[ticket/14561] Reclean usernames command
[ticket/14561] User activate command
[ticket/14561] User delete command
2016-04-03 16:32:25 +02:00
Tristan Darricau
5754cbfec4
[ticket/13616] Fix CS + constant in the core extension
...
PHPBB3-13616
2016-04-03 16:23:16 +02:00
Tristan Darricau
6d2acb5ba3
[ticket/13616] Fix UI tests
...
PHPBB3-13616
2016-04-03 16:23:16 +02:00
Tristan Darricau
bffd963c50
[ticket/13616] Cleanup globals after installing the board in func tests
...
PHPBB3-13616
2016-04-03 16:23:16 +02:00
Tristan Darricau
663e3bc642
[ticket/13616] Updates direct call to twig environment constructor
...
PHPBB3-13616
2016-04-03 16:23:16 +02:00
Tristan Darricau
e8762ce3cb
Merge pull request #4266 from marc1706/ticket/13502
...
[ticket/13502] Handle callable functions/objects in controller resolver
* marc1706/ticket/13502:
[ticket/13502] Also cover passing object to resolver in tests
[ticket/13502] Test getArguments() method of controller resolver
[ticket/13502] Fix coding style
[ticket/13502] Controller resolver should handle callable functions and objects
2016-04-03 16:04:59 +02:00
JoshyPHP
753d6dfcae
[ticket/14260] Added regression test
...
PHPBB3-14260
2016-04-03 10:45:01 +02:00
Marc Alexander
01d5667388
[ticket/13502] Also cover passing object to resolver in tests
...
PHPBB3-13502
2016-04-01 21:35:11 +02:00
Marc Alexander
91045879df
[ticket/13502] Test getArguments() method of controller resolver
...
PHPBB3-13502
2016-04-01 21:35:11 +02:00
Matt Friedman
1641fd18c1
[ticket/14561] Remove requires for functions in tests
...
PHPBB3-14561
2016-03-31 15:14:41 -07:00
Matt Friedman
afb69d7cd2
[ticket/14561] Add a progress bar to reclean command
...
PHPBB3-14561
2016-03-31 15:07:59 -07:00
Matt Friedman
4b789c0418
[ticket/14561] Use the user loader where appropriate
...
PHPBB3-14561
2016-03-31 15:07:59 -07:00
Matt Friedman
6291bfaca9
[ticket/14561] Refactor tests
...
PHPBB3-14561
2016-03-31 15:07:59 -07:00
Matt Friedman
16f9b4630c
[ticket/14561] Reclean usernames command
...
PHPBB3-14561
2016-03-31 15:07:43 -07:00
Matt Friedman
91f1116e04
[ticket/14561] User activate command
...
PHPBB3-14561
2016-03-31 15:07:43 -07:00
Matt Friedman
8a9429efa4
[ticket/14561] User delete command
...
PHPBB3-14561
2016-03-31 15:07:43 -07:00