1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-23 10:01:55 +02:00
Commit Graph

1236 Commits

Author SHA1 Message Date
Marc Alexander
ddc4b988b7 [ticket/16804] Reorder static keyword to fit with guidelines
PHPBB3-16804
2021-07-25 13:55:34 +02:00
Marc Alexander
c8dc942f38 Merge branch '3.3.x' 2021-07-23 22:25:36 +02:00
3D-I
a6a18f2c59 [ticket/16804] Extend bbcode help line tooltip
PHPBB3-16804
2021-07-23 21:47:07 +02:00
Marc Alexander
b55595fa87 [ticket/14771] Use constants instead of magic numbers in migration
PHPBB3-14771
2021-07-13 22:22:43 +02:00
Marc Alexander
9099bdb2ad [ticket/14771] Make phing sniff happy
PHPBB3-14771
2021-07-01 21:09:31 +02:00
hubaishan
11fb872e33 [ticket/14771] fix white space
PHPBB3-14771
2021-06-30 21:41:02 +02:00
hubaishan
b2291e4e3c [ticket/14771] Add audio_files migration
add or modify audio_files attachment group
add or modify audio extensions mp3, m4a, wav, ogg, webm

PHPBB3-14771
2021-06-30 21:41:02 +02:00
Máté Bartus
f3c426389c Merge pull request #6206 from marc1706/ticket/13713
[ticket/13713] User Mentions
2021-05-23 17:49:33 +02:00
Marc Alexander
fa7376303a Merge branch '3.3.x' 2021-05-15 22:31:20 +02:00
lavigor
8f21a7365d [ticket/13713] Rework batch size handling
PHPBB3-13713
2021-05-14 21:52:09 +02:00
lavigor
31e4fb4729 [ticket/13713] Introduce ACP settings for mentions
PHPBB3-13713
2021-05-14 21:51:54 +02:00
Alfredo Ramos
37518342c6 [ticket/16773] Add missing constraints in PostgreSQL backups
PHPBB3-16773
2021-05-08 01:12:46 -05:00
Marc Alexander
464e2c1271 Merge branch '3.3.x' 2021-05-02 20:44:57 +02:00
Marc Alexander
3e0b20820a Merge pull request #6199 from Noxwizard/ticket/16765
[ticket/16765] Check if ACP_CONTACT_SETTINGS module already installed
2021-05-02 20:44:53 +02:00
Marc Alexander
e191549fb4 Merge branch '3.3.x' 2021-05-02 20:41:33 +02:00
Marc Alexander
47321954b7 [ticket/16770] Rearrange static qualifier in 3.3.4 migration
PHPBB3-16770
2021-05-02 15:42:04 +02:00
Marc Alexander
cbff1d48dc Merge branch '3.3.x' 2021-05-01 21:52:12 +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
c27c846a1d Merge pull request #6197 from rubencm/ticket/16764
[ticket/16764] Remove unused services
2021-04-28 10:07:15 +02:00
Marc Alexander
21c5c5a336 [prep-release-3.3.4] Add migration for 3.3.4 2021-04-27 21:19:40 +02:00
Marc Alexander
7201acf070 Merge branch '3.3.x' 2021-04-26 22:05:54 +02:00
Marc Alexander
0ccce7c4f8 [ticket/16764] Remove remote upload certificate validation
PHPBB3-16764
2021-04-26 20:38:03 +02:00
Patrick Webster
134482f6c2 [ticket/16767] Report missing migration instead of dependency
If a migration has an unfulfillable dependency, the migration causing the
dependency to be unfulfillable is now shown in the error message instead
of just the dependency.

PHPBB3-16767
2021-04-25 15:22:42 -05:00
Patrick Webster
9051b28e14 [ticket/16765] Check if ACP_CONTACT_SETTINGS module already installed
Checks to see if the ACP_CONTACT_SETTINGS module is already installed prior to
running migration.

PHPBB3-16765
2021-04-24 13:02:07 -05:00
rubencm
e543874d08 [ticket/16764] Remove unused files
PHPBB3-16764
2021-04-24 15:24:59 +02:00
Marc Alexander
cc8b4ef619 [ticket/16764] Remove remote avatar functionality
PHPBB3-16764
2021-04-23 22:26:07 +02:00
Marc Alexander
dc966787e1 Merge branch '3.3.x' 2021-04-05 21:39:55 +02:00
rxu
3d5639a844 [ticket/16749] Explicitly set default MySQLi error mode
PHPBB3-16749
2021-04-04 17:11:59 +07:00
Marc Alexander
ce08da5165 [ticket/16748] Enable code sniffing for static placement and adjust code
PHPBB3-16748
2021-04-03 23:12:04 +02:00
Marc Alexander
4ce8224c2c [ticket/16740] Use is_resource() to check whether connect id is still valid
PHPBB3-16740
2021-03-31 21:22:14 +02:00
Marc Alexander
e8afa29013 [ticket/16740] Implement sql_table_exists for psql w/out debug spam
Failed pg_query() results in PHP notices now ...

PHPBB3-16740
2021-03-28 11:40:23 +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
645e662b11 [ticket/16740] Add method for ensuring resource is not passed to cache
PHPBB3-16740
2021-03-26 22:54:19 +01:00
Marc Alexander
c6a202bdb3 Merge pull request #5440 from rubencm/ticket/15540
[ticket/15540] Refactor search backend classes to Symfony services
2021-03-24 09:58:52 +01:00
Máté Bartus
4737da3ec7 [ticket/16736] Fix static declarations on master
PHPBB3-16736
2021-03-24 01:22:27 +01:00
Máté Bartus
46d2a93ae6 Merge branch '3.3.x' 2021-03-23 23:45:45 +01:00
Marc Alexander
a8ffd339fe [ticket/16736] Fix invalid placement of visibility qualifiers next to static
PHPBB3-16736
2021-03-23 22:12:59 +01:00
rubencm
911a31d898 [ticket/15540] Add types and phpdoc
PHPBB3-15540
2021-03-22 21:57:02 +01:00
Ruben Calvo
2aabf560b4 [ticket/15540] Refactor search backend classes to Symfony services
PHPBB3-15540
2021-03-22 21:57:02 +01:00
Marc Alexander
d9b54c1c87 Merge branch '3.3.x' 2021-03-16 20:18:19 +01:00
Marc Alexander
95bbebeb22 [prep-release-3.3.4] Add migration for 3.3.4-RC1 2021-03-15 21:47:35 +01:00
Máté Bartus
1ce97fe8ea [ticket/16643] Fixes
PHPBB3-16643
2021-02-01 22:09:15 +01:00
Máté Bartus
0f7b89838a [ticket/16643] Remove dbms_version config setting
PHPBB3-16643
2021-01-31 14:38:39 +01:00
Máté Bartus
aab2679966 [ticket/16643] Add Doctrine DBAL to phpBB
PHPBB3-16643
2021-01-31 11:33:42 +01:00
Marc Alexander
0f3ea6991d Merge branch '3.3.x' 2021-01-29 20:16:15 +01:00
Marc Alexander
0602fa2316 Merge branch 'prep-release-3.3.3' into 3.3.x 2021-01-29 20:15:16 +01:00
Marc Alexander
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
Marc Alexander
7ed687ff15 [ticket/10824] Update comments to reflect change versions
PHPBB3-10824
2021-01-26 22:24:06 +01:00
Marc Alexander
93949d1be4 [ticket/10824] Switch to new namespace for json sanitizer
PHPBB3-10824
2021-01-26 22:24:05 +01:00
Marc Alexander
204f81c6f7 [ticket/10824] Use json_sanitzer::decode and improve migrations from pre 3.2
PHPBB3-10824
2021-01-26 22:22:21 +01:00