http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13893
Bug ID: 13893
Summary: Add ability to execute perl scripts in atomicupdates
Change sponsored?: ---
Product: Koha
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5 - low
Component: Architecture, internals, and plumbing
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
Bug 13068 adds the ability to execute sql files from atomicupdates for in
process developments to reduce merge conflicts. We need to extend this ability
further to be able to handle perl code.
I can see either something like IPC::System::Simple to execute the perl script,
OR we can just have perl code in a file ( with the extension .perl or something
) which we simply evaluate. The latter seems like the better way, as the RM can
just copy and paste the code into updatedatabase.pl when it's ready to be
pushed.
--
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/