This updates Phragment so that fragments that are currently considered deleted have a disabled status and have an additional attribute 'Deleted'. It also places this effect on versions (in the history controller) that actually involve deleting the file.
Details
Details
- Reviewers
epriestley - Group Reviewers
Blessed Reviewers - Maniphest Tasks
- T4205: Implement Phragment
- Commits
- Restricted Diffusion Commit
rPdabc7ea28dec: Render deleted files in Phragment as disabled
Viewed deleted fragments and versions.
Diff Detail
Diff Detail
- Branch
- render-deleted-files
- Lint
Lint Passed - Unit
No Test Coverage
Event Timeline
Comment Actions
Consider adding $fragment->isDeleted(), since I'd guess we'll need to represent this with slightly more finesse eventually (to be able to represente a file being converted into a directory and back in history).