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

Updates.

+53 -8
+38
conf/myconfig.conf.php
··· 1 + <?php 2 + 3 + /* 4 + * Copyright 2012 Facebook, Inc. 5 + * 6 + * Licensed under the Apache License, Version 2.0 (the "License"); 7 + * you may not use this file except in compliance with the License. 8 + * You may obtain a copy of the License at 9 + * 10 + * http://www.apache.org/licenses/LICENSE-2.0 11 + * 12 + * Unless required by applicable law or agreed to in writing, software 13 + * distributed under the License is distributed on an "AS IS" BASIS, 14 + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 + * See the License for the specific language governing permissions and 16 + * limitations under the License. 17 + */ 18 + 19 + return array( 20 + 21 + // This will be the base domain for your install, and must be configured. 22 + // Use "https://" if you have SSL. See below for some notes. 23 + 'phabricator.base-uri' => 'http://phab1.pushlabs.net/', 24 + 'phabricator.timezone' => 'America/Los_Angeles', 25 + 26 + // Connection information for MySQL. 27 + 'mysql.host' => 'localhost', 28 + 'mysql.user' => 'root', 29 + 'mysql.pass' => 'strawberry30', 30 + 31 + // Basic email domain configuration. 32 + 'metamta.default-address' => 'noreply@phab1.pushlabs.net', 33 + 'metamta.domain' => 'phab1.pushlabs.net', 34 + 35 + // NOTE: Check default.conf.php for detailed explanations of all the 36 + // configuration options, including these. 37 + 38 + ) + phabricator_read_config_file('development');
+15 -8
src/__celerity_resource_map__.php
··· 7 7 */ 8 8 9 9 celerity_register_resource_map(array( 10 + '/rsrc/image/2x/header_logo.png' => 11 + array( 12 + 'hash' => '89ac510efefeffb048a3d7e85161b7b6', 13 + 'uri' => '/res/89ac510e/rsrc/image/2x/header_logo.png', 14 + 'disk' => '/rsrc/image/2x/header_logo.png', 15 + 'type' => 'png', 16 + ), 10 17 '/rsrc/image/app/app_audit.png' => 11 18 array( 12 19 'hash' => '53340003d1daf306b64ed5ebb08bc204', ··· 117 124 'hash' => 'a8945e12ceeaddd5b491a8d81cfa19c1', 118 125 'uri' => '/res/a8945e12/rsrc/image/grippy_texture.png', 119 126 'disk' => '/rsrc/image/grippy_texture.png', 127 + 'type' => 'png', 128 + ), 129 + '/rsrc/image/header_logo.png' => 130 + array( 131 + 'hash' => '96a289484c7a0e2bf1553e422f4d33bd', 132 + 'uri' => '/res/96a28948/rsrc/image/header_logo.png', 133 + 'disk' => '/rsrc/image/header_logo.png', 120 134 'type' => 'png', 121 135 ), 122 136 '/rsrc/image/icon/fatcow/arrow_branch.png' => ··· 489 503 'uri' => '/res/66429767/rsrc/image/loading.gif', 490 504 'disk' => '/rsrc/image/loading.gif', 491 505 'type' => 'gif', 492 - ), 493 - '/rsrc/image/logo_grey.png' => 494 - array( 495 - 'hash' => 'da055af1f6f80ea9d7d13ae1d59ca3cd', 496 - 'uri' => '/res/da055af1/rsrc/image/logo_grey.png', 497 - 'disk' => '/rsrc/image/logo_grey.png', 498 - 'type' => 'png', 499 506 ), 500 507 '/rsrc/image/main_texture.png' => 501 508 array( ··· 2566 2573 ), 2567 2574 'phabricator-main-menu-view' => 2568 2575 array( 2569 - 'uri' => '/res/844aa317/rsrc/css/application/base/main-menu-view.css', 2576 + 'uri' => '/res/3280629d/rsrc/css/application/base/main-menu-view.css', 2570 2577 'type' => 'css', 2571 2578 'requires' => 2572 2579 array(