[Koha-bugs] [Bug 7804] Add Koha Plugin System

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Aug 14 15:19:32 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7804

--- Comment #35 from Jared Camins-Esakov <jcamins at cpbibliography.com> ---
My work on the theming code has gotten me thinking about this again. I really
like the idea, and I had a thought about how it might be possible to use
plugins as a route to inclusion in Koha proper: have the plugin host export
routines with the same signatures as C4::Output, then use those routines in the
plugins (but still run checkauth prior to passing control over to the plugin,
and capture STDOUT).

Any new, non-core functionality could be implemented as a plugin, and then
incorporated into master once the kinks have been worked out. It would also be
fairly trivial to (based on the work in bug 7417 and bug 8209) add suggestion
and filter plugins at some point in the future.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list