1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-12 18:45:20 +02:00

5447 Commits

Author SHA1 Message Date
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
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
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
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
Marc Alexander
06e9b2b7e8
Merge branch '3.3.x' 2021-10-17 21:57:39 +02:00
Marc Alexander
3547f0bf0e
Merge pull request #6310 from marc1706/ticket/16892
[ticket/16892] Remove duplicate entry for jav files in extension_guesser
2021-10-17 21:57:35 +02:00
Marc Alexander
ffc4bbc981
Merge branch '3.3.x' 2021-10-17 20:32:51 +02:00
Arshid
2145938d74
[ticket/16892] Remove duplicate entry for jav files in extension_guesser
Remove duplicated key

PHPBB3-16892
2021-10-17 20:25:20 +02:00
3D-I
13155bf846 [ticket/16885] Add type casting filters to Twig
PHPBB3-16885
2021-10-17 16:18:47 +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
cdd1e7849a
[ticket/12631] Some more cleanup and type hints for new finder files
PHPBB3-12631
2021-10-10 11:52:47 +02:00
rubencm
0312aaa6dc
[ticket/12631] Solve rebase issues
PHPBB3-12631
2021-10-10 10:14:28 +02:00
Rubén Calvo
d31e986815
[ticket/12631] Rename finder.not_use_cache to finder.cache
PHPBB3-12631
2021-10-10 10:13:37 +02:00
Rubén Calvo
9308764fae
[ticket/12631] Add finder.not_use_cache
PHPBB3-12631
2021-10-10 10:10:37 +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
3D-I
ea36b83ee9 [ticket/16885] Add type casting filters to Twig
PHPBB3-16885
2021-10-06 19:57:13 +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
63e96031ef
Merge branch '3.3.x' 2021-09-20 11:27:27 +02:00
Marc Alexander
59e50d6d53
[ticket/16878] Default to threads value of 1 when using argon with libsodium
PHPBB3-16878
2021-09-18 11:45:23 +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
Marc Alexander
bbcac37e30
[ticket/16870] Ensure to properly escape values when running db:migrate
PHPBB3-16870
2021-09-08 20:24:44 +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
Máté Bartus
aa06580807 Merge branch '3.3.x' 2021-09-02 10:48:56 +02:00
Máté Bartus
86af3a2ba4
Merge pull request #6275 from marc1706/ticket/16856
[ticket/16856] Add lang_js twig function as replacement for LA_
2021-09-02 10:48:22 +02:00
Marc Alexander
860663d205
Merge branch '3.3.x' 2021-08-31 20:59:59 +02:00
Marc Alexander
a6d4b460f1
Merge pull request #6277 from 3D-I/ticket/16858
[ticket/16858] Update jQuery to 3.6.0
2021-08-31 20:59:56 +02:00
Marc Alexander
b33315f3c8
Merge branch '3.3.x' 2021-08-31 20:57:33 +02:00
paul sohier
61c59bdc91
[ticket/16865] Update IRC + discord links in composer and documentation
Update the links from Freenode to Libera.chat,
add discord as option to chat in composer.json,
and remove references to wiki.phpbb.com
(And replace it with links to the development documentation)

PHPBB3-16865
2021-08-31 16:03:41 +02:00
3D-I
e6e7f5afe3 [ticket/16863] Support playing video attachments
Correctly implement audio and video HTML5 tags (there is only one source)

PHPBB3-16863
2021-08-30 22:59:04 +02:00
3D-I
8726a6a3cb [ticket/16863] Support playing video attachments
PHPBB3-16863
2021-08-30 22:01:58 +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
8804cf885b
[ticket/16856] Remove extra empty line
PHPBB3-16856
2021-08-24 19:07:32 +02:00
Marc Alexander
5eeb213b12
[ticket/16856] Add lang_js() twig function
PHPBB3-16856
2021-08-24 19:05:13 +02:00
Marc Alexander
44e3e4964b
Merge pull request #5762 from gijsmartens/ticket/16243
[ticket/16243] Update template paths
2021-08-24 13:17:03 +02:00
Máté Bartus
553a20ddf7
Merge pull request #6056 from senky/ticket/16574
[ticket/16574] Remove flash BBcode
2021-08-23 21:34:28 +02:00
Marc Alexander
72cf2ba2ea
Merge branch '3.3.x' 2021-08-23 20:30:14 +02:00