Marc Alexander
4f10e6e212
Merge branch '3.3.x'
2025-06-17 17:43:01 +00:00
Matt Friedman
8d016bafa2
[ticket/17519] Revert cron url escape back to html_attr
...
PHPBB-17519
2025-06-17 07:59:04 -07:00
Marc Alexander
0a86130f7f
Merge pull request #6817 from iMattPro/ticket/17513
...
[ticket/17513] Wrap async logic inside event.waitUntil in push worker
2025-06-14 08:46:57 +02:00
Marc Alexander
b2d48b679f
Merge branch 'ticket/17519' into ticket/17519-master
2025-06-12 21:15:38 +02:00
Matt Friedman
6947dc8c92
[ticket/17519] Correctly encode cron task urls
...
PHPBB-17519
2025-06-03 04:21:24 +00:00
Matt Friedman
6b6b5ffc28
[ticket/17513] Fix JS linting
...
PHPBB-17513
2025-05-20 12:11:39 -07:00
Matt Friedman
4f66ec8758
[ticket/17513] Wrap async logic inside event.waitUntil in push worker
...
PHPBB-17513
2025-05-20 10:23:00 -07:00
Marc Alexander
c27c1fa7a3
[ticket/17414] Support adding onchange to select
...
PHPBB-17414
2024-10-17 19:47:59 +02: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
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
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
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
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
4e9fb6ed4f
[ticket/17010] Clean up push worker
...
PHPBB3-17010
2024-02-24 11:58:32 +01:00
Marc Alexander
d85da61c9a
[ticket/17010] Move webpush js to assets folder
...
PHPBB3-17010
2024-02-24 11:58:31 +01:00
Marc Alexander
6b00e9fe09
[ticket/17010] Handle already existing subscriptions
...
PHPBB3-17010
2024-02-24 11:58:30 +01:00
Marc Alexander
e97313839e
[ticket/17010] Add missing words & loading indicator, fix invalid twig code
...
PHPBB3-17010
2024-02-24 11:58:29 +01:00
Marc Alexander
e177ee3750
[ticket/17010] Add first version of push worker javascript
...
PHPBB3-17010
2024-02-24 11:58:28 +01:00
Marc Alexander
ff27401ed2
[ticket/17010] Add javascript for webpush subscribe/unsubscribe
...
PHPBB3-17010
2024-02-24 11:58:28 +01:00
Marc Alexander
db56017d57
[ticket/17283] Remove remaining parts using iconify
...
PHPBB3-17283
2024-02-12 18:52:45 +01:00
Marc Alexander
455d6b071b
[ticket/17283] Adjust classes and lang call for icon
...
PHPBB3-17283
2024-02-12 18:51:46 +01:00
Marc Alexander
e4974888bd
[ticket/17283] Finish converting navbar to font awesome
...
PHPBB3-17283
2024-02-12 18:51:46 +01:00
Marc Alexander
d6e3daf291
[ticket/17151] Adjust form macros to adhere to coding guidelines
...
PHPBB3-17151
2023-06-25 16:23:56 +02:00
Marc Alexander
4b17de74a4
[ticket/17100] Move forum selects to HTML files
...
PHPBB3-17100
2023-04-10 15:17:26 +02:00
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
60dacf0bfe
[ticket/17100] Use twig functions for form elements
...
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
d91f11d55f
[ticket/17100] Update styles/all macros
...
PHPBB3-17100
2023-04-09 13:43:03 +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
81b221df9d
Merge pull request #6376 from lionel-rowe/ticket/16977
...
[ticket/16977] Fix cron-job img tag layout and accessibility
2022-04-10 21:21:47 +02:00
lionel-rowe
87c1e631ef
[ticket/16977] Move HTML rendering logic to template
...
PHPBB3-16977
2022-04-03 17:11:09 +01:00
Marc Alexander
10b61f5ec7
Merge branch '3.3.x'
2021-01-05 22:52:47 +01:00
teokolo
e7160c92f0
[ticket/16673] Update feed.xml.twig
...
removed whitespace causing feed to be refused by w3c atom validator
and google search console
PHPBB3-16673
2021-01-04 22:56:29 +01:00
Marc Alexander
6fe6fd6804
Merge branch '3.3.x'
2020-10-04 21:11:53 +02:00
Matt Friedman
52217bd4e4
[ticket/16608] Cosmic Logo
...
PHPBB3-16608
2020-10-02 00:15:22 -07:00
Matt Friedman
dfdb92d3ab
[ticket/16608] Update images again
...
PHPBB3-16608
2020-10-02 00:00:13 -07:00
hanakin
02fcfe5700
[ticket/16237] fix errors
...
PHPBB3-16237
2020-08-19 10:40:06 -10:00
hanakin
277e066a63
[ticket/16237] first round of fixes
...
PHPBB3-16237
2020-08-19 10:40:06 -10:00
hanakin
e8493f9159
[ticket/16237] use icon function title when poss
...
PHPBB3-16237
2020-08-19 10:40:06 -10:00
mrgoldy
23a2c0c9c7
[ticket/15538] 404 SVG and viewBox
...
PHPBB3-15538
2019-11-30 15:01:25 +01:00
mrgoldy
c47f9d5744
[ticket/15538] Drop templates and icons folder, twig file extension
...
PHPBB3-15538
2019-11-30 13:22:11 +01:00