1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-01-22 04:31:13 +01:00
phorge-phorge/src/applications/phriction/controller
epriestley c1056f6dab Partially clean up Phriction document status constants; introduce "phriction.document.search"
Summary:
Depends on D19098. Ref T13077.

Phriction status constants currently use the "bag of statuses" approach typical of older code, and store integers in the database.

This fixes the "bag of statuses" stuff; a future change will fix the integers.

Also adds a skeleton for `phriction.document.search`, but doesn't implement the Conduit interface yet.

Test Plan: Searched for documents with various status constraints. Grepped for removed status constants. Viewed document list.

Maniphest Tasks: T13077

Differential Revision: https://secure.phabricator.com/D19099
2018-02-15 18:19:10 -08:00
..
PhrictionController.php Partially clean up Phriction document status constants; introduce "phriction.document.search" 2018-02-15 18:19:10 -08:00
PhrictionDeleteController.php Update Phriction Delete to modular transactions 2017-05-22 15:25:44 -07:00
PhrictionDiffController.php Mostly use PhrictionContentQuery to load PhrictionContent objects 2018-02-15 17:44:43 -08:00
PhrictionDocumentController.php Mostly use PhrictionContentQuery to load PhrictionContent objects 2018-02-15 17:44:43 -08:00
PhrictionEditController.php Mostly use PhrictionContentQuery to load PhrictionContent objects 2018-02-15 17:44:43 -08:00
PhrictionHistoryController.php Make PhrictionContent "description" non-nullable 2018-02-15 17:55:11 -08:00
PhrictionListController.php Partially clean up Phriction document status constants; introduce "phriction.document.search" 2018-02-15 18:19:10 -08:00
PhrictionMarkupPreviewController.php Support relative links in Phriction 2016-04-16 03:15:01 +00:00
PhrictionMoveController.php Fix an issue where Phriction moves to new locations would fail with a "content required" error 2017-06-02 16:27:24 -07:00
PhrictionNewController.php Update Phriction Edit/History/Diff UI 2016-04-02 14:26:19 +00:00