I thought we had a ticket for "allow more things to show up in workboards", but I can't find it.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Apr 25 2024
Apr 24 2024
Apr 16 2024
Apr 15 2024
done...
Yeah, probably. I'll try to do it tonight.
Apr 14 2024
Maybe put the warning above the box, so it catches all actions, not just comments?
Unless we can come up with a better/more common notation to show this information, I'm +1 on this - I like static type information, and this one looks fine to me.
I'm not familiar with many PHP tools - is there another notation somewhere?
Apr 12 2024
In D25575#16550, @valerio.bozzolan wrote:Where I can document myself about undefined_magic_text? Undetected with grep 🤔
Apr 11 2024
Apr 10 2024
Done:
Apr 9 2024
Apr 5 2024
Did that Phactory: Hosting Projects Here
This script can be used to download the entire graph:
It's something to do with the priority - it works if the priority is 150.
Probably one of the other similar rules is interrupting (icon? Object? Maybe it thinks this is a mention of a project?)
Apr 4 2024
We don't create the links to page$line in most places as hrefs, so this shouldn't be an issue.
- Don't exist in Diffusion
- Do exist in Paste
- Don't exist in Differential
There's no easy way to do that...
The diviner flow loads code from a repository, creates "cache" files, and then loads them directly to DB. I'm not sure it's even reasonable to try to run it on a different workspace copy.
You should be able to just arc land this now...
I'm guessing $ is used instead of # because (1) a user-agent might not send the # part to the server, and (2) the natural behavior of # ("scroll to this anchor") isn't what the intended behavior ("highlight these lines and scroll to the first one").
Apr 3 2024
As a work-around, you can probably add ?offset=0 to the URL.
(The images aren't public/attached, so I can't see them)
All of this should maybe go under "applyExternalEffects()", but I can't find any doc that explains what should go there. Looks like external runs after all the internal and the object being saved, and before final. 🤷♂️
See also note in https://we.phorge.it/D25475#inline-3542 - looks like "creating a transformation" is done in many places.
In D25568#16354, @valerio.bozzolan wrote:In this way, do we skip that column creating a column shift?
Apr 2 2024
@kat: I've added you to the Trusted Contributors project, so you can now land this change!
Traced the Flags in Revision back to its origin in https://secure.phabricator.com/T1557. I knew about this one - but I was 100% sure that the feature was lost when the SearchEngine classes were introduced.
The Github syntax for this is bad. That's the code block syntax. It makes it impossible to have code-block with mermaid syntax.
Apr 1 2024
looks good to me - couple of small inlines....
(Flags only show up in Maniphest on this one; I'll add them to more apps in a layer diff)
Mar 31 2024
:-)
Is that really as trivial as in my last revision?
Mar 30 2024
house-keeping...
Changing status for house-keeping.
I'd even suggest we can go one step further, and in the Home tab show the Readme above the files (and maybe change the order/highlight some other UI elements too).
Mar 29 2024
Can we just define the used properties instead? Doesn't look like there's too many of them.
IIRC, The save() command won't generate any Feed item, so the unified feed entry would be either "xxx triaged this task" or "xxx added a comment". Also, for each comment added, a new Feed item will be generated, which is probably not what you'd like.
Mar 26 2024
It might not happen on any other card, because we might not be rendering Remarkup on any other card. Interesting....
So this is quite an edge-case:
- PhabricatorMentionRemarkupRule wants to give the mention a different color, depending on if the user can view the "context object", in this case the Project.
- There's an automatic rule, saying a member of a project can always view the project
- When loading the project for the hovercard, we don't bother loading all the member list
- When loading the user for the mention, we don't bother loading all its projects
- so data is not available at the rendering point.
Mar 25 2024
I can't immediately reproduce with that version either. I'll try again later.
In the meanwhile:
- Try clearing your browser's cache
- Try updating Phorge to the latest commit
- Try disabling this extension: assets/DisableUsernameEditEventListener.php
I can reproduce this on master with basically any string search.
I can't reproduce this.
Which version of phorge/arc do you have (git log -1)?
How did you install the new Instance?
Mar 22 2024
Mar 20 2024
@avivey to do now:
The repo is set to "host" right now, but it can also be set to "observe from" or "mirror to" another repo.
Mar 19 2024
Interesting, and a little troubling if I understand it correctly; It means that the query ... WHERE dst = $a and type = $b and src = $c will be a full-table-read, but the equivalent query src = $c and type = $b and dst = $a will use the index to resolve quickly?
Are the keys actually different? Looks like they have the same fields in different order. Does this makes a difference in the implementation?
Mar 17 2024
Mar 16 2024
I'm pretty sure getValueForQuery() should return some value?
I have a problem with this statement:
Mar 15 2024
CVE-2017-5223, CVE-2018-19296 and CVE-2020-36326:
CVE-2021-34551:
This one requires passing user-provided input as a filename to the "setLanguage" method; We don't call that method.