@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 Profile Menu diviner

Summary: Ref T12174, Updates documentation to better match current functionality.

Test Plan: I keep getting exceptions trying to generate diviner locally, not sure what's up.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Maniphest Tasks: T12174

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

+34 -21
+34 -21
src/docs/user/userguide/profile_menu.diviner
··· 16 16 17 17 These applications currently support profile menus: 18 18 19 - | Application | Support | 20 - |-----|-----| 21 - | Projects | Full | 22 - | People | //Read-Only// | 23 - 24 - 25 - Collapsing and Expanding 26 - ======================== 27 - 28 - To collapse a full-width profile menu, click 29 - {nav icon="angle-left", name="Collapse"}. To expand a narrow menu, click 30 - {nav icon="angle-right", name="Expand"}. 31 - 32 - If you're logged in, this setting is sticky, and all menus will respect your 33 - preference. 19 + | Application | Customization | Support | 20 + |-----|-----|-----| 21 + | Home | Global/Personal | Full | 22 + | Projects | Per Project | Full | 23 + | Favorites Menu | Global/Personal | Full | 24 + | People | None | //Read-Only// | 34 25 35 26 36 27 Editing Menus ··· 40 31 must have permission to edit a project in order to reconfigure the menu for the 41 32 project. 42 33 43 - To edit a menu, click {nav icon="cogs", name="Manage"} in the menu, then click 34 + To edit a menu, click {nav icon="cogs", name="Manage"} or {nav icon="pencil", 35 + name="Edit ..."} in the menu itself. If you are an administrator and the 36 + application supports Global/Personal customization, you'll have the option 37 + of editing either the Global settings or your own Personal menu, otherwise click 44 38 {nav icon="th-list", name="Edit Menu"}. This brings you to the menu 45 39 configuration interface which allows you to add and remove items, reorder the 46 40 menu, edit existing items, and choose a default item. ··· 94 88 Builtin items can not be deleted and have a 95 89 {nav icon="times", name="Disable"} action instead, which will hide them but 96 90 not delete them. You an re-enable a disabled item with the 97 - {nav icon="plus', name="Enable"} action. 91 + {nav icon="plus", name="Enable"} action. 98 92 99 93 A few items can not be hidden or deleted. For example, the 100 94 {nav icon="cogs", name="Manage"} item must always be available in the menu ··· 130 124 Which item types are available depends on what sort of object you are editing 131 125 the menu for, but most objects support these items: 132 126 127 + 128 + - {icon minus} **Divider**: Adds a visual separator to the menu. This is 129 + purely cosmetic. 130 + - {icon map-marker} **Label**: Lets you label sections of menu items. 131 + This is also purely cosmetic. 133 132 - {icon link} **Link**: Allows you to create an item which links to 134 133 somewhere else in Phabricator, or to an external site. 135 - - {icon minus} **Divider**: Adds a visual separator to the menu. This is 136 - purely cosmetic. 137 - - {icon coffee} **Motivator**: Motivate your employees with inspirational 138 - quotes. A new quote every day! 134 + - {icon plus} **Form**: Provides quick access to custom and built-in forms 135 + from any application that supports EditEngine. 136 + - {icon briefcase} **Projects**: Provides quick access to a project. 137 + - {icon globe} **Applications**: Provides quick access to your favorite 138 + applications. Can be renamed. 139 + - {icon tachometer} **Dashboard**: Provides quick access to your favorite 140 + dashboard. These items will display with the current nav on the item 141 + you've attached it to. 142 + 139 143 140 144 To learn more about how an item works, try adding it. You can always delete 141 145 it later if it doesn't do what you wanted. 146 + 147 + 148 + Dashboard Integration 149 + ===================== 150 + 151 + Dashboards are directly integrated with Profile Menus. If you add a Dashboard 152 + to a Project or to a Home menu, that Dashboard will be presented in the 153 + context of that menu. This allows customization of different pages of content 154 + without having the user leave Home or the Project. 142 155 143 156 144 157 Writing New Item Types