Marc Alexander
a414a44e36
Merge pull request #6516 from marc1706/ticket/17137
...
[ticket/17137] Allow deleting user files only when post/pm can be changed
2023-08-06 20:32:12 +02:00
Marc Alexander
6268693cff
[ticket/17137] Improve code claritiy for math operation vs. comparison
...
PHPBB3-17137
2023-08-06 16:37:23 +02:00
Marc Alexander
e5db724d2c
Merge pull request #6501 from marc1706/ticket/13276
...
[ticket/13276] Support PHPBB_USE_BOARD_URL_PATH in web root path
2023-08-06 14:54:42 +02:00
Marc Alexander
50859bc8a5
Merge pull request #6522 from marc1706/ticket/13364
...
[ticket/13364] Force sync forum after splitting topic
2023-08-03 19:37:23 +02:00
Marc Alexander
b0d976f462
[ticket/13364] Force sync forum after splitting topic
...
PHPBB3-13364
2023-07-31 21:45:59 +02:00
Marc Alexander
1dedb05dce
[ticket/17137] Add missing post_time column to query
...
PHPBB3-17137
2023-07-29 10:06:35 +02:00
Marc Alexander
e3547aeb82
[ticket/17137] Allow deleting user files only when post/pm can be changed
...
PHPBB3-17137
2023-07-28 20:43:32 +02:00
Marc Alexander
56f0846378
[ticket/11765] Support IPv4 embedded IPv6 addresses in short_ipv6()
...
PHPBB3-11765
2023-07-26 17:21:43 +02:00
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
a686a2f057
[ticket/13276] Support PHPBB_USE_BOARD_URL_PATH in web root path
...
PHPBB3-13276
2023-06-30 16:42:27 +02:00
Marc Alexander
65fb35223c
Merge pull request #6486 from rxu/ticket/17139
...
[ticket/17139] Fix PHP fatal error for file transfer tool of updater
2023-06-11 21:57:06 +02:00
rxu
26d002a51a
[ticket/17139] Fix more PHP fatal errors
...
PHPBB3-17139
2023-05-25 20:22:42 +07:00
rxu
e0144ae7b2
[ticket/17139] Fix PHP fatal error for file transfer tool of updater
...
Uncaught TypeError: ftp_delete(): Argument #1 ($ftp) must be of type
FTP\\Connection, bool given
Stack trace:
#0 [ROOT]/includes/functions_transfer.php(427): ftp_delete(false, '...')
PHPBB3-17139
2023-05-24 22:39:16 +07:00
rxu
c2c7c271e7
[ticket/17139] Fix PHP fatal error for file transfer tool of updater
...
PHPBB3-17139
2023-05-24 20:49:01 +07:00
Marc Alexander
e0361fe9fe
Merge pull request #6469 from Crizz0/ticket/17004
...
[ticket/17004] Repair pagination func for global announcements in ucp front
2023-05-23 20:54:35 +02:00
Christian Schnegelberger
015c038d92
[ticket/17004] Remove not needed if and topic_count
...
PHPBB3-17004
2023-04-17 18:44:03 +02:00
Marc Alexander
c27214495c
[ticket/17127] Remove redundant check for changed password
...
user_password will have been updated if u_chgpasswd is yes and new password
has been set, no need to check password against old hash again.
PHPBB3-17127
2023-04-10 19:39:23 +02:00
Marc Alexander
4bf78fd7fd
Merge pull request #6465 from LukeWCS/ticket/17076
...
[ticket/17076] Fix signature length calculation
2023-02-28 20:26:07 +01:00
Christian Schnegelberger
3f6abe056a
[ticket/17004] Repair pagination func for global announce in ucp front
...
PHPBB3-17004
2023-02-02 18:06:36 +01:00
LukeWCS
1f96a2c79a
[ticket/17076] Fix signature length calculation
...
The error occurs when BBcode is used but there is no whitespace. In this case,
a part of the RegEx that is designed to be greedy is responsible for selecting
all BBcode tag containers and their content that do not contain whitespace.
This, in combination with the replace string, effectively reduces the entire
signature to a single space. This is the explanation for the reported behavior
of phpBB.
In addition, the bug also generally prevents the correct removal of BBcode
containers if their content does not contain whitespace. In such cases, the
BBcode tags are removed along with the content, which also results in
incorrect calculation of the text length.
* Changed the corresponding RegEx part from greedy to non-greedy.
* Removed an unnecessary class definition.
* Changed an unnecessary capturing group to a non-capturing group.
* Changed the replace string from a space to an empty string. <- Here,
however, I'm not sure if the space was intentional or not!
PHPBB3-17076
2023-02-01 20:21:37 +01:00
Christian Schnegelberger
b7258788cc
[ticket/17089] If user warned without post assume 0 for forum/topic_id
...
PHPBB3-17089
2023-01-31 18:56:58 +01:00
Marc Alexander
458940217b
Merge pull request #6456 from battye/ticket/17025
...
[ticket/17025] Move post destination topic field should not be populated with a zero
2023-01-31 16:56:27 +01: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
battye
33ba9f3392
[ticket/17025] Fix MCP move posts topic ID 0
...
PHPBB3-17025
2023-01-22 16:55:39 +08:00
Marc Alexander
a1a6ff4555
[3.3.x] Update versions to 3.3.11-dev
2023-01-13 22:50:09 +01:00
Marc Alexander
e805a47a98
[prep-release-3.3.10] Update version numbers to 3.3.10-RC1
2023-01-13 21:11:14 +01:00
Marc Alexander
c62d9e4c05
Merge pull request #6446 from rubencm/ticket/17082
...
[ticket/17082] Remove ability to warn anonymous
2023-01-07 21:02:12 +01:00
Ruben Calvo
7d29f133e5
[ticket/17082] Remove ability to warn anonymous
...
PHPBB3-17082
2023-01-06 04:33:09 +01:00
Ruben Calvo
e535f8e054
[ticket/17081] Fix accept attribute in upload input
...
PHPBB3-17081
2023-01-06 04:29:32 +01:00
Marc Alexander
02efbc251e
Merge pull request #6443 from rubencm/ticket/17074
...
[ticket/17074] Don't allow to create two roles with the same name
2023-01-03 22:52:04 +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
Christian Schnegelberger
014008fd48
[ticket/17065] Add utf8_encode_ucr to $usernotes
...
PHPBB3-17065
2022-11-28 18:24:59 +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
c2968212d8
Merge branch 'prep-release-3.3.9' into 3.3.x
2022-11-14 20:07:55 +01:00
Christian Schnegelberger
9fb2dbb776
[ticket/17058] Add $encode_eol to process()
...
PHPBB3-17058
2022-11-11 23:15:09 +01:00
Christian Schnegelberger
6f034c5215
[ticket/17058] Replace hardcoded PHP_EOL in phpbb_mail() with var
...
PHPBB3-17058
2022-11-11 23:15:09 +01:00
Christian Schnegelberger
0802772f09
[ticket/17058] Add if-sentence for $encode_eol for email headers
...
PHPBB3-17058
2022-11-11 23:15:09 +01:00
Marc Alexander
c410829a42
[3.3.x] Update versions to 3.3.10-dev
2022-10-26 22:44:56 +02:00
Marc Alexander
1fe8bbf47a
[prep-release-3.3.9] Update version numbers to 3.3.9-RC1
2022-10-22 20:55:12 +02:00
Marc Alexander
89b07af756
Merge pull request #6406 from Noxwizard/ticket/17003
...
[ticket/17003] Include topic icon on UCP front page
2022-07-28 20:11:19 +02:00
Marc Alexander
7275f9e7f1
[ticket/17003] Small code style adjustmens
...
PHPBB3-17003
2022-07-27 18:17:46 +02:00
Marc Alexander
ca8c402796
Merge pull request #6405 from Noxwizard/ticket/16916
...
[ticket/16916] Include PHP version number in startup/install error
2022-07-16 18:47:56 -04:00
Patrick Webster
040c2e9b78
[ticket/17003] Include topic icon on UCP front page
...
Prosilver already supports rendering topic icons on this view, but the backend
didn't populate the needed topicrow values.
PHPBB3-17003
2022-07-09 14:57:01 -05:00
Patrick Webster
2c661205e4
[ticket/16916] Include PHP version number in startup/install error
...
If the PHP version is too low, an error is displayed. This error does not
include the current PHP version number, which often becomes a debate with
users who believe they are running a supported version.
PHPBB3-16916
2022-07-04 21:12:43 -05:00
Marc Alexander
064a96ec07
[ticket/16932] Ensure special characters are encoded for ASCII in emails
...
PHPBB3-16932
2022-06-27 22:36:25 +02:00
Marc Alexander
f930f8821f
[3.3.x] Update versions to 3.3.9-dev
2022-06-06 22:54:43 +02:00
Marc Alexander
2b92ff372b
[prep-release-3.3.8] Update version numbers to 3.3.8-RC1
2022-06-06 14:40:29 +02:00
Marc Alexander
898075f0f8
Merge pull request #6391 from battye/ticket/16800
...
[ticket/16800] Fix 'No Posts' bug when no date format supplied
2022-04-30 23:02:10 +02:00
Marc Alexander
3308318524
Merge pull request #6377 from lionel-rowe/ticket/16981
...
[ticket/16981] Fix HTML-encoded emojis in email subject line
2022-04-30 22:27:37 +02:00