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

Update Autoclose document language

Summary: Rewords the document to note new location and status table.

Test Plan: Read, reread.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

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

+7 -9
+7 -9
src/docs/user/userguide/diffusion_autoclose.diviner
··· 17 17 Troubleshooting Autoclose 18 18 ========================= 19 19 20 - You can check if a branch is currently configured to autoclose on the main 21 - repository view, or in the branches list view. Hover over the {icon check} or 22 - {icon times} icon and you should see one of these messages: 20 + You can check if a branch is currently configured to autoclose on the 21 + management page for the given repository under the branches menu item. 22 + You should see one of these statuses next to the name of the branch: 23 23 24 - - {icon check} **Autoclose Enabled** Autoclose is active for this branch. 25 - - {icon times} **Repository Importing** This repository is still importing. 24 + - **Autoclose On** Autoclose is active for this branch. 25 + - **Repository Importing** This repository is still importing. 26 26 Autoclose does not activate until a repository finishes importing for the 27 27 first time. This prevents situations where you import a repository and 28 28 accidentally close hundreds of related objects during import. Autoclose 29 29 will activate for new commits after the initial import completes. 30 - - {icon times} **Repository Autoclose Disabled** Autoclose is disabled for 31 - this entire repository. You can enable it in **Edit Repository**. 32 - - {icon times} **Branch Untracked** This branch is not tracked. Because it 30 + - **Tracking Off** This branch is not tracked. Because it 33 31 is not tracked, commits on it won't be seen and won't be discovered. 34 - - {icon times} **Branch Autoclose Disabled** Autoclose is not enabled for 32 + - **Autoclose Off** Autoclose is not enabled for 35 33 this branch. You can adjust which branches autoclose in **Edit Repository**. 36 34 This option is only available in Git. 37 35