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

Fix SVN form_box error

Summary: Fixes T12915.

Test Plan: Test a SVN repository locally, ensure page loads.

Reviewers: epriestley

Subscribers: Korvin

Maniphest Tasks: T12915

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

+1 -1
+1 -1
src/applications/diffusion/controller/DiffusionRepositoryController.php
··· 371 371 $drequest = $this->getDiffusionRequest(); 372 372 $repository = $drequest->getRepository(); 373 373 374 - $locate_panel = null; 374 + $form_box = null; 375 375 if ($repository->canUsePathTree()) { 376 376 Javelin::initBehavior( 377 377 'diffusion-locate-file',