1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-09 19:26:53 +02:00
Commit Graph

2719 Commits

Author SHA1 Message Date
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
6ce708539b [ticket/16741] General fixes
PHPBB3-16741
2021-11-09 02:48:34 +01:00
b99cfd5caa [ticket/16820] Move ATTACHMENT_CATEGORY_ constants to attachment namespace
PHPBB3-16820
2021-10-10 17:52:42 +02:00
38024d14bf Merge pull request #6280 from 3D-I/ticket/16863
[ticket/16863] Support playing video attachments
2021-10-09 22:11:31 +02:00
860663d205 Merge branch '3.3.x' 2021-08-31 20:59:59 +02:00
90d92ffdff [ticket/16863] Support playing video attachments
PHPBB3-16863
2021-08-30 21:32:02 +02:00
80f3d7b0aa [ticket/16863] Support playing video attachments
PHPBB3-16863
2021-08-30 21:29:46 +02:00
a8be17dd4d [ticket/16858] Update jQuery to 3.6.0
PHPBB3-16858
2021-08-27 04:25:41 +02:00
4e530ec11c [ticket/16857] Remove unused settings in acp_board
Removes everything that is still relative

PHPBB3-16857
2021-08-26 01:31:12 +02:00
28f98402f3 [ticket/16574] Remove flash BBcode
PHPBB3-16574
2021-08-19 23:01:42 +02:00
77f46656d2 [ticket/14771] Add webm file extension to schema
PHPBB3-14771
2021-06-30 21:41:01 +02:00
8fab32abd7 [ticket/14771] Support playing audio attachments
Add Audio attachments category, Audio attachments group.
add most audio supported extensions to the audio group.
presserve audio extensions MIMEtypes.
modify the attachment style file to view the audio attachment in
AUDIO HTML5 tag.

PHPBB3-14771
2021-06-30 21:40:45 +02:00
8f21a7365d [ticket/13713] Rework batch size handling
PHPBB3-13713
2021-05-14 21:52:09 +02:00
5006a26f6c [ticket/13713] Add new values to installation schema
PHPBB3-13713
2021-05-14 21:51:58 +02:00
69c0373a94 Merge branch '3.3.x' 2021-05-05 20:14:44 +02:00
e22f431660 [ticket/16292] Check that the installer container is available
PHPBB3-16292
2021-05-03 17:29:52 -05:00
62a45d86ec [ticket/16292] Try to propagate serious errors to the installer UI
Only raise a runtime exception during install/update as a last resort.

PHPBB3-16292
2021-05-02 16:29:31 -05:00
cbff1d48dc Merge branch '3.3.x' 2021-05-01 21:52:12 +02:00
ecc79ea2ec Merge branch 'prep-release-3.3.4' into 3.3.x 2021-05-01 21:51:16 +02:00
badf349f66 Merge branch '3.3.x' 2021-04-29 20:30:59 +02:00
31fc85153e [ticket/16766] Restructure conditional
PHPBB3-16766
2021-04-27 18:00:08 -05:00
f861f1fb9a [prep-release-3.3.4] Update version numbers to 3.3.4 2021-04-27 21:19:36 +02:00
c45c7f4622 [ticket/16764] Remove more remnants of remote uploading
PHPBB3-16764
2021-04-26 20:44:15 +02:00
0ccce7c4f8 [ticket/16764] Remove remote upload certificate validation
PHPBB3-16764
2021-04-26 20:38:03 +02:00
1f76aa65f3 [ticket/16766] Show long error messages during install/update
PHPBB3-16766
2021-04-24 12:39:27 -05:00
e1bbef7774 [ticket/16764] Remove remote avatar from converter
PHPBB3-16764
2021-04-24 16:04:10 +02:00
cc8b4ef619 [ticket/16764] Remove remote avatar functionality
PHPBB3-16764
2021-04-23 22:26:07 +02:00
b6f4f30015 [ticket/16719] Fix PHP notice/warning on update
PHPBB3-16719
2021-04-02 10:01:08 +02:00
222c7cd74b [ticket/16719] Fix PHP notice/warning on update
PHPBB3-16719
2021-04-02 10:01:07 +02:00
6ae68baa2e [ticket/15540] Code changes
PHPBB3-15540
2021-03-23 22:23:10 +01:00
f2d5f31f99 [ticket/15540] Remove argument
PHPBB3-15540
2021-03-22 21:57:02 +01:00
5fd2c51ca8 [ticket/15540] Fix tests and small fixes
PHPBB3-15540
2021-03-22 21:57:02 +01:00
2aabf560b4 [ticket/15540] Refactor search backend classes to Symfony services
PHPBB3-15540
2021-03-22 21:57:02 +01:00
8f2d84f4dc [3.3.x] Update versions to 3.3.5-dev 2021-03-16 20:16:25 +01:00
e3752b70e2 [prep-release-3.3.4] Update version numbers to 3.3.4 2021-03-15 21:47:29 +01:00
b45bd3ace7 [prep-release-3.3.4] Update version numbers to 3.3.4-RC1 2021-03-15 21:47:29 +01:00
97fb326469 Merge branch '3.3.x' 2021-03-05 20:50:49 +01:00
rxu
3a21109f89 [ticket/16719] Fix PHP notice/warning on installation
PHPBB3-16719
2021-03-05 20:23:28 +07:00
0f7b89838a [ticket/16643] Remove dbms_version config setting
PHPBB3-16643
2021-01-31 14:38:39 +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
0602fa2316 Merge branch 'prep-release-3.3.3' into 3.3.x 2021-01-29 20:15:16 +01:00
9cf8bd25cb [prep-release-3.3.3] Update version numbers to 3.3.3 2021-01-25 22:05:42 +01:00
29e7226c96 Merge branch '3.3.x' 2021-01-22 19:14:53 +01:00
rxu
513e62f61d [ticket/16690] Fix html functions default flag in convertor
PHPBB3-16690
2021-01-21 21:44:48 +07:00
rxu
2fd4dbb685 [ticket/16690] Fix htmlspecialchars and htmlspecialchars_decode default flag
PHPBB3-16690
2021-01-20 00:21:24 +07:00
57e2a32d4c [3.3.x] Update version numbers to 3.3.4-dev 2021-01-14 17:12:07 +01:00
3d162e88c3 [prep-release-3.3.3] Update version numbers to 3.3.3 2021-01-11 21:22:23 +01:00
7d3ff8c7f2 [prep-release-3.3.3] Update version numbers to 3.3.3-RC1 2021-01-11 21:21:43 +01:00
39c3a6c3e5 Merge branch 'prep-release-3.3.2' into 3.3.x 2020-11-06 17:06:22 +01:00