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
b46e242013
Merge branch 'ticket/15392' into ticket/15392-master
2021-03-04 17:04:17 +01:00
DinHere
20d4a86016
[ticket/15392] Resolve incorrect replacements after code review
...
PHPBB3-15392
2021-03-04 16:55:54 +01:00
DinHere
f3d3b493f7
[ticket/15392] Removed realpath only where needed
...
PHPBB3-15392
2021-03-04 16:54:19 +01:00
DinHere
448b6a7d49
[ticket/15392] Remove not needed realpath()
...
PHPBB3-15392
2021-03-04 16:53:41 +01:00
DinHere
8c9d26db1f
[ticket/15392] Changed dirname(__FILE__) to __DIR__
...
Changed dirname(__FILE__) to __DIR__ everywhere
PHPBB3-15392
2021-03-03 22:24:10 +01:00
Marc Alexander
3629b587fa
Merge branch '3.3.x'
2021-03-01 21:21:04 +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
rxu
9c64ee8d61
[ticket/16649] Set PHP 7.3.0 as a minimum required version
...
Also rebase and fix composer.lock conflict
PHPBB3-16649
2021-02-19 21:34:21 +07:00
rxu
19b12bf6ee
[ticket/16649] Upgrade to Symfony 5
...
PHPBB3-16649
2021-02-19 21:10:54 +07:00
Marc Alexander
7bfcd4f288
Merge branch '3.3.x'
2021-02-18 21:14:20 +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
Marc Alexander
628e09d269
Merge branch '3.3.x'
2021-02-18 21:01:43 +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
3D-I
ecf6acd730
[ticket/16698] Enhance check for default charset
...
PHPBB3-16698
2021-02-06 04:44:57 +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
262bf5d71c
[ticket/10824] Small fixes to code style after code review
...
PHPBB3-10824
2021-01-26 22:26:02 +01:00
Marc Alexander
40fca6254d
[ticket/10824] Remove unused file
...
PHPBB3-10824
2021-01-26 22:26:01 +01:00
Marc Alexander
5bff0c0761
[ticket/10824] Clean up coding style in list_style
...
PHPBB3-10824
2021-01-26 22:26:00 +01:00
Marc Alexander
10151ae642
[ticket/10824] Resolve issues with displaying style and style info in ACP
...
PHPBB3-10824
2021-01-26 22:26:00 +01:00
Marc Alexander
b7d0903f1b
[ticket/10824] Use short array syntax
...
PHPBB3-10824
2021-01-26 22:25:21 +01:00
Marc Alexander
646f9826ec
[ticket/10824] Use language class for language instead of user class
...
PHPBB3-10824
2021-01-26 22:25:20 +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
b4dd0f737d
[ticket/10824] Switch to OOP style for module class
...
PHPBB3-10824
2021-01-26 22:24:04 +01:00
Marc Alexander
adf9f49a42
[ticket/10824] Use correct language and style composer.json data
...
PHPBB3-10824
2021-01-26 22:23:29 +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
Marc Alexander
ca4fdeaf2b
[ticket/10824] Move parse_cfg_file() to functions_compatibility
...
PHPBB3-10824
2021-01-26 22:22:20 +01:00
Marc Alexander
81f3483994
[ticket/10824] Display message about invalid styles on install style view
...
PHPBB3-10824
2021-01-26 22:19:30 +01:00
Marc Alexander
b0337b21d5
[ticket/10824] Show display-name in acp and change composer name
...
PHPBB3-10824
2021-01-26 22:19:29 +01:00
Marc Alexander
04e791d9fe
[ticket/10824] Add json sanitizer class
...
PHPBB3-10824
2021-01-26 22:19:29 +01:00
Joas Schilling
8244aff9cb
[ticket/10824] Make languages use composer.json
...
PHPBB3-10824
2021-01-26 22:19:28 +01:00
Joas Schilling
a200446646
[ticket/10824] Make styles use composer.json files
...
PHPBB3-10824
2021-01-26 22:16:47 +01:00
Máté Bartus
29e7226c96
Merge branch '3.3.x'
2021-01-22 19:14:53 +01:00
rxu
2fd4dbb685
[ticket/16690] Fix htmlspecialchars and htmlspecialchars_decode default flag
...
PHPBB3-16690
2021-01-20 00:21:24 +07:00
Marc Alexander
c9484b7a1b
Merge branch '3.3.x'
2021-01-16 21:10:06 +01:00
Matt Friedman
ffbd1abd87
[ticket/16681] Remove inline styles
...
PHPBB3-16681
2021-01-15 14:15:41 -08:00
Matt Friedman
6e5cb747b0
[ticket/16681] Use Font Icons for ACP Action Buttons
...
PHPBB3-16681
2021-01-15 14:15:41 -08:00
Marc Alexander
fa39e37e26
Merge branch '3.3.x'
2021-01-15 23:10:49 +01:00
Marc Alexander
b48d3328fe
Merge pull request #6121 from 3D-I/ticket/16685
...
[ticket/16685] Fix SQL error in ACP for DB name if not correctly escaped
2021-01-15 23:10:44 +01:00
Marc Alexander
fca6ffa131
Merge branch '3.3.x'
2021-01-15 22:08:36 +01:00
Alfredo Ramos
63b7da3b60
[ticket/16686] Simplify get_database_size() SQL query for PostgreSQL
...
Reduce number of queries to get database size and add it to the cache
for 2 hours, like it is being done for other RDBMS.
PHPBB3-16686
2021-01-15 13:48:59 -06:00
3D-I
2f2782ed1e
[ticket/16685] Fix SQL error in ACP for DB name if not correctly escaped
...
PHPBB3-16685
2021-01-15 13:40:58 +01:00