1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-25 11:01:48 +02:00
Commit Graph

2829 Commits

Author SHA1 Message Date
Marc Alexander
f64eb7dd04 [ticket/17100] Move html for ext group selects from PHP files
PHPBB3-17100
2023-04-09 13:43:00 +02:00
Marc Alexander
3e75aabc64 [ticket/17100] Remove select html for attachments category select
PHPBB3-17100
2023-04-09 13:43:00 +02:00
Marc Alexander
4846723bb6 [ticket/17100] Move lang options HTML to template
PHPBB3-17100
2023-04-09 13:42:59 +02:00
Marc Alexander
21222adc99 [ticket/17108] Stop using backslashes for css selectors
PHPBB3-17108
2023-04-05 20:53:20 +02:00
Marc Alexander
4a9b201ae5 Merge pull request #6441 from marc1706/ticket/16913_master
[ticket/16913] Add Search Index Progress Bar with Stats [master]
2023-01-31 16:51:25 +01:00
Marc Alexander
91c83fd566 [ticket/16913] Move progress bar code to after search state init
PHPBB3-16913
2023-01-09 20:10:59 +01:00
Marc Alexander
eafec8ff64 Merge branch '3.3.x' 2023-01-03 22:52:15 +01:00
Ruben Calvo
d446030a9b [ticket/17074] Don't allow to create two roles with the same name
PHPBB3-17074
2023-01-03 01:46:56 +01:00
Marc Alexander
a366eb7f6c [ticket/16955] Update namespace for iterators to finder
PHPBB3-16955
2023-01-02 22:14:11 +01:00
Marc Alexander
83dfa4847b [ticket/16913] Remove duplicate parsing of language variables
PHPBB3-16913
2023-01-02 20:09:11 +01:00
Ruben Calvo
daa2dd280c [ticket/16955] Fix most return types in phpdoc
PHPBB3-16955
2023-01-02 14:17:04 +01:00
Ruben Calvo
3e8fced5c8 [ticket/16955] Fix phpdoc annotations and return types
PHPBB3-16955
2022-12-31 16:18:06 +01:00
Marc Alexander
df476f733f [ticket/16913] Move code in index action and remove not needed global
PHPBB3-16913
2022-12-30 11:39:03 +01:00
Marc Alexander
94ed73b812 Merge branch 'ticket/16913_3.3.x' into ticket/16913_master 2022-12-30 09:09:09 +01:00
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
3db6cc98f5 [ticket/16913] Move progress bar HTML to acp_search.html
PHPBB3-16913
2022-11-17 02:20:48 +05:30
Dark❶
a45f8f0796 [ticket/16913] Add Search Index Progress Bar with Stats
- Update SQL for count of posts
- Update search index test
- Removed "Pop-up Progress Bar".
- For first run display the "Success Message".
- Display the Info from "Pop-up Progress Bar" to "Success Message".
- Only display "Redirect" & "Rate" of post refreshed "Success Message".
- Minor Language Fix.
- Use `ORDER BY post_id ASC` for progress stats.
- Removed HTML from Lang String.
- Moved HTML to PHP file.
- Increased the size of Progress-Bar by 2x.

PHPBB3-16913
2022-11-17 02:20:46 +05:30
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