1255febe6b
Merge pull request #6756 from kaileymsnay/ticket/17446
...
[ticket/17446] Add acp_account_activation_edit_add event
2024-12-08 13:02:37 +01:00
a4879e9249
[ticket/17446] Fix typo
...
PHPBB-17446
2024-11-29 23:57:35 -05:00
922fde6d53
[ticket/17446] Add $phpbb_dispatcher and docblock updates
...
PHPBB-17446
2024-11-29 23:02:40 -05:00
332ecb3d9c
[ticket/17446] Use array shorthand
...
PHPBB-17446
2024-11-29 17:03:32 -05:00
8978594d6d
[ticket/17446] Add acp_account_activation_edit_add event
...
Event added for additional account activation methods.
PHPBB-17446
2024-11-29 15:45:42 -05:00
5dc93ea51e
[ticket/17433] Clarify wording for use system cron ACP setting
...
PHPBB-17433
2024-11-25 10:03:55 +07:00
c252fb9bfb
[ticket/17421] Rename extensions section to "not installed"
...
PHPBB-17421
2024-10-28 20:20:36 +01:00
46ea7a8ffd
[ticket/17391] Fix PHP warning on creating group with the name already in use
...
PHPBB-17391
2024-10-03 12:37:30 +07:00
6ca926c146
Merge pull request #6665 from rxu/ticket/17359
...
[ticket/17359] Distinct disabled and available extensions list
2024-09-01 16:44:43 +02:00
4038bb9dc3
Merge pull request #6691 from marc1706/ticket/13933
...
[ticket/13933] Extend tokens' definitions in ACP bbcodes
2024-07-28 21:02:11 +02:00
1e28669407
Merge pull request #6696 from marc1706/ticket/17374
...
[ticket/17374] Only delete marked logs if entries have been marked
2024-07-28 20:31:52 +02:00
58cc1f4ef3
[ticket/17374] Only delete marked logs if entries have been marked
...
PHPBB-17374
2024-07-23 20:18:28 +02:00
10f92dbb68
[ticket/13933] Extend tokens' definitions in ACP bbcodes
...
PHPBB-13933
2024-07-16 21:01:57 +02:00
e6bdecbfee
[ticket/17359] Distinct disabled and available extensions list
...
PHPBB-17359
2024-06-30 19:07:41 +07:00
e125f1f709
[ticket/17338] Prefer user_last_active to display user last activity info
...
PHPBB-17338
2024-06-13 13:27:03 +07:00
2976314205
Merge branch 'prep-release-3.3.12' into 3.3.x
2024-05-31 21:41:03 +02:00
1c1c981b17
[ticket/security/276] Centralise call for token expiration
...
SECURITY-276
2024-05-29 22:04:15 +02:00
f853f6523f
[ticket/security/276] Prevent sending activation emails multiple times per day
...
SECURITY-276
2024-05-29 22:04:15 +02:00
ae18669fcd
[ticket/17325] Show message for "Re-Check version" if phpBB is still up to date
...
Show explicit message for "Re-Check version" if installed version is still up
to date
PHPBB3-17325
2024-05-28 20:55:49 +02:00
9ecf09dbe8
[ticket/17312] Add and use user_last_active where needed and useful
...
PHPBB3-17312
2024-05-18 20:58:07 +02:00
6c45c1ff6b
[ticket/15325] Do not show non-local permissions for local data
...
PHPBB3-15325
2024-04-23 20:49:02 +02:00
ccf6e6c255
Merge pull request #69 from phpbb/ticket/security-279
...
[ticket/security/279] Escape smilies URL and prevent paths in .pak filename
2023-10-15 13:50:41 +02:00
e071cd801a
Merge pull request #6527 from marc1706/ticket/16877
...
[ticket/16877] Use replacement library for oauth
2023-10-10 20:53:05 +02:00
266376af2e
[ticket/security/279] Use utf8_basename for smilies pak file check
...
SECURITY-279
2023-09-30 16:22:57 +02:00
c4f42c1573
[ticket/security/279] Use rawurlencode for escaping smilie URLs
...
SECURITY-279
2023-09-30 16:22:57 +02:00
d8ac6f575e
[ticket/security/279] Escape smilies URL and prevent paths in .pak filename
...
SECURITY-279
2023-09-30 16:22:56 +02:00
4513d1c0af
[ticket/16877] Bump minimum PHP version to 7.2.0
...
PHPBB3-16877
2023-08-15 20:28:41 +02:00
9515abdb91
[ticket/13399] Add separate plural rules for characters count
...
PHPBB3-13399
2023-07-31 21:14:05 +02:00
cca85f648b
[ticket/8777] Discourage deleting user with only one group
...
It will still be possible from the manage groups page though is discouraged
now by hiding the delete entry when managing users.
In addition to this, the manage user page will now show that no group is
specified for the user when viewing the groups page of a user.
PHPBB3-8777
2023-07-04 08:43:54 +02:00
1b82ea8a11
Merge pull request #6410 from DaRk1V0iD/ticket/16913_3.3.x
...
[ticket/16913] Add Search Index Progress Bar with Stats [3.3.x]
2023-01-31 16:50:59 +01:00
d446030a9b
[ticket/17074] Don't allow to create two roles with the same name
...
PHPBB3-17074
2023-01-03 01:46:56 +01:00
3db6cc98f5
[ticket/16913] Move progress bar HTML to acp_search.html
...
PHPBB3-16913
2022-11-17 02:20:48 +05:30
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
9b2f42748c
[ticket/16981] Fix HTML-encoded emojis in email subject line
...
PHPBB3-16981
2022-04-05 17:18:33 +01:00
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
fad1c652c0
[ticket/16940] Optimize phpBB Native Search
...
PHPBB3-16940
2021-12-14 16:26:39 +05:30
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
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
cccf01447f
[ticket/16940] Optimize phpBB Native Search
...
- Fixed infinite loop
PHPBB3-16940
2021-12-13 00:37:04 +05:30
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
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
39db7005cd
[ticket/16910] Fix PHP warnings on uploading orphaned files to posts
...
PHPBB3-16910
2021-11-14 16:31:52 +07:00
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
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
6218c2e120
[ticket/16899] Add SVG and WEBP to ranks, smilies and topic icons
...
PHPBB3-16899
2021-10-21 22:05:38 +02:00
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
1862992ca7
[ticket/16881] Fix ACP statistics
...
PHPBB3-16881
2021-09-24 00:39:44 +02:00
95fa6cceee
[ticket/16881] Fix ACP statistics
...
PHPBB3-16881
2021-09-23 21:51:11 +02:00
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
a6a18f2c59
[ticket/16804] Extend bbcode help line tooltip
...
PHPBB3-16804
2021-07-23 21:47:07 +02:00