[dev] [cvs] commit: klutz savecomic.php klutz/config conf.xml
Chuck Hagenbuch
chuck at horde.org
Mon Jun 11 17:20:43 UTC 2007
Quoting Michael Rubinsky <mike at theupstairsroom.com>:
> OK. Is there a way then, of not showing the preference to users if
> the images api is not present - or should we just rely on an admin
> taking the pref out of the prefs config in that case?
Yup, just do an if ($registry->hasMethod()) check around the block of
prefs. We do this in other places, like Kronolith.
> I also agree about the list of ids, and will implement it that way
> when using a pref, but it was impossible to do as a config option
> for two reasons - first each user would have a different set of
> galleries they have access to, and second, we can't currently add a
> new <configspecial> tag without making the application require the
> absolute latest version of horde (at least not that I'm aware of).
Right - really just another reason to make it a pref :)
-chuck
More information about the dev
mailing list