| Summary: | Remove C4::Dates from plugins/*.pl files | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Marc Véron <veron> |
| Component: | Architecture, internals, and plumbing | Assignee: | Marc Véron <veron> |
| Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
| Severity: | enhancement | ||
| Priority: | P5 - low | CC: | joonas.kylmala, tomascohen |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: | http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7804 | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Crowdfunding goal: | 0 |
| Patch complexity: | Trivial patch | Documentation contact: | |
| Documentation submission: | Text to go in the release notes: | ||
| Version(s) released in: | Circulation function: | ||
| Bug Depends on: | |||
| Bug Blocks: | 14870 | ||
| Attachments: |
Bug 14951 - Remove C4::Dates from plugins/*.pl files
Bug 14951 - Remove C4::Dates from plugins/*.pl files Bug 14951 - Remove C4::Dates from plugins/*.pl files |
||
|
Description
Marc Véron
2015-10-04 18:39:15 UTC
Created attachment 43096 [details] [review] Bug 14951 - Remove C4::Dates from plugins/*.pl files This patch removes C4::Dates from: - plugins/plugins-home.pl - plugins/run.pl C4::Dates seem not to be used here, removed. For testing refer to: http://manual.koha-community.org/3.20/en/pluginsystem.html http://manual.koha-community.org/3.20/en/pluginsystem.html Created attachment 43100 [details] [review] Bug 14951 - Remove C4::Dates from plugins/*.pl files I didn't see any dependencies for the Dates module. Also tested to load the plugins pages This patch removes C4::Dates from: - plugins/plugins-home.pl - plugins/run.pl C4::Dates seem not to be used here, removed. For testing refer to: http://manual.koha-community.org/3.20/en/pluginsystem.html http://manual.koha-community.org/3.20/en/pluginsystem.html Signed-off-by: Joonas Kylmälä <j.kylmala@gmail.com> Created attachment 43152 [details] [review] Bug 14951 - Remove C4::Dates from plugins/*.pl files This patch removes C4::Dates from: - plugins/plugins-home.pl - plugins/run.pl C4::Dates seem not to be used here, removed. For testing refer to: http://manual.koha-community.org/3.20/en/pluginsystem.html http://manual.koha-community.org/3.20/en/pluginsystem.html Signed-off-by: Joonas Kylmälä <j.kylmala@gmail.com> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Patch pushed to master. Thanks Marc! |