1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-23 02:38:48 +02:00
phorge-phorge/src/infrastructure/markup/rule
epriestley 5d8b75b4da Use the unified markup cache for Maniphest
Summary:
  - See D2945.
  - Drop `cache` field from ManiphestTransaction.
  - Render task descriptions and transactions through PhabricatorMarkupEngine.
  - Also pull the list of macros more lazily.

Test Plan:
  - Verified transactions and transaction preview work correctly and interact with cache correctly.
  - Verified tasks descriptions and task preview work correctly.
  - Verified we don't hit the imagemacro table when we're rendering everything from cache anymore.

Reviewers: btrahan

Reviewed By: btrahan

CC: aran

Differential Revision: https://secure.phabricator.com/D2946
2012-07-11 11:40:10 -07:00
..
handle Minor, move all remarkup code to src/infrastructure/markup/ 2012-07-02 10:44:37 -07:00
PhabricatorRemarkupRuleDifferential.php Minor, move all remarkup code to src/infrastructure/markup/ 2012-07-02 10:44:37 -07:00
PhabricatorRemarkupRuleDiffusion.php Minor, move all remarkup code to src/infrastructure/markup/ 2012-07-02 10:44:37 -07:00
PhabricatorRemarkupRuleEmbedFile.php Minor, move all remarkup code to src/infrastructure/markup/ 2012-07-02 10:44:37 -07:00
PhabricatorRemarkupRuleImageMacro.php Use the unified markup cache for Maniphest 2012-07-11 11:40:10 -07:00
PhabricatorRemarkupRuleManiphest.php Minor, move all remarkup code to src/infrastructure/markup/ 2012-07-02 10:44:37 -07:00
PhabricatorRemarkupRuleMention.php Minor, move all remarkup code to src/infrastructure/markup/ 2012-07-02 10:44:37 -07:00
PhabricatorRemarkupRuleObjectHandle.php Minor, move all remarkup code to src/infrastructure/markup/ 2012-07-02 10:44:37 -07:00
PhabricatorRemarkupRuleObjectName.php Minor, move all remarkup code to src/infrastructure/markup/ 2012-07-02 10:44:37 -07:00
PhabricatorRemarkupRulePaste.php Minor, move all remarkup code to src/infrastructure/markup/ 2012-07-02 10:44:37 -07:00
PhabricatorRemarkupRulePhriction.php Minor, move all remarkup code to src/infrastructure/markup/ 2012-07-02 10:44:37 -07:00
PhabricatorRemarkupRuleProxyImage.php Minor, move all remarkup code to src/infrastructure/markup/ 2012-07-02 10:44:37 -07:00
PhabricatorRemarkupRuleYoutube.php Minor, move all remarkup code to src/infrastructure/markup/ 2012-07-02 10:44:37 -07:00