mirror of
https://we.phorge.it/source/phorge.git
synced 2025-02-09 21:38:29 +01:00
Summary: * Moved the remaining `->save()` calls into editors * for the `PonderQuestion`, separate `attachRelated` (needed for indexing and viewing) from `attachVotes` (needed for viewing but not indexing) * Update the indexer to include comment and answer content in the search index. Test Plan: Stuff works as before. Also: add a comment or answer with some easily-identifiable text and search for it; observe that it gets indexed appropriately. Reviewers: epriestley, nh, vrana Reviewed By: epriestley CC: aran, Korvin Maniphest Tasks: T1869 Differential Revision: https://secure.phabricator.com/D3654 |
||
---|---|---|
.. | ||
PonderAnswerPreviewController.php | ||
PonderAnswerSaveController.php | ||
PonderAnswerViewController.php | ||
PonderCommentSaveController.php | ||
PonderController.php | ||
PonderFeedController.php | ||
PonderQuestionAskController.php | ||
PonderQuestionPreviewController.php | ||
PonderQuestionViewController.php | ||
PonderVoteSaveController.php |