Marc Alexander
a414a44e36
Merge pull request #6516 from marc1706/ticket/17137
...
[ticket/17137] Allow deleting user files only when post/pm can be changed
2023-08-06 20:32:12 +02:00
Marc Alexander
dd790b41eb
Merge pull request #6481 from marc1706/ticket/17129
...
[ticket/17129] Update youtube profile field to support latest URLs
2023-08-06 14:01:27 +02:00
Marc Alexander
e3547aeb82
[ticket/17137] Allow deleting user files only when post/pm can be changed
...
PHPBB3-17137
2023-07-28 20:43:32 +02:00
Marc Alexander
acaec9f95f
[ticket/17129] Update regex and tests for changed input data to youtube cpf
...
PHPBB3-17129
2023-06-20 10:32:48 +02:00
rxu
60d267893c
[ticket/17107] Fix viewonline functional test
...
PHPBB3-17107
2023-05-24 19:35:37 +07:00
rxu
f5c5d7d1e6
[ticket/17107] Fix viewonline page locations for posting modes
...
PHPBB3-17107
2023-05-23 19:09:13 +07:00
rxu
defb807dbc
[ticket/17115] Fix PHP warning for space+hyphen ending search query
...
PHPBB3-17115
2023-03-16 20:57:43 +07:00
Dark❶
a45f8f0796
[ticket/16913] Add Search Index Progress Bar with Stats
...
- Update SQL for count of posts
- Update search index test
- Removed "Pop-up Progress Bar".
- For first run display the "Success Message".
- Display the Info from "Pop-up Progress Bar" to "Success Message".
- Only display "Redirect" & "Rate" of post refreshed "Success Message".
- Minor Language Fix.
- Use `ORDER BY post_id ASC` for progress stats.
- Removed HTML from Lang String.
- Moved HTML to PHP file.
- Increased the size of Progress-Bar by 2x.
PHPBB3-16913
2022-11-17 02:20:46 +05:30
SagePtr
b86d15a766
[ticket/17056] Fix PHP 8.2 deprecation warning about ${var} syntax
...
The "${var}" style of string interpolation is deprecated in PHP 8.2,
using "{$var}" syntax instead.
PHPBB3-17056
2022-11-02 00:30:46 +02:00
rxu
6cc0fe5f95
[ticket/16976] Fix search results count for in-topic/in-forum search
...
PHPBB3-16976
2022-03-27 12:59:03 +07:00
rxu
0dd053eeba
[ticket/16976] Fix search results count
...
PHPBB3-16976
2022-03-25 00:01:23 +07:00
Marc Alexander
97356d9879
[ticket/13821] Remove HTML from PHP files and deduplicate lang variable
...
PHPBB3-13821
2022-01-22 23:50:33 +01:00
rxu
5e43f6195c
[ticket/16902] Make flood interval control in tests consistent
...
Also remove crawler dumping tool
PHPBB3-16902
2022-01-15 10:37:45 +07:00
rxu
6846eeaa48
[ticket/16902] Add search index created assertion to test
...
PHPBB3-16902
2022-01-15 10:19:12 +07:00
rxu
b602b57b02
[ticket/16902] Add search index deleted assertion to test
...
PHPBB3-16902
2022-01-15 10:19:11 +07:00
rxu
015c9313a7
[ticket/16902] Extend test
...
PHPBB3-16902
2022-01-15 10:18:16 +07:00
rxu
e7c81cd1a6
[ticket/16902] Improve test, use DISTINCT for precise results count
...
PHPBB3-16902
2022-01-15 10:16:54 +07:00
rxu
4a78202f96
[ticket/16933] Fix test
...
PHPBB3-16933
2021-12-11 19:46:47 +07:00
rxu
d6a591cde3
[ticket/16933] Consistent handling of hyphen by phpBB Native search backend
...
PHPBB3-16933
2021-12-11 19:03:29 +07:00
Marc Alexander
39905eaf4b
Merge pull request #6324 from rxu/ticket/16908
...
[ticket/16908] Fix PHP warning on non-existent post id requests
2021-11-30 21:54:09 +01:00
Marc Alexander
534cef94c9
Merge pull request #6323 from rxu/ticket/16904
...
[ticket/16904] Fix regression in MCP for topics selection
2021-11-30 21:11:39 +01:00
Máté Bartus
6e34e3c24e
Merge pull request #6326 from rxu/ticket/16910
...
[ticket/16910] Fix PHP warnings on uploading orphaned files to posts
2021-11-21 21:45:33 +01:00
rxu
fecf3306f3
[ticket/16910] Add test
...
PHPBB3-16910
2021-11-14 21:02:40 +07:00
rxu
89ca3f087e
[ticket/16909] Fix Postgres configuration on Windows, fix auth tests
...
PHPBB3-16909
2021-11-14 10:02:53 +07:00
rxu
88a11c1377
[ticket/16908] Fix PHP warning on non-existent post id requests
...
PHPBB3-16908
2021-11-13 18:16:39 +07:00
rxu
4d00c4c8af
[ticket/16904] Adjust tests
...
PHPBB3-16904
2021-11-07 19:38:49 +07:00
rxu
1e6c5cd381
[ticket/16904] Refactor MCP tests
...
PHPBB3-16904
2021-11-05 22:32:14 +07:00
rxu
0fbc5a3d83
[ticket/16904] Refactor MCP tests
...
PHPBB3-16904
2021-11-05 01:03:59 +07:00
rxu
d4cb357b26
[ticket/16889] Run functional tests separately
...
PHPBB3-16889
2021-10-17 11:22:38 +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
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
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
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
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
4f282db6e2
[ticket/16659] Resolve issues with fulltext search in mariadb
...
PHPBB3-16659
2020-12-19 21:28:52 +01: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
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
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
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
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
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
c954249dfa
[ticket/16549] Avoid deprecated properties/methods in newer PHPUnit versions
...
PHPBB3-16549
2020-10-18 10:36:41 +07:00
rxu
632bcdd2da
[ticket/16549] Remove exception expectation annotations
...
PHPBB3-16549
2020-10-18 10:36:40 +07:00