1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-22 10:18:48 +02:00
phorge-phorge/src/applications/feed
epriestley abe24ff1ab Add a feed detail/permalink page for feed stories
Summary:
Ref T2852. Asana has one bug which I'm having a little trouble figuring out. I want to get more information to debug it, but I'll need them to run `bin/feed republish <story_id>` to get that data.

Right now, it's incredibly hard to figure out the story ID for feed stories. So mostly this is to make that easier (click permalink; pull it out of the URL), but it also adds a little functionality and cleans the code up a bit.

The page itself could be prettier and maybe some day we'll add comments or whatever, but it seems reasonably functionalish.

Test Plan:
{F49962}

  - Also loaded many pages of feed history to check that nothing broke.

Reviewers: btrahan, chad

Reviewed By: chad

CC: chad, aran

Maniphest Tasks: T2852

Differential Revision: https://secure.phabricator.com/D6440
2013-07-12 17:04:02 -07:00
..
application Add a feed detail/permalink page for feed stories 2013-07-12 17:04:02 -07:00
builder Update feed on projects, profile. 2013-04-15 13:07:54 -07:00
conduit Refresh Feed Design 2013-04-13 09:09:42 -07:00
config Feed options. 2013-01-14 18:35:30 -08:00
constants Delete license headers from files 2012-11-05 11:16:51 -08:00
controller Add a feed detail/permalink page for feed stories 2013-07-12 17:04:02 -07:00
management Push feed publishing deeper into the task queue 2013-06-25 16:29:47 -07:00
storage Apply lint rules to Phabricator 2013-02-19 13:33:10 -08:00
story Add a feed detail/permalink page for feed stories 2013-07-12 17:04:02 -07:00
worker Allow Feed HTTP hooks to be https:// 2013-07-08 09:26:21 -07:00
PhabricatorFeedQuery.php Push feed publishing deeper into the task queue 2013-06-25 16:29:47 -07:00
PhabricatorFeedStoryPublisher.php Push feed publishing deeper into the task queue 2013-06-25 16:29:47 -07:00