[#5286] Skip orphaned blog posts in nbhd blog posts macro

  • If a blog posts app has been deleted, but the post still
    exists in mongo, technically it's deleted anyway, and
    shouldn't be included in the macro output.

  • This is a side-effect of old code that didn't clean up artifacts
    properly on tool deletion. The code as it is today does
    delete artifacts when the tool is deleted.

Tim Van Steenburgh Tim Van Steenburgh 2012-11-27

Cory Johns Cory Johns 2012-12-03

changed Allura/allura/lib/macro.py
changed Allura/allura/model/artifact.py
Allura/allura/lib/macro.py Diff Switch to side-by-side view
Loading...
Allura/allura/model/artifact.py Diff Switch to side-by-side view
Loading...