@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Phame - use post title for the actual web page title

Summary: 'cuz it looks dumb to use a URI slug

Test Plan: viewed a post liked the title

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Koolvin

Differential Revision: https://secure.phabricator.com/D2338

+1 -2
+1 -2
src/applications/phame/controller/post/view/PhamePostViewController.php
··· 131 131 $notice = null; 132 132 } 133 133 134 - $page_title = $this->getPhameTitle(); 135 134 $page = id(new PhamePostDetailView()) 136 135 ->setUser($user) 137 136 ->setRequestURI($request->getRequestURI()) ··· 145 144 $page, 146 145 ), 147 146 array( 148 - 'title' => $page_title, 147 + 'title' => $post->getTitle(), 149 148 )); 150 149 } 151 150 }