Summary: | Missing dependency for HTML::Entities | ||
---|---|---|---|
Product: | Koha | Reporter: | Marcel de Rooy <m.de.rooy> |
Component: | Architecture, internals, and plumbing | Assignee: | Marcel de Rooy <m.de.rooy> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | minor | ||
Priority: | P5 - low | CC: | brendan, f.demians, hector.hecaxmmx, jonathan.druart, julian.maurice, mirko |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: |
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16878 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17063 |
||
Change sponsored?: | --- | 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: | 17062, 17063 | ||
Attachments: |
Bug 16971: Missing dependency for HTML::Entities
[SIGNED-OFF]Bug 16971: Missing dependency for HTML::Entities Bug 16971: Missing dependency for HTML::Entities |
Description
Marcel de Rooy
2016-07-25 10:33:57 UTC
Created attachment 53674 [details] [review] Bug 16971: Missing dependency for HTML::Entities This module is already used in opac-password-recovery.pl. It is loaded in Acquisition, but not used (anymore?). It is not yet listed in PerlDependencies. Note: The module is packaged for Debian Wheezy and Jessie. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Created attachment 53697 [details] [review] [SIGNED-OFF]Bug 16971: Missing dependency for HTML::Entities This module is already used in opac-password-recovery.pl. It is loaded in Acquisition, but not used (anymore?). It is not yet listed in PerlDependencies. Note: The module is packaged for Debian Wheezy and Jessie. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com> Good catch. HTML::Entities added. Created attachment 53698 [details] [review] Bug 16971: Missing dependency for HTML::Entities This module is already used in opac-password-recovery.pl. It is loaded in Acquisition, but not used (anymore?). It is not yet listed in PerlDependencies. Note: The module is packaged for Debian Wheezy and Jessie. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Pushed to Master - Should be in the November 2016 release. Thanks! Pushed in 16.05. Will be in 16.05.03. Mirko: Could you add libhtml-entities-perl to debian/control, in another patch or in this one? (In reply to Frédéric Demians from comment #6) > Mirko: Could you add libhtml-entities-perl to debian/control, in another > patch or in this one? Frederic: Yes, please see bug 17063 for the 16.05.x version. HTML::Entities is in libhtml-parser-perl. This bug is also valid for 3.22. Patch pushed to 3.22.x, will be in 3.22.10 |