]> git.wh0rd.org - tt-rss.git/commit
Merge branch 'keep-cached-images-fresh' into 'master'
authorAndrew Dolgov <cthulhoo@gmail.com>
Sun, 16 Aug 2015 06:40:59 +0000 (09:40 +0300)
committerAndrew Dolgov <cthulhoo@gmail.com>
Sun, 16 Aug 2015 06:40:59 +0000 (09:40 +0300)
commit18433c6c1824aa46c8328925f15be95897acadd9
tree21fd3b5309bd41059380b18500368d6b3b4d5dd0
parentabb2ead416e7e607249b70fd95df4333528e274d
parent4a27966e78407d4482de5d1a70093930f9eb8b85
Merge branch 'keep-cached-images-fresh' into 'master'

Keep local cached images fresh if file exists.

Updates the cache_images() function to `touch` images if the file exists already. Some sites (e.g. news) re-use stock images and this change updates the local file's modified time every time the image is referenced in new articles. This should prevent the local file from being expired/deleted only to be re-cached later on.

See merge request !9