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

Minor, fix some missing dependencies for installs with notifications off.

+8 -2
+5 -2
src/__celerity_resource_map__.php
··· 2400 2400 ), 2401 2401 'phabricator-file-upload' => 2402 2402 array( 2403 - 'uri' => '/res/98503231/rsrc/js/application/core/FileUpload.js', 2403 + 'uri' => '/res/2de10295/rsrc/js/application/core/FileUpload.js', 2404 2404 'type' => 'js', 2405 2405 'requires' => 2406 2406 array( 2407 2407 0 => 'javelin-install', 2408 + 1 => 'javelin-dom', 2409 + 2 => 'phabricator-notification', 2408 2410 ), 2409 2411 'disk' => '/rsrc/js/application/core/FileUpload.js', 2410 2412 ), ··· 2510 2512 ), 2511 2513 'phabricator-notification' => 2512 2514 array( 2513 - 'uri' => '/res/c604fbbe/rsrc/js/application/core/Notification.js', 2515 + 'uri' => '/res/ad727561/rsrc/js/application/core/Notification.js', 2514 2516 'type' => 'js', 2515 2517 'requires' => 2516 2518 array( ··· 2518 2520 1 => 'javelin-dom', 2519 2521 2 => 'javelin-stratcom', 2520 2522 3 => 'javelin-util', 2523 + 4 => 'phabricator-notification-css', 2521 2524 ), 2522 2525 'disk' => '/rsrc/js/application/core/Notification.js', 2523 2526 ),
+2
webroot/rsrc/js/application/core/FileUpload.js
··· 1 1 /** 2 2 * @requires javelin-install 3 + * javelin-dom 4 + * phabricator-notification 3 5 * @provides phabricator-file-upload 4 6 * @javelin 5 7 */
+1
webroot/rsrc/js/application/core/Notification.js
··· 3 3 * javelin-dom 4 4 * javelin-stratcom 5 5 * javelin-util 6 + * phabricator-notification-css 6 7 * @provides phabricator-notification 7 8 * @javelin 8 9 */