1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-21 08:00:46 +01:00

4023 Commits

Author SHA1 Message Date
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
rxu
ec565de6cb
[ticket/16549] Fix tests
PHPBB3-16549
2020-10-18 10:37:16 +07:00
rxu
615d5eaa77
[ticket/16549] Fix select auth method test
PHPBB3-16549
2020-10-18 10:36:43 +07:00
rxu
72c4c18364
[ticket/16549] Require stable versions as PHPUnit 9.3 has been released
PHPBB3-16549
2020-10-18 10:36:42 +07:00
rxu
4c4debf004
[ticket/16549] PHPUnit function declarations tiny cleanup
PHPBB3-16549
2020-10-18 10:36:42 +07:00
rxu
7323e4467b
[ticket/16549] rename lint_test.php
As of PHPUnit 9.1, test filename should match test class name.

PHPBB3-16549
2020-10-18 10:36:41 +07:00
rxu
c954249dfa
[ticket/16549] Avoid deprecated properties/methods in newer PHPUnit versions
PHPBB3-16549
2020-10-18 10:36:41 +07:00
rxu
f6a7fe168a
[ticket/16549] update dependencies for nightly tests
PHPBB3-16549
2020-10-18 10:36:41 +07:00
rxu
659e1e4a26
[ticket/16549] Fix wrong exception message function names
PHPBB3-16549
2020-10-18 10:36:40 +07:00
rxu
632bcdd2da
[ticket/16549] Remove exception expectation annotations
PHPBB3-16549
2020-10-18 10:36:40 +07:00
rxu
fb62d22013
[ticket/16549] Add void return type of template methods
PHPBB3-16549
2020-10-18 10:36:39 +07:00
rxu
58ea656fd8
[ticket/16549] Move from assert[Not]Contains to assertString[Not]ContainsString
PHPBB3-16549
2020-10-18 10:36:39 +07:00
Marc Alexander
0417599344
Merge pull request #6002 from rxu/ticket/16512
[ticket/16512] Fix make_clickable() to make use of custom link classes
2020-10-08 21:26:10 +02:00
rxu
4698d20fb4
[ticket/16604] Do not test avatar upload directory permissions on Windows
PHPBB3-16604
2020-09-22 18:59:04 +07:00
rxu
f4287e1f56
[ticket/16604] Add test
PHPBB3-16604
2020-09-22 01:27:28 +07:00
Marc Alexander
9c5f338d3c
Merge pull request #6037 from kasimi/ticket/16565
[ticket/16565] Lazy-load cron.task_collection
2020-09-19 11:12:41 +02:00
Marc Alexander
c141962dc8
Merge pull request #6018 from rxu/ticket/16544
[ticket/16544] Use forum_notify.txt for forum subscription email notifications
2020-09-10 12:43:40 +02:00
William Desportes
fedfc330ef
[ticket/16587] Fix phpdoc errors reported by Doctum
PHPBB3-16587
2020-09-07 12:11:31 +02:00
rxu
02f54ef219
[ticket/16544] Fix notifications tests
PHPBB3-16544
2020-09-02 22:11:51 +07:00
rxu
aa76f6b9f2
[ticket/16544] Use forum_notify.txt for forum subscription email notifications
PHPBB3-16544
2020-09-02 22:11:51 +07:00
Marc Alexander
0d3dd61ad4
Merge pull request #6007 from rxu/ticket/16526
[ticket/16526] Correctly handle ACP CSV settings
2020-08-30 14:47:20 +02:00
Marc Alexander
5d0f7229e3
Merge pull request #6019 from rxu/ticket/16488
[ticket/16488] Fix not displaying min input element attribute when 0
2020-08-28 21:14:12 +02:00
Marc Alexander
bd407fd866
[ticket/16488] Add test for min value 0 as min number
PHPBB3-16488
2020-08-27 20:41:38 +02:00
Marc Alexander
c1ce0153ea
Merge pull request #5981 from ansavin/ticket/16366
[ticket/16366] Make viewtopic lang vars available in feed pages
2020-08-23 16:49:36 +02:00
JoshyPHP
762d9fcf7b [ticket/16580] Updated email-related test
This ensures that re-activating email fields does not introduce any exploit

PHPBB3-16580
2020-08-20 14:35:38 +02:00
JoshyPHP
62333f0ca2 [ticket/16580] Updated regression tests
PHPBB3-16580
2020-08-20 14:35:38 +02:00
JoshyPHP
1ac142347e [ticket/16580] Update rendering tests to match actual Prosilver
PHPBB3-16580
2020-08-20 14:35:38 +02:00
rxu
0bc9d87891
[ticket/16538] Add identifiers quoting
If reserved word is used as identifier, it must be quoted.
If alias is used elsewhere in SQL statement, it must be quoted.

PHPBB3-16535
PHPBB3-16538
2020-08-14 04:51:11 +07:00
rxu
6cd54639b5
[ticket/16526] Adjust test to use better assertions
PHPBB3-16526
2020-08-14 04:30:20 +07:00
rxu
7ef87e3fbd
[ticket/16512] Adjust test to use better assertions
PHPBB3-16512
2020-08-14 04:24:57 +07:00
rxu
68122fca27
[ticket/16512] Add user_ipwhois() test which internally uses make_clickable()
PHPBB3-16512
2020-08-14 04:24:55 +07:00
rxu
da4b446ac6
[ticket/16512] Fix make_clickable() to make use of custom link classes
PHPBB3-16512
2020-08-14 04:24:49 +07:00
Marc Alexander
7d18ecd1bf
Merge pull request #6012 from rxu/ticket/16533
[ticket/16533] Add autologin keys management UCP module events
2020-08-13 21:15:59 +02:00
ansavin
b3199265a2
[ticket/16366] Make viewtopic lang vars available in feed pages
We call add_lang('viewtopic') in feed controller and configure_user(...)
in generate_content() in order to make viewtopic language constants
avaliable for message parser when it is called from feed controller

PHPBB3-16366
2020-08-13 16:46:23 +02:00
Marc Alexander
1c724d0860
Merge pull request #6009 from iMattPro/ticket/16527
[ticket/16527] Add a role_exists method to permissions migrator tool
2020-08-12 21:46:50 +02:00
kasimi
0daf6ccbcb
[ticket/16565] Fixed cron.manager tests
PHPBB3-16565
2020-08-12 12:51:59 +02:00
Marc Alexander
f729887320
Merge pull request #5969 from mrgoldy/ticket/16472
[ticket/16472] [3.3.x] Remove UI tests
2020-08-10 17:27:27 +02:00
Marc Alexander
3be435561a
Merge branch 'prep-release-3.2.10' into prep-release-3.3.1 2020-07-25 11:18:09 +02:00
Marc Alexander
a378e0eb0c
Merge pull request #61 from phpbb/ticket/security-259
[ticket/security-259] Stop checking image size of images in img BBCode
2020-07-25 11:16:07 +02:00