Marc Alexander
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
Marc Alexander
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
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
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
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
Dark❶
fad1c652c0
[ticket/16940] Optimize phpBB Native Search
...
PHPBB3-16940
2021-12-14 16:26:39 +05:30
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
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
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
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
3D-I
a6a18f2c59
[ticket/16804] Extend bbcode help line tooltip
...
PHPBB3-16804
2021-07-23 21:47:07 +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
acf0885948
[ticket/16783] Add back data only backups
...
PHPBB3-16783
2021-05-25 20:34:31 +02:00
Marc Alexander
d8ef094a9a
[ticket/16783] Remove structure only backup
...
PHPBB3-16783
2021-05-24 16:36:54 +02:00
v12mike
adacf21edb
[ticket/16138] Eliminate redundant parameters from board URLs
...
Rebase to 3.3.x
PHPBB3-16138
2021-05-19 22:05:06 +02:00
3D-I
81d582a2d2
[ticket/16772] Fix Emoji for Email signature
...
PHPBB3-16772
2021-05-08 04:49:20 +02: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
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
36554f3ce8
[ticket/16604] Adjust code logic
...
PHPBB3-16604
2020-09-25 22:08:18 +07:00
rxu
d80367c5fc
[ticket/16604] Adjust filesystem service dependency injection placement
...
PHPBB3-16604
2020-09-24 23:48:57 +07:00
rxu
0d68cebea8
[ticket/16604] Improve code readability
...
PHPBB3-16604
2020-09-21 22:30:42 +07:00