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

Update Diffusion conduit text

Summary: Fixes T12888

Test Plan: Verify text is there.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Maniphest Tasks: T12888

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

authored by

Chad Little and committed by
chad
3536fe28 b25b379c

+1 -1
+1 -1
src/applications/repository/conduit/RepositoryQueryConduitAPIMethod.php
··· 14 14 public function getMethodStatusDescription() { 15 15 return pht( 16 16 'This method is frozen and will eventually be deprecated. New code '. 17 - 'should use "diffusion.repository.query" instead.'); 17 + 'should use "diffusion.repository.search" instead.'); 18 18 } 19 19 20 20 public function getMethodDescription() {