So - we have now dirs:
config/functions
themes/{some_theme}/functions
New function calls (through ModuleUtil::exec, pnModFuncExec in RC1) looks to this dirs.
It works when we add new function to existing type (eg "Admin_admin_mynewfunction")
Won't work attempt to overwrite existing function (because it's already loaded).
Also won't work when we try to add own type for module - eg we want to add to module Admin type "custom" function "clearAllCache".
Both issues come out from ModuleUtil::load method (pnModLoadGeneric in RC1).
This method (function) doesn't look for files to config and theme dirs.
First "issue" is not a problem. But second one... It would be nice to have possibility to create own type of functions :)
So my question is: should it work as is working now, or described "issues" are defects?
Uff - this problem is too complicated for my poor English
Thanks in advance for replays.
--
Polish Zikula Team
Bianor Works - my Zikula works on CoZi
