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

Use a more conventional spelling of "Almanac" for "almanac.service.edit" class

Summary: Depends on D19335. Ref T13120. Ref T12414. There are many good ways to spell "almanac", but stick with convention here.

Test Plan: (O_O)

Reviewers: amckinley

Reviewed By: amckinley

Maniphest Tasks: T13120, T12414

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

+3 -3
+2 -2
src/__phutil_library_map__.php
··· 9 9 phutil_register_library_map(array( 10 10 '__library_version__' => 2, 11 11 'class' => array( 12 - 'AlamancServiceEditConduitAPIMethod' => 'applications/almanac/conduit/AlamancServiceEditConduitAPIMethod.php', 13 12 'AlmanacAddress' => 'applications/almanac/util/AlmanacAddress.php', 14 13 'AlmanacBinding' => 'applications/almanac/storage/AlmanacBinding.php', 15 14 'AlmanacBindingDeletePropertyTransaction' => 'applications/almanac/xaction/AlmanacBindingDeletePropertyTransaction.php', ··· 135 134 'AlmanacServiceController' => 'applications/almanac/controller/AlmanacServiceController.php', 136 135 'AlmanacServiceDatasource' => 'applications/almanac/typeahead/AlmanacServiceDatasource.php', 137 136 'AlmanacServiceDeletePropertyTransaction' => 'applications/almanac/xaction/AlmanacServiceDeletePropertyTransaction.php', 137 + 'AlmanacServiceEditConduitAPIMethod' => 'applications/almanac/conduit/AlmanacServiceEditConduitAPIMethod.php', 138 138 'AlmanacServiceEditController' => 'applications/almanac/controller/AlmanacServiceEditController.php', 139 139 'AlmanacServiceEditEngine' => 'applications/almanac/editor/AlmanacServiceEditEngine.php', 140 140 'AlmanacServiceEditor' => 'applications/almanac/editor/AlmanacServiceEditor.php', ··· 5192 5192 'require_celerity_resource' => 'applications/celerity/api.php', 5193 5193 ), 5194 5194 'xmap' => array( 5195 - 'AlamancServiceEditConduitAPIMethod' => 'PhabricatorEditEngineAPIMethod', 5196 5195 'AlmanacAddress' => 'Phobject', 5197 5196 'AlmanacBinding' => array( 5198 5197 'AlmanacDAO', ··· 5369 5368 'AlmanacServiceController' => 'AlmanacController', 5370 5369 'AlmanacServiceDatasource' => 'PhabricatorTypeaheadDatasource', 5371 5370 'AlmanacServiceDeletePropertyTransaction' => 'AlmanacServiceTransactionType', 5371 + 'AlmanacServiceEditConduitAPIMethod' => 'PhabricatorEditEngineAPIMethod', 5372 5372 'AlmanacServiceEditController' => 'AlmanacServiceController', 5373 5373 'AlmanacServiceEditEngine' => 'PhabricatorEditEngine', 5374 5374 'AlmanacServiceEditor' => 'AlmanacEditor',
+1 -1
src/applications/almanac/conduit/AlamancServiceEditConduitAPIMethod.php src/applications/almanac/conduit/AlmanacServiceEditConduitAPIMethod.php
··· 1 1 <?php 2 2 3 - final class AlamancServiceEditConduitAPIMethod 3 + final class AlmanacServiceEditConduitAPIMethod 4 4 extends PhabricatorEditEngineAPIMethod { 5 5 6 6 public function getAPIMethodName() {