1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-12 11:40:26 +01:00

32923 Commits

Author SHA1 Message Date
Alec
516d0f5b27
[ticket/15925] Add core.update_post_info_modify_posts_sql
Add core event to modify the last posts' data retrieved to update forums' data
Also add $phpbb_dispatcher to sync globals to allow function use

PHPBB3-15925
2021-03-04 17:12:25 +01:00
Alec
40d825d1c6
[ticket/15925] Add core.sync_modify_topic_data
Allow modification of topic_data when syncing topics
Another event has been added to modify the contents of $row
This means that topic_data can be populated with anything added to that query

PHPBB3-15925
2021-03-04 17:12:25 +01:00
Alec
9ff92f2c36
[ticket/15925] Add core.sync_topic_last_post_info_sql
Add event to get more post or user data when syncing
Topic_data is updated with the data from this query, so it needs to be accessed
Custom_fieldnames is merged with fieldnames later, unlike the other event
This keeps the integrity of the core's code

PHPBB3-15925
2021-03-04 17:12:25 +01:00
Alec
740b2ffbf2
[ticket/15925] Add core.sync_modify_forum_data
Allow fieldnames and forum_data to be updated before synced with the database
Used in conjunction with post_info to pull that data

PHPBB3-15925
2021-03-04 17:12:24 +01:00
Alec
6728497434
[ticket/15925] Add core.sync_forum_last_post_info_sql
Add core event to modify the last posts' data retrieved to update forums' data
Also add $phpbb_dispatcher to sync globals to allow function use

PHPBB3-15925
2021-03-04 17:12:24 +01:00
Alec
9d2ab88c69
[ticket/15925] Add core.mcp_main_modify_fork_post_sql
Modify the forked post's sql array before it's inserted into the database
Lets additional variables be added into the sql_ary
Allows the same edits as mcp_main_fork_sql_after but for posts not topics

PHPBB3-15925
2021-03-04 17:12:24 +01:00
Marc Alexander
66cbf2607b
Merge pull request #6148 from rxu/ticket/16711
[ticket/16711] Fix PHP 8.1 builds
2021-03-02 19:49:56 +01:00
Marc Alexander
2a90ce1935
Merge pull request #6149 from 3D-I/ticket/16712
[ticket/16712] Implement thumbnails for WEBP images in attachments
2021-03-01 21:20:58 +01:00
3D-I
b06746460e [ticket/16712] Implement thumbnails for WEBP images in attachments
Use short array syntax

PHPBB3-16712
2021-02-27 22:10:02 +01:00
3D-I
374a3a2005 [ticket/16712] Implement thumbnails for WEBP images in attachments
PHPBB3-16712
2021-02-27 21:59:57 +01:00
3D-I
84453ed957 [ticket/16712] Implement thumbnails for WEBP images in attachments
PHPBB3-16712
2021-02-27 20:05:09 +01:00
3D-I
8f21a055ad [ticket/16712] Implement thumbnails for WEBP images in attachments
PHPBB3-16712
2021-02-27 19:54:44 +01:00
Marc Alexander
ed2f948bf5
Merge pull request #6147 from 3D-I/ticket/16710
[ticket/16710] Allow WEBP images in attachments
2021-02-27 16:31:30 +01:00
Marc Alexander
5424cbd7f9
Merge pull request #6146 from Crizz0/ticket/16709
[ticket/16709] Update s9e/text-formatter 2.8.1 => 2.8.3
2021-02-27 16:21:38 +01:00
rxu
4ce2643bdb
[ticket/16711] Fix PHP 8.1 builds
PHPBB3-16711
2021-02-27 22:00:53 +07:00
3D-I
b5d1573acd [ticket/16710] Allow WEBP images in attachments
Update the array syntax in the function itself

PHPBB3-16710
2021-02-27 15:28:48 +01:00
3D-I
784f0d5f3b [ticket/16710] Allow WEBP images in attachments
PHPBB3-16710
2021-02-27 04:29:43 +01:00
Christian Schnegelberger
c492b51b54 [ticket/16709] Update s9e/text-formatter 2.8.1 => 2.8.3
PHPBB3-16709
2021-02-26 10:48:46 +01:00
Marc Alexander
bd1c3c87b7
Merge pull request #6059 from Crizz0/ticket/16589
[ticket/16589] Shortens subject and email content
2021-02-18 22:04:24 +01:00
Marc Alexander
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
Christian Schnegelberger
76e1a46512 [ticket/16589] Replace personal message with private message
PHPBB3-16589
2021-02-18 21:04:05 +01:00
Marc Alexander
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
Marc Alexander
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
Marc Alexander
b25fbc73d9
[ticket/16707] Disable unstable PHP 8.1 builds
PHPBB3-16707
2021-02-16 20:33:12 +01:00
3D-I
c499025623 [ticket/16706] Fix undefined array keys on user IP ban
PHPBB3-16706
2021-02-16 01:43:49 +01:00
3D-I
9f316bd255 [ticket/16698] Enhance check for default charset
PHPBB3-16698
2021-02-09 20:54:50 +01:00
Marc Alexander
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
Marc Alexander
3ab6059b56
[ticket/16620] Output short array syntax in dev:migration-tips
PHPBB3-16620
2021-02-07 21:14:21 +01:00
Christian Schnegelberger
8e599e23a0 [ticket/16589] Remove "or click unsubscribe ... link" sentence
PHPBB3-16589
2021-02-06 18:01:21 +01:00
3D-I
ecf6acd730 [ticket/16698] Enhance check for default charset
PHPBB3-16698
2021-02-06 04:44:57 +01:00
Marc Alexander
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
Máté Bartus
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
Marc Alexander
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
3D-I
6c15f72371 [ticket/16696] Unsupported operand types in viewforum.php - PHP8
PHPBB3-16696
2021-02-02 21:20:22 +01:00
Christian Schnegelberger
552587dbb2 [ticket/16589] Visit at => visit to
PHPBB3-16589
2021-01-31 14:07:16 +01:00
Marc Alexander
0602fa2316
Merge branch 'prep-release-3.3.3' into 3.3.x 2021-01-29 20:15:16 +01:00
Máté Bartus
9cc910cb34
Merge pull request #6128 from 3D-I/ticket/16689
[ticket/16689] Fix SQL errors for Bitly OAuth
2021-01-26 18:42:02 +01:00
Marc Alexander
61fa45e5de
[prep-release-3.3.3] Add migration for 3.3.3 release-3.3.3 2021-01-25 22:07:36 +01:00
Marc Alexander
9cf8bd25cb
[prep-release-3.3.3] Update version numbers to 3.3.3 2021-01-25 22:05:42 +01:00
Marc Alexander
fc89dfff9e
Merge pull request #6133 from 3D-I/ticket/16691
[ticket/16691] Fix illegal offset for report_pm_closed notification
2021-01-25 21:02:15 +01:00
3D-I
84c43093b1 [ticket/16691] Fix illegal offset for report_pm_closed notification
PHPBB3-16691
2021-01-25 18:23:49 +01:00
Máté Bartus
c2b0533fb8
Merge pull request #6129 from rxu/ticket/16690
[ticket/16690] Fix htmlspecialchars and htmlspecialchars_decode default flag
2021-01-22 19:14:13 +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
3D-I
6f183a831c [ticket/16689] Fix SQL errors for Bitly OAuth
PHPBB3-16689
2021-01-19 15:29:12 +01:00
3D-I
c543400955 [ticket/16689] Fix SQL errors for Bitly OAuth
PHPBB3-16689
2021-01-19 15:27:04 +01:00
3D-I
2c4b862648 [ticket/16689] Fix SQL errors for Bitly OAuth
PHPBB3-16689
2021-01-19 15:15:58 +01:00
Marc Alexander
ddf5de8349
Merge pull request #6125 from Crizz0/ticket/16660
[ticket/16660] Remove not needed RESET button from MCP and UCP
2021-01-18 20:25:15 +01:00
Marc Alexander
5b0d5d6b6e
Merge pull request #6118 from iMattPro/ticket/16681
[ticket/16681] Use Font Icons for ACP Action Buttons
2021-01-16 21:09:06 +01:00
Christian Schnegelberger
8ceff6d039 [ticket/16660] Remove not needed RESET button fomr MCP and UCP
PHPBB3-16660
2021-01-16 18:35:57 +01:00