Page MenuHomePhorge
Feed All Stories

Jun 28 2024

valerio.bozzolan accepted D25636: Fix exception awarding empty badge to user.

Agree with your considerations and tested 🌈

Jun 28 2024, 11:18
avivey edited the content of Next Up.
Jun 28 2024, 08:10
avivey added a comment to Q140: Drag and drop: view policies.

I'm assuming you're talking about dropping a file in the text area when editing the page, right? Not just dropping it when viewing a wiki page?

Jun 28 2024, 08:04
avivey accepted rP90f9da643d16: Add and use new RemarkupMetadata class.

Presumably resolved by D25134.

Jun 28 2024, 08:00
avivey added Q140: Drag and drop: view policies (Answer 174).
Jun 28 2024, 08:00
mturdus asked Q140: Drag and drop: view policies.
Jun 28 2024, 05:45

Jun 27 2024

valerio.bozzolan updated the answer details for Q135: Files larger than 8MB fails to upload for some S3-compatible apis using upload form at /file/upload (but works using Drag & Drop) (Answer 173).
Jun 27 2024, 15:45
valerio.bozzolan closed Q133: Tags instead of subtypes as resolved.
Jun 27 2024, 15:43 · phorge.it install
valerio.bozzolan added a comment to Q133: Tags instead of subtypes (Answer 166).

Maybe in the future. At the moment it's just an extra unnecessary configuration.

Jun 27 2024, 15:43
valerio.bozzolan added a comment to Q135: Files larger than 8MB fails to upload for some S3-compatible apis using upload form at /file/upload (but works using Drag & Drop).

I see you marked this question as Resolved. Was it?

Jun 27 2024, 15:41
valerio.bozzolan reopened Q135: Files larger than 8MB fails to upload for some S3-compatible apis using upload form at /file/upload (but works using Drag & Drop).
Jun 27 2024, 15:41
valerio.bozzolan updated the question details for Q135: Files larger than 8MB fails to upload for some S3-compatible apis using upload form at /file/upload (but works using Drag & Drop).
Jun 27 2024, 15:41
valerio.bozzolan marked Q135: Files larger than 8MB fails to upload for some S3-compatible apis using upload form at /file/upload (but works using Drag & Drop) (Answer 169) as hidden.
Jun 27 2024, 15:40
valerio.bozzolan updated the answer details for Q135: Files larger than 8MB fails to upload for some S3-compatible apis using upload form at /file/upload (but works using Drag & Drop) (Answer 173).
Jun 27 2024, 15:39
valerio.bozzolan updated the answer details for Q135: Files larger than 8MB fails to upload for some S3-compatible apis using upload form at /file/upload (but works using Drag & Drop) (Answer 173).
Jun 27 2024, 15:37
valerio.bozzolan updated the answer details for Q135: Files larger than 8MB fails to upload for some S3-compatible apis using upload form at /file/upload (but works using Drag & Drop) (Answer 173).
Jun 27 2024, 15:36
valerio.bozzolan updated the answer details for Q135: Files larger than 8MB fails to upload for some S3-compatible apis using upload form at /file/upload (but works using Drag & Drop) (Answer 173).
Jun 27 2024, 15:35
valerio.bozzolan added Q135: Files larger than 8MB fails to upload for some S3-compatible apis using upload form at /file/upload (but works using Drag & Drop) (Answer 173).
Jun 27 2024, 15:34
valerio.bozzolan updated Q135: Files larger than 8MB fails to upload for some S3-compatible apis using upload form at /file/upload (but works using Drag & Drop) from Files larger than 8MB fails to upload for some S3-compatible apis? to Files larger than 8MB fails to upload for some S3-compatible apis using upload form at /file/upload (but works using Drag & Drop).
Jun 27 2024, 15:06
aklapper updated the diff for D25658: Fix call to non-existing renderChangesetLink() in PHUIDiffTableOfContentsItemView.

It seems that the function PHUIDiffTableOfContentsItemView.php::render() is not called anymore as rPf21f1d8ab9e909b3e2c4dc07af7a358a8336902c removed $rows[] = $item->render();. I cannot spot another direct render() call anywhere else in the files instantiating a PHUIDiffTableOfContentsItemView.
However, PHUIDiffTableOfContentsItemView must define render() as it's defined as an abstract method in parent AphrontView.
After emptying render(), renderChangesetMetadata() does not have any other callers either, thus also removing it.

Jun 27 2024, 13:21
aklapper added a comment to D25658: Fix call to non-existing renderChangesetLink() in PHUIDiffTableOfContentsItemView.

grep for PHUIDiffTableOfContentsItemView in the codebase to see where we might be using this class.

Jun 27 2024, 13:10
speck added a comment to D25667: Redirect back to object after clicking "Log In to Comment" and login.

❤️

Jun 27 2024, 11:45
valerio.bozzolan awarded rP72a6ff69fcda: Add blah a The World Burns token.
Jun 27 2024, 11:37
avivey added inline comments to D25703: Fix PHP 8.1 "trim(null)" exception when creating a diff with an empty "Differential Revision:" field.
Jun 27 2024, 10:39
valerio.bozzolan added a comment to D25703: Fix PHP 8.1 "trim(null)" exception when creating a diff with an empty "Differential Revision:" field.

somewhere before the this

Jun 27 2024, 10:38
avivey added a comment to D25703: Fix PHP 8.1 "trim(null)" exception when creating a diff with an empty "Differential Revision:" field.

maybe just add if ($value === null) { continue; } somewhere before the this?

Jun 27 2024, 10:36
avivey created T15869: Herald rule referring to a disabled rule silently fails.
Jun 27 2024, 10:26 · Herald
aklapper committed rPa2a719ee831e: Revert last bogus commit.
Revert last bogus commit
Jun 27 2024, 10:02
jkimbo published D25703: Fix PHP 8.1 "trim(null)" exception when creating a diff with an empty "Differential Revision:" field for review.
Jun 27 2024, 09:59
aklapper committed rP72a6ff69fcda: Add blah.
Add blah
Jun 27 2024, 09:58
jkimbo created T15868: PHP 8.1 "trim(null)" exception when creating a diff with an empty "Differential Revision:" field.
Jun 27 2024, 09:56
avivey added a comment to D25658: Fix call to non-existing renderChangesetLink() in PHUIDiffTableOfContentsItemView.

grep for PHUIDiffTableOfContentsItemView in the codebase to see where we might be using this class.

Jun 27 2024, 08:44
avivey added a comment to D25658: Fix call to non-existing renderChangesetLink() in PHUIDiffTableOfContentsItemView.

If we can't find the problem, that probably means we have some dead code here that should be removed.

Jun 27 2024, 08:40
aklapper closed T15837: "Log In to Comment" button in object view does not redirect back to object after login as Resolved by committing rP899abf7a2b53: Redirect back to object after clicking "Log In to Comment" and login.
Jun 27 2024, 08:14
aklapper closed D25667: Redirect back to object after clicking "Log In to Comment" and login.
Jun 27 2024, 08:14
aklapper committed rP899abf7a2b53: Redirect back to object after clicking "Log In to Comment" and login.
Redirect back to object after clicking "Log In to Comment" and login
Jun 27 2024, 08:14
aklapper closed D25646: Correct rendering of workboard column move feed stories when a single transaction performs moves on multiple boards.
Jun 27 2024, 08:12
aklapper committed rPc769125e9070: Correct rendering of workboard column move feed stories when a single….
Correct rendering of workboard column move feed stories when a single…
Jun 27 2024, 08:12
aklapper added a comment to D25658: Fix call to non-existing renderChangesetLink() in PHUIDiffTableOfContentsItemView.

The called method renderChangesetLink() is not defined anywhere so static code analysis complains.
UI-wise I could not spot anything obviously broken in the "Paths" sidebar under ToC for a merged commit, though.

Jun 27 2024, 08:07
avivey added a comment to D25658: Fix call to non-existing renderChangesetLink() in PHUIDiffTableOfContentsItemView.

Is there something that's not working here?

Jun 27 2024, 07:52
avivey accepted D25667: Redirect back to object after clicking "Log In to Comment" and login.
Jun 27 2024, 07:51
avivey accepted D25646: Correct rendering of workboard column move feed stories when a single transaction performs moves on multiple boards.

:shrug:

Jun 27 2024, 07:50
aklapper closed D25702: Do not link "here" but use a descriptive link text.
Jun 27 2024, 07:37
aklapper committed rP290f3d63c5d9: Do not link "here" but use a descriptive link text.
Do not link "here" but use a descriptive link text
Jun 27 2024, 07:37
valerio.bozzolan accepted D25702: Do not link "here" but use a descriptive link text.

click

Jun 27 2024, 07:31
aklapper requested review of D25702: Do not link "here" but use a descriptive link text.
Jun 27 2024, 07:13
aklapper abandoned D25701: Do not link "here" but use a descriptive link text.
Jun 27 2024, 07:08
aklapper requested review of D25701: Do not link "here" but use a descriptive link text.
Jun 27 2024, 07:07
avivey reopened T15401: Make the Remarkup Help Page Extensible as "Open".

(re-opening, there's more work left here)

Jun 27 2024, 06:27 · Documentation, Remarkup

Jun 26 2024

valerio.bozzolan closed T15867: Fix legacy crash on Motivator backend from anonymous as Resolved by committing rP8825a09f676a: Fix legacy crash when visiting Motivator backend as anon.
Jun 26 2024, 21:26 · Bug Reports
valerio.bozzolan closed D25700: Fix legacy crash when visiting Motivator backend as anon.
Jun 26 2024, 21:26
valerio.bozzolan committed rP8825a09f676a: Fix legacy crash when visiting Motivator backend as anon.
Fix legacy crash when visiting Motivator backend as anon
Jun 26 2024, 21:25
valerio.bozzolan added a comment to D25700: Fix legacy crash when visiting Motivator backend as anon.

whatcouldgowrong

Jun 26 2024, 21:15
aklapper accepted D25700: Fix legacy crash when visiting Motivator backend as anon.

Confirming this works as expected - thanks!

Jun 26 2024, 21:13
valerio.bozzolan requested review of D25700: Fix legacy crash when visiting Motivator backend as anon.
Jun 26 2024, 21:10
valerio.bozzolan added a revision to T15867: Fix legacy crash on Motivator backend from anonymous: D25700: Fix legacy crash when visiting Motivator backend as anon.
Jun 26 2024, 21:10 · Bug Reports
aklapper added a comment to D25698: Make the Remarkup Help Page Extensible.

Congrats to this patch.

Jun 26 2024, 21:10
valerio.bozzolan claimed T15867: Fix legacy crash on Motivator backend from anonymous.
Jun 26 2024, 21:08 · Bug Reports
valerio.bozzolan created T15867: Fix legacy crash on Motivator backend from anonymous.
Jun 26 2024, 21:08 · Bug Reports
valerio.bozzolan added a comment to D25698: Make the Remarkup Help Page Extensible.

I love this at unbelievable level, thanks all 🌈

Jun 26 2024, 21:01
mturdus closed D25698: Make the Remarkup Help Page Extensible.
Jun 26 2024, 20:11
mturdus closed T15401: Make the Remarkup Help Page Extensible as Resolved by committing rPf52bc073216e: Make the Remarkup Help Page Extensible.
Jun 26 2024, 20:11 · Documentation, Remarkup
mturdus committed rPf52bc073216e: Make the Remarkup Help Page Extensible.
Make the Remarkup Help Page Extensible
Jun 26 2024, 20:11
avivey accepted D25698: Make the Remarkup Help Page Extensible.

bwahaha

Jun 26 2024, 18:51
aklapper updated the diff for D25694: Set "preconnect" HTTP header when "security.alternate-file-domain" is set.

Looks like installing php-xdebug forces me to set 'xdebug.mode' to 'coverage' in 'php.ini' to pass arc unit, no matter what...

Jun 26 2024, 16:59
aklapper updated the diff for D25694: Set "preconnect" HTTP header when "security.alternate-file-domain" is set.

Move CDN check from generic AphrontResponse to more correct AphrontHTMLResponse.

Jun 26 2024, 16:52
aklapper added inline comments to D25694: Set "preconnect" HTTP header when "security.alternate-file-domain" is set.
Jun 26 2024, 16:51
aklapper added a comment to D25694: Set "preconnect" HTTP header when "security.alternate-file-domain" is set.

probably need to escape the URI

Jun 26 2024, 16:46
mturdus updated the diff for D25698: Make the Remarkup Help Page Extensible.

Make the Remarkup Help Page Extensible

Jun 26 2024, 14:41
valerio.bozzolan added a comment to D25694: Set "preconnect" HTTP header when "security.alternate-file-domain" is set.

After 15 minutes of reading stuff around on the web, I think we need a little help. Waiting for answers (and waiting for downvotes lol).

Jun 26 2024, 09:12
avivey added inline comments to D25698: Make the Remarkup Help Page Extensible.
Jun 26 2024, 08:55
avivey added inline comments to D25698: Make the Remarkup Help Page Extensible.
Jun 26 2024, 07:56
avivey added a comment to T15285: It's damn difficult to type a "Thumb Up" emojii.

Do we still need the auto-complete feature? In modern times, the OS has the "insert emoji" feature built-in (at least, Windows and Android and KDE do).

Jun 26 2024, 07:54
mturdus updated the diff for D25698: Make the Remarkup Help Page Extensible.

Make the Remarkup Help Page Extensible

Jun 26 2024, 05:11

Jun 25 2024

mturdus updated the diff for D25698: Make the Remarkup Help Page Extensible.

Make the Remarkup Help Page Extensible

Jun 25 2024, 20:07
aklapper edited the content of Next Up.
Jun 25 2024, 15:27
valerio.bozzolan edited the content of Next Up.
Jun 25 2024, 12:46
aklapper closed T15864: PHP 8.1 "strlen(null)" exceptions in PhabricatorEditEngine handling empty comment metadata in AphrontRequest, a subtask of T15064: Make Phorge compatible with PHP 8.1/8.2/8.3, as Resolved.
Jun 25 2024, 08:13 · PHP 8 support
aklapper closed T15864: PHP 8.1 "strlen(null)" exceptions in PhabricatorEditEngine handling empty comment metadata in AphrontRequest as Resolved by committing rP5a9cf81ae592: Fix PHP 8.1 "strlen(null)" exceptions handling empty comment metadata in….
Jun 25 2024, 08:13 · PHP 8 support
aklapper closed D25699: Fix PHP 8.1 "strlen(null)" exceptions handling empty comment metadata in PhabricatorEditEngine.
Jun 25 2024, 08:13
aklapper committed rP5a9cf81ae592: Fix PHP 8.1 "strlen(null)" exceptions handling empty comment metadata in….
Fix PHP 8.1 "strlen(null)" exceptions handling empty comment metadata in…
Jun 25 2024, 08:13
valerio.bozzolan edited the content of Next Up.
Jun 25 2024, 07:54
valerio.bozzolan changed the visibility for F2243121: Phorge closed as duplicate comment.png.
Jun 25 2024, 07:50
valerio.bozzolan closed D25675: Drydock and Almanac: add welcome pages.
Jun 25 2024, 07:40
valerio.bozzolan committed rP68762e820417: Drydock and Almanac: add welcome pages.
Drydock and Almanac: add welcome pages
Jun 25 2024, 07:40
valerio.bozzolan updated the summary of D25675: Drydock and Almanac: add welcome pages.
Jun 25 2024, 07:39
valerio.bozzolan changed the visibility for F2243112: Phorge Almanac Devices welcome.png.
Jun 25 2024, 07:38
valerio.bozzolan changed the visibility for F2243111: Phorge Almanac Networks welcome.png.
Jun 25 2024, 07:38
valerio.bozzolan changed the visibility for F2243110: Phorge Almanac Services welcome.png.
Jun 25 2024, 07:37
valerio.bozzolan changed the visibility for F2243109: Phorge Drydock Blueprints welcome.jpg.
Jun 25 2024, 07:37
valerio.bozzolan awarded D25698: Make the Remarkup Help Page Extensible a Yellow Medal token.
Jun 25 2024, 07:21
valerio.bozzolan added inline comments to D25698: Make the Remarkup Help Page Extensible.
Jun 25 2024, 07:21

Jun 24 2024

speck accepted D25699: Fix PHP 8.1 "strlen(null)" exceptions handling empty comment metadata in PhabricatorEditEngine.
Jun 24 2024, 21:57
avivey added a comment to D25698: Make the Remarkup Help Page Extensible.

Ok, this looks much better then what we have today, so yay.

Jun 24 2024, 20:17
mturdus added a comment to D25698: Make the Remarkup Help Page Extensible.

I did not add a real index page.
The remarkup reference acts a bit as index page as cowsay and figlet references are referenced in here as hyperlinks.

Jun 24 2024, 15:58
aklapper added a comment to T15866: Aphront400Response when editing a task.

The diff below suppresses the error (and checks like trying to "Sign With MFA" without another action should fail etc still work) but no idea about potential side effects as isPreviewRequest() is called in numerous places.

Jun 24 2024, 15:31
aklapper created P44 T15866 suppress HTTP 400 error.
Jun 24 2024, 15:28
aklapper created T15866: Aphront400Response when editing a task.
Jun 24 2024, 15:28
aklapper created T15865: [Regression] Incorrect mail subject header [Updated] instead of [Created].
Jun 24 2024, 13:31
aklapper requested review of D25699: Fix PHP 8.1 "strlen(null)" exceptions handling empty comment metadata in PhabricatorEditEngine.
Jun 24 2024, 13:15