@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.

Add supportsSearch to Phame Blog/Post

Summary: Flips the bits from true to false in transaction editor.

Test Plan: update a post, search for new term

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Maniphest Tasks: T9897

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

+2 -2
+1 -1
src/applications/phame/editor/PhameBlogEditor.php
··· 227 227 228 228 229 229 protected function supportsSearch() { 230 - return false; 230 + return true; 231 231 } 232 232 233 233 protected function shouldApplyHeraldRules(
+1 -1
src/applications/phame/editor/PhamePostEditor.php
··· 264 264 } 265 265 266 266 protected function supportsSearch() { 267 - return false; 267 + return true; 268 268 } 269 269 270 270 protected function shouldApplyHeraldRules(