1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-11 01:12:41 +01:00
phorge-phorge/src/applications/diffusion
epriestley 2868a69f65 Remove all setObjectURI() from ActionListViews
Summary:
Ref T10004. After D14804, we get this behavior by default and no longer need to set it explicitly.

(If some endpoint did eventually need to set it explicitly, it could just change what it passes to `setHref()`, but I believe we currently have no such endpoints and do not foresee ever having any.)

Test Plan:
  - As a logged out user, clicked various links in Differential, Maniphest, Files, etc., always got redirected to a sensible place after login.
  - Grepped for `setObjectURI()`, `getObjectURI()` (there are a few remaining callsites, but to a different method with the same name in Doorkeeper).

Reviewers: chad

Reviewed By: chad

Subscribers: hach-que

Maniphest Tasks: T10004

Differential Revision: https://secure.phabricator.com/D14805
2015-12-17 08:30:22 -08:00
..
application Add some Drydock documentation plus "Test Configuration" for repository automation 2015-10-27 18:04:02 +00:00
capability Simplify the implementation of PhabricatorPolicyCapability subclasses 2014-07-25 08:25:42 +10:00
conduit add "update" mode to Diffusion coverage Conduit 2015-11-09 16:52:34 -08:00
config Improve UX for Diffusion mail fields 2015-05-25 07:18:48 -07:00
controller Remove all setObjectURI() from ActionListViews 2015-12-17 08:30:22 -08:00
data Extend from Phobject 2015-06-15 18:02:27 +10:00
doorkeeper Partially modernize Doorkeeper/Asana bridge 2014-10-01 07:09:34 -07:00
edge Fix reverting commit language 2015-06-01 09:54:30 +10:00
engine Modularize the Diffusion/Differential "Block" Herald actions 2015-08-03 14:33:28 -07:00
events Migrate Differential revision edges to use modern EdgeType subclasses 2015-01-01 15:07:03 +11:00
exception Replace AphrontUsageException with AphrontMalformedRequestException 2015-09-03 10:04:17 -07:00
herald Add "Is merge commit?" to commit fields in Herald 2015-12-05 13:07:56 -08:00
panel Add "Mailing List" users 2015-06-03 18:42:33 -07:00
protocol Added an intercept to Mercurial's capabilities command to remove bundle2. 2015-10-10 07:14:48 -07:00
query return this in DiffusionCommitQuery 2015-10-28 23:25:41 +00:00
remarkup Stop all object mentions from matching after "@" 2015-09-29 06:43:49 -07:00
request Extend from Phobject 2015-06-15 18:02:27 +10:00
response Allow Phabricator to serve Mercurial repositories over HTTP 2013-11-06 18:00:42 -08:00
ssh Added an intercept to Mercurial's capabilities command to remove bundle2. 2015-10-10 07:14:48 -07:00
symbol Extend from Phobject 2015-06-15 18:02:27 +10:00
typeahead Add a DiffusionRefDatasource for typeahead'ing branches, tags, bookmarks and refs 2015-12-10 14:21:24 -08:00
view Fix history link in Diffusion non-root browse views 2015-11-16 09:00:29 -08:00
DiffusionLintSaveRunner.php Extend from Phobject 2015-06-15 18:02:27 +10:00