1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-25 08:41:53 +02:00

1269 Commits

Author SHA1 Message Date
Marc Alexander
81cddb2bc6
[ticket/16741] Clean up functions, add missing docblocks and return type hints
PHPBB3-16741
2022-01-17 17:09:38 +01:00
Marc Alexander
5e6065ff9e
[ticket/16741] Replace deprecated functions
PHPBB3-16741
2022-01-17 17:08:42 +01:00
Marc Alexander
78528d2b32
[ticket/16741] Add support for dropping primary keys and removing constraints
PHPBB3-16741
2022-01-16 20:48:56 +01:00
Máté Bartus
d4b8a48f11 [ticket/16741] Fix tests
PHPBB3-16741
2021-12-05 22:30:59 +01:00
Máté Bartus
59ca29232a [ticket/16741] Fix coding style issues
PHPBB3-16741
2021-12-05 21:35:34 +01:00
Máté Bartus
a663a6c394 [ticket/16741] Debug SQLServer Tests
PHPBB3-16741
2021-12-05 20:57:06 +01:00
Máté Bartus
a0584b8677 [ticket/16741] Code review fixes
PHPBB3-16741
2021-12-05 11:19:05 +01: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
Tristan Darricau
6ce708539b [ticket/16741] General fixes
PHPBB3-16741
2021-11-09 02:48:34 +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
98134abe20 [ticket/16741] Database tools to use Doctrine
PHPBB3-16741
2021-10-31 01:58:53 +02:00
Marc Alexander
118b67caac
Merge branch '3.3.x' 2021-10-29 21:26:26 +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
Marc Alexander
b99cfd5caa
[ticket/16820] Move ATTACHMENT_CATEGORY_ constants to attachment namespace
PHPBB3-16820
2021-10-10 17:52:42 +02:00
Marc Alexander
38024d14bf
Merge pull request #6280 from 3D-I/ticket/16863
[ticket/16863] Support playing video attachments
2021-10-09 22:11:31 +02:00
Marc Alexander
46ded2ad94
Merge branch '3.3.x' 2021-10-03 15:26:00 +02:00
Marc Alexander
6a72d0305b
[prep-release-3.3.5] Add migration for 3.3.5 2021-10-01 22:40:24 +02:00
Marc Alexander
a42ce508c9
Merge branch '3.3.x' 2021-09-11 13:40:02 +02:00
Marc Alexander
1db2d9c3c1
[prep-release-3.3.5] Add migration for 3.3.5-RC1 2021-09-08 22:37:11 +02:00
Marc Alexander
7bd8d8f245
Merge branch '3.3.x' 2021-09-08 22:25:07 +02:00
Marc Alexander
11563ce971
[ticket/16870] Use string representation of float value for treshold
PHPBB3-16870
2021-09-08 20:42:41 +02:00
Máté Bartus
97bbae3224 Merge branch '3.3.x' 2021-09-03 10:31:50 +02:00
Máté Bartus
cd53106ec3 [ticket/16858] Fix coding style
PHPBB3-16858
2021-09-03 09:58:34 +02:00
Marc Alexander
860663d205
Merge branch '3.3.x' 2021-08-31 20:59:59 +02:00
3D-I
80f3d7b0aa [ticket/16863] Support playing video attachments
PHPBB3-16863
2021-08-30 21:29:46 +02:00
3D-I
a8be17dd4d [ticket/16858] Update jQuery to 3.6.0
PHPBB3-16858
2021-08-27 04:25:41 +02:00
3D-I
e6359d29d1 [ticket/16857] Remove unused settings in acp_board
Add migration remove_flash_v2

PHPBB3-16857
2021-08-26 02:19:48 +02:00
Marc Alexander
445af37c5c
Merge branch '3.3.x' 2021-08-25 20:07:34 +02:00
MichaIng
3638b36849 [ticket/16851] Add Amazonbot, AhrefsBot and SemrushBot
PHPBB3-16851

Signed-off-by: MichaIng <micha@dietpi.com>
2021-08-25 14:46:37 +02:00
Marc Alexander
f9dbd59371
[ticket/16574] Reorder order of static keyword
PHPBB3-16574
2021-08-19 23:10:31 +02:00
Jakub Senko
28f98402f3
[ticket/16574] Remove flash BBcode
PHPBB3-16574
2021-08-19 23:01:42 +02:00
rxu
cbbe819aff
[ticket/16840] Add PHP 8.0 / 8.1 builds for Windows tests
Also fix Postrges PHP 8.1 related issue.

PHPBB3-16840
2021-08-08 13:39:07 +07:00
rxu
721a39502a
[ticket/16840] Add PHP 8.0 / 8.1 builds for Windows tests
Also fix Postrges PHP 8.1 related issue.

PHPBB3-16840
2021-08-07 16:50:45 +07:00
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