Closed (fixed)
Project:
ImageCache
Version:
6.x-2.0-beta5
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Jan 2009 at 20:06 UTC
Updated:
21 Feb 2009 at 19:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
q0rban commentedOh, I guess we should make the namespace element required as well. Otherwise you can actually leave the field empty and still pass validation.
Comment #2
q0rban commentedSame problems in preset edit form.
Comment #3
drewish commentedgood catches, thanks. committed to HEAD.
Comment #4
drewish commentedre-opening after #370399: The namespace you have chosen is already in use.
Comment #5
q0rban commentedAs far as I can tell, there's really no reason for anyone to be able to edit the namespace after it's been created. I don't see anything in there handling the move of the imagecache directory that's been created. So, I just removed the textfield for the presetname and the validation call for the edit form.
Comment #6
drewish commentedthat seems reasonable to me. follows the views and cck pattern. and once #255421: Patch for imagecache preset exporting lands you could export it and import with a new name
Comment #7
drewish commentedcommitted to HEAD.