Feature #3050
openDeleted files should be displayed with strike-through on the history note in which they were added
0%
Description
If you add a file and later delete it, you will have a history item showing that the file was added and then later another history item showing that the file was deleted.
The history item in which the file was deleted shows the filename with a strike-through style, but the previous add entry shows the file without the strike-through.
It would be clearer to show the add entry with a strike-through once it has been deleted.
Files
Updated by Alex Shulgin over 13 years ago
I have a patch for this.
Attaching a file to an issue (either from web or by mail) wouldn't create a journal detail entry, while removing will do that. The patch fixes that by adding journal details for attached files.
Updated by Alex Shulgin over 13 years ago
Alex Shulgin wrote:
I have a patch for this.
Attaching a file to an issue (either from web or by mail) wouldn't create a journal detail entry, while removing will do that. The patch fixes that by adding journal details for attached files.
Forgot to add, that's a patch against 1.2 branch.
Updated by Alex Shulgin over 13 years ago
- File fix-receiving-new-issues-with-attachments.patch fix-receiving-new-issues-with-attachments.patch added
My first patch introduced a bug: receiving new (as opposed to updates) issues with attachments would fail with internal server error. Attached patch fixes this problem.