Needs review
Project:
FileField
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 May 2011 at 03:39 UTC
Updated:
31 May 2011 at 00:38 UTC
Jump to comment: Most recent file
Comments
Comment #1
crea commentedActually, it's major source of inconsistency because (authoritative) information source (files table) is ignored.
Comment #2
crea commentedComment #3
quicksketchThanks, although changing the filesystem path is pretty difficult already and not recommended, there's no reason why we need to make that more difficult. Unfortunately this will add another query to every page load, which is why I'm guessing we didn't just use field_file_load() to begin with.
Comment #4
crea commentedIt's already possible to clone sites in Aegir, making sort of sandboxes, with filesystem path changing in the process. I never heard about it being not recommended. It's not user-friendly, sure, but definitely doable and not difficult.
This will add one perfectly optimized query (which should run in under 1ms) to page loads with default images. Since when we are afraid of making queries ?