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

Apply some linter auto-fixes

Summary: A few minor fixes, applied by `arc lint --everything --apply-patches`.

Test Plan: N/A

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: epriestley, Korvin

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

+3 -5
+2 -2
src/applications/doorkeeper/engine/DoorkeeperFeedStoryPublisher.php
··· 14 14 15 15 16 16 /** 17 - * Render story text using contextual langauge to identify the object the 17 + * Render story text using contextual language to identify the object the 18 18 * story is about, instead of the full object name. For example, without 19 19 * contextual language a story might render like this: 20 20 * 21 21 * alincoln created D123: Chop Wood for Log Cabin v2.0 22 22 * 23 - * With contextual langauge, it will render like this instead: 23 + * With contextual language, it will render like this instead: 24 24 * 25 25 * alincoln created this revision. 26 26 *
-2
src/view/viewutils.php
··· 107 107 108 108 return PhutilTranslator::getInstance()->translateDate($format, $date); 109 109 } 110 - 111 -
+1 -1
webroot/rsrc/js/core/behavior-form.js
··· 85 85 }); 86 86 87 87 JX.Stratcom.listen('unload', null, function() { 88 - // Reenable everything on page unload so we don't bfcache back to a page 88 + // Re-enable everything on page unload so we don't bfcache back to a page 89 89 // that has disabled forms. 90 90 for (var ii = 0; ii < restore.length; ii++) { 91 91 restore[ii].disabled = '';