[Koha-bugs] [Bug 25159] Action logs should be stored in JSON ( and as a diff of the change )

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25159 --- Comment #2 from Kyle M Hall --- Yet another benefit would be the ability to run queries against the action log's data if/when the DBMS is JSON aware ( mysql 5.7 / maraia 10.2.3 ). -- You are receiving this mail because: You

[Koha-bugs] [Bug 20116] Cache language list

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20116 Marcel de Rooy changed: What|Removed |Added Attachment #99433|0 |1 is obsolete|

[Koha-bugs] [Bug 20116] Cache language list

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20116 Marcel de Rooy changed: What|Removed |Added Patch complexity|--- |Small patch

[Koha-bugs] [Bug 20116] Cache language list

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20116 Marcel de Rooy changed: What|Removed |Added Attachment #99431|0 |1 is obsolete|

[Koha-bugs] [Bug 20116] Cache language list

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20116 Marcel de Rooy changed: What|Removed |Added Attachment #99432|0 |1 is obsolete|

[Koha-bugs] [Bug 25159] Action logs should be stored in JSON ( and as a diff of the change )

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25159 --- Comment #1 from Kyle M Hall --- If we used Scruct::Diff, we should keep the old values, but omit unchanged values $diff = diff($x, $y, noU => 1 ); # omit unchanged items This would give: { "D": { "cardnumber": {

[Koha-bugs] [Bug 24715] Cache repeatable subfield in TransformKohaToMarc

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24715 Marcel de Rooy changed: What|Removed |Added Attachment #103005|0 |1 is obsolete|

[Koha-bugs] [Bug 24715] Cache repeatable subfield in TransformKohaToMarc

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24715 --- Comment #19 from Marcel de Rooy --- Created attachment 103005 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=103005=edit Bug 24715: (QA follow-up) Remove $mss2 tric As requested by QA, removing the $mss2

[Koha-bugs] [Bug 15563] Cronjob to regularly delete patroncard and label batches

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15563 Kelly McElligott changed: What|Removed |Added Status|Needs Signoff |Signed Off -- You are

[Koha-bugs] [Bug 15563] Cronjob to regularly delete patroncard and label batches

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15563 --- Comment #7 from ByWater Sandboxes --- Created attachment 103004 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=103004=edit Bug 15563: Add label and card creator batch deletion to cleanup_database To test:

[Koha-bugs] [Bug 15563] Cronjob to regularly delete patroncard and label batches

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15563 ByWater Sandboxes changed: What|Removed |Added Attachment #102934|0 |1 is obsolete|

[Koha-bugs] [Bug 24715] Cache repeatable subfield in TransformKohaToMarc

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24715 --- Comment #18 from Jonathan Druart --- (In reply to Marcel de Rooy from comment #17) > (In reply to Jonathan Druart from comment #16) > > I think I understand what you are trying to do but, did you benchmark it? > > > > You a

[Koha-bugs] [Bug 25159] Action logs should be stored in JSON ( and as a diff of the change )

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25159 Kyle M Hall changed: What|Removed |Added Assignee|koha-b...@lists.koha-commun |k...@bywatersolutions.com

[Koha-bugs] [Bug 25159] New: Action logs should be stored in JSON ( and as a diff of the change )

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25159 Bug ID: 25159 Summary: Action logs should be stored in JSON ( and as a diff of the change ) Change sponsored?: --- Product: Koha Version: master Hardware:

[Koha-bugs] [Bug 24083] Koha should support "seen" vs "unseen" renewals

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24083 Nick Clemens changed: What|Removed |Added CC||n...@bywatersolutions.com

[Koha-bugs] [Bug 24710] patron-title.inc should have seperate span classes for firstname, othername, surname

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24710 --- Comment #17 from Jonathan Druart --- There are also "\n" displayed in the patron search table. -- You are receiving this mail because: You are watching all bug changes. ___

[Koha-bugs] [Bug 24710] patron-title.inc should have seperate span classes for firstname, othername, surname

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24710 --- Comment #16 from Jonathan Druart --- When no_html is passed, the spans won't appear and the elements won't be hidden. -- You are receiving this mail because: You are watching all bug changes.

[Koha-bugs] [Bug 24715] Cache repeatable subfield in TransformKohaToMarc

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24715 --- Comment #17 from Marcel de Rooy --- (In reply to Jonathan Druart from comment #16) > I think I understand what you are trying to do but, did you benchmark it? > > You a putting in a variable something that is L1 cached, then

[Koha-bugs] [Bug 25032] Generic unhandled exception handling

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25032 --- Comment #29 from Tomás Cohen Arazi --- (In reply to Martin Renvoize from comment #28) > Looking good.. are we on the case for koha-testing-docker? The problem seems to be Apache vs. Starman for the intranet and opac error logs.

[Koha-bugs] [Bug 24913] Self registration: Ask users to enter email address twice

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24913 --- Comment #4 from Holly --- Created attachment 103002 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=103002=edit Error when trying to submit self- reg. form with matching emails During testing steps 1-9 worked

[Koha-bugs] [Bug 24131] Improved formatting for output of updatedatabase

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24131 --- Comment #46 from Martin Renvoize --- Nice work everyone! Pushed to master for 20.05 -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing

[Koha-bugs] [Bug 24131] Improved formatting for output of updatedatabase

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24131 --- Comment #45 from Jonathan Druart --- Created attachment 103001 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=103001=edit Bug 24131: Prevent the first description to be displayed twice If there are several

[Koha-bugs] [Bug 24715] Cache repeatable subfield in TransformKohaToMarc

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24715 --- Comment #16 from Jonathan Druart --- I think I understand what you are trying to do but, did you benchmark it? You a putting in a variable something that is L1 cached, then retrieved from there without deep copy. I am really

[Koha-bugs] [Bug 22887] authorised_values is missing a unique constraint on category + authorised_value

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22887 --- Comment #48 from Martin Renvoize --- Nice work everyone! Pushed to master for 20.05 -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing

[Koha-bugs] [Bug 25110] Allow patrons to add star ratings to titles on their summary/checkout page

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25110 Owen Leonard changed: What|Removed |Added Status|Patch doesn't apply |Failed QA -- You are

[Koha-bugs] [Bug 22887] authorised_values is missing a unique constraint on category + authorised_value

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22887 --- Comment #46 from Jonathan Druart --- Created attachment 102999 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=102999=edit Bug 22887: Fix SQL syntax for MySQL 5.5 This does not happen on MySQL 8 or latest

[Koha-bugs] [Bug 22887] authorised_values is missing a unique constraint on category + authorised_value

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22887 --- Comment #47 from Jonathan Druart --- Created attachment 103000 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=103000=edit Bug 22887: Remove superfluous warn statements We print them in the description later

[Koha-bugs] [Bug 25152] subscription.closed is a boolean and must be tinyint(1)

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25152 --- Comment #6 from Jonathan Druart --- (In reply to Martin Renvoize from comment #4) > Note to self.. remember to add the boolean def in the schema class file upon > push. Arg, I forgot that indeed! -- You are receiving this

[Koha-bugs] [Bug 6918] Can't place holds on 'on order' items with AllowOnShelfHolds off

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6918 Kyle M Hall changed: What|Removed |Added Status|Failed QA |Needs Signoff -- You are

[Koha-bugs] [Bug 6918] Can't place holds on 'on order' items with AllowOnShelfHolds off

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6918 Kyle M Hall changed: What|Removed |Added Attachment #70232|0 |1 is obsolete|

[Koha-bugs] [Bug 20116] Cache language list

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20116 Marcel de Rooy changed: What|Removed |Added Status|Signed Off |BLOCKED --- Comment #55

[Koha-bugs] [Bug 25131] Web installer broken if enable_plugin is set

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25131 --- Comment #14 from Kyle M Hall --- (In reply to Tomás Cohen Arazi from comment #10) > (In reply to Jonathan Druart from comment #6) > > Tomas, from where is this method called? > > > > When I looked yesterday I had the feeling

[Koha-bugs] [Bug 25131] Web installer broken if enable_plugin is set

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25131 --- Comment #12 from Kyle M Hall --- Created attachment 102996 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=102996=edit Bug 25131: Regression tests Signed-off-by: David Nind Signed-off-by: Kyle M Hall --

[Koha-bugs] [Bug 25131] Web installer broken if enable_plugin is set

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25131 --- Comment #13 from Kyle M Hall --- Created attachment 102997 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=102997=edit Bug 25131: Skip loading API plugins if Koha is not installed This patch adds a check on

[Koha-bugs] [Bug 25158] Introduce koha-memcached

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25158 --- Comment #1 from Magnus Enger --- Created attachment 102994 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=102994=edit Bug 25158 - Introduce koha-memcached Introducing a proof of concept koha-memcached script.

[Koha-bugs] [Bug 25131] Web installer broken if enable_plugin is set

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25131 Kyle M Hall changed: What|Removed |Added Status|Signed Off |Passed QA -- You are

[Koha-bugs] [Bug 25131] Web installer broken if enable_plugin is set

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25131 Kyle M Hall changed: What|Removed |Added Attachment #102989|0 |1 is obsolete|

[Koha-bugs] [Bug 25158] Introduce koha-memcached

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25158 Magnus Enger changed: What|Removed |Added Patch complexity|--- |Small patch -- You are

[Koha-bugs] [Bug 25126] MARC visibility settings not obeyed on cart normal and detailed views

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25126 Tomás Cohen Arazi changed: What|Removed |Added Assignee|tomasco...@gmail.com|oleon...@myacpl.org

[Koha-bugs] [Bug 25158] New: Introduce koha-memcached

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25158 Bug ID: 25158 Summary: Introduce koha-memcached Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW

[Koha-bugs] [Bug 24715] Cache repeatable subfield in TransformKohaToMarc

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24715 Marcel de Rooy changed: What|Removed |Added Status|BLOCKED |Signed Off --- Comment

[Koha-bugs] [Bug 24715] Cache repeatable subfield in TransformKohaToMarc

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24715 --- Comment #14 from Marcel de Rooy --- Created attachment 102993 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=102993=edit Bug 24715: Improve code of _check_split This routine may check repeatability in a

[Koha-bugs] [Bug 24715] Cache repeatable subfield in TransformKohaToMarc

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24715 Marcel de Rooy changed: What|Removed |Added Attachment #99699|0 |1 is obsolete|

[Koha-bugs] [Bug 25126] MARC visibility settings not obeyed on cart normal and detailed views

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25126 Tomás Cohen Arazi changed: What|Removed |Added Assignee|koha-b...@lists.koha-commun |tomasco...@gmail.com

[Koha-bugs] [Bug 25125] MARC visibility settings not obeyed in MARC download

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25125 Tomás Cohen Arazi changed: What|Removed |Added Resolution|--- |INVALID

[Koha-bugs] [Bug 25131] Web installer broken if enable_plugin is set

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25131 --- Comment #10 from Tomás Cohen Arazi --- (In reply to Jonathan Druart from comment #6) > Tomas, from where is this method called? > > When I looked yesterday I had the feeling that it should be fixed at higher > level (ie.

[Koha-bugs] [Bug 25152] subscription.closed is a boolean and must be tinyint(1)

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25152 Martin Renvoize changed: What|Removed |Added Version(s)||20.05.00 released

[Koha-bugs] [Bug 25152] subscription.closed is a boolean and must be tinyint(1)

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25152 --- Comment #5 from Martin Renvoize --- Nice work everyone! Pushed to master for 20.05 -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing

[Koha-bugs] [Bug 22468] Standardize on labeling ccode table columns as collection

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22468 --- Comment #4 from Martin Renvoize --- Nice work everyone! Pushed to master for 20.05 -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing

[Koha-bugs] [Bug 24939] Labels in system preferences not following capitalization rules

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24939 --- Comment #5 from Martin Renvoize --- Nice work everyone! Pushed to master for 20.05 -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing

[Koha-bugs] [Bug 24939] Labels in system preferences not following capitalization rules

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24939 Martin Renvoize changed: What|Removed |Added Version(s)||20.05.00 released

[Koha-bugs] [Bug 22468] Standardize on labeling ccode table columns as collection

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22468 Martin Renvoize changed: What|Removed |Added Status|Passed QA |Pushed to master

[Koha-bugs] [Bug 25120] In system preference editor first tab is now Accounting and not Acquisitions

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25120 --- Comment #5 from Martin Renvoize --- Nice work everyone! Pushed to master for 20.05 -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing

[Koha-bugs] [Bug 24380] Backdated returns do not update fines unless CalculateFinesOnReturn is enabled

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24380 --- Comment #29 from Martin Renvoize --- Nice work everyone! Pushed to master for 20.05 -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing

[Koha-bugs] [Bug 25120] In system preference editor first tab is now Accounting and not Acquisitions

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25120 Martin Renvoize changed: What|Removed |Added Version(s)||20.05.00 released

[Koha-bugs] [Bug 24380] Backdated returns do not update fines unless CalculateFinesOnReturn is enabled

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24380 Martin Renvoize changed: What|Removed |Added Status|Passed QA |Pushed to master

[Koha-bugs] [Bug 25157] New: delete_patrons.pl is never quiet, even when run without -v

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25157 Bug ID: 25157 Summary: delete_patrons.pl is never quiet, even when run without -v Change sponsored?: --- Product: Koha Version: master Hardware: All

[Koha-bugs] [Bug 25082] Unknown language code if 041 $a is linked to an authorized value list

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25082 --- Comment #6 from Katrin Fischer --- Thx Bernardo! - already spotting more typos in the commit message *looks away quickly* -- You are receiving this mail because: You are watching all bug changes.

[Koha-bugs] [Bug 22784] Archiving purchase suggestions

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22784 --- Comment #59 from Martin Renvoize --- Good catch, thanks Tomas. -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list

[Koha-bugs] [Bug 22784] Archiving purchase suggestions

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22784 --- Comment #58 from Martin Renvoize --- Nice work everyone! Pushed to master for 20.05 -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing

[Koha-bugs] [Bug 25131] Web installer broken if enable_plugin is set

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25131 David Nind changed: What|Removed |Added Attachment #102942|0 |1 is obsolete|

[Koha-bugs] [Bug 25131] Web installer broken if enable_plugin is set

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25131 David Nind changed: What|Removed |Added Attachment #102941|0 |1 is obsolete|

[Koha-bugs] [Bug 25131] Web installer broken if enable_plugin is set

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25131 David Nind changed: What|Removed |Added Status|Needs Signoff |Signed Off -- You are

[Koha-bugs] [Bug 25131] Web installer broken if enable_plugin is set

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25131 David Nind changed: What|Removed |Added Attachment #102943|0 |1 is obsolete|

[Koha-bugs] [Bug 21190] GDPR: Log successful/unsuccessful login attempts

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21190 Marcel de Rooy changed: What|Removed |Added Text to go in the||This report adds two

[Koha-bugs] [Bug 25082] Unknown language code if 041 $a is linked to an authorized value list

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25082 Bernardo Gonzalez Kriegel changed: What|Removed |Added Status|Needs Signoff |Signed Off --

[Koha-bugs] [Bug 25082] Unknown language code if 041 $a is linked to an authorized value list

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25082 Bernardo Gonzalez Kriegel changed: What|Removed |Added Attachment #102959|0 |1 is

[Koha-bugs] [Bug 25152] subscription.closed is a boolean and must be tinyint(1)

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25152 Martin Renvoize changed: What|Removed |Added Status|Signed Off |Passed QA -- You are

[Koha-bugs] [Bug 25152] subscription.closed is a boolean and must be tinyint(1)

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25152 --- Comment #4 from Martin Renvoize --- Note to self.. remember to add the boolean def in the schema class file upon push. -- You are receiving this mail because: You are watching all bug changes.

[Koha-bugs] [Bug 25152] subscription.closed is a boolean and must be tinyint(1)

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25152 Martin Renvoize changed: What|Removed |Added Attachment #102976|0 |1 is obsolete|

[Koha-bugs] [Bug 25152] subscription.closed is a boolean and must be tinyint(1)

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25152 Martin Renvoize changed: What|Removed |Added Status|Needs Signoff |Signed Off --- Comment

[Koha-bugs] [Bug 21190] GDPR: Log successful/unsuccessful login attempts

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21190 Marcel de Rooy changed: What|Removed |Added Summary|GDPR: Log |GDPR: Log

[Koha-bugs] [Bug 25032] Generic unhandled exception handling

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25032 --- Comment #28 from Martin Renvoize --- Looking good.. are we on the case for koha-testing-docker? -- You are receiving this mail because: You are watching all bug changes. ___

[Koha-bugs] [Bug 25156] New: Show MARC21 240 Uniform title in list and normal result list XSLT

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25156 Bug ID: 25156 Summary: Show MARC21 240 Uniform title in list and normal result list XSLT Change sponsored?: --- Product: Koha Version: master Hardware: All

[Koha-bugs] [Bug 24820] The cashup workflow should use the static 'date' field rather than the transient 'timestamp' field in accountlines

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24820 --- Comment #19 from Martin Renvoize --- Nice work everyone! Pushed to master for 20.05 -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing

[Koha-bugs] [Bug 25147] AllowSelfCheckReturns is in the wrong system preference section

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25147 David Roberts changed: What|Removed |Added Assignee|koha-b...@lists.koha-commun |david.roberts@ptfs-europe.c

[Koha-bugs] [Bug 24380] Backdated returns do not update fines unless CalculateFinesOnReturn is enabled

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24380 --- Comment #28 from Jonathan Druart --- (In reply to Jonathan Druart from comment #27) > Created attachment 102985 [details] [review] > Bug 24380: Simplify condition > > Signed-off-by: Jonathan Druart IMO it eases the read of

[Koha-bugs] [Bug 24820] The cashup workflow should use the static 'date' field rather than the transient 'timestamp' field in accountlines

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24820 --- Comment #18 from Martin Renvoize --- Created attachment 102986 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=102986=edit Bug 24820: (RM follow-up) Fix test after switch to 'date' field Signed-off-by: Martin

[Koha-bugs] [Bug 24380] Backdated returns do not update fines unless CalculateFinesOnReturn is enabled

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24380 --- Comment #27 from Jonathan Druart --- Created attachment 102985 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=102985=edit Bug 24380: Simplify condition Signed-off-by: Jonathan Druart -- You are receiving

[Koha-bugs] [Bug 24380] Backdated returns do not update fines unless CalculateFinesOnReturn is enabled

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24380 --- Comment #26 from Jonathan Druart --- Created attachment 102984 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=102984=edit Bug 24380: (QA follow-up) Do not use compare float with precision forbidden pattern:

[Koha-bugs] [Bug 24380] Backdated returns do not update fines unless CalculateFinesOnReturn is enabled

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24380 Jonathan Druart changed: What|Removed |Added Attachment #102894|0 |1 is obsolete|

[Koha-bugs] [Bug 24380] Backdated returns do not update fines unless CalculateFinesOnReturn is enabled

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24380 --- Comment #24 from Jonathan Druart --- Created attachment 102982 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=102982=edit Bug 24380: Backdated returns do not update fines unless CalculateFinesOnReturn is

[Koha-bugs] [Bug 24380] Backdated returns do not update fines unless CalculateFinesOnReturn is enabled

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24380 --- Comment #25 from Jonathan Druart --- Created attachment 102983 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=102983=edit Bug 24380: Add syspref CalculateFinesOnBackdate Signed-off-by: Martin Renvoize

[Koha-bugs] [Bug 24380] Backdated returns do not update fines unless CalculateFinesOnReturn is enabled

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24380 Jonathan Druart changed: What|Removed |Added Status|Signed Off |Passed QA -- You are

[Koha-bugs] [Bug 25120] In system preference editor first tab is now Accounting and not Acquisitions

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25120 Jonathan Druart changed: What|Removed |Added CC|

[Koha-bugs] [Bug 25120] In system preference editor first tab is now Accounting and not Acquisitions

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25120 Jonathan Druart changed: What|Removed |Added Attachment #102925|0 |1 is obsolete|

[Koha-bugs] [Bug 25120] In system preference editor first tab is now Accounting and not Acquisitions

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25120 Jonathan Druart changed: What|Removed |Added Status|Signed Off |Passed QA -- You are

[Koha-bugs] [Bug 24965] Koha::Object->to_api should handle undef counts

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24965 Jonathan Druart changed: What|Removed |Added Status|Signed Off |Failed QA --- Comment #6

[Koha-bugs] [Bug 25033] Counts of suggestions are confusing

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25033 Jonathan Druart changed: What|Removed |Added CC||tomasco...@gmail.com ---

[Koha-bugs] [Bug 24807] Add "year" type to improve sorting by publication date

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24807 --- Comment #7 from David Gustafsson --- Hi! Sorry about the late reply. Thank you very much for considering my patch. I am a little bit unfamiliar with conventions with regards to marc record dates and did not anything like c1964

[Koha-bugs] [Bug 17648] ACCTDETAILS notice does not show in notices.pl

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17648 --- Comment #4 from Katrin Fischer --- I think I'd prefer "one place" for them. But we might need some adjustments. For example the list invites can be sent to arbitrary email addresses - so there is no account you'd see them from.

[Koha-bugs] [Bug 22468] Standardize on labeling ccode table columns as collection

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22468 Jonathan Druart changed: What|Removed |Added Attachment #102931|0 |1 is obsolete|

[Koha-bugs] [Bug 22468] Standardize on labeling ccode table columns as collection

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22468 Jonathan Druart changed: What|Removed |Added Status|Signed Off |Passed QA -- You are

[Koha-bugs] [Bug 24939] Labels in system preferences not following capitalization rules

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24939 Jonathan Druart changed: What|Removed |Added Status|Signed Off |Passed QA -- You are

[Koha-bugs] [Bug 24939] Labels in system preferences not following capitalization rules

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24939 Jonathan Druart changed: What|Removed |Added Attachment #102930|0 |1 is obsolete|

[Koha-bugs] [Bug 12388] IssueSlip output should be sorted by date_due, not timestamp

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12388 --- Comment #9 from Emmi Takkinen --- Created attachment 102977 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=102977=edit Bug 12388: Adjust tests To test, prove t/db_dependent/Members/IssueSlip.t Sponsored-by:

[Koha-bugs] [Bug 12388] IssueSlip output should be sorted by date_due, not timestamp

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12388 Emmi Takkinen changed: What|Removed |Added Status|Failed QA |Needs Signoff -- You are

[Koha-bugs] [Bug 25152] subscription.closed is a boolean and must be tinyint(1)

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25152 Jonathan Druart changed: What|Removed |Added CC|

[Koha-bugs] [Bug 25150] Accessibility: 2.4.10 Section Headings

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25150 Martin Renvoize changed: What|Removed |Added Depends on||25155 Referenced Bugs:

[Koha-bugs] [Bug 25155] New: Accessibility: The 'Login modal' contains semantically incorrect headings

2020-04-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25155 Bug ID: 25155 Summary: Accessibility: The 'Login modal' contains semantically incorrect headings Change sponsored?: --- Product: Koha Version: master

<    1   2   3   4   >