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
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
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
Marc Alexander
a366eb7f6c
[ticket/16955] Update namespace for iterators to finder
...
PHPBB3-16955
2023-01-02 22:14:11 +01:00
Marc Alexander
83dfa4847b
[ticket/16913] Remove duplicate parsing of language variables
...
PHPBB3-16913
2023-01-02 20:09:11 +01:00
Ruben Calvo
daa2dd280c
[ticket/16955] Fix most return types in phpdoc
...
PHPBB3-16955
2023-01-02 14:17:04 +01:00
Ruben Calvo
3e8fced5c8
[ticket/16955] Fix phpdoc annotations and return types
...
PHPBB3-16955
2022-12-31 16:18:06 +01:00
Marc Alexander
df476f733f
[ticket/16913] Move code in index action and remove not needed global
...
PHPBB3-16913
2022-12-30 11:39:03 +01:00
Marc Alexander
94ed73b812
Merge branch 'ticket/16913_3.3.x' into ticket/16913_master
2022-12-30 09:09:09 +01:00
Marc Alexander
35228ffd62
[ticket/16955] Clean up captcha classes
...
PHPBB3-16955
2022-12-28 08:37:22 +01:00
Marc Alexander
cd026245fe
[ticket/16955] Improve minor docblock quirks
...
PHPBB3-16955
2022-12-28 08:37:09 +01:00
Marc Alexander
ea07e4946f
[ticket/16955] Correct docblocks in diff engine
...
PHPBB3-16955
2022-12-28 08:37:08 +01:00
Marc Alexander
9a546c535c
[ticket/16955] Use common code for path iterator generation
...
PHPBB3-16955
2022-12-28 08:36:59 +01:00
Marc Alexander
1933a8ab47
[ticket/15769] Make basic upload, refresh, and errors work
...
PHPBB3-15769
2022-12-13 21:17:49 +01:00
Marc Alexander
7cdd30958d
[ticket/15769] Start integrating upload of cropped image via AJAX
...
PHPBB3-15769
2022-12-13 21:17:48 +01:00
Ruben Calvo
e6af4c4def
[ticket/12683] Fix post index creation
...
PHPBB3-12683
2022-12-11 17:16:44 +01:00
rubencm
d55f1e04eb
[ticket/12683] phpdoc and spaces
...
PHPBB3-12683
2022-12-11 17:16:44 +01:00
rubencm
9a6d42770e
[ticket/12683] Remove check to avoid index twice (ticket 16755)
...
PHPBB3-12683
2022-12-11 17:16:44 +01:00
rubencm
f4977853be
[ticket/12683] Pass tables via parameter and small fix
...
PHPBB3-12683
2022-12-11 17:16:44 +01:00
rubencm
565c806eda
[ticket/12683] Move state related code to helper class
...
PHPBB3-12683
2022-12-11 17:16:44 +01:00
rubencm
c2f3ba44bd
[ticket/12683] Add progress bar to delete index
...
PHPBB3-12683
2022-12-11 17:16:44 +01:00
rubencm
0a24704b4f
[ticket/12683] Add progress bar to create_index
...
PHPBB3-12683
2022-12-11 17:16:44 +01:00
Marc Alexander
bd7e95b8b8
Merge branch '3.3.x'
2022-12-11 14:17:16 +01:00
Marc Alexander
8841d88845
Merge pull request #6225 from rubencm/ticket/16790
...
[ticket/16790] Remove unused code
2022-12-09 21:17:23 +01:00