1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-24 20:17:58 +02:00
Commit Graph

35215 Commits

Author SHA1 Message Date
rxu
19b12bf6ee [ticket/16649] Upgrade to Symfony 5
PHPBB3-16649
2021-02-19 21:10:54 +07:00
7110b61df5 Merge branch '3.3.x' 2021-02-18 22:04:32 +01:00
bd1c3c87b7 Merge pull request #6059 from Crizz0/ticket/16589
[ticket/16589] Shortens subject and email content
2021-02-18 22:04:24 +01:00
7bfcd4f288 Merge branch '3.3.x' 2021-02-18 21:14:20 +01:00
71e8f68102 Merge pull request #6142 from 3D-I/ticket/16706
[ticket/16706] Fix undefined array keys on user IP ban
2021-02-18 21:14:15 +01:00
76e1a46512 [ticket/16589] Replace personal message with private message
PHPBB3-16589
2021-02-18 21:04:05 +01:00
628e09d269 Merge branch '3.3.x' 2021-02-18 21:01:43 +01:00
8467a95127 Merge pull request #6138 from 3D-I/ticket/16698
[ticket/16698] Enhance check for default charset
2021-02-18 21:01:39 +01:00
1f5c64185c Merge branch '3.3.x' 2021-02-16 21:52:31 +01:00
ae8aee0e60 Merge pull request #6143 from marc1706/ticket/16707
[ticket/16707] Disable unstable PHP 8.1 builds
2021-02-16 21:52:26 +01:00
b25fbc73d9 [ticket/16707] Disable unstable PHP 8.1 builds
PHPBB3-16707
2021-02-16 20:33:12 +01:00
c499025623 [ticket/16706] Fix undefined array keys on user IP ban
PHPBB3-16706
2021-02-16 01:43:49 +01:00
cc89d481d8 Merge pull request #6134 from CHItA/ticket/16643
Use doctrine in the installer
2021-02-14 16:49:59 +01:00
9f316bd255 [ticket/16698] Enhance check for default charset
PHPBB3-16698
2021-02-09 20:54:50 +01:00
5b7feeb8ca Merge branch '3.3.x' 2021-02-07 23:47:46 +01:00
0daf4b6b1c Merge pull request #6139 from marc1706/ticket/16620
[ticket/16620] Output short array syntax in dev:migration-tips
2021-02-07 23:47:41 +01:00
3ab6059b56 [ticket/16620] Output short array syntax in dev:migration-tips
PHPBB3-16620
2021-02-07 21:14:21 +01:00
8e599e23a0 [ticket/16589] Remove "or click unsubscribe ... link" sentence
PHPBB3-16589
2021-02-06 18:01:21 +01:00
ecf6acd730 [ticket/16698] Enhance check for default charset
PHPBB3-16698
2021-02-06 04:44:57 +01:00
f041bcce88 Merge branch '3.3.x' 2021-02-05 22:17:51 +01:00
bb8768b604 Merge pull request #6135 from 3D-I/ticket/16696
[ticket/16696] Fix unsupported operand types in viewforum - PHP8
2021-02-05 22:17:45 +01:00
de711bb7c0 Merge branch '3.3.x' 2021-02-05 18:03:51 +01:00
1ee1dbb629 Merge pull request #6137 from marc1706/ticket/16697
[ticket/16697] Remove $CP$ prefix when updating hashes and support phpBB2 check
2021-02-05 18:03:08 +01:00
7d37b650a4 [ticket/16697] Remove $CP$ prefix when updating hashes and support phpBB2 check
The $CP$ prefix is not part of the actual password hash.
phpBB2 passwords converted do currently include a phpass hash of the md5 of
the password. Make sure these are correctly checked.

PHPBB3-16697
2021-02-04 21:20:50 +01:00
6c15f72371 [ticket/16696] Unsupported operand types in viewforum.php - PHP8
PHPBB3-16696
2021-02-02 21:20:22 +01:00
1ce97fe8ea [ticket/16643] Fixes
PHPBB3-16643
2021-02-01 22:09:15 +01:00
ded551812a Merge pull request #4453 from Nicofuma/ticket/11063
[ticket/11063] Use HTTPS for phpBB's version check
2021-01-31 21:50:26 +01:00
0f7b89838a [ticket/16643] Remove dbms_version config setting
PHPBB3-16643
2021-01-31 14:38:39 +01:00
552587dbb2 [ticket/16589] Visit at => visit to
PHPBB3-16589
2021-01-31 14:07:16 +01:00
2a57477718 [ticket/16643] Refactor installer tasks to use Doctrine DBAL
PHPBB3-16643
2021-01-31 12:57:04 +01:00
aab2679966 [ticket/16643] Add Doctrine DBAL to phpBB
PHPBB3-16643
2021-01-31 11:33:42 +01:00
d9bfb4d01d [ticket/16643] Refactor installer task ordering
PHPBB3-16643
2021-01-31 11:33:42 +01:00
0f3ea6991d Merge branch '3.3.x' 2021-01-29 20:16:15 +01:00
0602fa2316 Merge branch 'prep-release-3.3.3' into 3.3.x 2021-01-29 20:15:16 +01:00
c5b58e8b25 Merge pull request #4129 from marc1706/ticket/10824
[ticket/10824] Use composer.json in styles/languages
2021-01-27 20:10:27 +01:00
262bf5d71c [ticket/10824] Small fixes to code style after code review
PHPBB3-10824
2021-01-26 22:26:02 +01:00
42b2a109d1 [ticket/10824] Improve code style and docblocks in language file helper
PHPBB3-10824
2021-01-26 22:26:02 +01:00
c93da86f83 [ticket/10824] Add missing imports and adjust json sanitizer imports
This way the imports will also be a bit more explicit to the fact
that this is only a json sanitizer.

PHPBB3-10824
2021-01-26 22:26:01 +01:00
cf8f79356d [ticket/10824] Add return type hints
PHPBB3-10824
2021-01-26 22:26:01 +01:00
40fca6254d [ticket/10824] Remove unused file
PHPBB3-10824
2021-01-26 22:26:01 +01:00
5bff0c0761 [ticket/10824] Clean up coding style in list_style
PHPBB3-10824
2021-01-26 22:26:00 +01:00
10151ae642 [ticket/10824] Resolve issues with displaying style and style info in ACP
PHPBB3-10824
2021-01-26 22:26:00 +01:00
068f621ed1 [ticket/10824] Add default emtpy parent-style to prosilver composer.json
PHPBB3-10824
2021-01-26 22:25:22 +01:00
0f614d91f9 [ticket/10824] Use tilde for lang string concatenation
PHPBB3-10824
2021-01-26 22:25:22 +01:00
66178b26e9 [ticket/10824] Move parenthesis to next line
PHPBB3-10824
2021-01-26 22:25:21 +01:00
b7d0903f1b [ticket/10824] Use short array syntax
PHPBB3-10824
2021-01-26 22:25:21 +01:00
ed9be050ad [ticket/10824] Clean up code a bit
PHPBB3-10824
2021-01-26 22:25:21 +01:00
646f9826ec [ticket/10824] Use language class for language instead of user class
PHPBB3-10824
2021-01-26 22:25:20 +01:00
3b6fc0a4d9 [ticket/10824] Use short array syntax
PHPBB3-10824
2021-01-26 22:24:07 +01:00
7ed687ff15 [ticket/10824] Update comments to reflect change versions
PHPBB3-10824
2021-01-26 22:24:06 +01:00