rxu
88a11c1377
[ticket/16908] Fix PHP warning on non-existent post id requests
...
PHPBB3-16908
2021-11-13 18:16:39 +07:00
Tristan Darricau
b28b94b1f1
[ticket/16891] Do not change an extension status in the middle of a request
...
When enabling an extension, it should be considered as not being enabled for
the entire request as if the "enabled" flag is switch during the request, the
extension will stay not loaded (same when disabling an extension).
Example when it can be an issue today : if the router is called for the first
time after enabling the extension and if the extension uses a custom route
loader (like phpbb/pages) then the router will fail because the custom route
will be found but the custom loader will not be loaded and available.
PHPBB3-16891
2021-10-30 04:25:31 +02:00
Marc Alexander
62a8741494
Merge pull request #6303 from marc1706/ticket/13508
...
[ticket/13508] Add tests for INCLUDEJS & INCLUDECSS with twig syntax
2021-10-17 19:51:31 +02:00
Marc Alexander
4d966d1762
[ticket/13508] Rename test files to fit in with current naming
...
PHPBB3-13508
2021-10-17 13:21:35 +02:00
Marc Alexander
056fb494b1
[ticket/13508] Switch back to current include format
...
PHPBB3-13508
2021-10-17 13:20:22 +02:00
rxu
d4cb357b26
[ticket/16889] Run functional tests separately
...
PHPBB3-16889
2021-10-17 11:22:38 +02:00
Marc Alexander
97034e0776
[ticket/13508] Add tests for include_js() and include_css() twig tokens
...
PHPBB3-13508
2021-10-07 21:20:09 +02:00
Marc Alexander
02e5a7afc4
[ticket/13508] Add include_css() and fix include_js() code linting issues
...
PHPBB3-13508
2021-10-07 21:19:35 +02:00
Marc Alexander
b82d90eb39
[ticket/security/254] Add tests for validation
...
SECURITY-254
2021-09-13 10:38:35 +02:00
Máté Bartus
86af3a2ba4
Merge pull request #6275 from marc1706/ticket/16856
...
[ticket/16856] Add lang_js twig function as replacement for LA_
2021-09-02 10:48:22 +02:00
paul sohier
61c59bdc91
[ticket/16865] Update IRC + discord links in composer and documentation
...
Update the links from Freenode to Libera.chat,
add discord as option to chat in composer.json,
and remove references to wiki.phpbb.com
(And replace it with links to the development documentation)
PHPBB3-16865
2021-08-31 16:03:41 +02:00
Marc Alexander
ad23388043
[ticket/16856] Add tests for lang_js() function
...
PHPBB3-16856
2021-08-24 19:05:13 +02:00
Marc Alexander
acbcb18226
Merge pull request #5760 from v12mike/ticket/16138
...
Ticket/16138 Eliminate redundant parameters from board URLs
2021-08-23 20:11:35 +02:00
Marc Alexander
84b414a4f0
[ticket/16138] Remove redundant specifiers from functional test URLs
...
PHPBB3-16138
2021-08-04 22:11:02 +02:00
rxu
e1fc0a9059
[ticket/16823] Make datetime class correctly handle edge cases
...
PHPBB3-16823
2021-07-20 20:35:04 +07:00
Marc Alexander
4446888eb2
Merge pull request #6238 from marc1706/ticket/16809
...
[ticket/16809] Reset display options at the end of preferences test
2021-07-08 21:09:36 +02:00
Marc Alexander
096dad1767
[ticket/16809] Reset display options at the end of preferences test
...
PHPBB3-16809
2021-07-03 22:25:43 +02:00
rxu
7b5ad8bb74
[ticket/16799] Fix OAuth external account linking PHP fatal error
...
PHPBB3-16799
2021-06-15 00:08:45 +07:00
Marc Alexander
6a0b1333da
[ticket/16138] Resolve misc coding style issues
...
PHPBB3-16138
2021-05-19 22:11:01 +02:00
Marc Alexander
d05abc0807
[ticket/16138] Fix typo in visibility_reapprove_test
...
PHPBB3-16138
2021-05-19 22:05:08 +02:00
v12mike
adacf21edb
[ticket/16138] Eliminate redundant parameters from board URLs
...
Rebase to 3.3.x
PHPBB3-16138
2021-05-19 22:05:06 +02:00
Marc Alexander
ecc79ea2ec
Merge branch 'prep-release-3.3.4' into 3.3.x
2021-05-01 21:51:16 +02:00
Marc Alexander
70337e99fa
[ticket/16752] Add deprecation notices and fix tests
...
PHPBB3-16752
2021-04-08 21:18:35 +02:00
Marc Alexander
c99bfe116f
[ticket/16740] Improve open queries handling & do not close freed connection
...
PHPBB3-16740
2021-03-28 09:52:55 +02:00
Marc Alexander
b978fd9dc6
Merge pull request #6141 from 3D-I/ticket/16705
...
[ticket/16705] Fix check_disk_space function - PHP 8
2021-03-05 20:52:38 +01:00
Marc Alexander
7a310cc7d9
[ticket/15392] Replace remaining dirname(__FILE__) with __DIR__
...
PHPBB3-15392
2021-03-04 16:56:07 +01:00
DinHere
8c9d26db1f
[ticket/15392] Changed dirname(__FILE__) to __DIR__
...
Changed dirname(__FILE__) to __DIR__ everywhere
PHPBB3-15392
2021-03-03 22:24:10 +01:00
Marc Alexander
e4fc9bb0b1
[ticket/16705] Correctly assign phpBB root path in tests
...
PHPBB3-16705
2021-03-02 19:55:02 +01:00
rxu
2fd4dbb685
[ticket/16690] Fix htmlspecialchars and htmlspecialchars_decode default flag
...
PHPBB3-16690
2021-01-20 00:21:24 +07:00
Marc Alexander
5e52ada169
Merge pull request #6086 from rxu/ticket/16648
...
[ticket/16648] Fix possible Access to undeclared static property error in tests
2021-01-03 17:48:25 +01:00
JoshyPHP
be4afc49ff
[ticket/16645] Simplified text_reparser.poll_option
...
PHPBB3-16645
2021-01-01 22:21:00 +01:00
Marc Alexander
3f97a557a6
Merge pull request #6083 from rxu/ticket/16582
...
[ticket/16582] Fix SQL error on registration with Numbers CPF with no default value set
2020-12-22 21:35:10 +01:00
Marc Alexander
202a453282
Merge pull request #6095 from marc1706/ticket/16659
...
[ticket/16659] Use Github Actions for continuous integration
2020-12-20 21:29:32 +01:00
Marc Alexander
4f282db6e2
[ticket/16659] Resolve issues with fulltext search in mariadb
...
PHPBB3-16659
2020-12-19 21:28:52 +01:00
rxu
ee3a3ef5fa
[ticket/16648] Fix possible Access to undeclared static property error in tests
...
PHPBB3-16648
2020-12-05 15:19:45 +07:00
rxu
022b58f986
[ticket/16582] Fix SQL error on registration with Numbers CPF with no default
...
PHPBB3-16582
2020-11-28 19:01:25 +07:00
rxu
01cb8b3a9b
[ticket/16178] Fix test
...
PHPBB3-16178
2020-11-22 13:43:55 +07:00
Joshua Angnoe
c6fe6d49bc
[ticket/16178] Make container_builder use same cache directory as Container
...
Both should be using the same core.cache_dir directory.
PHPBB3-16178
2020-11-22 12:03:05 +07:00
Marc Alexander
5197883379
Merge pull request #6070 from 3D-I/ticket/16629
...
[ticket/16629] Fix ACP get_database_size() for MySql 8
2020-11-19 17:25:19 +01:00
Marc Alexander
fb525f7cdc
Merge pull request #6022 from rxu/ticket/16549
...
[3.3.x][ticket/16549] Use PHPUnit 9.3+ for PHP 8.0+ tests
2020-11-15 20:48:54 +01:00
rxu
f1c178b544
[ticket/16549] Rewrite at() calls
...
See https://github.com/sebastianbergmann/phpunit/issues/4297
PHPBB3-16549
2020-11-15 18:56:22 +07:00
rxu
eb754e3a84
[ticket/16549] Fix database testcase transactions handling, fix indentations
...
PHPBB3-16549
2020-11-15 00:27:58 +07:00
3D-I
3521d2e9fa
[ticket/16629] Fix ACP get_database_size() for MySql 8
...
Add functional test (thanks rxu)
PHPBB3-16629
2020-11-12 08:18:05 +01:00
JoshyPHP
8a8893fbd3
[ticket/16630] Restore clean_formatting()'s behaviour
...
PHPBB3-16630
2020-11-06 23:07:30 +01:00
Marc Alexander
2f14cc832c
Merge branch '3.2.x' into 3.3.x
2020-11-04 22:05:11 +01:00
Marc Alexander
76c18255b6
Merge pull request #6014 from rxu/ticket/16538
...
[ticket/16538] Add MySQL 8 tests
2020-10-25 16:21:01 +01:00
Marc Alexander
3957161124
[ticket/security-264] Ensure HTML entity state after removing formatting
...
SECURITY-264
2020-10-23 20:38:51 +02:00
rxu
fe38280a1a
[ticket/16549] Fix tests
...
1. If $service array is empty, $service[0] call will throw fatal error in PHP 8.
2. Division by zero was promoted to fatal error
and throws DivisionByZeroError exception in PHP 8+
3. Adjust make_clickable() logic to avoid 'Undefined array key 3' error.
PHPBB3-16549
2020-10-18 14:59:11 +07:00
rxu
fff200b1d8
[ticket/16549] Rename class phpbb_lint_test rather than the test file
...
PHPBB3-16549
2020-10-18 11:26:44 +07:00
rxu
cc753db132
[ticket/16549] Fix new tests
...
PHPBB3-16549
2020-10-18 10:37:17 +07:00