rxu
c6640a8b1e
[ticket/16904] Refactor MCP tests
...
PHPBB3-16904
2021-11-24 07:09:32 +07:00
rxu
da43c99fd6
[ticket/16904] Refactor MCP tests
...
PHPBB3-16904
2021-11-24 07:09:31 +07:00
rxu
3f65672d31
[ticket/16904] Fix regression in MCP for topics selection
...
Regression introduced in #5760
PHPBB3-16904
2021-11-24 07:07:47 +07:00
rxu
a0ced790e2
[ticket/16912] Add test
...
PHPBB3-16912
2021-11-23 22:29:49 +07:00
rxu
0537365cac
[ticket/16912] Rewrite email headers encoding method
...
Based on symfony/polyfill-iconv implementations.
PHPBB3-16912
2021-11-23 15:17:11 +07:00
rubencm
2f41ce219c
[ticket/16790] Remove unused code
...
PHPBB3-16790
2021-11-22 18:52:01 +01:00
Ruben Calvo
0efc0bc085
[ticket/16906] Update vagrant ip
...
PHPBB3-16906
2021-11-22 15:28:35 +01:00
Marc Alexander
76922413bf
Merge pull request #6330 from rxu/ticket/16910-master
...
[ticket/16910] Fix ACP orphan attachments module tests
2021-11-22 14:51:32 +01:00
rxu
3f47b490b9
[ticket/16910] Fix ACP orphan attachments module tests
...
PHPBB3-16910
2021-11-22 20:08:30 +07:00
Máté Bartus
0766facdb2
Merge branch '3.3.x'
2021-11-21 21:49:07 +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
39db7005cd
[ticket/16910] Fix PHP warnings on uploading orphaned files to posts
...
PHPBB3-16910
2021-11-14 16:31:52 +07:00
Marc Alexander
206c405668
Merge branch '3.3.x'
2021-11-14 10:11:32 +01:00
Marc Alexander
e956629735
Merge pull request #6325 from rxu/ticket/16909
...
[ticket/16909] Add PHP 8.2 builds to test matrix
2021-11-14 10:11:22 +01:00
rxu
89ca3f087e
[ticket/16909] Fix Postgres configuration on Windows, fix auth tests
...
PHPBB3-16909
2021-11-14 10:02:53 +07:00
rxu
29d137cc5e
[ticket/16909] Add PHP 8.2 builds to test matrix
...
PHPBB3-16909
2021-11-13 20:58:47 +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
Tristan Darricau
b8d555f56a
[ticket/16741] Specific DBs fixes
...
MSSQL:
- Fix bool type
- Fix comparator
- Drop Default constraint before deleting column
- Rename Default constraint to use phpBB's names
- Re-create the indices when changing the type of one column
- Uses varchar instead of varbinary
PostgreSQL:
- Creates auto increment sequences by hand instead of using serial
in order to use phpBB's names
- Drop constraint on unique / primary indices
Oracle:
- Rename indices to use phpBB's names
- Fix string not null behaviour
- Fix broken regex in Oracle driver
- Handle to long indices on Oracle
- Rename auto_increment trigger and sequence
- Automatically lowercase keys in assoc results
PHPBB3-16741
2021-11-11 04:55:28 +01:00
rxu
69b895caae
[ticket/16895] Rename custom method
...
PHPBB3-16895
2021-11-10 14:13:02 +07:00
rxu
d7f433fbf7
[ticket/16895] Rename migration file
...
PHPBB3-16895
2021-11-10 13:30:14 +07:00
Tristan Darricau
b266ebbcef
[ticket/16741] Test fixes
...
PHPBB3-16741
2021-11-09 02:49:56 +01:00
Tristan Darricau
6ce708539b
[ticket/16741] General fixes
...
PHPBB3-16741
2021-11-09 02:48:34 +01: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
Marc Alexander
1bec99c501
Merge branch '3.3.x'
2021-11-03 20:07:14 +01:00
Marc Alexander
3bfb2b3f69
Merge pull request #6322 from rxu/ticket/16900
...
[ticket/16900] Fix quoted_printable_encode() behavior
2021-11-03 20:07:10 +01:00
rxu
337d876df7
[ticket/16904] Fix regression in MCP for topics selection
...
Regression introduced in #5760
PHPBB3-16904
2021-11-02 13:55:39 +07:00
Marc Alexander
771dbc7cda
Merge branch '3.3.x'
2021-11-01 16:57:35 +01:00
Máté Bartus
300e5399f5
[ticket/16741] Fix coding style issue
...
PHPBB3-16741
2021-10-31 01:58:53 +02:00
Máté Bartus
522a17199d
[ticket/16741] Fix code sniffer
...
PHPBB3-16741
2021-10-31 01:58:53 +02:00
Máté Bartus
98134abe20
[ticket/16741] Database tools to use Doctrine
...
PHPBB3-16741
2021-10-31 01:58:53 +02:00
Marc Alexander
8246023e0f
Merge pull request #6313 from Nicofuma/ticket/16891
...
[ticket/16891] Do not change an extension status in the midle of a request
2021-10-30 21:57:15 +02: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
aee5e373bc
Merge branch '3.3.x'
2021-10-29 21:29:58 +02:00
Marc Alexander
baf4bd7b5c
Merge pull request #6317 from Nicofuma/ticket/16896
...
[ticket/16896] Adds comments in .gitignore and excludes custom envs
2021-10-29 21:29:00 +02:00
Marc Alexander
118b67caac
Merge branch '3.3.x'
2021-10-29 21:26:26 +02:00
Marc Alexander
81126dc97e
Merge pull request #6314 from Nicofuma/ticket/16897
...
[ticket/16897] Ignores sqlite3 warnings when an explain query plan query fails
2021-10-29 21:26:22 +02:00
rxu
391f80d480
[ticket/16900] Fix quoted_printable_encode() behavior
...
PHPBB3-16900
2021-10-30 00:33:10 +07:00
Tristan Darricau
febe44ed79
[ticket/16896] Adds comments in .gitignore and excludes custom envs
...
PHPBB3-16896
2021-10-28 22:15:25 +02:00
Tristan Darricau
ede9a6815a
[ticket/16897] Ignores sqlite3 warnings when an explain query plan query fails
...
PHPBB3-16897
2021-10-28 21:52:03 +02:00
rxu
2801415c1c
[ticket/16895] Rename language entry
...
PHPBB3-16895
2021-10-28 21:13:52 +07:00
Marc Alexander
646716f1ec
Merge branch '3.3.x'
2021-10-26 21:53:08 +02:00
Marc Alexander
b80395f1b9
Merge pull request #6319 from marc1706/ticket/16898-master
...
[ticket/16898] Do not restrict the debug error handler to the dev env -- master version
2021-10-26 21:53:04 +02:00
Marc Alexander
dd029ed592
Merge pull request #6315 from Nicofuma/ticket/16898
...
[ticket/16898] Do not restrict the debug error handler to the dev env
2021-10-26 21:52:50 +02:00
Marc Alexander
cac8c78d33
Merge branch 'ticket/16898' into ticket/16898-master
2021-10-26 20:24:35 +02:00
Tristan Darricau
1d4fbd240e
[ticket/16898] Do not restrict the debug error handler to the dev env
...
PHPBB3-16898
2021-10-26 20:23:28 +02:00
rxu
7275cdd152
[ticket/16895] Adjust test
...
PHPBB3-16895
2021-10-27 00:15:46 +07:00
rxu
b1e6fad38a
[ticket/16895] Add test
...
PHPBB3-16895
2021-10-26 20:14:45 +07:00