]> git.wh0rd.org - tt-rss.git/commit
remove local file extensions and generalize some method names for cached media
authorAndrew Dolgov <noreply@madoka.volgo-balt.ru>
Thu, 23 Mar 2017 11:55:40 +0000 (14:55 +0300)
committerAndrew Dolgov <noreply@madoka.volgo-balt.ru>
Thu, 23 Mar 2017 11:55:40 +0000 (14:55 +0300)
commit41bead9baa6ae6fa84834ec291167fdc780b1e63
tree309fea4ed8ee1439b02b79a1f6011a82f29da289
parent63f0ed3d9c9cd73f9cc63f08e88b8cfbfe254793
remove  local file extensions and generalize some method names for cached media
file extensions may still be present in urls, but are ignored by the backend

MIGRATION (if you have any cached data worth keeping, not required):
in cache/images run "rename 's/\..*$//' *" i.e. strip file extensions
classes/handler/public.php
include/functions2.php
include/rssfuncs.php
plugins/af_zz_imgproxy/init.php