Page MenuHomePhabricator

Fix URI for Phurl NUX
ClosedPublic

Authored by epriestley on Sep 22 2016, 9:41 PM.
Tags
None
Referenced Files
F15302741: D16587.diff
Wed, Mar 5, 8:54 PM
Unknown Object (File)
Sun, Feb 16, 9:08 PM
Unknown Object (File)
Jan 30 2025, 11:12 PM
Unknown Object (File)
Jan 29 2025, 4:02 PM
Unknown Object (File)
Jan 28 2025, 10:47 AM
Unknown Object (File)
Jan 28 2025, 3:49 AM
Unknown Object (File)
Jan 21 2025, 3:28 AM
Unknown Object (File)
Dec 29 2024, 9:44 AM
Subscribers
None
Tokens
"Manufacturing Defect?" token, awarded by jcox.

Details

Summary

Fixes T11685. We missed this one straggler the recent conversion of Phurl to EditEngine, in T10673.

Test Plan

Visited /phurl/?nux=1, clicked "Shorten a URL".

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Fix URI for Phurl NUX.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added reviewers: chad, jcox.
jcox edited edge metadata.
This revision is now accepted and ready to land.Sep 22 2016, 9:43 PM

Not-obvious notes about this:

  • NUX is New User Experience, i.e. what users see the first time they use Phabricator.
  • When you visit applications for the first time, you usually get a one-off welcome/NUX view that says "Hey welcome to this app, it is good and cool".
  • You can get to this view explicitly with ?nux=true to test it, e.g. /phurl/?nux=true.
  • We've forgotten to fix this link like 8 times in a row now. 🤷 ¯\_(ツ)_/¯
This revision was automatically updated to reflect the committed changes.