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
|
69f65956a9
|
[ticket/17100] Move onchange for date select to admin ajax.js
PHPBB3-17100
|
2023-04-10 10:52:37 +02:00 |
|
Marc Alexander
|
3b20b84e5a
|
[ticket/17100] Cast after using null coalescing operator
PHPBB3-17100
|
2023-04-09 14:35:07 +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
|
60dacf0bfe
|
[ticket/17100] Use twig functions for form elements
PHPBB3-17100
|
2023-04-09 13:43:05 +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
|
d91f11d55f
|
[ticket/17100] Update styles/all macros
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
|
003b606781
|
[ticket/17100] Improve output of unwrapped macros
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
|
fb1899de62
|
[ticket/17100] Remove inline javascript from lang select
PHPBB3-17100
|
2023-04-09 13:42:59 +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
|
97933380bb
|
[ticket/17100] Move legend generation to group helper
... and moved HTML to actual HTML files.
PHPBB3-17100
|
2023-04-09 13:42:48 +02:00 |
|
Marc Alexander
|
9cee7a77d6
|
Merge pull request #6476 from marc1706/ticket/17108
[ticket/17108] Update composer dependencies and expect trigger error code
|
2023-04-07 15:50:27 +02:00 |
|
rxu
|
98f6a1a300
|
[ticket/17127] Do not purge guest sessions when resetting password
PHPBB3-17127
|
2023-04-07 18:37:57 +07:00 |
|
Marc Alexander
|
42b7c3afa2
|
Merge branch '3.3.x'
|
2023-04-05 21:40:05 +02:00 |
|
Marc Alexander
|
0260fcd6a7
|
Merge pull request #6474 from andrew-demb/patch-2
Fix filename in instructions about running all tests
|
2023-04-05 21:40:02 +02:00 |
|
Marc Alexander
|
4f2b29fc78
|
[ticket/17108] Suppress warning about less specific return type
PHPBB3-17108
|
2023-04-05 21:38:49 +02:00 |
|
Marc Alexander
|
51cdac9100
|
[ticket/17108] Update composer dependencies and expect trigger error code
PHPBB3-17108
|
2023-04-05 20:54:40 +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
|
0fad1dc1da
|
Merge branch '3.3.x'
|
2023-04-04 21:33:11 +02:00 |
|
Marc Alexander
|
0567655bf7
|
Merge pull request #6473 from rxu/ticket/17115-master
[ticket/17115] Fix PHP warning for space+hyphen ending search query - master
|
2023-04-04 21:33:05 +02:00 |
|
Marc Alexander
|
f2d004a881
|
Merge pull request #6472 from rxu/ticket/17115
[ticket/17115] Fix PHP warning for space+hyphen ending search query - 3.3.x
|
2023-04-04 21:32:39 +02:00 |
|
Andrii Dembitskyi
|
31654e728f
|
[ticket/17126] Fix filename in instructions about running all tests
PHPBB3-17126
|
2023-04-04 20:45:03 +02:00 |
|
Marc Alexander
|
8d00db1522
|
Merge branch '3.3.x'
|
2023-04-04 20:38:42 +02:00 |
|
Marc Alexander
|
c879d9380f
|
Merge pull request #6475 from iMattPro/ticket/17125
[ticket/17125] use box-sizing for message box text areas
|
2023-04-04 20:34:49 +02:00 |
|
Matt Friedman
|
9db5da5b3d
|
[ticket/17125] Use box-sizing to fix message box
PHPBB3-17125
|
2023-04-02 14:27:35 +00:00 |
|
Matt Friedman
|
d5aa6189b6
|
[ticket/17125] Use FlexBox for message and smileys
PHPBB3-17125
|
2023-03-31 19:05:18 +00:00 |
|
Marc Alexander
|
2a943b458b
|
Merge pull request #6471 from iMattPro/ticket/17105
[ticket/17105] Fix order of arguments for schema changes on indexes
|
2023-03-19 21:01:56 +01:00 |
|
Marc Alexander
|
fca7b725d8
|
Merge branch '3.3.x'
|
2023-03-19 20:50:52 +01:00 |
|
Marc Alexander
|
389cca5402
|
Merge pull request #6468 from Crizz0/ticket/17040
[ticket/17040] Include bidi.css to pm print only in RTL languages
|
2023-03-19 20:50:38 +01:00 |
|
rxu
|
e7ccc1e6b2
|
Merge branch 'ticket/17115' into ticket/17115-master
|
2023-03-16 21:54:13 +07:00 |
|
rxu
|
defb807dbc
|
[ticket/17115] Fix PHP warning for space+hyphen ending search query
PHPBB3-17115
|
2023-03-16 20:57:43 +07:00 |
|
Marc Alexander
|
8f705246d0
|
Merge branch '3.3.x'
|
2023-03-02 21:06:10 +01:00 |
|
Marc Alexander
|
9fb7a9108a
|
Merge pull request #6467 from Crizz0/ticket/17041
[ticket/17041] Add if to show other arrow for RTL languages
|
2023-03-02 21:04:22 +01:00 |
|
Marc Alexander
|
4daf350d21
|
[ticket/17105] Add type specifier to docblock for column
PHPBB3-17105
|
2023-02-28 20:41:08 +01: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 |
|
Matt Friedman
|
ea8a4bf203
|
[ticket/17105] Fix order of arguments for schema changes on indexes
PHPBB3-17105
|
2023-02-24 09:06:58 -08:00 |
|
Marc Alexander
|
46e15be163
|
Merge branch '3.3.x'
|
2023-02-14 21:33:44 +01:00 |
|
Marc Alexander
|
261aa0e6aa
|
Merge pull request #6466 from Crizz0/ticket/17042
[ticket/17042] Add CSS rules for group desc and list
|
2023-02-14 20:59:47 +01:00 |
|