OK probably just this is missing
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Feb 4 2025
It works on my computer but I see that in the left sidebar usually there is "Queries" 馃 instead it seems to work for ManiphestController and similar ones
Welcome PHP 8.4
(Additional context: as follow-up request, the most adopted token MUST always be "fox" or "馃", forever - even if not available. So maybe the implementation is a bit simpler and efficient 馃憤 lol)
Feb 3 2025
- rebase again
Double slam-sgtm
./bin/celerity/map
Remove newNoMenuItemsView() instead
https://secure.phabricator.com/T13105 is the relevant historical meta-task, I didn't find a matching one here.
add little cute comment and newline, to make it clear that the comment belongs only to that line, and really nothing else lol
Makes sense looking at
I find the current iteration too difficult to read, although that may be partially caused by the mutual language barrier.
It works on my computer. Thaaaanks \o/
Feb 2 2025
Feb 1 2025
Jan 31 2025
A comment in two parts:
First and most relevant to this task: It certainly would be nice to get some of this into documentation! It took me quite awhile to figure this out when doing my own extension development.
Jan 26 2025
Took some fiddling with VS2022 to find exactly what I needed to install, but worked like a charm afterwards.
Jan 25 2025
Jan 24 2025
the vsts has a good workboard experience for this feature, it supply the mapping setting for the board relationship.
Jan 23 2025
Uhm, right. A quick fix would be removing the margin-left: 300px; CSS rule for div.phui-document-content-outer.
Jan 22 2025
Decreasing priority since this happens only if you have not any posts.
(Sorry @mturdus I didn't want to assign this to you. It was automatically assigned by sub-task.)
It works on my computer \o/ thanks
fix PhabricatorPeopleProfilePictureController and PhabricatorProjectEditPictureController,
thanks to generic "transform" stuff from PhabricatorFileTransform
Hoping to be useful I will amend to fix 2 new errors caused by my suggestion.
Ouch the non-static method raised an error. I'm investigating a possible fix to keep this non-static approach in the next 20 minutes
Jan 21 2025
Do not use consts but keep the two pixel values defined in getMaxTransformDimensions(), make function non-static
Oh, I miss-understood the problem statement. The 4096 limit is on the size of the image that we can resize from...
Jan 20 2025
Maybe since "we live in interesting times" we can increase such limit indeed also, but that logic makes some sense (but terrible user experience, I agree lol)
I also thought that, but I think the current limitation (4096 x 4096) is reasonable and was introduced to avoid to scale huge things and mitigate resource exhaustion in thumb generation.
I'd expect it to just resize the image as needed....
Still untested but seems nice thanks <3
Yes, I got the idea. It's a feasible workaround.
Yep, maybe the "Dummy project" can be a "personal project", that is, just a workboard with your name, like this:
Jan 19 2025
Jan 18 2025
In D25862#23134, @aklapper wrote:@Cigaryno: What is your motivation behind and which actual problem are you trying to solve by this? For example, there are now 4 out of ~25000 patches tagged with Projects if I was about to search for patches tagged with Projects. I can imagine tags to be partially useful on Maniphest tasks and I fail to see the advantage for Differential patches so far.
@Cigaryno: What is your motivation behind and which actual problem are you trying to solve by this? For example, there are now 4 out of ~25000 patches tagged with Projects if I was about to search for patches tagged with Projects. I can imagine tags to be partially useful on Maniphest tasks and I fail to see the advantage for Differential patches so far.
@akplapper just to ask, is adding tags to revs pointless or this isn't the right revision for adding tags to?
@Cigaryno: Could you please not add project tags to patches? You seem to be the only person doing this lately, and it creates notifications that others need to read. Thanks.
- mb_chr(215) because arc lint dislikes funky 脳
- const MAX_TRANSFORM_* because arc lint does not like private const, so maybe PhabricatorFileImageTransform::getMaxTransformDimensions() is overengineering as I could also access the two consts directly instead
- Cannot private const int because that requires PHP 8.3 (type safety haha)