Marc Alexander
a46cfa4f06
Merge branch '3.3.x'
2023-02-06 22:44:20 +01:00
Marc Alexander
41b8ec0470
Merge pull request #6464 from Crizz0/ticket/17043
...
[ticket/17043] Remove unnecessary cp navi CSS rule in bidi.css
2023-02-06 22:44:10 +01:00
Marc Alexander
23384c7109
Merge branch '3.3.x'
2023-02-06 21:08:06 +01:00
Marc Alexander
984596ffd3
Merge pull request #6463 from Crizz0/ticket/17045
...
[ticket/17045] Use NUM_ATTACHMENTS in UCP and right css classes
2023-02-06 21:08:04 +01:00
Marc Alexander
28cd9f4258
Merge branch '3.3.x'
2023-02-06 21:05:20 +01:00
Marc Alexander
1416e25cfd
Merge pull request #6462 from Crizz0/ticket/17046
...
[ticket/17046] Use tweaks.css for IE9 in overall_ and simple_header
2023-02-06 21:03:49 +01:00
Marc Alexander
49b9dc4a3d
Merge pull request #6461 from Crizz0/ticket/17067
...
[ticket/17067] Add lang variable for rows per second & searchindex:
2023-02-06 20:07:12 +01:00
Marc Alexander
1d17da4a4c
Merge branch '3.3.x'
2023-02-06 20:05:16 +01:00
Marc Alexander
3584d79e87
Merge pull request #6460 from Crizz0/ticket/17089
...
[ticket/17089] If user warned without post assume 0 for forum/topic_id
2023-02-06 20:05:05 +01:00
Marc Alexander
bbef375844
Merge branch '3.3.x'
2023-02-05 22:07:30 +01:00
Marc Alexander
e5bbb899f7
Merge branch 'prep-release-3.3.10' into 3.3.x
2023-02-05 22:06:18 +01:00
Marc Alexander
124f9c1c08
Merge branch '3.3.x'
2023-02-05 00:03:43 +01:00
Marc Alexander
2afc1c369a
Merge pull request #6459 from Crizz0/ticket/17098
...
[ticket/17098] Add class S_CONTENT_DIRECTION to body in ucp_pm_viewmessage_print.html
2023-02-05 00:03:37 +01:00
Marc Alexander
81f67f3a6e
[prep-release-3.3.1] Update changelog for 3.3.10
2023-02-04 20:32:52 +01:00
Marc Alexander
4a185ed02e
[prep-release-3.3.1] Add migration for 3.3.10
2023-02-04 20:31:26 +01:00
Marc Alexander
cfd0fe6943
[prep-release-3.3.1] Update version numbers to 3.3.10
2023-02-04 20:31:19 +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
Christian Schnegelberger
9b961836be
[ticket/17040] Include bidi.css to pm print only in RTL languages
...
PHPBB3-17040
2023-02-01 21:57:13 +01:00
Christian Schnegelberger
aa5e9bf25c
[ticket/17041] Add if to show other arrow for RTL languages
...
PHPBB3-17041
2023-02-01 20:59:14 +01:00
Christian Schnegelberger
50c3c3f0ee
[ticket/17042] Add CSS rules for group desc and list
...
PHPBB3-17042
2023-02-01 20:36:22 +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
24a5972a0b
[ticket/17043] Remove unnecessary cp navi CSS rule in bidi.css
...
PHPBB3-17043
2023-02-01 20:18:30 +01:00
Christian Schnegelberger
fc8c6acae4
[ticket/17045] Use NUM_ATTACHMENTS in UCP and right css classes
...
PHPBB3-17045
2023-02-01 20:11:34 +01:00
Christian Schnegelberger
b092886d5b
[ticket/17067] Add lang variable for rows per second & searchindex:
...
PHPBB3-17067
2023-02-01 19:52:47 +01:00
Christian Schnegelberger
0f445c73a0
[ticket/17046] Use tweeks.css for IE9 in overall_ and simple_header
...
PHPBB3-17046
2023-02-01 19:35:16 +01:00
Marc Alexander
213c668ed0
Merge branch '3.3.x'
2023-01-31 22:03:00 +01:00
Marc Alexander
99b8d2bee5
Merge pull request #6458 from marc1706/ticket/16796-master
...
[ticket/16796] Fixing misalignment of header items in category on index -- master version
2023-01-31 22:02:50 +01:00
Marc Alexander
0f1c62bc7b
Merge pull request #6457 from marc1706/ticket/16796
...
[ticket/16796] Fixing misalignment of header items in category on index
2023-01-31 22:02:12 +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
Christian Schnegelberger
632702e10f
[ticket/17098] Add class S_CONTENT_DIRECTION to body in pm print
...
PHPBB3-17098
2023-01-31 18:14:41 +01:00
Marc Alexander
b5c316c9c3
[ticket/8071] Make nextid alias of sql_last_inserted_id and add deprecation
...
PHPBB3-8071
2023-01-31 17:17:42 +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
3a34b08826
Merge branch '3.3.x'
2023-01-31 16:51:32 +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
Marc Alexander
64b19cd02a
Merge branch '3.3.x'
2023-01-31 16:46:34 +01:00
Marc Alexander
85cf70765d
Merge pull request #6451 from battye/ticket/17086
...
[ticket/17086] Add GitHub Codespaces support to phpBB (3.3.x branch)
2023-01-31 16:46:29 +01:00
Marc Alexander
6ef29d410e
Merge branch 'ticket/16796' into ticket/16796-master
2023-01-29 09:27:54 +01:00
MannixMD
9794a84f3a
[ticket/16796] Fixing misalignment of header items in category on index
...
This is a fix for the Posts and Views alignment on index page in the header
of category/forum.
PHPBB3-16796
2023-01-29 09:26:27 +01:00
Marc Alexander
b4d09e4007
Merge pull request #6447 from marc1706/ticket/17085
...
[ticket/17085] Fix invalid icon names
2023-01-27 10:32:03 +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
a04bd85344
Merge branch '3.3.x'
2023-01-18 19:53:09 +01:00
Marc Alexander
082cd0aef9
Merge pull request #6455 from marc1706/ticket/17092_master
...
[ticket/17092] Check for Spamhaus error codes
2023-01-18 19:53:05 +01:00
Marc Alexander
09820dfdfa
Merge branch 'prep-release-3.3.10' into 3.3.x
2023-01-18 19:52:44 +01:00
Marc Alexander
6590827316
Merge pull request #6453 from Noxwizard/ticket/17092
...
[ticket/17092] Check for Spamhaus error codes
2023-01-18 19:52:18 +01:00
Marc Alexander
f0f8683914
Merge branch 'ticket/17092' into ticket/17092_master
2023-01-17 20:48:05 +01:00
Marc Alexander
738dd786ba
[ticket/17092] Clean up docblock and remove redundant check
...
PHPBB3-17092
2023-01-17 20:44:05 +01:00
Patrick Webster
17f2d6e03a
[ticket/17092] Check for Spamhaus error codes
...
Fix indentation
PHPBB3-17092
2023-01-17 20:37:49 +01:00
Patrick Webster
20c3371460
[ticket/17092] Check for Spamhaus error codes
...
Remove leftover logging
PHPBB3-17092
2023-01-17 20:37:49 +01:00