Page MenuHomePhabricator
Feed All Stories

Jul 12 2019

epriestley requested review of D20649: Fix a bad call to "writeInfo()" in "bin/phd stop" with no PHABRICATOR_INSTANCE defined.
Jul 12 2019, 3:43 PM

Jul 11 2019

epriestley committed rP41ea204144ab: Update one straggling "CAN_INTERACT" check in comment removal (authored by epriestley).
Update one straggling "CAN_INTERACT" check in comment removal
Jul 11 2019, 11:10 PM
epriestley closed D20648: Update one straggling "CAN_INTERACT" check in comment removal.
Jul 11 2019, 11:09 PM
amckinley accepted D20648: Update one straggling "CAN_INTERACT" check in comment removal.
Jul 11 2019, 10:56 PM
epriestley committed rP099919366b12: Fix "add more metadata" fatal in Pholio (authored by epriestley).
Fix "add more metadata" fatal in Pholio
Jul 11 2019, 10:56 PM
epriestley closed D20647: Fix "add more metadata" fatal in Pholio.
Jul 11 2019, 10:56 PM
epriestley requested review of D20648: Update one straggling "CAN_INTERACT" check in comment removal.
Jul 11 2019, 10:53 PM
epriestley added a comment to rPaacc62463d61: Prevent editing and deleting comments in locked conversations.

Thanks! D20648 should fix that -- it slipped through in D20558.

Jul 11 2019, 10:53 PM
amckinley accepted D20647: Fix "add more metadata" fatal in Pholio.
Jul 11 2019, 10:52 PM
20after4 added inline comments to rPaacc62463d61: Prevent editing and deleting comments in locked conversations.
Jul 11 2019, 10:46 PM
20after4 added a comment to rPaacc62463d61: Prevent editing and deleting comments in locked conversations.

@epriestley: Try removing a comment, it throws an exception

Jul 11 2019, 10:45 PM
epriestley added a comment to T13332: Javelin behaviors which pass PHUIViews to configuration parameters fatal the page in an abrupt way.

D20647 should fix this. It isn't very satisfying as a general resolution.

Jul 11 2019, 9:50 PM · Javelin
epriestley renamed T13332: Javelin behaviors which pass PHUIViews to configuration parameters fatal the page in an abrupt way from Exception "Attempting to add more metadata after metadata has been locked" when trying to view a specific Pholio mockup to Javelin behaviors which pass PHUIViews to configuration parameters fatal the page in an abrupt way.
Jul 11 2019, 9:41 PM · Javelin
epriestley requested review of D20647: Fix "add more metadata" fatal in Pholio.
Jul 11 2019, 9:41 PM
epriestley added a revision to T13332: Javelin behaviors which pass PHUIViews to configuration parameters fatal the page in an abrupt way: D20647: Fix "add more metadata" fatal in Pholio.
Jul 11 2019, 9:40 PM · Javelin
epriestley added a comment to rPaacc62463d61: Prevent editing and deleting comments in locked conversations.

What are you seeing in particular?

Jul 11 2019, 8:51 PM
20after4 added a comment to rPaacc62463d61: Prevent editing and deleting comments in locked conversations.

Apparently commits don't support CAN_INTERACT capability?

Jul 11 2019, 8:49 PM
epriestley accepted D20645: Actually enforce auth.lock-config.
Jul 11 2019, 7:56 PM
epriestley added a comment to T13332: Javelin behaviors which pass PHUIViews to configuration parameters fatal the page in an abrupt way.

The renderHTMLFooter() method does a bunch of Javascript stuff and isn't actually related to the page footer, but PHUIRemarkupView and renderObjectRefForAnyMedia() were enough of a hint that think I have a reproduction case locally now -- let me figure out what I actually did and this will likely be fairly easy to fix.

Jul 11 2019, 7:53 PM · Javelin
20after4 added a comment to T13332: Javelin behaviors which pass PHUIViews to configuration parameters fatal the page in an abrupt way.

Could this be related to the custom footer markup? The code in question hasn't changed in a long time but I suspect maybe it's related to changes in the remarkup rendering code that's adding metadata where it didn't previously?

Jul 11 2019, 7:00 PM · Javelin
20after4 added a comment to T13332: Javelin behaviors which pass PHUIViews to configuration parameters fatal the page in an abrupt way.

I toggled developer mode on for a moment and managed to get a stack trace:

Jul 11 2019, 6:56 PM · Javelin
amckinley updated the test plan for D20645: Actually enforce auth.lock-config.
Jul 11 2019, 6:32 PM
amckinley updated the test plan for D20645: Actually enforce auth.lock-config.
Jul 11 2019, 6:31 PM
amckinley updated the summary of D20645: Actually enforce auth.lock-config.
Jul 11 2019, 6:31 PM
amckinley added inline comments to D20645: Actually enforce auth.lock-config.
Jul 11 2019, 5:15 PM
amckinley updated the diff for D20645: Actually enforce auth.lock-config.
  • Raise "editing while locked" errors in the transaction layer.
  • Changed controllers to catch errors and display them reasonably.
  • Warn users about locked config when editing existing provider:
    Screen Shot 2019-07-11 at 10.09.18 AM.png (386×1 px, 66 KB)
  • When trying to save a provider when the config gets locked during an edit, show reasonable error:
    Screen Shot 2019-07-11 at 10.12.44 AM.png (352×1 px, 50 KB)
Jul 11 2019, 5:14 PM

Jul 10 2019

epriestley triaged T13335: Paragraphs are collapsed incorrectly in quoted blocks in remarkup as Wishlist priority.
Jul 10 2019, 10:11 PM · Remarkup
amckinley committed rP2c435433e0db: Start fleshing out PhabricatorAuthProviderViewController (authored by amckinley).
Start fleshing out PhabricatorAuthProviderViewController
Jul 10 2019, 5:45 PM
amckinley closed D20646: Start fleshing out PhabricatorAuthProviderViewController.
Jul 10 2019, 5:45 PM
epriestley awarded D20646: Start fleshing out PhabricatorAuthProviderViewController a Pterodactyl token.
Jul 10 2019, 5:34 PM
amckinley updated the diff for D20646: Start fleshing out PhabricatorAuthProviderViewController.

Gate auto-login and trust emails.

Jul 10 2019, 5:31 PM
epriestley accepted D20646: Start fleshing out PhabricatorAuthProviderViewController.

We currently have a problem where some of these settings don't make sense or aren't actually used but can be viewed/edited, and this makes it slightly worse.

Jul 10 2019, 5:09 PM
amckinley requested review of D20646: Start fleshing out PhabricatorAuthProviderViewController.
Jul 10 2019, 4:30 PM
amckinley planned changes to D20645: Actually enforce auth.lock-config.
Jul 10 2019, 4:29 PM
epriestley added a comment to D20645: Actually enforce auth.lock-config.

I'd like to make the "view" page more useful (/auth/config/view/X/) which will probably solve that (by showing the non-secret configuration parameters before you hit the edit screen). That page is somewhat recent and just hasn't really been built out yet.

Jul 10 2019, 3:26 PM
amckinley added a comment to D20645: Actually enforce auth.lock-config.

I was also looking for a way to still render the form, except with all the fields grayed out, since it isn't terribly user-friendly to make someone unlock the config just to see what it already says. This seems tricky though, since there's no AphrontFormView->getChildren() method I can iterate over to call setDisable(true) on.

Jul 10 2019, 3:16 PM
epriestley added a comment to D20645: Actually enforce auth.lock-config.

I think some variation of this probably remains desirable no matter what, since we want to roadblock users before they start doing edits, not only once they reach the transaction layer -- not for correctness, but just for usability, so they don't fill out a form and then learn that their changes can't be saved.

Jul 10 2019, 3:15 PM
epriestley added a comment to D20645: Actually enforce auth.lock-config.

Maybe implement PhabricatorAuthProviderConfigEditor->validateTransaction()?

Jul 10 2019, 3:10 PM
amckinley requested review of D20645: Actually enforce auth.lock-config.
Jul 10 2019, 3:07 PM
amckinley added a revision to T7667: Provide `auth lock` and `auth unlock` to restrict authentication provider management to the CLI: D20645: Actually enforce auth.lock-config.
Jul 10 2019, 3:05 PM · Auth, Security
epriestley triaged T13334: The "Read-Only" URI repository setting may vary misleadingly across display variations of the same URI as Low priority.
Jul 10 2019, 3:05 PM · Diffusion
epriestley triaged T13333: The "Cancel" button in the "New Repository URI" workflow returns users to "/diffusion/", not the URI management page as Low priority.
Jul 10 2019, 2:50 PM · Diffusion

Jul 9 2019

amckinley created P2119 (An Untitled Masterwork).
Jul 9 2019, 6:51 PM
amckinley created P2118 (An Untitled Masterwork).
Jul 9 2019, 6:45 PM
andytruong created P2117 Test.
Jul 9 2019, 10:40 AM
amckinley awarded D20644: Improve coverage of remarkup "<table>" rule and fix some bad method calls a Baby Tequila token.
Jul 9 2019, 12:42 AM

Jul 8 2019

epriestley committed rPHUb49ed9be94a8: (stable) Improve coverage of remarkup "<table>" rule and fix some bad method… (authored by epriestley).
(stable) Improve coverage of remarkup "<table>" rule and fix some bad method…
Jul 8 2019, 11:57 PM
epriestley committed rPHUb416093386a2: Improve coverage of remarkup "<table>" rule and fix some bad method calls (authored by epriestley).
Improve coverage of remarkup "<table>" rule and fix some bad method calls
Jul 8 2019, 11:57 PM
epriestley closed D20644: Improve coverage of remarkup "<table>" rule and fix some bad method calls.
Jul 8 2019, 11:57 PM
epriestley added a comment to D20644: Improve coverage of remarkup "<table>" rule and fix some bad method calls.

I'm going to fast-track this to production since the fatal in PHI1334 is particularly unlucky (repository landing page) and I'm pretty confident the change doesn't make anything worse.

Jul 8 2019, 11:56 PM
epriestley requested review of D20644: Improve coverage of remarkup "<table>" rule and fix some bad method calls.
Jul 8 2019, 11:55 PM
epriestley committed rPHUbda42d11c2c7: (stable) When parsing HTML in remarkup, always start a new tag when… (authored by epriestley).
(stable) When parsing HTML in remarkup, always start a new tag when…
Jul 8 2019, 11:41 PM
epriestley committed rPHU1a9220ba378b: (stable) Fix some remarkup issues with selective construction of child nodes… (authored by epriestley).
(stable) Fix some remarkup issues with selective construction of child nodes…
Jul 8 2019, 11:41 PM
epriestley updated the task description for T11036: Put subproject columns on workboards.
Jul 8 2019, 11:20 PM · Workboards (v3), Projects (v3)
joshuaspence abandoned D20643: Allow daemons to be run in the foreground.
Jul 8 2019, 6:20 PM
epriestley updated subscribers of T13332: Javelin behaviors which pass PHUIViews to configuration parameters fatal the page in an abrupt way.

@20after4, any chance there's a stack trace for this in the webserver error logs? I can't immediately figure out how to reproduce this locally.

Jul 8 2019, 3:57 PM · Javelin
epriestley requested changes to D20643: Allow daemons to be run in the foreground.

We don't have any customer use cases for this so I'm not interested in bringing it upstream at this time.

Jul 8 2019, 3:10 PM
joshuaspence requested review of D20643: Allow daemons to be run in the foreground.
Jul 8 2019, 3:02 AM

Jul 6 2019

aklapper created T13332: Javelin behaviors which pass PHUIViews to configuration parameters fatal the page in an abrupt way.
Jul 6 2019, 9:37 AM · Javelin

Jul 5 2019

amckinley committed rP3c4322252513: Fix paging fatal with flagged objects (authored by amckinley).
Fix paging fatal with flagged objects
Jul 5 2019, 9:25 PM
amckinley closed D20642: Fix paging fatal with flagged objects.
Jul 5 2019, 9:25 PM
amckinley closed T13331: "Next" button on personal Flags page triggers error "Call to undefined method PhabricatorFlagQuery::withIDs()" as Resolved by committing rP3c4322252513: Fix paging fatal with flagged objects.
Jul 5 2019, 9:25 PM · Flags
epriestley accepted D20642: Fix paging fatal with flagged objects.
Jul 5 2019, 5:17 PM

Jul 4 2019

amckinley requested review of D20642: Fix paging fatal with flagged objects.
Jul 4 2019, 11:03 PM
amckinley added a comment to T13331: "Next" button on personal Flags page triggers error "Call to undefined method PhabricatorFlagQuery::withIDs()".

Thanks for the report. Fixed in D20642, which may or may not land today because of the holiday.

Jul 4 2019, 11:02 PM · Flags
amckinley added a revision to T13331: "Next" button on personal Flags page triggers error "Call to undefined method PhabricatorFlagQuery::withIDs()": D20642: Fix paging fatal with flagged objects.
Jul 4 2019, 11:01 PM · Flags
amckinley claimed T13331: "Next" button on personal Flags page triggers error "Call to undefined method PhabricatorFlagQuery::withIDs()".
Jul 4 2019, 10:40 PM · Flags
epriestley committed rP45f421154179: Fix URI escaping, which should actually be "%s", not "%p" (authored by epriestley).
Fix URI escaping, which should actually be "%s", not "%p"
Jul 4 2019, 6:02 PM
aklapper created T13331: "Next" button on personal Flags page triggers error "Call to undefined method PhabricatorFlagQuery::withIDs()".
Jul 4 2019, 2:49 PM · Flags
amckinley added a comment to D20641: Add ferret support to Slowvote.

But we could also do it later.

Jul 4 2019, 1:37 AM

Jul 3 2019

epriestley accepted D20641: Add ferret support to Slowvote.

You can also follow 20190412.herald.01.rebuild.php to add a migration which queues a worker to queue other workers to rebuild the index now. It's probably reasonable to do for Slowvote since installs are unlikely to have millions upon millions of these. But we could also do it later.

Jul 3 2019, 11:20 PM
amckinley requested review of D20641: Add ferret support to Slowvote.
Jul 3 2019, 11:17 PM
20after4 awarded T11036: Put subproject columns on workboards a Love token.
Jul 3 2019, 11:03 PM · Workboards (v3), Projects (v3)
epriestley committed rP02315c4c48b9: Fix double-close on dialogs leading to Javascript console error (authored by epriestley).
Fix double-close on dialogs leading to Javascript console error
Jul 3 2019, 7:39 PM
epriestley closed D20640: Fix double-close on dialogs leading to Javascript console error.
Jul 3 2019, 7:38 PM
amckinley accepted D20640: Fix double-close on dialogs leading to Javascript console error.
Jul 3 2019, 6:57 PM
epriestley added a comment to T4900: Workboards updating in real time.

Just thinking out loud:

Jul 3 2019, 5:54 PM · Workboards (v3), User Delight, Wikimedia
epriestley updated the diff for D20639: Make pressing "R" on your keyboard reload the card state on workboards.
  • Remove debugging code.
  • Fix "oui oui".
Jul 3 2019, 5:14 PM
epriestley committed rPfc795994f30f: Remove obsolete "options" from workboard "updateCard()" call (authored by epriestley).
Remove obsolete "options" from workboard "updateCard()" call
Jul 3 2019, 5:06 PM
epriestley closed D20638: Remove obsolete "options" from workboard "updateCard()" call.
Jul 3 2019, 5:06 PM
epriestley committed rP2de8a23adb09: Remove remnants of clumsy old URI state handling from workboards (authored by epriestley).
Remove remnants of clumsy old URI state handling from workboards
Jul 3 2019, 5:05 PM
epriestley closed D20637: Remove remnants of clumsy old URI state handling from workboards.
Jul 3 2019, 5:05 PM
epriestley committed rP58e2fa0d47fd: Differentiate between "Move Tasks to Column..." and "Move Tasks to Project..."… (authored by epriestley).
Differentiate between "Move Tasks to Column..." and "Move Tasks to Project..."…
Jul 3 2019, 5:02 PM
epriestley closed D20636: Differentiate between "Move Tasks to Column..." and "Move Tasks to Project..." in the workboard UI.
Jul 3 2019, 5:02 PM
epriestley closed T13316: On Workboards, "Move Tasks to Column..." has high friction in the common use case (selecting a column on the same board) as Resolved by committing rP58e2fa0d47fd: Differentiate between "Move Tasks to Column..." and "Move Tasks to Project..."….
Jul 3 2019, 5:02 PM · Workboards
epriestley requested review of D20640: Fix double-close on dialogs leading to Javascript console error.
Jul 3 2019, 3:20 PM
epriestley added a revision to T13302: When a user clicks a link in a dialog: we close the dialog; but might prefer to transition it away with the navigation event under Quicksand so "Back" can reopen it: D20640: Fix double-close on dialogs leading to Javascript console error.
Jul 3 2019, 3:19 PM · Quicksand

Jul 2 2019

epriestley added inline comments to D20639: Make pressing "R" on your keyboard reload the card state on workboards.
Jul 2 2019, 11:46 PM
amckinley accepted D20639: Make pressing "R" on your keyboard reload the card state on workboards.
Jul 2 2019, 11:31 PM
amckinley accepted D20638: Remove obsolete "options" from workboard "updateCard()" call.
Jul 2 2019, 10:57 PM
amckinley accepted D20637: Remove remnants of clumsy old URI state handling from workboards.
Jul 2 2019, 10:56 PM
amckinley accepted D20636: Differentiate between "Move Tasks to Column..." and "Move Tasks to Project..." in the workboard UI.
Jul 2 2019, 10:38 PM
epriestley committed rP24b466cd62d1: Move workboard "Move Tasks to Column..." workflow to a separate controller (authored by epriestley).
Move workboard "Move Tasks to Column..." workflow to a separate controller
Jul 2 2019, 10:16 PM
epriestley closed D20635: Move workboard "Move Tasks to Column..." workflow to a separate controller.
Jul 2 2019, 10:16 PM
epriestley committed rPec352b1b31bb: Move workboard "Bulk Edit Tasks" workflow to a separate controller (authored by epriestley).
Move workboard "Bulk Edit Tasks" workflow to a separate controller
Jul 2 2019, 10:04 PM
epriestley closed D20634: Move workboard "Bulk Edit Tasks" workflow to a separate controller.
Jul 2 2019, 10:04 PM
epriestley committed rP9ea7227f0fc9: Move workboard "View as Query" workflow to a separate controller (authored by epriestley).
Move workboard "View as Query" workflow to a separate controller
Jul 2 2019, 10:00 PM
epriestley closed D20633: Move workboard "View as Query" workflow to a separate controller.
Jul 2 2019, 10:00 PM
amckinley accepted D20635: Move workboard "Move Tasks to Column..." workflow to a separate controller.
Jul 2 2019, 9:57 PM
epriestley committed rP577020aea951: Move workboard "filter" workflow to a separate controller (authored by epriestley).
Move workboard "filter" workflow to a separate controller
Jul 2 2019, 9:39 PM