Page MenuHomePhorge
Feed Advanced Search

Thu, May 29

valerio.bozzolan added a project to T16079: Allow extensions to define "Before Destruction" engines: Discussion Needed.

The patch is already approved but maybe it's nice to bring more attention to extension developers

Thu, May 29, 13:51 · Discussion Needed, Extension Development, Feature Requests, User-valerio.bozzolan

Tue, May 27

valerio.bozzolan created T16087: Setup: Show Setup Warning if PHP opcache is Not Effective.
Tue, May 27, 08:15 · User-valerio.bozzolan, Feature Requests

Fri, May 23

valerio.bozzolan added a parent task for T16041: Harbormaster Build Plan: improve input "Depends On": T15018: Make Harbormaster more generally usable and extendable.
Fri, May 23, 06:53 · User-valerio.bozzolan, UX, Feature Requests, Almanac/Drydock/Harbormaster
valerio.bozzolan added a project to T16041: Harbormaster Build Plan: improve input "Depends On": User-valerio.bozzolan.
Fri, May 23, 06:53 · User-valerio.bozzolan, UX, Feature Requests, Almanac/Drydock/Harbormaster

Tue, May 20

valerio.bozzolan added a subtask for T16060: arc diff: it could auto-claim the Task, if unclaimed: T15153: Document the special syntax you can use in commit messages to cause effects.
Tue, May 20, 11:46 · Discussion Needed, User-valerio.bozzolan, Feature Requests, Arcanist
valerio.bozzolan moved T16060: arc diff: it could auto-claim the Task, if unclaimed from Backlog to Code Sprint Candidate on the User-valerio.bozzolan board.
Tue, May 20, 09:32 · Discussion Needed, User-valerio.bozzolan, Feature Requests, Arcanist
valerio.bozzolan moved T16061: PhabricatorEnv isSelfURI(): add small cache of these self-URIs from Backlog to PingDeath 🌚 on the User-valerio.bozzolan board.
Tue, May 20, 09:31 · User-valerio.bozzolan, Feature Requests
valerio.bozzolan moved T16079: Allow extensions to define "Before Destruction" engines from Backlog to PingDeath 🌚 on the User-valerio.bozzolan board.
Tue, May 20, 09:31 · Discussion Needed, Extension Development, Feature Requests, User-valerio.bozzolan
valerio.bozzolan moved T15407: People: Profile Pictures should be Editable and Deletable by their Authors (not by "No one") from Code Sprint Candidate to PingDeath 🌚 on the User-valerio.bozzolan board.
Tue, May 20, 09:30 · Feature Requests, Policy, User-valerio.bozzolan, People
valerio.bozzolan moved T16043: Create Unit Tests to cover Project Destroy from Code Sprint Candidate to PingDeath 🌚 on the User-valerio.bozzolan board.
Tue, May 20, 09:30 · Wikimedia Hackathon 2025, User-valerio.bozzolan, Feature Requests, Projects
valerio.bozzolan closed T16080: Evaluate a new database index to cover user.profileImagePHID, a subtask of T16074: Profile picture destroy workflow: it should not cause 404 errors (it should set the builtin image), as Wontfix.
Tue, May 20, 08:16 · Feature Requests, User-valerio.bozzolan, People

Mon, May 19

valerio.bozzolan renamed T15407: People: Profile Pictures should be Editable and Deletable by their Authors (not by "No one") from People: profile picture should be editable by their author (not by "No one") to People: Profile Pictures should be Editable and Deletable by their Authors (not by "No one").
Mon, May 19, 23:06 · Feature Requests, Policy, User-valerio.bozzolan, People
valerio.bozzolan claimed T16074: Profile picture destroy workflow: it should not cause 404 errors (it should set the builtin image).
Mon, May 19, 22:36 · Feature Requests, User-valerio.bozzolan, People
valerio.bozzolan claimed T16078: PhabricatorFileAttachmentQuery: allow to easily find which users are using a profile picture (allow to only get users, and only get attachments).
Mon, May 19, 22:35 · Files, Feature Requests, User-valerio.bozzolan
valerio.bozzolan added a revision to T16074: Profile picture destroy workflow: it should not cause 404 errors (it should set the builtin image): D26027: Profile picture destroy: implement Before-Destruction engine to restore the builtin image.
Mon, May 19, 22:35 · Feature Requests, User-valerio.bozzolan, People
valerio.bozzolan added a revision to T16078: PhabricatorFileAttachmentQuery: allow to easily find which users are using a profile picture (allow to only get users, and only get attachments): D26027: Profile picture destroy: implement Before-Destruction engine to restore the builtin image.
Mon, May 19, 22:35 · Files, Feature Requests, User-valerio.bozzolan
valerio.bozzolan added a revision to T16079: Allow extensions to define "Before Destruction" engines: D26027: Profile picture destroy: implement Before-Destruction engine to restore the builtin image.
Mon, May 19, 22:35 · Discussion Needed, Extension Development, Feature Requests, User-valerio.bozzolan
valerio.bozzolan attached a referenced file: F4303304: profile-picture-404-error.jpg.
Mon, May 19, 21:48 · Discussion Needed, Extension Development, Feature Requests, User-valerio.bozzolan
valerio.bozzolan added a revision to T16079: Allow extensions to define "Before Destruction" engines: D26026: Add a Before-Destruction Engine.
Mon, May 19, 21:48 · Discussion Needed, Extension Development, Feature Requests, User-valerio.bozzolan
valerio.bozzolan added a revision to T16074: Profile picture destroy workflow: it should not cause 404 errors (it should set the builtin image): D26026: Add a Before-Destruction Engine.
Mon, May 19, 21:48 · Feature Requests, User-valerio.bozzolan, People
valerio.bozzolan created T16079: Allow extensions to define "Before Destruction" engines.
Mon, May 19, 20:55 · Discussion Needed, Extension Development, Feature Requests, User-valerio.bozzolan
valerio.bozzolan added a comment to T16074: Profile picture destroy workflow: it should not cause 404 errors (it should set the builtin image).

Again, expanding a PhabricatorFileAttachment to support a destruction engine to post-pone its destruction does NOT work as intended (as it's still destroyed very after the file) since the destroyObjectPermanently() is always supposed to be executed BEFORE the extensions.

Mon, May 19, 20:43 · Feature Requests, User-valerio.bozzolan, People
valerio.bozzolan added a comment to T16074: Profile picture destroy workflow: it should not cause 404 errors (it should set the builtin image).

OK I've explored the proposal n. 1 about expanding PhabricatorFileAttachment to support PhabricatorDestructibleInterface, but I'm just moving the problem there. The attachment is still immediately nuclearized BEFORE the extensions can do things.

Mon, May 19, 20:22 · Feature Requests, User-valerio.bozzolan, People
valerio.bozzolan added a comment to T16074: Profile picture destroy workflow: it should not cause 404 errors (it should set the builtin image).

When you destroy a PhabricatorFile, it seems this happens:

Mon, May 19, 20:00 · Feature Requests, User-valerio.bozzolan, People
valerio.bozzolan created T16078: PhabricatorFileAttachmentQuery: allow to easily find which users are using a profile picture (allow to only get users, and only get attachments).
Mon, May 19, 17:14 · Files, Feature Requests, User-valerio.bozzolan
valerio.bozzolan added a comment to T16074: Profile picture destroy workflow: it should not cause 404 errors (it should set the builtin image).

It seems it's necessary to be able to "get the user from a profile picture". This is not easy, since the user seems not mentioned in any obvious way from the file object, as already stated in T15407.

Mon, May 19, 16:42 · Feature Requests, User-valerio.bozzolan, People
valerio.bozzolan updated the task description for T16074: Profile picture destroy workflow: it should not cause 404 errors (it should set the builtin image).
Mon, May 19, 16:15 · Feature Requests, User-valerio.bozzolan, People
valerio.bozzolan added a cover image to T16074: Profile picture destroy workflow: it should not cause 404 errors (it should set the builtin image).
Mon, May 19, 16:15 · Feature Requests, User-valerio.bozzolan, People
valerio.bozzolan moved T16074: Profile picture destroy workflow: it should not cause 404 errors (it should set the builtin image) from Backlog to Code Sprint Candidate on the User-valerio.bozzolan board.
Mon, May 19, 11:07 · Feature Requests, User-valerio.bozzolan, People

Sun, May 18

valerio.bozzolan added a parent task for T16074: Profile picture destroy workflow: it should not cause 404 errors (it should set the builtin image): T15407: People: Profile Pictures should be Editable and Deletable by their Authors (not by "No one").
Sun, May 18, 19:52 · Feature Requests, User-valerio.bozzolan, People
valerio.bozzolan created T16074: Profile picture destroy workflow: it should not cause 404 errors (it should set the builtin image).
Sun, May 18, 19:51 · Feature Requests, User-valerio.bozzolan, People

Sat, May 17

aklapper added a revision to T16039: Show image preview thumbnails on your Authored Files: D26022: Show image preview thumbnails on Authored Files.
Sat, May 17, 13:10 · Feature Requests

Wed, May 14

valerio.bozzolan closed T15541: "arc browse <file>" should support Subversion as Resolved by committing rARCc58c780b47ef: arc browse: add support for Subversion repos.
Wed, May 14, 08:04 · Feature Requests, Wikimedia Hackathon 2025, User-valerio.bozzolan, Arcanist

Tue, May 13

valerio.bozzolan moved T16058: Workboard column triggers: Allow assigning to user performing the move from Backlog to We did it 😍 on the Wikimedia Hackathon 2025 board.
Tue, May 13, 21:24 · Wikimedia Hackathon 2025, Feature Requests
aklapper added a revision to T16064: New Column Trigger: Assign only unassigned tasks on move: D26020: Add workboard column trigger to assign only unassigned tasks.
Tue, May 13, 11:39 · Feature Requests

Sun, May 11

aklapper closed T15859: Set "preconnect" HTTP header when "security.alternate-file-domain" is set as Resolved by committing rP1f19cbf7486a: Set "preconnect" HTTP header when "security.alternate-file-domain" is set.
Sun, May 11, 07:27 · Wikimedia Hackathon 2025, Feature Requests

Thu, May 8

matmarex added a comment to T16050: Make it easier for CSS customization to apply to comments by specific users/bots.

Thanks for the comments. For context (which I should have included initially), this task was borne out of a conversation between me, @aklapper and @valerio.bozzolan about which parts of a downstream hack I was working on (https://phabricator.wikimedia.org/T393289) could be useful upstream. If the answer is "none", I can live with that.

Thu, May 8, 21:42 · Feature Requests, Comments
aklapper created T16064: New Column Trigger: Assign only unassigned tasks on move.
Thu, May 8, 14:42 · Feature Requests

Wed, May 7

avivey closed T16052: Add a CSS class on comments that would include the author username as Wontfix.
  1. see parent task
  2. This wouldn't actually help the described use-case anyway.
Wed, May 7, 08:38 · Feature Requests, Comments
avivey closed T16052: Add a CSS class on comments that would include the author username, a subtask of T16050: Make it easier for CSS customization to apply to comments by specific users/bots, as Wontfix.
Wed, May 7, 08:38 · Feature Requests, Comments
avivey added a comment to T16051: Add a CSS class on comments to indicate whether the comment author is a bot.

(see parent task - I'm against this).

Wed, May 7, 08:36 · Wikimedia Hackathon 2025, Feature Requests, Comments
valerio.bozzolan added a comment to T16050: Make it easier for CSS customization to apply to comments by specific users/bots.

I have not a strong opinion about author usernames (T16052) but if you say to decline that makes sense, especially if at least as small compromise we simplify bot recognition, T16051 and D25987, so that local installs can rewrite their UX without completely nuking their past history and doing complicated comment→transaction migrations on past data.

Wed, May 7, 07:44 · Feature Requests, Comments

Tue, May 6

aklapper added a revision to T16058: Workboard column triggers: Allow assigning to user performing the move: D25991: Column triggers: Allow assigning user who performs the move.
Tue, May 6, 17:42 · Wikimedia Hackathon 2025, Feature Requests
valerio.bozzolan claimed T16061: PhabricatorEnv isSelfURI(): add small cache of these self-URIs.
Tue, May 6, 16:42 · User-valerio.bozzolan, Feature Requests
valerio.bozzolan added a revision to T16061: PhabricatorEnv isSelfURI(): add small cache of these self-URIs: D25990: PhabricatorEnv: add domains cache for isSelfURI().
Tue, May 6, 16:34 · User-valerio.bozzolan, Feature Requests
valerio.bozzolan updated the task description for T16061: PhabricatorEnv isSelfURI(): add small cache of these self-URIs.
Tue, May 6, 08:43 · User-valerio.bozzolan, Feature Requests
valerio.bozzolan created T16061: PhabricatorEnv isSelfURI(): add small cache of these self-URIs.
Tue, May 6, 08:42 · User-valerio.bozzolan, Feature Requests
valerio.bozzolan added a comment to T15920: Make table of contents visible when using wide screens.

I suggest testing by setting window width = 1791px (e.g. CTRL+shift+M on Firefox), and then passing to window width = 1792px. So we can see that the content max width at the moment always seems ~ 800px.

Tue, May 6, 07:10 · UX, Feature Requests
valerio.bozzolan added a comment to T15920: Make table of contents visible when using wide screens.

Uhm - but looking at your screenshot, at looking here T15920, it seems a regression

Tue, May 6, 07:05 · UX, Feature Requests

Mon, May 5

valerio.bozzolan added a comment to T15920: Make table of contents visible when using wide screens.

Patch welcome, with "Ref T15920"

Mon, May 5, 17:03 · UX, Feature Requests
vabocharov added a comment to T15920: Make table of contents visible when using wide screens.

When reading the wiki at a resolution of 3440x1440 (34 inch monitor), there is still a lot of white space.

Mon, May 5, 16:48 · UX, Feature Requests

Sun, May 4

valerio.bozzolan updated the task description for T16060: arc diff: it could auto-claim the Task, if unclaimed.
Sun, May 4, 22:38 · Discussion Needed, User-valerio.bozzolan, Feature Requests, Arcanist
valerio.bozzolan updated the task description for T16060: arc diff: it could auto-claim the Task, if unclaimed.
Sun, May 4, 22:31 · Discussion Needed, User-valerio.bozzolan, Feature Requests, Arcanist
valerio.bozzolan renamed T16060: arc diff: it could auto-claim the Task, if unclaimed from arc diff: it couldshould auto-claim the Task, if unclaimed to arc diff: it could auto-claim the Task, if unclaimed.
Sun, May 4, 22:29 · Discussion Needed, User-valerio.bozzolan, Feature Requests, Arcanist
valerio.bozzolan created T16060: arc diff: it could auto-claim the Task, if unclaimed.
Sun, May 4, 22:27 · Discussion Needed, User-valerio.bozzolan, Feature Requests, Arcanist
valerio.bozzolan added a project to T16058: Workboard column triggers: Allow assigning to user performing the move: Wikimedia Hackathon 2025.
Sun, May 4, 11:05 · Wikimedia Hackathon 2025, Feature Requests
valerio.bozzolan added a comment to T16058: Workboard column triggers: Allow assigning to user performing the move.

Feel free to throw the patch as-is, as I usual I love to cleanup and test more loool

Sun, May 4, 11:03 · Wikimedia Hackathon 2025, Feature Requests
aklapper added a comment to T16058: Workboard column triggers: Allow assigning to user performing the move.

I have a patch ready, need to clean up and test more

Sun, May 4, 10:22 · Wikimedia Hackathon 2025, Feature Requests
aklapper created T16058: Workboard column triggers: Allow assigning to user performing the move.
Sun, May 4, 10:22 · Wikimedia Hackathon 2025, Feature Requests

Sat, May 3

valerio.bozzolan moved T16043: Create Unit Tests to cover Project Destroy from Triage to Plz Review 🥺 on the Wikimedia Hackathon 2025 board.
Sat, May 3, 14:13 · Wikimedia Hackathon 2025, User-valerio.bozzolan, Feature Requests, Projects
valerio.bozzolan added a revision to T16043: Create Unit Tests to cover Project Destroy: D25772: Projects: improve quality of destroy workflow.
Sat, May 3, 14:13 · Wikimedia Hackathon 2025, User-valerio.bozzolan, Feature Requests, Projects
avivey added a comment to T16050: Make it easier for CSS customization to apply to comments by specific users/bots.

To put it another way:
I think the described use-case is too narrow, and a naive expansion of the use-case isn't scalable.
The described use-case fails for at least one possible use-case ("some bots have something useful to say").

Sat, May 3, 09:21 · Feature Requests, Comments
aklapper added a comment to T16050: Make it easier for CSS customization to apply to comments by specific users/bots.

Personally I'd decline T16052 (data duplication) and I do not yet see a need for potential new transaction types either (a comment is a comment is a comment no matter who/what made it).

Sat, May 3, 09:07 · Feature Requests, Comments
avivey added a comment to T16050: Make it easier for CSS customization to apply to comments by specific users/bots.

Yes, this is where my first comment enters - I feel this is a rabbit-hole we shouldn't venture into, etc.
The current script appears to have 3 names, and referring to "legacy data" implies that there won't be any new names to add.

Sat, May 3, 08:56 · Feature Requests, Comments
valerio.bozzolan added a comment to T16050: Make it easier for CSS customization to apply to comments by specific users/bots.

If you mean this kind of hardcoded CSS rules, yes, it's possible for local installs:

Sat, May 3, 08:52 · Feature Requests, Comments
avivey added a comment to T16050: Make it easier for CSS customization to apply to comments by specific users/bots.

the legacy data can be handled by the already-existing hard-coded names...

Sat, May 3, 08:46 · Feature Requests, Comments
valerio.bozzolan added a comment to T16050: Make it easier for CSS customization to apply to comments by specific users/bots.

Yessss, I agree and we explored a bit the creation of new transactions as good long-term direction, unfortunately it seems still necessary a bit of CSS help from the backend to cover the legacy data (e.g. 10 years old bot-generated comments, with traditional comments)

Sat, May 3, 08:37 · Feature Requests, Comments
avivey added a comment to T16050: Make it easier for CSS customization to apply to comments by specific users/bots.

I feel this is a rabbit-hole we shouldn't venture into.
The slippery-slope argument will make us adding a custom class for each individual user, so css extensions can be used to hide/highlight comments from boss/intern/etc.
It's also probably not enough to remove the hard-coded requirement either - in some environments, one "bot" user is copying comments from another platform, and another is making statistical updates about a jira ticket, so you'd still need a better filter.

Sat, May 3, 07:58 · Feature Requests, Comments
valerio.bozzolan moved T16051: Add a CSS class on comments to indicate whether the comment author is a bot from Backlog to Plz Review 🥺 on the Wikimedia Hackathon 2025 board.
Sat, May 3, 00:17 · Wikimedia Hackathon 2025, Feature Requests, Comments
valerio.bozzolan added a project to T16051: Add a CSS class on comments to indicate whether the comment author is a bot: Wikimedia Hackathon 2025.
Sat, May 3, 00:17 · Wikimedia Hackathon 2025, Feature Requests, Comments

Fri, May 2

aklapper added a revision to T16051: Add a CSS class on comments to indicate whether the comment author is a bot: D25987: Add CSS class to object handle if user object is system agent.
Fri, May 2, 23:53 · Wikimedia Hackathon 2025, Feature Requests, Comments
valerio.bozzolan moved T15859: Set "preconnect" HTTP header when "security.alternate-file-domain" is set from Plz Review 🥺 to We did it 😍 on the Wikimedia Hackathon 2025 board.
Fri, May 2, 18:08 · Wikimedia Hackathon 2025, Feature Requests
matmarex added a parent task for T16051: Add a CSS class on comments to indicate whether the comment author is a bot: T16050: Make it easier for CSS customization to apply to comments by specific users/bots.
Fri, May 2, 16:41 · Wikimedia Hackathon 2025, Feature Requests, Comments
matmarex added subtasks for T16050: Make it easier for CSS customization to apply to comments by specific users/bots: T16051: Add a CSS class on comments to indicate whether the comment author is a bot, T16052: Add a CSS class on comments that would include the author username.
Fri, May 2, 16:41 · Feature Requests, Comments
matmarex added a parent task for T16052: Add a CSS class on comments that would include the author username: T16050: Make it easier for CSS customization to apply to comments by specific users/bots.
Fri, May 2, 16:41 · Feature Requests, Comments
matmarex created T16052: Add a CSS class on comments that would include the author username.
Fri, May 2, 16:41 · Feature Requests, Comments
matmarex created T16051: Add a CSS class on comments to indicate whether the comment author is a bot.
Fri, May 2, 16:41 · Wikimedia Hackathon 2025, Feature Requests, Comments
matmarex created T16050: Make it easier for CSS customization to apply to comments by specific users/bots.
Fri, May 2, 16:41 · Feature Requests, Comments

May 1 2025

valerio.bozzolan moved T15859: Set "preconnect" HTTP header when "security.alternate-file-domain" is set from Backlog to Plz Review 🥺 on the Wikimedia Hackathon 2025 board.
May 1 2025, 21:57 · Wikimedia Hackathon 2025, Feature Requests
valerio.bozzolan added a project to T15859: Set "preconnect" HTTP header when "security.alternate-file-domain" is set: Wikimedia Hackathon 2025.
May 1 2025, 21:57 · Wikimedia Hackathon 2025, Feature Requests
valerio.bozzolan created T16048: PhutilURI: add support for Internationalized domain name e.g. http://苗条.example.com/.
May 1 2025, 21:01 · Feature Requests
valerio.bozzolan renamed T15541: "arc browse <file>" should support Subversion from "arc browse <file>" does not support Subversion to "arc browse <file>" should support Subversion.
May 1 2025, 19:35 · Feature Requests, Wikimedia Hackathon 2025, User-valerio.bozzolan, Arcanist
valerio.bozzolan moved T16043: Create Unit Tests to cover Project Destroy from Backlog to Triage on the Wikimedia Hackathon 2025 board.
May 1 2025, 18:51 · Wikimedia Hackathon 2025, User-valerio.bozzolan, Feature Requests, Projects
valerio.bozzolan added a project to T16043: Create Unit Tests to cover Project Destroy: Wikimedia Hackathon 2025.
May 1 2025, 18:51 · Wikimedia Hackathon 2025, User-valerio.bozzolan, Feature Requests, Projects

Apr 30 2025

valerio.bozzolan moved T16043: Create Unit Tests to cover Project Destroy from Backlog to Code Sprint Candidate on the User-valerio.bozzolan board.
Apr 30 2025, 08:53 · Wikimedia Hackathon 2025, User-valerio.bozzolan, Feature Requests, Projects
valerio.bozzolan added a project to T16043: Create Unit Tests to cover Project Destroy: User-valerio.bozzolan.
Apr 30 2025, 08:53 · Wikimedia Hackathon 2025, User-valerio.bozzolan, Feature Requests, Projects
valerio.bozzolan created T16043: Create Unit Tests to cover Project Destroy.
Apr 30 2025, 08:52 · Wikimedia Hackathon 2025, User-valerio.bozzolan, Feature Requests, Projects

Apr 23 2025

valerio.bozzolan moved T16042: Embedded videos are disproportionately huge from Backlog to Feature Requests on the Remarkup board.

P.S. I wonder... what happens if we expose the width/height here. But probably just touching that would be enough. Still, patch welcome 👍

Apr 23 2025, 13:45 · User-valerio.bozzolan, Feature Requests, Remarkup
valerio.bozzolan added projects to T16042: Embedded videos are disproportionately huge: Feature Requests, User-valerio.bozzolan.

Thanks. Yes. I can reproduce. Relevant documentation:

Apr 23 2025, 13:40 · User-valerio.bozzolan, Feature Requests, Remarkup
valerio.bozzolan updated the task description for T16041: Harbormaster Build Plan: improve input "Depends On".
Apr 23 2025, 12:16 · User-valerio.bozzolan, UX, Feature Requests, Almanac/Drydock/Harbormaster
valerio.bozzolan added a cover image to T16041: Harbormaster Build Plan: improve input "Depends On".
Apr 23 2025, 12:15 · User-valerio.bozzolan, UX, Feature Requests, Almanac/Drydock/Harbormaster
valerio.bozzolan created T16041: Harbormaster Build Plan: improve input "Depends On".
Apr 23 2025, 12:11 · User-valerio.bozzolan, UX, Feature Requests, Almanac/Drydock/Harbormaster

Apr 22 2025

valerio.bozzolan lowered the priority of T15323: Add support for embedding Videos from Wikimedia Commons into Remarkup from Low to Wishlist.

Thanks. I also encourage in not following the mentioned implementation, and not only because they have problems with deleted files (interesting) but also because that solution is verticalized on Wikimedia Commons, and nowadays a "modern" embedder system should probably just use the OEmbed protocol that is quite flexible and would support out of the box an incredible amount of websites, potentially including Wikimedia Commons, with relatively few amount of code, than supporting every single website in the universe.

Apr 22 2025, 07:04 · Feature Requests, Remarkup, Affects-Wikimedia

Apr 21 2025

connorgurney added a comment to T16039: Show image preview thumbnails on your Authored Files.

Triaged this as normal as I don’t think it’s anything urgent, but I personally love it - very helpful when you have lots of files! LGTM in principle.

Apr 21 2025, 14:47 · Feature Requests
connorgurney triaged T16039: Show image preview thumbnails on your Authored Files as Normal priority.
Apr 21 2025, 14:46 · Feature Requests
aklapper created T16039: Show image preview thumbnails on your Authored Files.
Apr 21 2025, 09:55 · Feature Requests

Apr 11 2025

aklapper closed T15985: Fix UX regression in Phame, a subtask of T15920: Make table of contents visible when using wide screens, as Resolved.
Apr 11 2025, 08:54 · UX, Feature Requests

Apr 10 2025

aklapper created T16027: People Search: Allow querying by project membership.
Apr 10 2025, 09:41 · Feature Requests
aklapper updated the task description for T16026: Provide a standard custom "Due Date" / Deadline field for tasks.
Apr 10 2025, 09:07 · Feature Requests
aklapper created T16026: Provide a standard custom "Due Date" / Deadline field for tasks.
Apr 10 2025, 09:06 · Feature Requests