Marc Alexander
d05ce65a98
[ticket/11449] Add separate method for deleting notifications by multiple types
...
PHPBB3-11449
2023-07-02 09:56:10 +02:00
Marc Alexander
4a7f39c1c7
Merge branch '3.3.x'
2023-06-11 21:57:19 +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
9d087622e0
Merge branch '3.3.x'
2023-05-23 20:54:43 +02: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
Marc Alexander
73f9398ab0
Merge pull request #6470 from marc1706/ticket/17100
...
[ticket/17100] Introduce twig macros for commonly used form elements
2023-05-23 20:46:31 +02:00
Marc Alexander
860598026b
[ticket/17100] Clean up code a bit based on code reviews
...
PHPBB3-17100
2023-04-30 16:54:24 +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
db93cfba0e
Merge branch '3.3.x'
2023-04-11 21:17:41 +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
4b17de74a4
[ticket/17100] Move forum selects to HTML files
...
PHPBB3-17100
2023-04-10 15:17:26 +02:00
Marc Alexander
9ee130fc59
[ticket/17100] Move date format select HTML to HTML files
...
PHPBB3-17100
2023-04-10 10:53:58 +02:00
Marc Alexander
dda8766471
[ticket/17100] Use class members for some global vars in acp_board
...
PHPBB3-17100
2023-04-10 10:53:28 +02:00
Marc Alexander
64297cbbd4
[ticket/17100] Remove no longer existing param description
...
PHPBB3-17100
2023-04-09 14:26:22 +02:00
Marc Alexander
69f5d5f40f
[ticket/17100] Add missing space
...
PHPBB3-17100
2023-04-09 13:43:05 +02:00
Marc Alexander
6473167d6e
[ticket/17100] Reuse form_macros in ACP and fix tests
...
PHPBB3-17100
2023-04-09 13:43:04 +02:00
Marc Alexander
015472ab91
[ticket/17100] Move timezone select HTML from PHP file
...
PHPBB3-17100
2023-04-09 13:43:04 +02:00
Marc Alexander
540097eed7
[ticket/17100] Move filesize config HTML from PHP files
...
PHPBB3-17100
2023-04-09 13:43:04 +02:00
Marc Alexander
b09af35c90
[ticket/17100] Move html of build_select to templates
...
PHPBB3-17100
2023-04-09 13:43:03 +02:00
Marc Alexander
8e05baca87
[ticket/17100] Improve support for selects
...
PHPBB3-17100
2023-04-09 13:43:02 +02:00
Marc Alexander
2dfe5ebe6d
[ticket/17100] Refactor code to be more reusable
...
PHPBB3-17100
2023-04-09 13:43:01 +02:00
Marc Alexander
516d5313ad
[ticket/17100] Update tests for changed build_cfg_template
...
PHPBB3-17100
2023-04-09 13:43:01 +02:00
Marc Alexander
99368ab19a
[ticket/17100] Move build_cfg_template parts to HTML-less function
...
PHPBB3-17100
2023-04-09 13:43:01 +02:00
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
08377a24ea
Merge branch '3.3.x'
2023-02-28 20:26:30 +01: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
Marc Alexander
1d17da4a4c
Merge branch '3.3.x'
2023-02-06 20:05:16 +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
49cb6d1e1c
Merge branch '3.3.x'
2023-01-31 16:56:30 +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
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
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
91c83fd566
[ticket/16913] Move progress bar code to after search state init
...
PHPBB3-16913
2023-01-09 20:10:59 +01:00
Marc Alexander
6980b7656c
Merge branch '3.3.x'
2023-01-07 21:02:23 +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
Marc Alexander
569382244f
Merge branch '3.3.x'
2023-01-07 15:40:38 +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
eafec8ff64
Merge branch '3.3.x'
2023-01-03 22:52:15 +01:00