OpenTechStrategies / torque

A flexible web-based open source system for collaboratively evaluating proposals.
1 stars 2 forks source link

Attachments can go stale #2

Open frankduncan opened 4 years ago

frankduncan commented 4 years ago

The way mediawiki works is that attachments are their own, separate entity from pages, which can be referenced by pages. This creates a problem for torque because we want to cull attachments when we cull pages, so code should be written to ensure that they get deleted as the set of pages changes.