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

Properly name database in patch list

Summary:
Blames to D3659.
It's not that old (< 1 day) to fix it properly (add patch for dropping xhpast DB).

Test Plan:
$ arc unit src/applications/calendar/storage/__tests__/PhabricatorCalendarHolidayTestCase.php

Reviewers: btrahan, epriestley

Reviewed By: btrahan

CC: aran, Korvin

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

vrana b6058787 1b6eced7

+2 -2
+2 -2
src/infrastructure/storage/patch/PhabricatorBuiltinPatchList.php
··· 167 167 'type' => 'db', 168 168 'name' => 'ponder', 169 169 ), 170 - 'db.xhpast' => array( 170 + 'db.xhprof' => array( 171 171 'type' => 'db', 172 - 'name' => 'xhpast', 172 + 'name' => 'xhprof', 173 173 ), 174 174 '0000.legacy.sql' => array( 175 175 'type' => 'sql',