In D25548#17006, @valerio.bozzolan wrote:I see "Unknown object" if the Diff repository is unset. Is that known?
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Apr 28 2024
Apr 28 2024
- check for non-null repository in Revision
- rebase
Apr 27 2024
Apr 27 2024
Pending that small inline, lgtm.
avivey accepted D25256: Fix PHP 8.1 "strlen(null)" exception on auth email message body when PhabricatorAuthMessage is unset.
Apr 26 2024
Apr 26 2024
Can't reproduce either - 🤷🏻♂️
Apr 25 2024
Apr 25 2024
Done - #ponder now refers to the new (active) tag.
Apr 24 2024
Apr 24 2024
avivey added a comment to Q128: How deeply is Ponder integrated with the rest of Phorge? (Answer 161).
I thought we had a ticket for "allow more things to show up in workboards", but I can't find it.
avivey moved T15231: Maybe make automatic workboard display sub-projects as columns? from Backlog to Discussion Needed on the Workboard board.
Apr 16 2024
Apr 16 2024
avivey retitled D25577: Makes extension usable with configured alternative file domain from [WIP] Makes extension usable with configured alternative file domain
Apr 15 2024
Apr 15 2024
avivey added a comment to T15706: Phorge/auth/config/view/3/ Call to phutil_nonempty_string() expected null or a string, got: PhutilSafeHTML..
done...
avivey committed rPd519f75dfdee: (stable) Fix config transaction rendering error on auth page by allowing… (authored by doommius).
avivey added a comment to T15706: Phorge/auth/config/view/3/ Call to phutil_nonempty_string() expected null or a string, got: PhutilSafeHTML..
Yeah, probably. I'll try to do it tonight.
Apr 14 2024
Apr 14 2024
avivey added a comment to T15749: Display warning about commenting on a task which is closed as a duplicate.
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
Apr 12 2024
In D25575#16550, @valerio.bozzolan wrote:Where I can document myself about undefined_magic_text? Undetected with grep 🤔
avivey added a comment to Q124: [bug] Diffusion Commit History CommandException on git 2.42 (Answer 156).
Apr 11 2024
Apr 11 2024
avivey raised the priority of T15106: "Upload file" in remarkup text fields should attach by default from Normal to High.
Apr 10 2024
Apr 10 2024
Done:
avivey renamed Gantt Charts (Extension) from Gantt Diagrams (Extension) to Gantt Charts (Extension).
Apr 9 2024
Apr 9 2024
Apr 5 2024
Apr 5 2024
Did that Phactory: Hosting Projects Here
This script can be used to download the entire graph:
avivey added a comment to D25540: Add PhutilRemarkupHexColorCodeRule, a new remarkup rule to format color codes.
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
Apr 4 2024
avivey added a comment to T15670: Diffusion repository commits: avoid to be a black hole for webcrawlers.
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...
avivey added a comment to T15670: Diffusion repository commits: avoid to be a black hole for webcrawlers.
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
Apr 3 2024
avivey added a comment to Q124: [bug] Diffusion Commit History CommandException on git 2.42 (Answer 156).
As a work-around, you can probably add ?offset=0 to the URL.
avivey awarded Q124: [bug] Diffusion Commit History CommandException on git 2.42 a Yellow Medal token.
(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.
avivey added a comment to D25568: Fix PHP 8.1 "addcslashes(null)" exception exporting task list to tab-separated text.
In D25568#16354, @valerio.bozzolan wrote:In this way, do we skip that column creating a column shift?
Apr 2 2024
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
Apr 1 2024
avivey accepted D25540: Add PhutilRemarkupHexColorCodeRule, a new remarkup rule to format color codes.
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
Mar 31 2024
avivey accepted D25563: Fix "Creation of dynamic property is deprecated" PHP 8.2 error in MimeMailParser.
:-)
avivey added a comment to D25563: Fix "Creation of dynamic property is deprecated" PHP 8.2 error in MimeMailParser.
Is that really as trivial as in my last revision?
Mar 30 2024
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
Mar 29 2024
avivey added a comment to D25563: Fix "Creation of dynamic property is deprecated" PHP 8.2 error in MimeMailParser.
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
Mar 26 2024
avivey added a comment to T15762: PhabricatorDataNotAttachedException when rendering project hovercard with username mentioned in project description.
It might not happen on any other card, because we might not be rendering Remarkup on any other card. Interesting....
avivey added a comment to T15762: PhabricatorDataNotAttachedException when rendering project hovercard with username mentioned in project description.
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
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
avivey added a comment to Q121: [Search Bug] Refusing to redirect to local resource "foo". This URI is not formatted in a recognizable way..
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 22 2024
Mar 20 2024
Mar 20 2024
avivey moved T15525: Create repository for Diagrams, a DrawIO integration from Backlog to Pending Projects on the Phactory: Community Projects board.
avivey moved T15558: community repo: Semi Structured from Backlog to Pending Projects on the Phactory: Community Projects board.
avivey moved T15576: Community Repo: QR Code Extension from Backlog to Pending Projects on the Phactory: Community Projects board.
@avivey to do now:
avivey moved T15567: Phorge extension to print QR stickers from Backlog to Pending Projects on the Phactory: Community Projects board.
avivey moved T15760: Community Repo: DeepClone from Backlog to Pending Projects on the Phactory: Community Projects board.
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
Mar 19 2024
avivey added a comment to T15759: MySQL edge table error log: 'INSERT... ON DUPLICATE KEY UPDATE on a table with more than one UNIQUE KEY is unsafe'.
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?
Content licensed under Creative Commons Attribution-ShareAlike 4.0 (CC-BY-SA) unless otherwise noted; code licensed under Apache 2.0 or other open source licenses. · CC BY-SA 4.0 · Apache 2.0