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

Diviner: Use consistent breadcrumb navigation for applications

Summary: Use a more consistent style when describing how to navigate to an application.

Test Plan:
* Run `./bin/diviner generate`
* Look at the navigation items in
** http://phorge.localhost/book/phorge/article/cluster_repositories/#setting-up-cluster-services
** http://phorge.localhost/book/phorge/article/configuring_file_storage/#storage-engines
** http://phorge.localhost/book/phorge/article/managing_daemons/#daemon-console
** http://phorge.localhost/book/phorge/article/remarkup/#image-macros

Reviewers: O1 Blessed Committers, valerio.bozzolan

Reviewed By: O1 Blessed Committers, valerio.bozzolan

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Differential Revision: https://we.phorge.it/D26353

+7 -4
+2 -1
src/docs/user/configuration/configuring_file_storage.diviner
··· 108 108 | Custom | Hard | Varies | Implement a custom storage engine. | 109 109 110 110 You can review available storage engines and their configuration by navigating 111 - to {nav Applications > Files > Help/Options > Storage Engines} in the web UI. 111 + to {nav icon=home, name=Home > Applications > Files > Help/Options > 112 + Storage Engines} in the web UI. 112 113 113 114 By default, Phorge is configured to store files up to 1MB in MySQL, and 114 115 reject files larger than 1MB. To store larger files, you can either:
+3 -2
src/docs/user/configuration/managing_daemons.diviner
··· 185 185 = Daemon Console = 186 186 187 187 You can view status and debugging information for daemons in the Daemon Console 188 - via the web interface. Go to `/daemon/` in your install or click 189 - **Daemons** from "More Applications". 188 + via the web interface. Go to `/daemon/` in your install or navigate to 189 + {nav icon=home, name=Home > Applications > Daemons }. 190 + 190 191 191 192 The Daemon Console shows a list of all the daemons that have ever launched, and 192 193 allows you to view log information for them. If you have issues with daemons,
+2 -1
src/docs/user/userguide/remarkup.diviner
··· 494 494 495 495 = Image Macros = 496 496 497 - You can upload image macros (More Applications -> Macro) which will replace text 497 + You can upload image macros by navigating to {nav icon=home, name=Home > 498 + Applications > Macro }. Macros will replace text 498 499 strings with the image you specify. For instance, you could upload an image of a 499 500 dancing banana to create a macro named "peanutbutterjellytime", and then any 500 501 time you type that string on a separate line it will be replaced with the image