Viewing a thread updates the view_count field, which causes the project mod_date to be updated, but it shouldn't. We already have some special handling for view_count fields but we need more:
Note: project does not have mod_date, but does have last_updated.
Turns out we have both skip_mod_date and skip_last_updated to skip updating artifact and project sessions respectively. I've used skip_last_updated in the same places as one of the fixes mentioned in ticket description.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Closed #829.
ib/7930
Note: project does not have mod_date, but does have last_updated.
Turns out we have both skip_mod_date and skip_last_updated to skip updating artifact and project sessions respectively. I've used skip_last_updated in the same places as one of the fixes mentioned in ticket description.