Commit graph

2813 commits

Author SHA1 Message Date
Marc Alexander
35228ffd62
[ticket/16955] Clean up captcha classes
PHPBB3-16955
2022-12-28 08:37:22 +01:00
Marc Alexander
9a546c535c
[ticket/16955] Use common code for path iterator generation
PHPBB3-16955
2022-12-28 08:36:59 +01:00
Ruben Calvo
e6af4c4def
[ticket/12683] Fix post index creation
PHPBB3-12683
2022-12-11 17:16:44 +01:00
rubencm
d55f1e04eb
[ticket/12683] phpdoc and spaces
PHPBB3-12683
2022-12-11 17:16:44 +01:00
rubencm
9a6d42770e
[ticket/12683] Remove check to avoid index twice (ticket 16755)
PHPBB3-12683
2022-12-11 17:16:44 +01:00
rubencm
f4977853be
[ticket/12683] Pass tables via parameter and small fix
PHPBB3-12683
2022-12-11 17:16:44 +01:00
rubencm
565c806eda
[ticket/12683] Move state related code to helper class
PHPBB3-12683
2022-12-11 17:16:44 +01:00
rubencm
0a24704b4f
[ticket/12683] Add progress bar to create_index
PHPBB3-12683
2022-12-11 17:16:44 +01:00
Marc Alexander
8841d88845
Merge pull request #6225 from rubencm/ticket/16790
[ticket/16790] Remove unused code
2022-12-09 21:17:23 +01:00
Marc Alexander
7d586b0420
[ticket/17049] Remove unused extensions manager parameter
PHPBB3-17049
2022-10-16 16:22:36 +02:00
Marc Alexander
0a64ffa834
Merge branch '3.3.x' 2022-04-30 22:46:05 +02:00
Marc Alexander
d868dbe3aa
[ticket/16967] Remove support for INCLUDEPHP and PHP/ENDPHP in templates
PHPBB3-16967
2022-04-11 21:10:35 +02:00
lionel-rowe
9b2f42748c [ticket/16981] Fix HTML-encoded emojis in email subject line
PHPBB3-16981
2022-04-05 17:18:33 +01:00
Marc Alexander
99634d4c05 Merge pull request #6347 from DaRk1V0iD/ticket/16940_3.3.x
[ticket/16940] Optimize phpBB Native Search [3.3.x]
2021-12-23 22:24:28 +01:00
rxu
85f23474d7
[ticket/16688] Fix 'Remove' link for Extension manager
'Remove' link is broken and rendered as 'Array'.

PHPBB3-16943
2021-12-19 19:42:25 +07:00
Dark❶
fad1c652c0
[ticket/16940] Optimize phpBB Native Search
PHPBB3-16940
2021-12-14 16:26:39 +05:30
Marc Alexander
7911c9cb73
Merge branch '3.3.x' 2021-12-13 20:23:16 +01:00
Marc Alexander
1df74005a8
Merge pull request #6318 from 3D-I/ticket/16899
[ticket/16899] Add SVG and WEBP to ranks, smilies and topic icons
2021-12-13 20:23:13 +01:00
Dark❶
c7856ce162
[ticket/16940] Optimize phpBB Native Search
- Use `ORDER BY post_id ASC` for batch posts.

PHPBB3-16940
2021-12-13 19:36:36 +05:30
Dark❶
cccf01447f
[ticket/16940] Optimize phpBB Native Search
- Fixed infinite loop

PHPBB3-16940
2021-12-13 00:37:04 +05:30
Dark❶
ddc3eaa5bf
[ticket/16940] Optimize phpBB Native Search
- Removed `end()` replaced with `$ids[count($ids) - 1]`

PHPBB3-16940
2021-12-12 20:44:37 +05:30
Dark❶
65fa73855c
[ticket/16940] Optimize phpBB Native Search
- Use `sql_query_limit` instead of `sql_query`
- Update SQL query to reflect the above change
- Assign proper last `post_id` to `$post_counter`

PHPBB3-16940
2021-12-12 19:51:50 +05:30
rubencm
2f41ce219c [ticket/16790] Remove unused code
PHPBB3-16790
2021-11-22 18:52:01 +01:00
Máté Bartus
0766facdb2 Merge branch '3.3.x' 2021-11-21 21:49:07 +01:00
rxu
39db7005cd
[ticket/16910] Fix PHP warnings on uploading orphaned files to posts
PHPBB3-16910
2021-11-14 16:31:52 +07:00
3D-I
f841a0a1b8 [ticket/16899] Add SVG and WEBP to ranks, smilies and topic icons
Attempt to read the SVG dimensions

PHPBB3-16899
2021-10-22 02:34:39 +02:00
3D-I
7472d300b6 [ticket/16899] Add SVG and WEBP to ranks, smilies and topic icons
Attempt to read the SVG dimensions

PHPBB3-16899
2021-10-22 02:30:13 +02:00
3D-I
6218c2e120 [ticket/16899] Add SVG and WEBP to ranks, smilies and topic icons
PHPBB3-16899
2021-10-21 22:05:38 +02:00
3D-I
afbf7aadd2 [ticket/16899] Add SVG and WEBP image type to ranks, smilies and topic icons
PHPBB3-16899
2021-10-21 21:48:14 +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
38024d14bf
Merge pull request #6280 from 3D-I/ticket/16863
[ticket/16863] Support playing video attachments
2021-10-09 22:11:31 +02:00
Marc Alexander
f94eec5e0d
Merge branch '3.3.x' 2021-10-03 17:34:31 +02:00
3D-I
1862992ca7 [ticket/16881] Fix ACP statistics
PHPBB3-16881
2021-09-24 00:39:44 +02:00
3D-I
95fa6cceee [ticket/16881] Fix ACP statistics
PHPBB3-16881
2021-09-23 21:51:11 +02:00
3D-I
80f3d7b0aa [ticket/16863] Support playing video attachments
PHPBB3-16863
2021-08-30 21:29:46 +02:00
3D-I
7c19d6a589 [ticket/16857] Remove unused settings in acp_board
PHPBB3-16857
2021-08-26 00:16:00 +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
Marc Alexander
acbcb18226
Merge pull request #5760 from v12mike/ticket/16138
Ticket/16138 Eliminate redundant parameters from board URLs
2021-08-23 20:11:35 +02:00
Jakub Senko
28f98402f3
[ticket/16574] Remove flash BBcode
PHPBB3-16574
2021-08-19 23:01:42 +02:00
Marc Alexander
3913544782
[ticket/16825] Add link hashes to logout links
PHPBB3-16825
2021-07-25 20:47:41 +02:00
Marc Alexander
8ea4d235bf
Merge pull request #6248 from marc1706/ticket/16207
[ticket/16207] Require cookies for sessions
2021-07-25 15:41:20 +02:00
Marc Alexander
c8dc942f38
Merge branch '3.3.x' 2021-07-23 22:25:36 +02:00
3D-I
a6a18f2c59
[ticket/16804] Extend bbcode help line tooltip
PHPBB3-16804
2021-07-23 21:47:07 +02:00
Máté Bartus
cf8dc8d4b4 Merge branch '3.3.x' 2021-07-23 08:43:37 +02:00
Marc Alexander
5de8c3dc3c
[ticket/12075] Add acp/modules language file to extensions page
PHPBB3-12075
2021-07-18 10:57:30 +02:00
Marc Alexander
5b68527eec
[ticket/16207] Stop forcing session id in URLs
PHPBB3-16207
2021-07-17 22:31:54 +02:00
Marc Alexander
513de4c482
[ticket/16207] Remove session_id from MCP links
PHPBB3-16207
2021-07-17 22:31:27 +02:00
hubaishan
a50de57dc4
[ticket/14771] Fix direct property access
Fix direct property access for language

PHPBB3-14771
2021-06-30 21:41:01 +02:00
hubaishan
a4852c1752
[ticket/14771] Fix tab and language to array
fix tab in phpBB/includes/functions_download.php
add language value to array in phpBB/includes/acp/acp_attachments.php

PHPBB3-14771
2021-06-30 21:41:01 +02:00