1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-23 15:22:41 +01:00
phorge-phorge/src/docs
epriestley fa49c6c52d Provide a "reference-with-full-name" syntax for Remarkup
Summary:
Provide a {T123} syntax which pulls in the entire name of an object, not just a
link to it. A major use for this is organizing projects using wiki pages. Since
handle links show object status now, this lets you organize stuff in an ad-hoc
way and get a reasonable overview of it. We can make handles richer in the
future, too.

The performance on this isn't perfect (it adds some potential single gets) but I
think it's okay for now and I don't want to make remarkup engine even more
complex until the preprocess/postprocess stuff has had a chance to settle and
I'm more confident it works.

In Differential and Maniphest we'll also incorrectly cache the object
state/name, but that'll fix itself once I move the cache code to use
preprocess/postprocess correctly.

Test Plan:
  - See https://secure.phabricator.com/file/view/PHID-FILE-5f9ca32407bec20899b9/
for an example.
  - Generated and looked over the documentation.

Reviewed By: jungejason
Reviewers: jungejason, tuomaspelkonen, aran, hunterbridges
CC: skrul, aran, jungejason, epriestley
Differential Revision: 784
2011-08-06 12:55:16 -07:00
..
configuration Improve documentation for specifying env vars 2011-08-03 09:45:04 -07:00
contributing Organize, update, and improve some documentation. 2011-06-25 20:33:25 -07:00
developer Update doc example. 2011-08-03 09:16:50 -07:00
flavortext Provide basic Celerity documentation. 2011-07-04 11:23:04 -07:00
technical Allow Phabricator storage engines to be extended and configured 2011-07-21 16:44:24 -07:00
userguide Provide a "reference-with-full-name" syntax for Remarkup 2011-08-06 12:55:16 -07:00
installation_guide.diviner Provide a basic update script for Phabricator 2011-06-29 20:05:28 -07:00
introduction.diviner Organize, update, and improve some documentation. 2011-06-25 20:33:25 -07:00
roadmap.diviner Update roadmap document. 2011-07-22 10:38:34 -07:00