Summary: | Provide ability to specify color in DB upgrades | ||
---|---|---|---|
Product: | Koha | Reporter: | Pedro Amorim <pedro.amorim> |
Component: | Architecture, internals, and plumbing | Assignee: | Bugs List <koha-bugs> |
Status: | RESOLVED DUPLICATE | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | martin.renvoize |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: |
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35539 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35681 |
||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Bug 35682: [TEST ONLY]: This is a dummy dbrev to force an update
Bug 35682: WIP Attemp to move colors from terminal into nice HTML Bug 35682: WIP Attemp to move colors from terminal into nice HTML |
Description
Pedro Amorim
2024-01-02 15:55:28 UTC
Created attachment 160409 [details] [review] Bug 35682: [TEST ONLY]: This is a dummy dbrev to force an update Created attachment 160410 [details] [review] Bug 35682: WIP Attemp to move colors from terminal into nice HTML You need to manually set version in Koha.pm to something before the test dbrev here. Version systempreference also needs to match the above (no action needed if testing for the first time) Created attachment 160411 [details] [review] Bug 35682: WIP Attemp to move colors from terminal into nice HTML You need to manually set version in Koha.pm to something before the test dbrev here. Version systempreference also needs to match the above (no action needed if testing for the first time) I did my own version of this in bug 35681.. The main differences are: I use HTML::FromANSI::Tiny as I felt it more recently maintained and simpler (Neither module is packaged :( ) and I put the manipulations into the controller as aposed to the low level attempt here.. the reason for that is to prevent munging of the data for command line outputs. |