Closed akate closed 13 years ago
I think we're having a problem with the browser cache here. Because the URL to the current revision of an image is always the same, the browser will not refresh its cache when a new version is uploaded.
One solution would be to add the revision number to the URL for current revisions as well, but that would make fetch.php a bit more complicated as $REV is no longer empty for current revisions. We could also add the revision number as a different variable to avoid this.
Any better ideas?
I was thinking to do about the same. To add another parameter when there is no revision, for example 'time', and not handle it the code.
The image in the third column does not update when it's new version is uploaded.