Marc Alexander
68c197fd60
Merge pull request #5652 from marc1706/ticket/11327
...
[ticket/11327] Implement forgot password functionality via form
2019-10-03 21:01:36 +02:00
Jakub Senko
975fe1e153
[ticket/15257] Provide extension not enableable messages
...
PHPBB3-15257
2019-09-30 20:25:44 +02:00
Marc Alexander
a7c02304a5
Merge branch '3.2.x' into 3.3.x
2019-09-20 22:23:06 +02:00
Marc Alexander
59f489c01f
[ticket/security/244] Add missing form parameters to tests
...
SECURITY-244
2019-08-24 22:23:38 +02:00
Marc Alexander
9e772d1421
[ticket/11327] Adjust tests for new reset password changes
...
PHPBB3-11327
2019-08-10 22:21:14 +02:00
Marc Alexander
fa5a0d5e21
[ticket/11327] Update tests to reflect changes
...
PHPBB3-11327
2019-08-10 21:18:55 +02:00
Marc Alexander
ebac54aa9e
[ticket/14948] Adjust calls for twig and phpunit updates
...
PHPBB3-14948
2019-05-09 21:40:06 +02:00
rxu
ab0dae6003
[ticket/15725] Fix installing ext in tests for master branch
...
PHPBB3-15725
2019-05-09 18:46:50 +02:00
Jakub Senko
3e6fd7e8fd
[ticket/15664] Ajaxify ext actions in ACP
...
PHPBB3-15664
2019-05-09 18:20:41 +02:00
Rubén Calvo
3e5247187c
[ticket/15377] Add test
...
PHPBB3-15377
2019-05-08 22:14:07 +02:00
rxu
42b7782927
[ticket/14972] Migrate from deprecated getMock() method to createMock()
...
PHPBB3-14972
2019-05-08 21:57:00 +02:00
Máté Bartus
7a173877b7
[ticket/14542] Move cron to controller
...
PHPBB3-14542
2019-05-06 21:45:15 +02:00
Marc Alexander
0dfbb60bc3
Merge pull request #42 from phpbb/ticket/security/227
...
[ticket/security/227] Replace ImageMagick support with thumbnail event
2018-11-10 17:04:00 +01:00
Jakub Senko
1d2a654ad7
[ticket/10432] Fix errors and address privacy concern
...
PHPBB3-10432
2018-10-28 10:12:13 +01:00
Derky
d753351edc
[ticket/security/227] Replace ImageMagick support with thumbnail event
...
SECURITY-227
2018-10-23 23:57:24 +02:00
Jakub Senko
101d3b7633
[ticket/10432] Don't require username when user forgets password
...
PHPBB3-10432
2018-10-18 18:51:16 +02:00
Jakub Senko
4ebd582947
[ticket/11500] Remove unnamed input
...
PHPBB3-11500
2018-07-26 17:17:27 +02:00
Derky
182a96f273
Merge pull request #4680 from marc1706/ticket/15055
...
[ticket/15055] Add appveyor file to allow running tests on appveyor as well
2018-01-05 22:44:34 +01:00
Marc Alexander
ede339c1c8
[ticket/15055] Extend build matrix and trim text in extension_acp_test
...
PHPBB3-15055
2018-01-01 18:56:13 +01:00
rxu
f8fbe37936
[ticket/14972] replace all occurrences of sizeof() with the count()
...
PHPBB3-14972
2018-01-01 13:56:04 +01:00
rxu
6e6195c303
[ticket/14972] Avoid using self as constant in tests
...
PHPBB3-14972
2018-01-01 13:56:03 +01:00
Rubén Calvo
a0ba57dc4f
[ticket/15171] Fix test
...
PHPBB3-15171
2017-10-31 14:30:45 +01:00
Tristan Darricau
c61e43cc91
Merge branch '3.1.x' into 3.2.x
...
* 3.1.x:
[ticket/7336] Index first post when splitting topics
[ticket/7336] Add tests for indexing first post after splitting topics
2017-04-19 23:01:35 +02:00
hanakin
8b6d043ca6
[ticket/15037] try larger size limit
...
PHPBB3-15037
2017-01-23 23:08:52 -05:00
hanakin
6f7b92ae10
[ticket/15307] fix for good!
...
PHPBB3-15037
2017-01-23 22:41:08 -05:00
hanakin
3e73413982
[ticket/15037]a attempt to fix stupid test issue
...
PHPBB3-15037
2017-01-23 21:59:00 -05:00
Marc Alexander
bad8f0b9bc
[ticket/7336] Add tests for indexing first post after splitting topics
...
PHPBB3-7336
2017-01-16 22:29:04 +01:00
Tristan Darricau
4fd6b0fd88
Merge pull request #4632 from VSEphpbb/ticket/14989
...
[ticket/14989] Allow more admin-configurable schemes in post links
* VSEphpbb/ticket/14989:
[ticket/14989] Allow more admin-configurable schemes in post links
2017-01-15 12:36:26 +01:00
JoshyPHP
499fcbcca9
[ticket/14985] Added functional tests for BBCodes and smilies
...
PHPBB3-14985
2017-01-12 09:30:58 +01:00
Matt Friedman
a3accfaf46
[ticket/14989] Allow more admin-configurable schemes in post links
...
PHPBB3-14989
2017-01-11 01:55:39 -08:00
Marc Alexander
538f03efb0
[ticket/14962] Fix functional test for editing post
...
PHPBB3-14962
2017-01-06 23:46:34 +01:00
Tristan Darricau
f82299b8e4
[ticket/14962] Introduces a new helper to check emptyness of bbcode texts
...
PHPBB3-14962
2017-01-06 21:40:31 +01:00
Tristan Darricau
0cf85c047e
Merge branch '3.1.x' into 3.2.x
...
* 3.1.x:
[ticket/14855] Update notification and PM alert bubbles
[ticket/14855] Update notification and PM alert bubbles
[ticket/14855] Update notification and PM alert bubbles
2016-12-11 20:16:25 +01:00
javiexin
daae2147c8
[ticket/14855] Update notification and PM alert bubbles
...
Alternative implementation without removing notification from
the DOM, but changing the class. So that style designers
might have more options (show/not show).
Fix tests better.
PHPBB3-14855
2016-12-10 18:09:31 +01:00
javiexin
41b3450f2f
[ticket/14855] Update notification and PM alert bubbles
...
Alternative implementation without removing notification from
the DOM, but changing the class. So that style designers
might have more options (show/not show).
Fix tests.
PHPBB3-14855
2016-12-10 11:41:11 +01:00
Marc Alexander
9c7e8c2dc5
Merge branch '3.1.x' into 3.2.x
2016-11-12 19:41:10 +01:00
Marc Alexander
372324cead
Merge pull request #4504 from VSEphpbb/ticket/14855
...
[ticket/14855] Update notification and PM alert bubbles
2016-11-12 19:30:34 +01:00
Tristan Darricau
cd348b200a
Merge branch '3.1.x' into 3.2.x
...
* 3.1.x:
[ticket/11483] Add tests for generating user act key on force reactivate
[ticket/11483] Generate user act key if database entry is empty
2016-11-06 15:41:59 +01:00
Tristan Darricau
dc32b900c5
Merge pull request #4486 from marc1706/ticket/11483
...
[ticket/11483] Generate user act key if database entry is empty
* github.com:phpbb/phpbb:
[ticket/11483] Add tests for generating user act key on force reactivate
[ticket/11483] Generate user act key if database entry is empty
2016-11-06 15:41:46 +01:00
Marc Alexander
ac36cc25eb
[ticket/11483] Add tests for generating user act key on force reactivate
...
PHPBB3-11483
2016-11-06 11:58:31 +01:00
Matt Friedman
af2bf4ef36
[ticket/14855] Update notification functional test
...
PHPBB3-14855
2016-11-05 19:41:08 -07:00
Marc Alexander
f658e062b2
Merge branch '3.1.x' into 3.2.x
2016-10-28 21:06:21 +02:00
rxu
cefbd39b82
[ticket/14830] Fix tests
...
PHPBB3-14830
2016-10-24 01:54:40 +07:00
rxu
8afa9fdf28
[ticket/14830] Fix FORM_INVALID error during AСP search index deletion
...
PHPBB3-14830
2016-10-21 01:23:45 +07:00
rxu
244ff0f969
[ticket/14830] Fix ACP search control functional tests
...
PHPBB3-14830
2016-10-21 01:23:45 +07:00
Tristan Darricau
7bb4e88acd
Merge branch '3.1.x' into 3.2.x
...
* 3.1.x:
[ticket/14802] Add test for empty/blank lines in poll options
[ticket/14802] Empty/blank lines should not be additional poll options
2016-10-03 20:20:54 +02:00
Daniel Sinn
bf8ee698f9
[ticket/14802] Add test for empty/blank lines in poll options
...
PHPBB3-14802
2016-10-03 12:24:02 -04: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
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