Page MenuHomePhabricator

Use bracket-free, human-readable query URIs everywhere
ClosedPublic

Authored by epriestley on May 10 2014, 3:13 PM.
Tags
None
Referenced Files
F13376698: D9042.diff
Sat, Jun 29, 3:03 AM
F13324672: D9042.diff
Sat, Jun 15, 12:53 AM
F13323388: D9042.id21474.diff
Fri, Jun 14, 5:31 PM
F13323387: D9042.id21476.diff
Fri, Jun 14, 5:31 PM
F13316574: D9042.id.diff
Thu, Jun 13, 7:14 AM
F13311543: D9042.diff
Tue, Jun 11, 5:10 AM
F13259293: D9042.id.diff
May 26 2024, 7:04 PM
F13257382: D9042.id21474.diff
May 26 2024, 12:13 AM
Subscribers
Tokens
"Love" token, awarded by qgil.

Details

Summary

See http://fab.wmflabs.org/T88. While this issue is on MW's side, these links are kind of ugly and have more readable alternate forms now. Update them to use proper modern forms.

Test Plan

See inlines.

Diff Detail

Repository
rP Phabricator
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

epriestley retitled this revision from to Use bracket-free, human-readable query URIs everywhere.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
src/applications/differential/event/DifferentialActionMenuEventListener.php
36–40

Clicked the link on my profile. We don't need to make this a form anymore, I think that was a leftover from a very long time ago before ApplicationSearch.

src/applications/home/controller/PhabricatorHomeMainController.php
151–154

This was buggy anyway on installs with more than "open" status option, since statuses[]=a,b is not a valid construction.

198–199

This should be urisprintf(), I'll fix that locally...

199–200

Same as above, buggy with more than one open status.

src/applications/maniphest/event/ManiphestActionMenuEventListener.php
47

This has no callsite, and wasn't updated for configurable statuses.

btrahan edited edge metadata.

Cool beans. I don't think I've seen urisprintf before...!

This revision is now accepted and ready to land.May 10 2014, 5:04 PM
epriestley updated this revision to Diff 21476.

Closed by commit rPb64415c9b138 (authored by @epriestley).