Marc Alexander
62f9f53f46
Merge pull request #6699 from danieltj27/ticket/17376
...
[ticket/17376] Add aria label to quote reference link
2024-10-16 19:18:30 +02:00
Marc Alexander
80f4c07bc5
Merge pull request #6695 from battye/ticket/17181
...
[ticket/17181] Remove unused PM report code
2024-08-30 11:42:02 +02:00
Daniel James
6623e7fe1d
[ticket/17376] Update quote template and change icon to FA arrow
...
PHPBB-17376
2024-08-07 11:40:12 +01:00
Daniel James
99861a8c10
[ticket/17376] Add aria label to quote reference link
...
Adds an aria label attribute to the quoted post reference link so
that screen readers can inform the user of what the link is used
for. Before this change the link was too vague and would not have
been well described to users of its purpose if they couldn't see it.
PHPBB-17376
2024-08-04 15:09:34 +01:00
battye
8104facb30
[ticket/17181] Remove unused PM report code
...
PHPBB-17181
2024-07-22 02:41:20 +00:00
Marc Alexander
55dbe070e3
[ticket/17366] Remove javascript sanity check as this can break with recaptcha
...
PHPBB-17366
2024-07-07 14:52:00 +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
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
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
ef593afec5
Merge branch 'prep-release-3.3.12' into 3.3.x
2024-05-29 21:53:47 +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
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
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
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
9aec69413f
Merge pull request #6594 from marc1706/ticket/17077
...
[ticket/17077] Improve handling of posting to reduce double submit possibility
2024-05-06 18:22:58 +02:00
rxu
abffd0f662
[ticket/17303] Update jQuery to the version 3.7.1
...
PHPBB3-17303
2024-04-15 00:19:52 +07:00
Marc Alexander
c07c6816fc
[ticket/17077] Improve handling of accidental double submission of posts
...
PHPBB3-17077
2024-04-08 21:50:27 +02:00
rxu
6ee64c94a2
[ticket/17284] Add viewtopic_body_online_list_after template event
...
PHPBB3-17284
2024-03-13 23:25:02 +07:00
Marc Alexander
512a93727a
Merge pull request #6568 from Prosk8er/ticket/17235
...
[ticket/17235] missing autocomplete for username
2024-01-04 21:04:17 +01:00
Prosk8er
f3a596b78b
[ticket/17235] Fixes for issues mentioned in code review
...
PHPBB3-17235
2024-01-02 16:46:04 +01:00
rxu
dc415768a8
[ticket/17277] Add template events to UCP
...
PHPBB3-17277
2023-12-26 00:35:55 +07:00
Prosk8er
bc5c095363
[ticket/17235] missing autocomplete for username
...
PHPBB3-17235
2023-11-29 09:14:51 -05:00
Marc Alexander
993e28098d
Merge pull request #6554 from GanstaZ/ticket/17202
...
[ticket/17202] Include bidi.css to print only in RTL languages
2023-10-31 22:02:30 +01:00
Marc Alexander
eed57fd089
Merge pull request #6543 from Crizz0/ticket/17187
...
[ticket/17187] Repair mcp link to first unread post
2023-10-30 21:37:25 +01:00
GanstaZ
2e93f5f3e8
[ticket/17202] Include bidi.css to print only in RTL languages
...
PHPBB3-17202
2023-10-23 21:47:10 +03:00
Marc Alexander
6fac65d193
[ticket/12904] Do not display info about required fields without any
...
PHPBB3-12904
2023-10-01 21:20:00 +02:00
Marc Alexander
715c0ad608
Merge pull request #6545 from Crizz0/ticket/17116
...
[ticket/17116] Remove always TRUE if-sentence
2023-09-30 13:44:21 +02:00
Christian Schnegelberger
b14f37d409
[ticket/17116] Remove always TRUE if-sentence
...
PHPBB3-17116
2023-09-23 16:17:40 +02:00
Christian Schnegelberger
b0248d2d78
[ticket/17187] Repair mcp link to first unread post
...
PHPBB3-17187
2023-09-23 15:54:21 +02:00
battye
0f38ece743
[ticket/17172] Use correct lang for forum links
...
PHPBB3-17172
2023-09-22 17:08:02 +02:00
Marc Alexander
e0e0173442
[ticket/17160] Add missing mark column header
...
PHPBB3-17160
2023-07-09 22:06:36 +02:00
rxu
b550d1db0a
[ticket/17152] Add template event to viewtopic_body.html
...
Add template event to viewtopic_body.html before the message
PHPBB3-17152
2023-07-01 00:20:24 +07: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
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
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
Marc Alexander
984596ffd3
Merge pull request #6463 from Crizz0/ticket/17045
...
[ticket/17045] Use NUM_ATTACHMENTS in UCP and right css classes
2023-02-06 21:08:04 +01:00
Marc Alexander
1416e25cfd
Merge pull request #6462 from Crizz0/ticket/17046
...
[ticket/17046] Use tweaks.css for IE9 in overall_ and simple_header
2023-02-06 21:03:49 +01:00
Christian Schnegelberger
9b961836be
[ticket/17040] Include bidi.css to pm print only in RTL languages
...
PHPBB3-17040
2023-02-01 21:57:13 +01:00
Christian Schnegelberger
aa5e9bf25c
[ticket/17041] Add if to show other arrow for RTL languages
...
PHPBB3-17041
2023-02-01 20:59:14 +01:00
Christian Schnegelberger
50c3c3f0ee
[ticket/17042] Add CSS rules for group desc and list
...
PHPBB3-17042
2023-02-01 20:36:22 +01:00
Christian Schnegelberger
fc8c6acae4
[ticket/17045] Use NUM_ATTACHMENTS in UCP and right css classes
...
PHPBB3-17045
2023-02-01 20:11:34 +01:00
Christian Schnegelberger
0f445c73a0
[ticket/17046] Use tweeks.css for IE9 in overall_ and simple_header
...
PHPBB3-17046
2023-02-01 19:35:16 +01:00
Christian Schnegelberger
632702e10f
[ticket/17098] Add class S_CONTENT_DIRECTION to body in pm print
...
PHPBB3-17098
2023-01-31 18:14:41 +01:00
Marc Alexander
34b56205a3
[ticket/17039] Use correct template var for group colour in ucp groups manage
...
PHPBB3-17039
2023-01-07 20:51:40 +01:00