2ff409ae4d
Merge branch '3.3.x'
2023-10-01 14:00:51 +02:00
10330e5867
[ticket/17029] Fall back to redirecting to topic when post id is invalid
...
PHPBB3-17029
2023-08-15 11:07:40 +02:00
2563561663
[ticket/17029] Treat deleting post as last post when id is bigger
...
PHPBB3-17029
2023-08-15 11:07:10 +02:00
abc4867dbd
Merge branch '3.3.x'
2023-08-06 14:56:53 +02:00
a686a2f057
[ticket/13276] Support PHPBB_USE_BOARD_URL_PATH in web root path
...
PHPBB3-13276
2023-06-30 16:42:27 +02:00
4e9cf239ed
[ticket/15687] Force supplied filename to be correct and modify route
...
PHPBB3-15687
2023-06-28 10:51:22 +02:00
b02ad26015
[ticket/15687] Fix incorrect variable names thanks to copy & paste
...
PHPBB3-15687
2023-06-27 22:16:30 +02:00
df6ab1a811
[ticket/15687] Add attachment filename to attachment URL
...
This will also fix the invalid requirements for the file parameter of the URL.
PHPBB3-15687
2023-06-27 21:00:16 +02:00
569382244f
Merge branch '3.3.x'
2023-01-07 15:40:38 +01:00
e535f8e054
[ticket/17081] Fix accept attribute in upload input
...
PHPBB3-17081
2023-01-06 04:29:32 +01:00
daa2dd280c
[ticket/16955] Fix most return types in phpdoc
...
PHPBB3-16955
2023-01-02 14:17:04 +01:00
0a24704b4f
[ticket/12683] Add progress bar to create_index
...
PHPBB3-12683
2022-12-11 17:16:44 +01:00
be1de2c4b0
Merge branch '3.3.x'
2022-01-25 22:13:23 +01:00
9f09dec049
[ticket/13821] Support displaying ignored posts on post review page
...
PHPBB3-13821
2022-01-22 22:28:04 +01:00
c0c3486999
Merge branch '3.3.x'
2021-10-17 12:41:44 +02:00
7355ee623a
[ticket/16888] Add the list of allowed files in the attachment tab
...
Add core.modify_default_attachments_template_vars
PHPBB3-16888
2021-10-11 08:23:52 +02:00
a7385f0fbe
[ticket/16888] Add the list of allowed files in the attachment tab
...
PHPBB3-16888
2021-10-11 04:54:52 +02:00
c5814ddfaa
[ticket/16888] Add the list of allowed files in the attachment tab
...
PHPBB3-16888
2021-10-11 04:24:15 +02:00
96c439bf10
[ticket/16888] Add the list of allowed files in the attachment tab
...
PHPBB3-16888
2021-10-11 04:15:29 +02:00
7a21a9032e
[ticket/16888] Add the list of allowed files in the attachment tab
...
PHPBB3-16888
2021-10-11 04:04:13 +02:00
1619014120
[ticket/16888] Add the list of allowed files in the attachment tab
...
PHPBB3-16888
2021-10-11 02:48:39 +02:00
c0296d10db
[ticket/16888] Add the list of allowed files in the attachment tab
...
Using the accept attribute
PHPBB3-16888
2021-10-10 16:17:40 +02:00
52c931a8b6
[ticket/16888] Add the list of allowed files in the attachment tab
...
Request mixed content using shorthand Ternary
PHPBB3-16888
2021-10-10 13:34:31 +02:00
9ca70432d9
[ticket/16888] Add the list of allowed files in the attachment tab
...
Make sure we are checking both PMs and topics
PHPBB3-16888
2021-10-10 13:27:08 +02:00
98f446df67
[ticket/16888] Add the list of allowed files in the attachment tab
...
PHPBB3-16888
2021-10-10 07:06:24 +02:00
72cf2ba2ea
Merge branch '3.3.x'
2021-08-23 20:30:14 +02:00
3f9e6c6013
[ticket/16138] Remove extra variables and improve fallback to viewforum
...
PHPBB3-16138
2021-08-04 21:44:49 +02:00
513de4c482
[ticket/16207] Remove session_id from MCP links
...
PHPBB3-16207
2021-07-17 22:31:27 +02:00
37ebf41308
Merge pull request #5274 from rubencm/ticket/14285
...
[ticket/14285] Move downloads to controller
2021-05-28 07:17:15 +02:00
8518b9864e
[ticket/14285] Move response variable and small improvements
...
PHPBB3-14285
2021-05-27 07:43:24 +02:00
3f518c9263
[ticket/16138] Use array to pass parameters to append_sid()
...
PHPBB3-16138
2021-05-24 16:14:17 +02:00
f3c426389c
Merge pull request #6206 from marc1706/ticket/13713
...
[ticket/13713] User Mentions
2021-05-23 17:49:33 +02:00
adacf21edb
[ticket/16138] Eliminate redundant parameters from board URLs
...
Rebase to 3.3.x
PHPBB3-16138
2021-05-19 22:05:06 +02:00
692253029c
Merge branch '3.3.x'
2021-05-15 22:38:08 +02:00
9905e54013
[ticket/13713] Fix mention notification update
...
PHPBB3-13713
2021-05-14 21:52:15 +02:00
c70ac7eb62
[ticket/13713] Introduce notifications for mentions
...
PHPBB3-13713
2021-05-14 21:51:53 +02:00
bcea34ee7c
[ticket/15925] Update events for 3.3.5-RC1
...
PHPBB3-15925
2021-05-07 19:25:35 -04:00
658a0489d0
[ticket/15540] Add types
...
PHPBB3-15540
2021-03-23 12:11:33 +01:00
a8de540e93
[ticket/15540] Trigger errors when search module not found
...
PHPBB3-15540
2021-03-23 11:16:53 +01:00
2aabf560b4
[ticket/15540] Refactor search backend classes to Symfony services
...
PHPBB3-15540
2021-03-22 21:57:02 +01:00
c375f2c9e5
[ticket/14285] Use route service for download routes
...
PHPBB3-14285
2021-03-21 23:12:31 +01:00
22f7f491c5
[ticket/15925] Update events for 3.3.4-RC1
...
PHPBB3-15925
2021-03-04 17:14:56 +01:00
60d6727974
[ticket/15925] Update events for 3.3.3-RC1
...
PHPBB3-15925
2021-03-04 17:12:26 +01:00
86bbd05608
[ticket/15925] Add core.update_post_info_modify_sql
...
Add event to modify the sql to allow for more columns to be updated during sync
Same as sync events but only ran for last posts, slightly different formatting
PHPBB3-15925
2021-03-04 17:12:26 +01:00
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
3629b587fa
Merge branch '3.3.x'
2021-03-01 21:21:04 +01:00
b06746460e
[ticket/16712] Implement thumbnails for WEBP images in attachments
...
Use short array syntax
PHPBB3-16712
2021-02-27 22:10:02 +01:00
374a3a2005
[ticket/16712] Implement thumbnails for WEBP images in attachments
...
PHPBB3-16712
2021-02-27 21:59:57 +01:00
84453ed957
[ticket/16712] Implement thumbnails for WEBP images in attachments
...
PHPBB3-16712
2021-02-27 20:05:09 +01:00
8f21a055ad
[ticket/16712] Implement thumbnails for WEBP images in attachments
...
PHPBB3-16712
2021-02-27 19:54:44 +01:00