Closed (fixed)
Project:
FileField
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Jul 2008 at 14:16 UTC
Updated:
25 Mar 2011 at 17:12 UTC
Jump to comment: Most recent file
Comments
Comment #1
moshe weitzman commentedComment #2
Ocyrhoé commentedWhy moving the issue? As said here http://drupal.org/user/56020, other modules may not include Devel specific code...
Comment #3
moshe weitzman commentedAs i stated there, modules are advertising their code as text/html when in fact they are serving text/javascript
Comment #4
jpetso commentedAnd we can't advertise it as text/javascript because that breaks upload JS callbacks for whatever reason. Perhaps we should just get a warning message into hook_requirements() of either Devel or filefield.
Comment #5
moshe weitzman commentedIf you'd rather implement hook_requirements than put in the $GLOBALS['devel_shutdown'] = TRUE, then please do so. One of these lets admins do their work and the other doesn't. Seems that this slight code blemish better than the alternatives ... Or submit a patch for devel which is even more work for you.
Comment #6
jpetso commentedYeah, you know, I already had the devel_shutdown thing in filefield and dopry removed it again. If it was just for me, I wouldn't have a problem with it.
Comment #7
dopry commentedyeppers I put tha back in for 2.x and we might even see it in the 3.x's.
Comment #8
mrfelton commentedEdit: edited wrong post by mistake
Comment #9
gianfrasoft commentedI solved in a strange way but I did!
Please, take a look at this:
http://drupal.org/node/491610#comment-4260902