1. 18 Jan, 2013 2 commits
  2. 16 Jan, 2013 1 commit
  3. 11 Jan, 2013 1 commit
  4. 06 Jan, 2013 1 commit
  5. 21 Dec, 2012 4 commits
  6. 10 Dec, 2012 1 commit
  7. 07 Dec, 2012 7 commits
  8. 06 Dec, 2012 1 commit
  9. 05 Dec, 2012 2 commits
  10. 04 Dec, 2012 1 commit
  11. 30 Nov, 2012 5 commits
  12. 27 Nov, 2012 3 commits
  13. 25 Nov, 2012 1 commit
  14. 18 Nov, 2012 1 commit
  15. 16 Nov, 2012 7 commits
  16. 03 Nov, 2012 1 commit
  17. 02 Nov, 2012 1 commit
    • Check attachment paths for duplicates, not URLs · 716f1596
      As per discussion in issue #660, attachments using alias interpolations
      for the attachment URL mistakenly get flagged as being duplicates,
      although the interpolation expands to a unique location.
      
      This commit (partially) addresses the issue by checking the attachment path
      instead. However, the problem will remain for users who use
      interpolations other than :class to distinguish attachment paths for
      different models.
      Simon Coffey committed