PhabricatorFileAttachmentQuery seems to eagerly load the object relation, however since the DestructionEngine extensions run after the object is already deleted, this fails and nothing is returned in the query. Changed to LiskDAO loadAllWhere, which also seems to use less queries in general (due to not eagerly loading), so changed the query in PhabricatorFile as well. Changed mpull to foreach per suggestion.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Sep 25 2023
Sep 18 2023
Sep 17 2023
Commit fixup/update author details
Organised attachment deletion from the file side into the File object and deletion from the object side into the destruction engine extension. Also updated the SQL patch date in the file name.
Apr 24 2023
In D25129#4083, @aklapper wrote:Thanks for accepting. As I have been puzzled by arc for many years now, is there a way to merge via the web UI? arc land D25129 on a shell tells me that Branch "D25129" does not exist in the local working copy, likely because I've reset stuff here.
There is no way to merge from the web UI.
(Ignored unrelated build failures, see fix: D25133)
Rebased and applied suggested changes
In D25052#4102, @Dylsss wrote:I reverted to a previous commit (36dba82224de1b64bf571ebae5e944ce8a02e7c2) and still get this error when uploading from the remarkup toolbar upload button. So I don't think it is related to this change.
Apr 23 2023
In D25052#4034, @valerio.bozzolan wrote:WARNING: After this change, in my JavaScript console I can see this exception: Error: JX.DOM.scry(<yuck>, ...): first argument must be a DOM node. - I do not understand a shit about Javelin so I really don't know what does it mean
Mar 27 2023
Mar 23 2023
In D25067#2470, @valerio.bozzolan wrote:I'm not sure I can reproduce this issue before this patch.
Use project slug
Mar 22 2023
Mar 2 2023
Feb 21 2023
Rebased on master, ran bin/celerity map to resolve merge conflict.
Feb 20 2023
Feb 17 2023
Nov 29 2022
Yes, you could also use milestones and tag the task with that milestone. For example, this is done at Wikimedia's Phabricator: https://phabricator.wikimedia.org/project/subprojects/5539/, where milestones are used to track changes associated with a task.
Nov 28 2022
Nov 25 2022
Oct 16 2022
In addition to the above, it seems that commit d017f3f21021 is what broke this. And adjustTransactionValues is what changes the xaction from
Array ( [+] => Array ( [0] => PHID-PIMG-m5pqg3eec46uvzw6uynm )
Oct 13 2022
In D25052#1750, @avivey wrote:I'd expect some PHP code to actually attach the files from attachedFilePHIDs to the relevant object, but I don't see it in this diff. Is that already happening somehow?
Sep 28 2022
Sep 19 2022
Auto file attachments are also not working when editing a comment.
Differentiate between metadata of different text areas using node ID. e.g., new comment text areas and text areas in the edit comment dialog.
Sep 18 2022
ran celerity map again
Sep 12 2022
arc liberate
Linting
Aug 24 2022
Aug 23 2022
Aug 18 2022
https://phabricator.wikimedia.org/D1203 is my fix for this issue at Wikimedia's install.