Commit graph

4917 commits

Author SHA1 Message Date
Marc Alexander
f0deb16b0c
Merge pull request #6669 from iMattPro/ticket/17363
[ticket/17363] Add web app manifest
2024-07-03 22:04:46 +02:00
Matt Friedman
d651cccc76
[ticket/17363] Add web app manifest
PHPBB-17363

Signed-off-by: Matt Friedman <maf675@gmail.com>
2024-07-02 21:19:58 -07:00
Marc Alexander
381faac8c0
Merge branch '3.3.x' 2024-07-01 21:53:54 +02:00
Marc Alexander
1dacbf6bde
Merge pull request #6646 from iMattPro/ticket/17344
Ticket/17344 User Experience improvements to web push subscriptions
2024-06-25 21:23:59 +02:00
Daniel James
5976dc2141 [ticket/17352] Fix overflow of long rank titles on profile page
Users that had very long rank titles would cause the rest of their
profile details to be pushed down below the avatar and rank details
breaking the layout. This change limits the width of the avatar
and rank details.

PHPBB-17352
2024-06-25 16:09:52 +01:00
Matt Friedman
16743e9345
[ticket/17344] Improve webpush class names
PHPBB-17344
2024-06-16 09:47:32 -07:00
Matt Friedman
f3ca92ffe7
[ticket/17344] Responsive mobile friendly webpush sub button
PHPBB-17344
2024-06-16 09:47:16 -07:00
Matt Friedman
0fc1a8c1f8
[ticket/17344] Show an alert when webpush subscribing is denied
PHPBB-17344
2024-06-16 09:46:57 -07:00
Marc Alexander
d66d4a0c6a
[ticket/17339] Support receiving push notifications if not logged in
PHPBB-17339
2024-06-12 22:16:41 +02:00
Marc Alexander
e813bcc7a5
Merge pull request #6632 from iMattPro/ticket/17333
[ticket/17333] UX Enhancements for Web Push Subscribing
2024-06-07 20:11:13 +02:00
Marc Alexander
d64eaad487
Merge pull request #6504 from marc1706/ticket/17153
[ticket/17153] Use avatar classes and twig to render avatars
2024-06-06 16:23:41 +02:00
Matt Friedman
0ca8524633
[ticket/17333] Fix Subscribe text button color
PHPBB-17333

Signed-off-by: Matt Friedman <maf675@gmail.com>
2024-06-04 12:29:42 -07:00
Marc Alexander
272daae337
Merge pull request #6533 from rxu/ticket/17151-2
[ticket/17151] Make settings forms use macros
2024-06-04 20:23:17 +02:00
Matt Friedman
e162b67c48
[ticket/17333] Fix toggle icon colors
PHPBB-17333

Signed-off-by: Matt Friedman <maf675@gmail.com>
2024-06-04 10:25:35 -07:00
Matt Friedman
d55ec608ec
[ticket/17333] Add push subscribe toggle to notification dropdown
PHPBB-17333

Signed-off-by: Matt Friedman <maf675@gmail.com>
2024-06-04 10:16:25 -07:00
Marc Alexander
86064cb054
[ticket/17321] Use self.clients in activate event listener
PHPBB-17321
2024-06-03 17:11:50 +02:00
Marc Alexander
d499850532
[ticket/17321] Add versioning to push worker to force updates
PHPBB-17321
2024-06-02 21:35:16 +02:00
Marc Alexander
902283c368
[ticket/17153] Use twig and avatar helper to render avatars
PHPBB3-17153
2024-05-31 11:25:22 +02:00
Marc Alexander
6f3d50bfb2
Merge branch '3.3.x' 2024-05-31 10:46:08 +02:00
Marc Alexander
f3ead808f3
Merge pull request #6615 from danieltj27/ticket/17316
[ticket/17316] Add template events to ucp_groups_manage
2024-05-31 10:46:06 +02:00
Daniel James
166c4eeb7e
[ticket/17316] Add template events to ucp_groups_manage
PHPBB3-17316
2024-05-30 10:45:30 +02:00
Marc Alexander
e101f02473
Merge pull request #6605 from iMattPro/ticket/17300
[ticket/17300] Better Sticky and Announcement Icons
2024-05-30 10:21:10 +02:00
Marc Alexander
f5b14a95b4
Merge branch '3.3.x' 2024-05-30 09:08:58 +02:00
Marc Alexander
df5fcafcb9
Merge pull request #6616 from danieltj27/ticket/17317
[ticket/17317] Change button text for pm recipient to increase readability
2024-05-30 08:54:55 +02:00
Marc Alexander
cfeb747f10
Merge branch '3.3.x' 2024-05-29 21:54:16 +02:00
Marc Alexander
ef593afec5
Merge branch 'prep-release-3.3.12' into 3.3.x 2024-05-29 21:53:47 +02:00
Marc Alexander
4b206ee28b
Merge branch '3.3.x' 2024-05-28 21:08:17 +02:00
Marc Alexander
7f11c1b46d
Merge pull request #6624 from battye/ticket/16553
[ticket/16553] Fix for General Error when approving/disapproving a reported post through the MCP
2024-05-28 21:08:15 +02:00
rxu
fcf89208cf
[ticket/17324] Add template event to notification_dropdown.html
PHPBB3-17324
2024-05-28 20:36:40 +02:00
Marc Alexander
d365f17ebd
Merge pull request #6621 from danieltj27/ticket/17320
[ticket/17320] Remove unused js code from prosilver
2024-05-27 20:17:25 +02:00
battye
558b8ae7ed [ticket/16553] Fix approve reported posts bug
Fixes the module not accessible error when trying to approve a reported post.

PHPBB3-16553
2024-05-27 05:18:08 +00:00
rxu
463848dc08
[ticket/17151] Make textarea id optional
PHPBB3-17151
2024-05-25 11:57:39 +07:00
rxu
9401a59cfc
[ticket/17151] Refactor radio buttons output logic
PHPBB3-17151
2024-05-25 11:57:37 +07:00
rxu
830c1f3dc3
[ticket/17151] Adjust template output formatting
PHPBB3-17151
2024-05-25 11:57:37 +07:00
rxu
1cbe1d86da
[ticket/17151] Improve radio input type handling
- allow more than 2 buttons count
- allow custom buttons order
- allow custom button labels

Implemented by allowing JSON data format, backward compatibility preserved.

PHPBB3-17151
2024-05-25 11:57:36 +07:00
rxu
7b04e411b6
[ticket/17151] Fix tests
PHPBB3-17151
2024-05-25 11:57:35 +07:00
rxu
72770937f2
[ticket/17151] Make settings forms use macros
PHPBB3-17151
2024-05-25 11:57:30 +07:00
Marc Alexander
c6fd14352e
Merge branch '3.3.x' 2024-05-23 21:34:29 +02:00
Daniel James
92e545fc26
[ticket/17317] Remove unused CSS styling for inputs
PHPBB3-17317
2024-05-23 20:57:36 +02:00
Daniel James
c330500c4d
[ticket/17317] Add new icon for groups and remove CSS change
PHPBB3-17317
2024-05-23 20:57:34 +02:00
Daniel James
9fcf956888
[ticket/17317] Replace button with small red fa-icon
Updated the button to a small red X using Font Awesome
rather than using the default phpBB button with text
which adds a better visual distinction in the interface
between the username and action. Credit to @iMattPro for
the suggestion in the ticket comments.

PHPBB3-17317
2024-05-23 20:57:33 +02:00
Daniel James
40ed6c6458
[ticket/17317] Fix padding on button, left and right not top and bottom
PHPBB3-17317
2024-05-23 20:57:31 +02:00
Daniel James
cd34cdedee
[ticket/17317] Change button text for pm recipient to increase readability
PHPBB3-17317
2024-05-23 20:57:26 +02:00
Daniel James
e850915190 [ticket/17320] Remove unused js code from prosilver
The forum_fn.js file contained a small block of code
that was commented out so there is no need to keep it
in the codebase, especially as it was a fix for IE8
and older browsers.

PHPBB3-17320
2024-05-23 16:35:28 +01:00
Matt Friedman
7d8b4d5817
[ticket/17318] Fix notification avatars in dropdown
PHPBB3-17318

Signed-off-by: Matt Friedman <maf675@gmail.com>
2024-05-18 20:54:59 -07:00
battye
611faafaf3 [ticket/17109] Check attach signature permissions
Don't show the attach signature option if the
user doesn't have permission or if the signature
feature is disabled for the board.

PHPBB3-17109
2024-05-17 14:38:18 +00:00
Marc Alexander
43dcf73a21
Merge branch '3.3.x' 2024-05-12 21:13:02 +02:00
Marc Alexander
6753961756
[prep-release-3.3.12] Update stylesheet hashes for 3.3.12-RC1 2024-05-09 12:59:38 +02:00
Marc Alexander
74845a6b3a
[prep-release-3.3.12] Update version numbers to 3.3.12 2024-05-09 12:59:36 +02:00
Marc Alexander
222ca643b5
Merge branch '3.3.x' 2024-05-06 18:23:21 +02:00