Page MenuHomePhorge
Feed All Stories

Jul 2 2024

aklapper updated the diff for D25643: Remove unused methods in PhabricatorEditorExtension.

Remove unused final protected methods in PhabricatorEditorExtension

Jul 2 2024, 12:39
avivey added Q141: LotusLinkManiphestCustomField.php:258, occurrences: 1 (Answer 175).
Jul 2 2024, 12:26
TychoTa updated the question details for Q141: LotusLinkManiphestCustomField.php:258, occurrences: 1.
Jul 2 2024, 12:21 · Deprecation Notice
TychoTa asked Q141: LotusLinkManiphestCustomField.php:258, occurrences: 1.
Jul 2 2024, 12:21 · Deprecation Notice
aklapper updated the diff for D25708: Fix invalid constructor call for ArcanistHardpointFutureList.

But it's designed to accept an array of futures, not a single one. Maybe just wrap in array($result).

Jul 2 2024, 11:46
aklapper closed D25645: Remove unused save() method in PhabricatorUserCache.
Jul 2 2024, 10:12
aklapper committed rP9a44a81e797d: Remove unused save() method in PhabricatorUserCache.
Remove unused save() method in PhabricatorUserCache
Jul 2 2024, 10:12
aklapper updated the test plan for D25645: Remove unused save() method in PhabricatorUserCache.
Jul 2 2024, 10:09
valerio.bozzolan added a comment to D25708: Fix invalid constructor call for ArcanistHardpointFutureList.

Test plan needed. But I don't know what an "hardpoint" is.

Jul 2 2024, 09:23

Jul 1 2024

avivey added a comment to D25709: Fix missing file attachment in Conpherence.

OK.

@avivey what do you think about a new silly commodity method PhabricatorTransactions::findOneByType(array, string) ?

Jul 1 2024, 18:39
valerio.bozzolan accepted D25645: Remove unused save() method in PhabricatorUserCache.

Thanks. I'm quite sure that everything is just calling writeCache().

Jul 1 2024, 18:28
valerio.bozzolan updated the test plan for D25645: Remove unused save() method in PhabricatorUserCache.
Jul 1 2024, 18:27
valerio.bozzolan accepted D25709: Fix missing file attachment in Conpherence.

Please wait at least for another +1, or, a week, before landing this. Since others may have different opinions on PhabricatorTransactions::findOneByType().

Jul 1 2024, 17:51
valerio.bozzolan awarded D25705: Fix missing file attachment in Phriction a Mountain of Wealth token.
Jul 1 2024, 17:46
mturdus updated the diff for D25709: Fix missing file attachment in Conpherence.

Updates after comments

Jul 1 2024, 17:28
mturdus updated the diff for D25709: Fix missing file attachment in Conpherence.

Updates after comments

Jul 1 2024, 17:19
Harej changed the visibility for F2273742: Screenshot_2024-06-19-13-38-34-09_40deb401b9ffe8e1df2f1cc5ba480b12.jpg.
Jul 1 2024, 17:15
valerio.bozzolan updated subscribers of D25709: Fix missing file attachment in Conpherence.

@avivey what do you think about a new silly commodity method PhabricatorTransactions::findOneByType(array, string) ?

Jul 1 2024, 17:13
valerio.bozzolan edited the content of Next Up.
Jul 1 2024, 16:58
valerio.bozzolan added a project to T15575: Moving a Phriction page does not move its Tags: Phriction.

Partially related to T15822: When a phriction page is moved, history should follow the page move

Jul 1 2024, 16:55 · Phriction, User-valerio.bozzolan, Bug Reports
valerio.bozzolan added a project to T15180: Phriction: when a document is deleted from web, allow to see the related destroy CLI command: Phriction.
Jul 1 2024, 16:54 · Phriction, Feature Requests, User-valerio.bozzolan
valerio.bozzolan edited projects for T15822: When a phriction page is moved, history should follow the page move, added: Phriction; removed Phorge.
Jul 1 2024, 16:54 · Bug Reports, Phriction
valerio.bozzolan added a project to T15858: Conduit API: allow phriction.edit to modify viewPolicy and editPolicy: Phriction.
Jul 1 2024, 16:54 · Phriction, Feature Requests
valerio.bozzolan edited projects for T15213: Search: a Phriction entry does not mention "Phriction" nor "wiki", added: Phriction; removed Phriction (archived).
Jul 1 2024, 16:51 · Phriction, UX, User-valerio.bozzolan
valerio.bozzolan created Phriction.
Jul 1 2024, 16:51
valerio.bozzolan set the color for Phriction (archived) to Red.
Jul 1 2024, 16:51
valerio.bozzolan renamed Phriction (archived) from Phriction to Phriction (archived).
Jul 1 2024, 16:51
mturdus added a comment to D25705: Fix missing file attachment in Phriction.

Thanks

Jul 1 2024, 16:43
mturdus closed D25705: Fix missing file attachment in Phriction.
Jul 1 2024, 16:41
mturdus committed rP118f989366a0: Fix missing file attachment in Phriction (authored by valerio.bozzolan).
Fix missing file attachment in Phriction
Jul 1 2024, 16:41
mturdus added a comment to D25709: Fix missing file attachment in Conpherence.

P.S. Why does Phriction have the field text_metadata? And why does Conpherence have content_metadata? 🤔

Jul 1 2024, 16:37
valerio.bozzolan added a comment to D25705: Fix missing file attachment in Phriction.

Or, to just download the current version of D25705 to eventually add some local extra changes, just:

Jul 1 2024, 16:33
valerio.bozzolan added a comment to D25705: Fix missing file attachment in Phriction.

If you would like to download the current version of D25705 to maybe land that, just:

Jul 1 2024, 16:32
mturdus added a comment to D25705: Fix missing file attachment in Phriction.

OK try this to restore your desired situation (so, two diffs)

git stash save

git checkout -b just_phriction
git reset --hard origin/master
arc patch --nobranch --diff 2173
arc diff --update D25705

git checkout -b just_conpherence
git reset --hard origin/master
arc patch --nobranch --diff 2178
arc diff --create

Then you have this benefit that you can repeat as many times you want:

git checkout just_phriction
LOL DO CHANGES
arc diff

git checkout just_conpherence
LOL DO CHANGES
arc diff

Or, get fresh master again:

git checkout master

Ideally, the default assumes that people do not touch master but work in branches, each branch a different feature

Jul 1 2024, 16:27
aklapper retitled D25645: Remove unused save() method in PhabricatorUserCache from Fix call to non-existing Filesystem::digestForIndex() in PhabricatorUserCache
Jul 1 2024, 15:39
aklapper updated the diff for D25645: Remove unused save() method in PhabricatorUserCache.

Remove unused save() method in PhabricatorUserCache

Jul 1 2024, 15:38
valerio.bozzolan added a comment to D25645: Remove unused save() method in PhabricatorUserCache.

OK. Giving that also the parent::save() will fail, I think yes, feel free to nuke this method to see what happens. lol

Jul 1 2024, 15:10
aklapper added a comment to D25645: Remove unused save() method in PhabricatorUserCache.

It would be nice to understand why nothing calls save() 🤔 since I guess nothing calls it, or we would have a crash report.

Jul 1 2024, 14:14
aklapper added a comment to D25708: Fix invalid constructor call for ArcanistHardpointFutureList.

or am I supposed to $result = id(new ArcanistHardpointFutureList())->newFromFutures($result);? Yeez

Jul 1 2024, 14:02
valerio.bozzolan added a comment to D25709: Fix missing file attachment in Conpherence.

P.S. Why does Phriction have the field text_metadata? And why does Conpherence have content_metadata? 🤔

Jul 1 2024, 13:40
valerio.bozzolan updated the diff for D25705: Fix missing file attachment in Phriction.

We can avoid phutil_nonempty_string() since PHP pitfalls "Check for non-empty strings" are under control here.

Jul 1 2024, 13:37
valerio.bozzolan updated the diff for D25709: Fix missing file attachment in Conpherence.

shorter like in D25705

Jul 1 2024, 13:32
valerio.bozzolan added a comment to D25645: Remove unused save() method in PhabricatorUserCache.

It would be nice to understand why nothing calls save() 🤔 since I guess nothing calls it, or we would have a crash report.

Jul 1 2024, 13:22
l2dy awarded D25672: Allow collapsing/expanding workboard column content by clicking its header a Yellow Medal token.
Jul 1 2024, 13:16
valerio.bozzolan updated the task description for T15855: Fix "arc diff" in Subversion for non-English languages.
Jul 1 2024, 13:15 · Bug Reports, User-valerio.bozzolan, Arcanist
valerio.bozzolan closed T15872: Understand how to defuse localization in GNU Gettext, a subtask of T15855: Fix "arc diff" in Subversion for non-English languages, as Resolved.
Jul 1 2024, 13:09 · Bug Reports, User-valerio.bozzolan, Arcanist
valerio.bozzolan closed T15872: Understand how to defuse localization in GNU Gettext as Resolved.

OK. Well, thaanks \o/

Jul 1 2024, 13:09 · Bug Reports, User-valerio.bozzolan, Arcanist
aklapper added a comment to D25672: Allow collapsing/expanding workboard column content by clicking its header.

worksonmymachine.jpg (193×200 px, 19 KB)

Jul 1 2024, 13:07
valerio.bozzolan accepted D25672: Allow collapsing/expanding workboard column content by clicking its header.

I'm really impressed. Tested and it's super-nice, with implicit middle fingers pointed to JavaScript.

Jul 1 2024, 13:05
aklapper added a comment to D25672: Allow collapsing/expanding workboard column content by clicking its header.

Screenshots of {desktop, tablet, phone} width, exposing an arrow only on tablet and phone as we previously made people scroll large distances anyway and to increase discoverability of the feature in these viewports:

Screenshot from 2024-07-01 14-57-15.png (882×1 px, 189 KB)

Jul 1 2024, 13:00
aklapper updated the diff for D25672: Allow collapsing/expanding workboard column content by clicking its header.

Apply phone style also to tablet style because same rendering (only one column)

Jul 1 2024, 12:57
valerio.bozzolan updated the task description for T15872: Understand how to defuse localization in GNU Gettext.
Jul 1 2024, 12:56 · Bug Reports, User-valerio.bozzolan, Arcanist
l2dy added a comment to T15872: Understand how to defuse localization in GNU Gettext.

About this:

unset LC_ALL + LC_MESSAGES=C

I think it's not safe since other LC_STUFF can still be read 🤔

Jul 1 2024, 12:54 · Bug Reports, User-valerio.bozzolan, Arcanist
valerio.bozzolan added a comment to T15872: Understand how to defuse localization in GNU Gettext.

About this:

Jul 1 2024, 12:52 · Bug Reports, User-valerio.bozzolan, Arcanist
aklapper updated the diff for D25672: Allow collapsing/expanding workboard column content by clicking its header.

Set cursor: pointer in CSS

Jul 1 2024, 12:50
valerio.bozzolan updated the task description for T15872: Understand how to defuse localization in GNU Gettext.
Jul 1 2024, 12:49 · Bug Reports, User-valerio.bozzolan, Arcanist
l2dy accepted D25691: Fix arc diff in Subversion for non-English languages.
Jul 1 2024, 12:48
l2dy added a comment to T15872: Understand how to defuse localization in GNU Gettext.

This [LANG=C] is supposed to be the default for missing LC_stuff

Jul 1 2024, 12:46 · Bug Reports, User-valerio.bozzolan, Arcanist
valerio.bozzolan updated the diff for D25691: Fix arc diff in Subversion for non-English languages.

final defuser \o/ thanks

Jul 1 2024, 12:45
valerio.bozzolan added a comment to T15872: Understand how to defuse localization in GNU Gettext.

OK thanks! you persuaded me

Jul 1 2024, 12:41 · Bug Reports, User-valerio.bozzolan, Arcanist
l2dy updated the task description for T15872: Understand how to defuse localization in GNU Gettext.
Jul 1 2024, 12:39 · Bug Reports, User-valerio.bozzolan, Arcanist
l2dy updated the task description for T15872: Understand how to defuse localization in GNU Gettext.
Jul 1 2024, 12:34 · Bug Reports, User-valerio.bozzolan, Arcanist
valerio.bozzolan added a comment to D25709: Fix missing file attachment in Conpherence.

To avoid that $xactions[0] we should probably find the desired transaction.

Jul 1 2024, 12:30
l2dy added a comment to T15872: Understand how to defuse localization in GNU Gettext.

LC_ALL=C is not risky on GNU systems.

Jul 1 2024, 12:22 · Bug Reports, User-valerio.bozzolan, Arcanist
valerio.bozzolan removed a revision from T15106: "Upload file" in remarkup text fields should attach by default : D25710: [STUB] Fix missing file attachment in Conpherence.
Jul 1 2024, 12:14 · Files, Remarkup
valerio.bozzolan added a revision to T15106: "Upload file" in remarkup text fields should attach by default : D25710: [STUB] Fix missing file attachment in Conpherence.
Jul 1 2024, 12:07 · Files, Remarkup
valerio.bozzolan foisted D25709: Fix missing file attachment in Conpherence upon mturdus.
Jul 1 2024, 11:58
valerio.bozzolan requested review of D25709: Fix missing file attachment in Conpherence.
Jul 1 2024, 11:58
valerio.bozzolan added a revision to T15106: "Upload file" in remarkup text fields should attach by default : D25709: Fix missing file attachment in Conpherence.
Jul 1 2024, 11:58 · Files, Remarkup
aklapper updated the diff for D25708: Fix invalid constructor call for ArcanistHardpointFutureList.

Sigh, xdebug... and seems I need to drop the new from the constructor when the class is final.

Jul 1 2024, 11:39
aklapper requested review of D25708: Fix invalid constructor call for ArcanistHardpointFutureList.
Jul 1 2024, 11:35
aklapper added a revision to T15836: ArcanistHardpointTask calls non-existent constructor for ArcanistHardpointFutureList: D25708: Fix invalid constructor call for ArcanistHardpointFutureList.
Jul 1 2024, 11:35 · Arcanist
aklapper closed D25707: Fix typo in CSS definition.
Jul 1 2024, 11:11
aklapper committed rP30257515eb34: Fix typo in CSS definition.
Fix typo in CSS definition
Jul 1 2024, 11:11
Wikivu awarded rP91815cefc547: Fix broken URIs on "Rendering HTML" Diviner page a Dat Boi token.
Jul 1 2024, 09:52
valerio.bozzolan accepted D25705: Fix missing file attachment in Phriction.

Thanks my friend, this works perfectly

Jul 1 2024, 09:31
valerio.bozzolan retitled D25705: Fix missing file attachment in Phriction from Fix file attachment in Phriction and Conpherence
Jul 1 2024, 09:30
valerio.bozzolan updated the summary of D25705: Fix missing file attachment in Phriction.
Jul 1 2024, 09:30
valerio.bozzolan updated the diff for D25705: Fix missing file attachment in Phriction.

we can remove an undeclared variable, and add a nonempty-str check

Jul 1 2024, 09:29
valerio.bozzolan updated the diff for D25705: Fix missing file attachment in Phriction.

dedicating Conpherence its own diff as mturdus requested

Jul 1 2024, 09:24
valerio.bozzolan updated the task description for T15744: Render html color codes in remarkup.
Jul 1 2024, 07:00 · Discussion Needed, Remarkup
avivey added a comment to D25607: Add docs for color code formatting.

(BTW, in D25698 we started deprecating remarkup.diviner for RemarkupReferenceController)

Jul 1 2024, 06:53 · Documentation
valerio.bozzolan added a comment to T15744: Render html color codes in remarkup.

I think GitHub allows that syntax only in comments 🤔

Jul 1 2024, 06:50 · Discussion Needed, Remarkup
revi planned changes to D25607: Add docs for color code formatting.

removing from review queue until the underlying task discussion is settled.

Jul 1 2024, 05:45 · Documentation
20after4 added a comment to T15744: Render html color codes in remarkup.

I was unaware of `#0969DA` syntax from github/gitlab.

Jul 1 2024, 02:55 · Discussion Needed, Remarkup
20after4 added a comment to T15744: Render html color codes in remarkup.

I was unaware of #0969DA syntax from github/gitlab. I'm not sure if I like that syntax better than {} but I am generally in favor of using the same syntax as other systems in order to converge towards defacto standardization.

Jul 1 2024, 02:46 · Discussion Needed, Remarkup
20after4 updated the task description for T15873: Consider supporting OpenCtx.
Jul 1 2024, 01:27
20after4 created T15873: Consider supporting OpenCtx.
Jul 1 2024, 01:26

Jun 30 2024

valerio.bozzolan added a comment to D25705: Fix missing file attachment in Phriction.

OK try this to restore your desired situation (so, two diffs)

Jun 30 2024, 20:04
valerio.bozzolan updated the task description for T15872: Understand how to defuse localization in GNU Gettext.
Jun 30 2024, 19:27 · Bug Reports, User-valerio.bozzolan, Arcanist
valerio.bozzolan added inline comments to D25691: Fix arc diff in Subversion for non-English languages.
Jun 30 2024, 19:23
valerio.bozzolan created T15872: Understand how to defuse localization in GNU Gettext.
Jun 30 2024, 19:21 · Bug Reports, User-valerio.bozzolan, Arcanist
l2dy added inline comments to D25691: Fix arc diff in Subversion for non-English languages.
Jun 30 2024, 18:32
valerio.bozzolan updated the diff for D25691: Fix arc diff in Subversion for non-English languages.

OK, I think we have something mathematical and bombproof

Jun 30 2024, 18:06
mturdus added a comment to D25705: Fix missing file attachment in Phriction.

(Do you need a little help to split the changes in two diffs?)

Jun 30 2024, 17:50
mturdus retitled D25705: Fix missing file attachment in Phriction from Fix file attachment in Phriction to Fix file attachment in Phriction and Conpherence.
Jun 30 2024, 17:46
mturdus updated the diff for D25705: Fix missing file attachment in Phriction.

Updates after comments

Jun 30 2024, 17:44
l2dy added a comment to D25691: Fix arc diff in Subversion for non-English languages.

https://unix.stackexchange.com/a/87763 is also a useful reference, specifically:

Jun 30 2024, 17:32
valerio.bozzolan updated the diff for D25691: Fix arc diff in Subversion for non-English languages.

add even more useful links

Jun 30 2024, 17:29
valerio.bozzolan added a comment to D25691: Fix arc diff in Subversion for non-English languages.

I must read this:

Jun 30 2024, 17:21