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
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
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
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
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
rxu
2fd4dbb685
[ticket/16690] Fix htmlspecialchars and htmlspecialchars_decode default flag
...
PHPBB3-16690
2021-01-20 00:21:24 +07: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
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
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
Marc Alexander
57e2a32d4c
[3.3.x] Update version numbers to 3.3.4-dev
2021-01-14 17:12:07 +01:00
Marc Alexander
7d3ff8c7f2
[prep-release-3.3.3] Update version numbers to 3.3.3-RC1
2021-01-11 21:21:43 +01:00
Marc Alexander
b83538e4c5
Merge pull request #6116 from CHItA/ticket/16679
...
[ticket/16679] Respect "allow password reset" setting on login
2021-01-11 17:29:43 +01:00
Billy Noah
2f245faee4
[ticket/16679] Respect "allow password reset" setting on login
...
PHPBB3-16679
2021-01-07 18:52:32 +01:00
3D-I
6738076f72
[ticket/16656] Fix ACP check-in for mbstring http_input & output
...
PHPBB3-16656
2021-01-04 22:16:05 +01:00
Marc Alexander
8afcaaddab
Merge pull request #6101 from 3D-I/ticket/16670
...
[ticket/16670] Fix ACP check-in for OAuth provider keys - PHP 8
2021-01-04 21:43:58 +01:00
3D-I
2d548a026f
[ticket/16641] Fix config.php validation in ACP - PHP 8
...
PHPBB3-16641
2020-12-31 22:30:32 +01:00
3D-I
0bfb746991
Merge branch '3.3.x' into ticket/16641
2020-12-31 22:27:12 +01:00
3D-I
8382b36823
[ticket/16670] Fix ACP check-in for OAuth provider keys - PHP 8
...
PHPBB3-16670
2020-12-31 10:20:24 +01:00
3D-I
7ceb436021
[ticket/16641] Fix config.php validation in ACP - PHP 8
...
PHPBB3-16641
2020-12-30 03:02:31 +01:00
3D-I
2c2ee90d58
[ticket/16641] Fix config.php validation in ACP - PHP 8
...
PHPBB3-16641
2020-12-29 22:05:21 +01:00
3D-I
f95802c211
[ticket/16665] Fix Emoji for strings in board settings
...
PHPBB3-16665
2020-12-29 20:54:35 +01:00
3D-I
c37e8ae8b9
[ticket/16665] Fix Emoji for strings in board settings
...
Add event
PHPBB3-16665
2020-12-24 05:27:43 +01:00
3D-I
d6427e777c
[ticket/16665] Fix Emoji for strings in board settings
...
PHPBB3-16665
2020-12-24 00:06:44 +01:00
3D-I
b9b50a108b
[ticket/16641] Fix config.php validation in ACP - PHP 8
...
PHPBB3-16641
2020-11-28 18:28:26 +01:00
3D-I
557160f158
[ticket/16641] Fix config.php validation in ACP - PHP 8
...
PHPBB3-16641
2020-11-28 06:26:00 +01:00
3D-I
ea5028cf2a
[ticket/16641] Fix config.php validation in ACP - PHP 8
...
PHPBB3-16641
2020-11-28 05:39:15 +01:00
3D-I
4e8b104543
[ticket/16641] Fix config.php validation in ACP - PHP 8
...
PHPBB3-16641
2020-11-27 20:50:40 +01:00
3D-I
146d72468f
[ticket/16641] Fix config.php validation in ACP - PHP 8
...
PHPBB3-16641
2020-11-26 23:58:41 +01:00
3D-I
f711133580
[ticket/16641] Fix config.php validation in ACP - PHP 8
...
PHPBB3-16641
2020-11-26 23:51:54 +01:00
3D-I
cd42c0e306
[ticket/16641] Fix config.php validation in ACP - PHP 8
...
PHPBB3-16641
2020-11-26 23:45:22 +01:00
rxu
812ba990ac
[ticket/16617] Shorten event names
...
PHPBB3-16617
2020-11-21 13:33:04 +07:00
rxu
5d270319e5
[ticket/16617] Add events to override message/PM BBCode status indications
...
PHPBB3-16617
2020-11-21 12:56:57 +07:00
pasha
5d66d4c91f
[ticket/16617] Events for posting/pm statuses
...
PHPBB3-16617
2020-11-21 12:56:52 +07:00
Marc Alexander
eefd3c0197
Merge pull request #5523 from toxyy/ticket/15951
...
[ticket/15951] Add core events to mcp
2020-11-20 22:49:46 +01:00
3D-I
62115f378a
[ticket/16629] Fix ACP get_database_size() for MySql 8
...
PHPBB3-16629
2020-11-20 09:19:55 +01:00