Commit graph

38392 commits

Author SHA1 Message Date
NeoDev
3d6e63154f [ticket/17463] Remove extraneous '&' from search page urls
Normally $u_show_results always starts with '&' as it is appended to the
$u_sort_param variable. Which is fine if $u_sort_param is always populated,
which it is, except when searching for new or unread posts. This fix adds a
check for when $u_sort_param is empty and adds '&' as needed.

PHPBB-17463
2025-01-22 19:31:25 -06:00
Marc Alexander
f0181cc681
[ticket/17459] Use rem for font size variables
PHPBB-17459
2025-01-22 17:36:18 +01:00
Ruben Calvo
c9ff5a09f6
[ticket/17361] Fix file not deleted when there is an error
PHPBB-17361
2025-01-19 21:09:36 +01:00
Ruben Calvo
921505ca3b
[ticket/17361] Fix code style
PHPBB-17361
2025-01-18 23:24:34 +01:00
Ruben Calvo
598d1c7f49
[ticket/17361] Change order of arguments
PHPBB-17361
2025-01-18 23:15:18 +01:00
Ruben Calvo
90bd9d006e
[ticket/17361] Add method to track multiple files in a single query
PHPBB-17361
2025-01-18 23:08:52 +01:00
Marc Alexander
a9efd4a234
Merge pull request #6769 from rxu/ticket/17460
[ticket/17460] Fix fa-arrow-circle-up icon rendering in Quote BBCode
2025-01-14 21:08:27 +01:00
rxu
67afc0a1e2
[ticket/15214] Fix rebasing and some other issues
PHPBB3-15214
2025-01-10 22:01:51 +07:00
rxu
0a31489ed2
[ticket/15214] Fix Windows tests
PHPBB3-15214
2025-01-10 16:09:00 +07:00
toxyy
cb5b9823f9
[ticket/15214] Fix tests again
Adding per rxu's recommendation

PHPBB3-15214
2025-01-10 16:09:00 +07:00
rxu
059ad4a9b7
[ticket/15214] Fix Windows tests
Purge Twig compiled cache in Windows.
Set appropriate folder access control options to do that.

PHPBB3-15214
2025-01-10 16:08:59 +07:00
rxu
74f1f01a91
[ticket/15214] Fix test foo/foo extension listener
PHPBB3-15214
2025-01-10 16:08:58 +07:00
rxu
7330b0c792
[ticket/15214] Optimize event node code and add template event order tests
PHPBB3-15214
2025-01-10 16:08:56 +07:00
toxyy
127b775317
[ticket/15214] Update block, restart tests
Make docblock look a bit cleaner and restart the tests

PHPBB3-15214
2025-01-10 16:08:56 +07:00
toxyy
5b16729934
[ticket/15214] Provide usage example within event docblock
Adds similar usage examples like the event core.permissions has

PHPBB3-15214
2025-01-10 16:08:55 +07:00
toxyy
7345106f11
[ticket/15214] Replace arrow functions with anonymous functions
Arrow functions aren't added until PHP 7.4, so we can't use them yet.
Anonymous functions have been added since PHP 5.3

PHPBB3-15214
2025-01-10 16:08:54 +07:00
toxyy
b6265792d1
[ticket/15214] Add fixes for various other tests
Add new dispatch parameter to the template\twig\extension calls

PHPBB3-15214
2025-01-10 16:08:53 +07:00
toxyy
e34da0b33d
[ticket/15214] Test fix for test_bbcode_firstpass
Add new dispatch parameter to the template\twig\extension call

PHPBB3-15214
2025-01-10 16:08:53 +07:00
toxyy
5608f00f62
[ticket/15214] Test fix for test_helper_url_no_rewrite
Add new dispatch parameter to the template\twig\extension call

PHPBB3-15214
2025-01-10 16:08:52 +07:00
toxyy
827f744ca4
[ticket/15214] Add event & functionality for assigning template event priority
Event added to allow template events to be assigned priority per extension,
event location chosen so that it only fires once.
Twig node event class refactored to allow template event priority assignment,
compile calls are deferred until all locations are processed
per extension namespace.
Priority precedence mirrors Symfony priority, with higher numbers
being placed at the beginning of the array.
Duplicate priority assignment will currently have the later events
compiled before the others.

PHPBB3-15214
2025-01-10 16:08:37 +07:00
Marc Alexander
b404606a9f
[ticket/17459] Add support for deprecated events to md_exporter
PHPBB-17459
2025-01-09 20:22:48 +01:00
rxu
353ea362f0
[ticket/17460] Fix fa-arrow-circle-up icon rendering in Quote BBCode
PHPBB3-17460
2025-01-09 21:27:54 +07:00
Marc Alexander
555c760a4c
[ticket/17459] Adjust postprofile sizing
PHPBB-17459
2025-01-08 21:32:24 +01:00
Marc Alexander
58b5c8f5cf
[ticket/17459] Get rid of weird margin on small screens
PHPBB-17459
2025-01-08 21:32:16 +01:00
Marc Alexander
31f9ffd56b
[ticket/17459] Fix incorrect breadcrumbs spacing
PHPBB-17459
2025-01-08 21:32:08 +01:00
Marc Alexander
c0ae7ccb3e
[ticket/17459] Display PM and notification icon without text
PHPBB-17459
2025-01-08 21:32:01 +01:00
Marc Alexander
79fc90dce3
[ticket/17459] Extend usage of css variables
PHPBB-17459
2025-01-08 21:31:52 +01:00
Marc Alexander
d32970348f
[ticket/17459] Use css variables in content.css
PHPBB-17459
2025-01-08 21:31:42 +01:00
Marc Alexander
74084107ed
[ticket/17459] Start using CSS variables
PHPBB-17459
2025-01-08 21:31:34 +01:00
Marc Alexander
14d889f74f
[ticket/17459] Add to top button to FAQ
PHPBB-17459
2025-01-08 21:31:25 +01:00
Marc Alexander
2d392791ad
[ticket/17459] Move mark forums read to quick links
PHPBB-17459
2025-01-08 21:31:16 +01:00
Marc Alexander
23010abcb8
[ticket/17459] Increase font sizes
PHPBB-17459
2025-01-08 21:30:47 +01:00
Marc Alexander
485d72f0e8
Merge pull request #6483 from rxu/ticket/17135
[ticket/17135] Introduce Symfony Mailer for emails backend
2025-01-08 19:35:19 +01:00
rxu
a2f99248cb
[ticket/17135] Optimize save_queue() method call for acp_inactive
PHPBB-17135
2025-01-08 10:27:55 +07:00
rxu
3e0270d0cf
[ticket/17135] Optimize save_queue() method calls
PHPBB-17135
2025-01-07 11:54:11 +07:00
rxu
4dd08747e3
[ticket/17135] Fix ACP jabber module
PHPBB-17135
2025-01-06 22:31:58 +07:00
rxu
a447f957ba
[ticket/17135] Assert xCP modules array is not empty and test output
PHPBB-17135
2025-01-06 22:04:45 +07:00
rxu
cd17625e21
[ticket/17135] Add ACP modules common test
PHPBB-17135
2025-01-06 20:59:29 +07:00
rxu
0d8c0c4228
[ticket/17135] Move notify method constants to interface class
PHPBB-17135
2025-01-06 20:01:52 +07:00
rxu
28d5534d06
[ticket/17135] Address review issues but constants
PHPBB-17135
2025-01-06 18:24:32 +07:00
Marc Alexander
bb3908b933 Merge branch '3.3.x' 2025-01-06 09:57:36 +00:00
Marc Alexander
2f08d8eb72
Merge pull request #6763 from rxu/ticket/17455
[ticket/17455] Fix PHP warning on MySQLi connection failure
2025-01-06 10:57:16 +01:00
rxu
2f6ec7fc65
[ticket/17135] Update Symfony mailer
PHPBB-17135
2025-01-05 16:01:06 +07:00
rxu
50e408bdea
[ticket/17135] Add messenger method interface class
PHPBB-17135
2025-01-05 15:57:56 +07:00
rxu
e8cf35c583
[ticket/17135] Update Symfony mailer
PHPBB-17135
2025-01-05 15:57:56 +07:00
rxu
e3ed54f0b5
[ticket/17135] Attempt to fix Psalm issues
PHPBB-17135
2025-01-05 15:57:46 +07:00
rxu
0c720eaf7c
[ticket/17135] Fix code flaws
PHPBB-17135
2025-01-05 15:57:46 +07:00
rxu
3fddff240c
[ticket/17135] Use email method instead of service collection where appropriate
PHPBB-17135
2025-01-05 15:57:45 +07:00
rxu
499464e1d3
[ticket/17135] Fix code review issues
PHPBB-17135
2025-01-05 15:57:45 +07:00
rxu
51fae82718
[ticket/17135] Fix rebasing issues
PHPBB-17135
2025-01-05 15:57:44 +07:00