Page MenuHomePhorge
Feed Advanced Search

Mar 12 2024

valerio.bozzolan added a comment to T15754: PHP creation of Tasks - problem with Title in feed.

Yeah sorry. That exception also occurred to me, before this change: https://we.phorge.it/transactions/detail/PHID-XACT-TASK-tuchgj42nb2ujtc/

Mar 12 2024, 13:46 · Maniphest, Bug Reports
aklapper added a comment to T15754: PHP creation of Tasks - problem with Title in feed.

I could not even reproduce but get an informative error instead:

Mar 12 2024, 13:39 · Maniphest, Bug Reports
valerio.bozzolan closed T15754: PHP creation of Tasks - problem with Title in feed as Invalid.

Thanks avivey. Added this:

Mar 12 2024, 07:12 · Maniphest, Bug Reports
avivey added a comment to T15754: PHP creation of Tasks - problem with Title in feed.

Look into the "is creation xaction" - we had a similar diff recently about creating Revision from raw diff that had a similar behavior.

Mar 12 2024, 06:49 · Maniphest, Bug Reports
valerio.bozzolan updated the task description for T15754: PHP creation of Tasks - problem with Title in feed.
Mar 12 2024, 06:47 · Maniphest, Bug Reports

Mar 11 2024

valerio.bozzolan changed the visibility for T15754: PHP creation of Tasks - problem with Title in feed.
Mar 11 2024, 18:27 · Maniphest, Bug Reports
valerio.bozzolan renamed T15754: PHP creation of Tasks - problem with Title in feed from ASD to PHP creation of Tasks - problem with Title in feed.
Mar 11 2024, 18:27 · Maniphest, Bug Reports

Mar 4 2024

valerio.bozzolan added a revision to T15164: Resolving without Claiming causes error "Action with no effect": D25550: Avoid "Action with no effect" for auto-claim statuses after manually removing assignee.
Mar 4 2024, 14:22 · Maniphest, User-valerio.bozzolan

Mar 2 2024

valerio.bozzolan updated the task description for T15164: Resolving without Claiming causes error "Action with no effect".
Mar 2 2024, 11:48 · Maniphest, User-valerio.bozzolan

Feb 23 2024

20after4 added a comment to T15719: Phorge mail may not meet Google's email sender guidelines.
In T15719#15304, @Tgr wrote:

Given how it's displayed on the Gmail UI, IMO unsubscribing from all emails or at least all emails of the given type (e.g. all Maniphest emails if it's a Maniphest notification) is the only thing that makes sense. If I mark an email as spam, and then use the unsubscribe option instead, I would not expect to continue getting identical email from all the other tasks.
No idea how (or if) other email clients handle the header, though.

Feb 23 2024, 08:54 · Maniphest, Mail

Jan 24 2024

Tgr added a comment to T15719: Phorge mail may not meet Google's email sender guidelines.

I'm left wondering when a "list-unsubscribe" header is appropriate - looks like anything that would need it will also need the one-click?

Jan 24 2024, 22:26 · Maniphest, Mail
jhathaway added a comment to T15719: Phorge mail may not meet Google's email sender guidelines.

This suggests to me that there isn't a third category - everything is either promotional or transactional.

I'd argue that none of our emails are "marketing" or "promotional" (or "commercial"), even if it's hard to claim they are "transactional".
But as long as 98%[1] of the users agree that our mails aren't commercial, we don't need the one-click solution.

Jan 24 2024, 22:06 · Maniphest, Mail
avivey added a comment to T15719: Phorge mail may not meet Google's email sender guidelines.

Do all messages require one-click unsubscribe?
No. One-click unsubscribe is required only for marketing and promotional messages. Transactional messages are excluded from this requirement. ...

Jan 24 2024, 08:22 · Maniphest, Mail
Tgr added a comment to T15719: Phorge mail may not meet Google's email sender guidelines.
  1. Would adding List-Unsubscribe: https://we.phorge.it/settings/panel/emailpreferences/ header be enough to solve this?
Jan 24 2024, 07:55 · Maniphest, Mail

Jan 23 2024

avivey added a comment to T15719: Phorge mail may not meet Google's email sender guidelines.
In T15719#15276, @Dzahn wrote:
@phab1004:/srv/phab/phabricator/bin# ./mail volume

Killed
Jan 23 2024, 21:40 · Maniphest, Mail
Dzahn added a comment to T15719: Phorge mail may not meet Google's email sender guidelines.

using bin/mail volume, to see if they need to worry about this. It just collects all mails created in the last N days and counts them by user.

Jan 23 2024, 21:00 · Maniphest, Mail
brennen added a comment to T15719: Phorge mail may not meet Google's email sender guidelines.

This is promising, from the Email sender guidelines FAQ:

Jan 23 2024, 20:57 · Maniphest, Mail
brennen added a comment to T15719: Phorge mail may not meet Google's email sender guidelines.

Re: 1), the doc makes it sound like not, but I'm not entirely sure.

Jan 23 2024, 20:51 · Maniphest, Mail
avivey added a comment to T15719: Phorge mail may not meet Google's email sender guidelines.
  1. Would adding List-Unsubscribe: https://we.phorge.it/settings/panel/emailpreferences/ header be enough to solve this?
Jan 23 2024, 19:36 · Maniphest, Mail
brennen added a project to T15719: Phorge mail may not meet Google's email sender guidelines: Maniphest.
Jan 23 2024, 18:07 · Maniphest, Mail

Dec 31 2023

valerio.bozzolan renamed T15163: The Task Cover Image is visible only to the uploader (invisible to Task participants) from Auto-Attach a File when dropping it as Task cover image to The Task Cover Image is visible only to the uploader (invisible to Task participants).
Dec 31 2023, 00:21 · Affects-Wikimedia, Maniphest, User-valerio.bozzolan, Cover Image, Workboard

Dec 8 2023

soloturn added a comment to T15100: [Feature request] Option to measure WIP limits based on card count instead of points, to more closely adhere to Kanban standards..

there is a presentation from eric brechner, who was in microsofts xbox development, about kanban. he does it on whiteboard, extremely sinple:
https://www.youtube.com/watch?v=CD0y-aU1sXo

Dec 8 2023, 08:17 · Feature Requests, Maniphest, Discussion Needed, Affects-Wikimedia, Workboard

Nov 24 2023

aklapper added a revision to T15164: Resolving without Claiming causes error "Action with no effect": D25476: Avoid "Action with no effect" for auto-claim statuses after manually removing assignee.
Nov 24 2023, 21:42 · Maniphest, User-valerio.bozzolan
aklapper added a comment to T15164: Resolving without Claiming causes error "Action with no effect".

Obviously, any fixes should be in ManiphestTransactionEditor and not spill into generic parent PhabricatorApplicationTransactionEditor.

Nov 24 2023, 21:24 · Maniphest, User-valerio.bozzolan
aklapper added a comment to T15164: Resolving without Claiming causes error "Action with no effect".

Historical references: rP69eab4196de462e42b07b60e2b52071631f4a3c8 and rP4041a7e0f66406dbaa31faa3807d50833b7c7efd (which didn't help much).

Nov 24 2023, 21:24 · Maniphest, User-valerio.bozzolan
aklapper updated the task description for T15164: Resolving without Claiming causes error "Action with no effect".
Nov 24 2023, 21:06 · Maniphest, User-valerio.bozzolan

Nov 22 2023

valerio.bozzolan closed T15674: Image Transforms should reflect policy of parent Image, a subtask of T15163: The Task Cover Image is visible only to the uploader (invisible to Task participants), as Invalid.
Nov 22 2023, 13:08 · Affects-Wikimedia, Maniphest, User-valerio.bozzolan, Cover Image, Workboard

Nov 20 2023

valerio.bozzolan moved T15163: The Task Cover Image is visible only to the uploader (invisible to Task participants) from Code Sprint Candidate to PingDeath 🌚 on the User-valerio.bozzolan board.
Nov 20 2023, 09:09 · Affects-Wikimedia, Maniphest, User-valerio.bozzolan, Cover Image, Workboard
valerio.bozzolan added a revision to T15163: The Task Cover Image is visible only to the uploader (invisible to Task participants): D25475: Drag & Drop Task Cover Image: also attach.
Nov 20 2023, 09:06 · Affects-Wikimedia, Maniphest, User-valerio.bozzolan, Cover Image, Workboard
valerio.bozzolan claimed T15163: The Task Cover Image is visible only to the uploader (invisible to Task participants).
Nov 20 2023, 08:54 · Affects-Wikimedia, Maniphest, User-valerio.bozzolan, Cover Image, Workboard

Nov 14 2023

valerio.bozzolan moved T15163: The Task Cover Image is visible only to the uploader (invisible to Task participants) from Backlog to Code Sprint Candidate on the User-valerio.bozzolan board.
Nov 14 2023, 13:46 · Affects-Wikimedia, Maniphest, User-valerio.bozzolan, Cover Image, Workboard

Oct 25 2023

valerio.bozzolan added a comment to T15163: The Task Cover Image is visible only to the uploader (invisible to Task participants).

Partially related to

Oct 25 2023, 19:33 · Affects-Wikimedia, Maniphest, User-valerio.bozzolan, Cover Image, Workboard

Sep 4 2023

Matthew added a comment to T15633: Maniphest create events are out of order.

Here is the homepage feed after I created this task. Nothing indicates that there was a task creation, just a triage:

Sep 4 2023, 23:01 · Feed, Maniphest
Matthew updated the task description for T15633: Maniphest create events are out of order.
Sep 4 2023, 23:01 · Feed, Maniphest
Matthew triaged T15633: Maniphest create events are out of order as Low priority.
Sep 4 2023, 23:00 · Feed, Maniphest

Aug 1 2023

valerio.bozzolan added a comment to T15578: The action "Quote comment" has an incomplete fragment URL.

clicking such a link w/javascript disabled will do nothing. Changing it to #123 and no JS will do something....

Aug 1 2023, 15:42 · Comments, Feature Requests, User-valerio.bozzolan, Maniphest
avivey added a comment to T15578: The action "Quote comment" has an incomplete fragment URL.

Implicitly, Phorge generally works fine for browsers where Javascript is completely disabled.

Aug 1 2023, 15:20 · Comments, Feature Requests, User-valerio.bozzolan, Maniphest
avivey added a comment to T15578: The action "Quote comment" has an incomplete fragment URL.
  1. Why these nice URLs are set in these links, if nobody visit them?
Aug 1 2023, 15:18 · Comments, Feature Requests, User-valerio.bozzolan, Maniphest
valerio.bozzolan lowered the priority of T15578: The action "Quote comment" has an incomplete fragment URL from Low to Wishlist.

Less priority of course, since this Task I authored is super-stupid

Aug 1 2023, 15:13 · Comments, Feature Requests, User-valerio.bozzolan, Maniphest
valerio.bozzolan added a comment to T15578: The action "Quote comment" has an incomplete fragment URL.

OK I've done my best :D I admit it helped me psychologically.

Aug 1 2023, 14:11 · Comments, Feature Requests, User-valerio.bozzolan, Maniphest
valerio.bozzolan updated the task description for T15578: The action "Quote comment" has an incomplete fragment URL.
Aug 1 2023, 14:10 · Comments, Feature Requests, User-valerio.bozzolan, Maniphest
avivey added a comment to T15578: The action "Quote comment" has an incomplete fragment URL.

If this is a feature request, then add all the things needed for a feature request - as in, "why would this feature be needed" and "what problem you're trying to solve".

Aug 1 2023, 12:40 · Comments, Feature Requests, User-valerio.bozzolan, Maniphest
valerio.bozzolan added a project to T15578: The action "Quote comment" has an incomplete fragment URL: Feature Requests.

Is this a bug or a feature request?

Aug 1 2023, 12:39 · Comments, Feature Requests, User-valerio.bozzolan, Maniphest
avivey added a comment to T15578: The action "Quote comment" has an incomplete fragment URL.

Why would it need to be a that?
Is this a bug or a feature request?

Aug 1 2023, 12:32 · Comments, Feature Requests, User-valerio.bozzolan, Maniphest
valerio.bozzolan claimed T15578: The action "Quote comment" has an incomplete fragment URL.

OK this was easy, but it really cannot be improved more than this in Legalpad or Phame. And this deserves a dedicated fix.

Aug 1 2023, 12:16 · Comments, Feature Requests, User-valerio.bozzolan, Maniphest
valerio.bozzolan moved T15578: The action "Quote comment" has an incomplete fragment URL from Backlog to PingDeath 🌚 on the User-valerio.bozzolan board.
Aug 1 2023, 12:15 · Comments, Feature Requests, User-valerio.bozzolan, Maniphest
valerio.bozzolan added a revision to T15578: The action "Quote comment" has an incomplete fragment URL: D25369: Quote Comment: set meaningful URL.
Aug 1 2023, 12:15 · Comments, Feature Requests, User-valerio.bozzolan, Maniphest
valerio.bozzolan added a comment to T15163: The Task Cover Image is visible only to the uploader (invisible to Task participants).

Increasing priority to normal since this feature is supposed to help to collaborate with others, but at the moment you only collaborate with yourself as default

Aug 1 2023, 11:42 · Affects-Wikimedia, Maniphest, User-valerio.bozzolan, Cover Image, Workboard
valerio.bozzolan raised the priority of T15163: The Task Cover Image is visible only to the uploader (invisible to Task participants) from Wishlist to Normal.
Aug 1 2023, 11:41 · Affects-Wikimedia, Maniphest, User-valerio.bozzolan, Cover Image, Workboard
valerio.bozzolan added a cover image to T15578: The action "Quote comment" has an incomplete fragment URL.
Aug 1 2023, 11:20 · Comments, Feature Requests, User-valerio.bozzolan, Maniphest
valerio.bozzolan triaged T15578: The action "Quote comment" has an incomplete fragment URL as Low priority.
Aug 1 2023, 11:19 · Comments, Feature Requests, User-valerio.bozzolan, Maniphest

Jul 31 2023

valerio.bozzolan updated the task description for T15164: Resolving without Claiming causes error "Action with no effect".
Jul 31 2023, 13:04 · Maniphest, User-valerio.bozzolan
valerio.bozzolan added a comment to T15164: Resolving without Claiming causes error "Action with no effect".

I'm quite sure we have to set PhabricatorApplicationTransaction.php::setIgnoreOnNoEffect(bool) somewhere but I don't know where ihih

Jul 31 2023, 10:44 · Maniphest, User-valerio.bozzolan

Jun 28 2023

Cigaryno added a project to T15100: [Feature request] Option to measure WIP limits based on card count instead of points, to more closely adhere to Kanban standards.: Feature Requests.
Jun 28 2023, 21:28 · Feature Requests, Maniphest, Discussion Needed, Affects-Wikimedia, Workboard

Jun 22 2023

valerio.bozzolan updated the task description for T15488: Thin scrollbars on workboards do not work in Firefox (on Windows).
Jun 22 2023, 12:44 · Maniphest, UX
matmarex added a revision to T15488: Thin scrollbars on workboards do not work in Firefox (on Windows): D25305: Workboard: have thin scrollbars.
Jun 22 2023, 11:56 · Maniphest, UX
matmarex created T15488: Thin scrollbars on workboards do not work in Firefox (on Windows).
Jun 22 2023, 11:48 · Maniphest, UX

Jun 20 2023

valerio.bozzolan lowered the priority of T15472: Support Open Graph protocol (at least in Maniphest) from Low to Wishlist.
Jun 20 2023, 09:31 · User-valerio.bozzolan, Affects-Wikimedia, Maniphest

Jun 16 2023

valerio.bozzolan triaged T15472: Support Open Graph protocol (at least in Maniphest) as Low priority.

Somehow "Normal" in 2023 I think - at least in Maniphest. But probably not so important.

Jun 16 2023, 13:03 · User-valerio.bozzolan, Affects-Wikimedia, Maniphest

Jun 15 2023

valerio.bozzolan updated the task description for T15472: Support Open Graph protocol (at least in Maniphest).
Jun 15 2023, 10:58 · User-valerio.bozzolan, Affects-Wikimedia, Maniphest

Jun 14 2023

valerio.bozzolan updated the task description for T15472: Support Open Graph protocol (at least in Maniphest).
Jun 14 2023, 14:11 · User-valerio.bozzolan, Affects-Wikimedia, Maniphest
valerio.bozzolan added a project to T15472: Support Open Graph protocol (at least in Maniphest): User-valerio.bozzolan.
Jun 14 2023, 14:05 · User-valerio.bozzolan, Affects-Wikimedia, Maniphest
valerio.bozzolan created T15472: Support Open Graph protocol (at least in Maniphest).
Jun 14 2023, 14:04 · User-valerio.bozzolan, Affects-Wikimedia, Maniphest

Jun 13 2023

valerio.bozzolan updated the task description for T15164: Resolving without Claiming causes error "Action with no effect".
Jun 13 2023, 10:31 · Maniphest, User-valerio.bozzolan

May 28 2023

valerio.bozzolan added a comment to T15164: Resolving without Claiming causes error "Action with no effect".

Fixed thanks aklapper

May 28 2023, 16:35 · Maniphest, User-valerio.bozzolan
aklapper added a comment to T15164: Resolving without Claiming causes error "Action with no effect".

@valerio.bozzolan F267558 in the task description is not attached, thus it cannot be seen by others.

May 28 2023, 15:13 · Maniphest, User-valerio.bozzolan

May 9 2023

avivey removed a project from T15159: The Feed should not display the content of deleted Task comments: Feed (archived).
May 9 2023, 10:51 · Maniphest

May 1 2023

aklapper renamed T15177: Allow to query Tasks with a custom boolean field set to false from Allow to query Tasks with a custom boolen field set to false to Allow to query Tasks with a custom boolean field set to false.
May 1 2023, 20:16 · Maniphest, User-valerio.bozzolan
aklapper closed T15302: PHP 8.1 "strlen(null)" exceptions block rendering Maniphest task creation page as Resolved by committing rP313d3b7bf2ea: Fix PHP 8.1 "strlen(null)" exceptions which block rendering the Maniphest task….
May 1 2023, 13:52 · Maniphest, PHP 8 support
valerio.bozzolan added a comment to T15176: Evaluate a global Herald Maniphest action: "Block Task creation with message" (to allow custom Task constraints).

It's unclear to me whenever Wikimedia needs this. If yes, feel free to also mark as Affects-Wikimedia. This is probably their use case: https://phabricator.wikimedia.org/T332639

May 1 2023, 10:42 · Herald, Maniphest, User-valerio.bozzolan

Apr 30 2023

aklapper added a revision to T15302: PHP 8.1 "strlen(null)" exceptions block rendering Maniphest task creation page: D25152: Fix PHP 8.1 "strlen(null)" exceptions which block rendering the Maniphest task creation page.
Apr 30 2023, 09:02 · Maniphest, PHP 8 support
aklapper created T15302: PHP 8.1 "strlen(null)" exceptions block rendering Maniphest task creation page.
Apr 30 2023, 09:01 · Maniphest, PHP 8 support

Apr 27 2023

valerio.bozzolan edited projects for T15109: Subpress listing of Projects in subscriber search, added: Config; removed Config (archived).
Apr 27 2023, 07:58 · Config, Projects, Maniphest

Apr 25 2023

avivey removed a project from T15100: [Feature request] Option to measure WIP limits based on card count instead of points, to more closely adhere to Kanban standards.: phorge.it install.
Apr 25 2023, 07:19 · Feature Requests, Maniphest, Discussion Needed, Affects-Wikimedia, Workboard

Apr 7 2023

valerio.bozzolan added a comment to T15177: Allow to query Tasks with a custom boolean field set to false.

Hi @Higgs are you still sure that this thing ever really worked?

Apr 7 2023, 22:26 · Maniphest, User-valerio.bozzolan
avivey edited projects for Q34: Configure display of search results (for tasks), added: Maniphest; removed Maniphest (archived).
Apr 7 2023, 08:04 · Maniphest
Cigaryno added a comment to T15192: Removed Comments are too visually impactful.

Thank you!

Apr 7 2023, 07:10 · UX, Maniphest, User-valerio.bozzolan, Comments
Cigaryno added a comment to T15192: Removed Comments are too visually impactful.

The image is not attached.

Apr 7 2023, 07:09 · UX, Maniphest, User-valerio.bozzolan, Comments
valerio.bozzolan added a comment to T15192: Removed Comments are too visually impactful.

Feel free to test that on my platform that always is up to date:

https://gitpull.it/T1161#20588

Apr 7 2023, 07:09 · UX, Maniphest, User-valerio.bozzolan, Comments
valerio.bozzolan added a comment to T15192: Removed Comments are too visually impactful.

Feel free to test that on my platform that always is up to date:

Apr 7 2023, 07:05 · UX, Maniphest, User-valerio.bozzolan, Comments
Cigaryno added a comment to T15192: Removed Comments are too visually impactful.

What?

Apr 7 2023, 07:03 · UX, Maniphest, User-valerio.bozzolan, Comments
valerio.bozzolan added a comment to T15192: Removed Comments are too visually impactful.

What?

Apr 7 2023, 07:01 · UX, Maniphest, User-valerio.bozzolan, Comments
Cigaryno added a comment to T15192: Removed Comments are too visually impactful.
Apr 7 2023, 07:01 · UX, Maniphest, User-valerio.bozzolan, Comments

Apr 6 2023

valerio.bozzolan closed T15235: Removed Comments: User Badges are also too visible impactful as Resolved by committing rPdad1b15a9c5a: User Badges: better integrate with Removed Comments.
Apr 6 2023, 22:21 · UX, Maniphest, User-valerio.bozzolan, Comments
valerio.bozzolan closed T15235: Removed Comments: User Badges are also too visible impactful, a subtask of T15192: Removed Comments are too visually impactful, as Resolved.
Apr 6 2023, 22:21 · UX, Maniphest, User-valerio.bozzolan, Comments
valerio.bozzolan added a revision to T15235: Removed Comments: User Badges are also too visible impactful: D25112: User Badges: better integrate with Removed Comments.
Apr 6 2023, 18:57 · UX, Maniphest, User-valerio.bozzolan, Comments
valerio.bozzolan edited projects for T15109: Subpress listing of Projects in subscriber search, added: Projects; removed Projects (archived).
Apr 6 2023, 14:15 · Config, Projects, Maniphest
valerio.bozzolan moved T15235: Removed Comments: User Badges are also too visible impactful from Backlog to Code Sprint Candidate on the User-valerio.bozzolan board.
Apr 6 2023, 13:32 · UX, Maniphest, User-valerio.bozzolan, Comments
valerio.bozzolan updated the task description for T15235: Removed Comments: User Badges are also too visible impactful.
Apr 6 2023, 13:31 · UX, Maniphest, User-valerio.bozzolan, Comments
valerio.bozzolan triaged T15235: Removed Comments: User Badges are also too visible impactful as Wishlist priority.
Apr 6 2023, 13:30 · UX, Maniphest, User-valerio.bozzolan, Comments
valerio.bozzolan added a revision to T15191: Allow to style deleted comments from CSS: D25096: Render all Removed Comments a little more docile.
Apr 6 2023, 12:47 · Maniphest, User-valerio.bozzolan, Comments
valerio.bozzolan closed T15191: Allow to style deleted comments from CSS, a subtask of T15192: Removed Comments are too visually impactful, as Resolved.
Apr 6 2023, 12:47 · UX, Maniphest, User-valerio.bozzolan, Comments
valerio.bozzolan closed T15191: Allow to style deleted comments from CSS as Resolved.

Closed with: D25096: Render all Removed Comments a little more docile

Apr 6 2023, 12:47 · Maniphest, User-valerio.bozzolan, Comments
valerio.bozzolan closed T15192: Removed Comments are too visually impactful as Resolved by committing rP3a8ee271d9df: Render all Removed Comments a little more docile.
Apr 6 2023, 12:46 · UX, Maniphest, User-valerio.bozzolan, Comments
valerio.bozzolan added a project to T15192: Removed Comments are too visually impactful: UX.
Apr 6 2023, 11:55 · UX, Maniphest, User-valerio.bozzolan, Comments
avivey edited projects for T15176: Evaluate a global Herald Maniphest action: "Block Task creation with message" (to allow custom Task constraints), added: Herald; removed Herald (archived).
Apr 6 2023, 10:54 · Herald, Maniphest, User-valerio.bozzolan
avivey edited projects for T15163: The Task Cover Image is visible only to the uploader (invisible to Task participants), added: Maniphest; removed Maniphest (archived).
Apr 6 2023, 10:52 · Affects-Wikimedia, Maniphest, User-valerio.bozzolan, Cover Image, Workboard
avivey edited projects for T15164: Resolving without Claiming causes error "Action with no effect", added: Maniphest; removed Maniphest (archived).
Apr 6 2023, 10:52 · Maniphest, User-valerio.bozzolan
avivey edited projects for T15191: Allow to style deleted comments from CSS, added: Maniphest; removed Maniphest (archived).
Apr 6 2023, 10:52 · Maniphest, User-valerio.bozzolan, Comments
avivey edited projects for T15192: Removed Comments are too visually impactful, added: Maniphest; removed Maniphest (archived).
Apr 6 2023, 10:52 · UX, Maniphest, User-valerio.bozzolan, Comments