[Koha-bugs] [Bug 22417] Delegate background jobs execution

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22417 --- Comment #55 from David Cook --- At Tomas's request, I've attached a patch I've done for a local customization to use RabbitMQ. It's very simple. I don't have any time-based "task scheduling" per se. It's just FIFO. The

[Koha-bugs] [Bug 22417] Delegate background jobs execution

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22417 --- Comment #54 from David Cook --- Created attachment 105543 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=105543=edit [Local Prosentient] Create experimental support for RabbitMQ-based background tasks This

[Koha-bugs] [Bug 22417] Delegate background jobs execution

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22417 David Cook changed: What|Removed |Added Attachment #105542|1 |0 is patch|

[Koha-bugs] [Bug 22417] Delegate background jobs execution

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22417 --- Comment #53 from David Cook --- Created attachment 105542 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=105542=edit [Prosentient] Create experimental support for RabbitMQ-based background tasks This patch

[Koha-bugs] [Bug 23019] Ability to create 'matching profiles' when importing records

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23019 --- Comment #18 from Agustín Moyano --- (In reply to Abbey Holt from comment #16) > This is great! There is one area where my matching preferences would not > stick when I created a profile. If I select "No" under "Check for

[Koha-bugs] [Bug 23019] Ability to create 'matching profiles' when importing records

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23019 Agustín Moyano changed: What|Removed |Added Attachment #105540|0 |1 is obsolete|

[Koha-bugs] [Bug 25671] Administrators should be able to add/upload plugins from the command line

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25671 --- Comment #1 from David Cook --- It would also be interesting to use "koha-plugin-install " That could make plugin management even easier. -- You are receiving this mail because: You are

[Koha-bugs] [Bug 23191] Administrators should be able to install plugins from the command line

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23191 David Cook changed: What|Removed |Added See Also||https://bugs.koha-community

[Koha-bugs] [Bug 25672] Administrators should be able to disable client-side and enable server-side plugin management

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25672 David Cook changed: What|Removed |Added See Also||https://bugs.koha-community

[Koha-bugs] [Bug 25672] New: Administrators should be able to disable client-side and enable server-side plugin management

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25672 Bug ID: 25672 Summary: Administrators should be able to disable client-side and enable server-side plugin management Change sponsored?: --- Product: Koha Version:

[Koha-bugs] [Bug 25671] Administrators should be able to add/upload plugins from the command line

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25671 David Cook changed: What|Removed |Added See Also||https://bugs.koha-community

[Koha-bugs] [Bug 25672] Administrators should be able to disable client-side and enable server-side plugin management

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25672 David Cook changed: What|Removed |Added See Also||https://bugs.koha-community

[Koha-bugs] [Bug 25671] New: Administrators should be able to add/upload plugins from the command line

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25671 Bug ID: 25671 Summary: Administrators should be able to add/upload plugins from the command line Change sponsored?: --- Product: Koha Version: master

[Koha-bugs] [Bug 25671] Administrators should be able to add/upload plugins from the command line

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25671 David Cook changed: What|Removed |Added See Also||https://bugs.koha-community

[Koha-bugs] [Bug 23191] Administrators should be able to install plugins from the command line

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23191 David Cook changed: What|Removed |Added See Also||https://bugs.koha-community

[Koha-bugs] [Bug 23191] Administrators should be able to install plugins from the command line

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23191 --- Comment #25 from David Cook --- (In reply to Martin Renvoize from comment #23) > (In reply to David Cook from comment #22) > > I like the sound of this but the implementation seems very different to what > > I would have

[Koha-bugs] [Bug 25660] Unable to change system preferences in "vintage" git install without plack

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25660 --- Comment #3 from David Cook --- (In reply to Caroline Cyr La Rose from comment #2) > Hi David, > > No I'm not using docker nor devbox. > > Caroline Ok. That's what you meant by "vintage" git install hehe. Well, I primarily use

[Koha-bugs] [Bug 22417] Delegate background jobs execution

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22417 --- Comment #52 from David Cook --- Oh and in the JSON message I specify "class" and "method" (much like the Koha::Plugin::Handler). It also provides "args". So it loads the "class", and runs the "method" with the "args". It's

[Koha-bugs] [Bug 22417] Delegate background jobs execution

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22417 --- Comment #51 from David Cook --- (In reply to David Cook from comment #50) > We use RabbitMQ for some other projects, and I think I'm going to start > looking at using it with some of our local Koha extensions. > With my own

[Koha-bugs] [Bug 23191] Administrators should be able to install plugins from the command line

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23191 --- Comment #24 from David Cook --- (In reply to Martin Renvoize from comment #23) > (In reply to David Cook from comment #22) > > I like the sound of this but the implementation seems very different to what > > I would have

[Koha-bugs] [Bug 23019] Ability to create 'matching profiles' when importing records

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23019 --- Comment #16 from Abbey Holt --- This is great! There is one area where my matching preferences would not stick when I created a profile. If I select "No" under "Check for embedded item record data" and click "Add profile", No

[Koha-bugs] [Bug 25375] Elasticsearch: Limit on available items does not work

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25375 Jason Robb changed: What|Removed |Added CC||jr...@sekls.org -- You are

[Koha-bugs] [Bug 23019] Ability to create 'matching profiles' when importing records

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23019 --- Comment #15 from Agustín Moyano --- Created attachment 105540 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=105540=edit Bug 23019: Add profiles to stage-import-batch and magnage-import-batch pages This patch

[Koha-bugs] [Bug 23019] Ability to create 'matching profiles' when importing records

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23019 --- Comment #13 from Agustín Moyano --- Created attachment 105538 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=105538=edit Bug 23019: Add ImportBatchesProfile schema and set is_boolean to parse_items column --

[Koha-bugs] [Bug 23019] Ability to create 'matching profiles' when importing records

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23019 --- Comment #14 from Agustín Moyano --- Created attachment 105539 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=105539=edit Bug 23019: Add tests -- You are receiving this mail because: You are watching all bug

[Koha-bugs] [Bug 23019] Ability to create 'matching profiles' when importing records

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23019 Agustín Moyano changed: What|Removed |Added Attachment #104972|0 |1 is obsolete|

[Koha-bugs] [Bug 23019] Ability to create 'matching profiles' when importing records

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23019 --- Comment #12 from Agustín Moyano --- Created attachment 105537 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=105537=edit Bug 23019: Add koha_object_class and koha_objects_class methods to ImportBatch.pm schema

[Koha-bugs] [Bug 23019] Ability to create 'matching profiles' when importing records

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23019 Agustín Moyano changed: What|Removed |Added Status|ASSIGNED|Needs Signoff -- You are

[Koha-bugs] [Bug 25670] Add a method to search by ordernumber on transfered ones as well to K:A:Orders

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25670 --- Comment #2 from Tomás Cohen Arazi --- Created attachment 105535 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=105535=edit Bug 25670: Add Koha::Acquisition::Orders->filter_by_id_including_transfers This patch

[Koha-bugs] [Bug 25670] Add a method to search by ordernumber on transfered ones as well to K:A:Orders

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25670 --- Comment #1 from Tomás Cohen Arazi --- Created attachment 105534 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=105534=edit Bug 25670: Unit tests -- You are receiving this mail because: You are watching all

[Koha-bugs] [Bug 25670] Add a method to search by ordernumber on transfered ones as well to K:A:Orders

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

[Koha-bugs] [Bug 25670] Add a method to search by ordernumber on transfered ones as well to K:A:Orders

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25670 Tomás Cohen Arazi changed: What|Removed |Added Blocks||20212

[Koha-bugs] [Bug 25670] New: Add a method to search by ordernumber on transfered ones as well to K:A:Orders

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25670 Bug ID: 25670 Summary: Add a method to search by ordernumber on transfered ones as well to K:A:Orders Change sponsored?: --- Product: Koha Version: master

[Koha-bugs] [Bug 20212] Slowness in Receiving in Acquisitions

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20212 Tomás Cohen Arazi changed: What|Removed |Added Depends on||25670 Referenced

[Koha-bugs] [Bug 24986] Maximum row size reached soon for borrowers and deletedborrowers

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24986 Tomás Cohen Arazi changed: What|Removed |Added Severity|normal |critical

[Koha-bugs] [Bug 25662] Create hold route does not check maxreserves syspref

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25662 Tomás Cohen Arazi changed: What|Removed |Added CC||tomasco...@gmail.com

[Koha-bugs] [Bug 25669] ElasticSearch 6: [types removal] Specifying types in put mapping requests is deprecated (incompatible with 7)

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25669 Victor Grousset/tuxayo changed: What|Removed |Added Summary|ElasticSearch 6 |ElasticSearch 6:

[Koha-bugs] [Bug 24986] Maximum row size reached soon for borrowers and deletedborrowers

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24986 --- Comment #2 from Magnus Enger --- When I run those same updates manually they work: MariaDB [koha_hkr]> ALTER TABLE borrowers -> ADD COLUMN flgAnonymized tinyint DEFAULT 0 -> AFTER

[Koha-bugs] [Bug 13952] Import and export of authority types

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13952 Michal Denar changed: What|Removed |Added Status|Needs Signoff |Patch doesn't apply ---

[Koha-bugs] [Bug 24986] Maximum row size reached soon for borrowers and deletedborrowers

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24986 Magnus Enger changed: What|Removed |Added CC||mag...@libriotech.no ---

[Koha-bugs] [Bug 25439] [Omnibus] Prepare Koha to ElasticSearch 7 - ES7

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25439 Victor Grousset/tuxayo changed: What|Removed |Added Depends on||25669 Referenced

[Koha-bugs] [Bug 25669] ElasticSearch 6 deprecation: [types removal] Specifying types in put mapping requests is deprecated (incompatible with 7)

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25669 Victor Grousset/tuxayo changed: What|Removed |Added Blocks||25439 Referenced

[Koha-bugs] [Bug 25439] [Omnibus] Prepare Koha to ElasticSearch 7 - ES7

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25439 Victor Grousset/tuxayo changed: What|Removed |Added Depends on||25668 Referenced

[Koha-bugs] [Bug 25668] ElasticSearch 6 deprecation: the default number of shards will change in version 7

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25668 Victor Grousset/tuxayo changed: What|Removed |Added Blocks||25439 Referenced

[Koha-bugs] [Bug 25669] ElasticSearch 6 deprecation: [types removal] Specifying types in put mapping requests is deprecated (incompatible with 7)

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25669 Victor Grousset/tuxayo changed: What|Removed |Added Severity|enhancement |normal -- You

[Koha-bugs] [Bug 25668] ElasticSearch 6 deprecation: the default number of shards will change in version 7

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25668 Victor Grousset/tuxayo changed: What|Removed |Added Severity|enhancement |normal -- You

[Koha-bugs] [Bug 25669] New: ElasticSearch 6 deprecation: [types removal] Specifying types in put mapping requests is deprecated (incompatible with 7)

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25669 Bug ID: 25669 Summary: ElasticSearch 6 deprecation: [types removal] Specifying types in put mapping requests is deprecated (incompatible with 7) Change sponsored?: ---

[Koha-bugs] [Bug 25668] New: ElasticSearch 6 deprecation: the default number of shards will change in version 7

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25668 Bug ID: 25668 Summary: ElasticSearch 6 deprecation: the default number of shards will change in version 7 Change sponsored?: --- Product: Koha Version: master

[Koha-bugs] [Bug 25349] Enter in the username field submits the login, instead of moving focus to the password field

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25349 --- Comment #11 from Lucas Gass --- I changed how this patch functions so I am reseting to Needs Sign-off, I also removed Victor's sign-off line. -- You are receiving this mail because: You are watching all bug changes.

[Koha-bugs] [Bug 25349] Enter in the username field submits the login, instead of moving focus to the password field

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25349 Lucas Gass changed: What|Removed |Added Attachment #105446|0 |1 is obsolete|

[Koha-bugs] [Bug 25349] Enter in the username field submits the login, instead of moving focus to the password field

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25349 Lucas Gass changed: What|Removed |Added Status|Failed QA |Needs Signoff -- You are

[Koha-bugs] [Bug 25666] SPAM

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25666 Owen Leonard changed: What|Removed |Added Resolution|--- |INVALID

[Koha-bugs] [Bug 25666] SPAM

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25666 Owen Leonard changed: What|Removed |Added Attachment #105532|0 |1 is obsolete|

[Koha-bugs] [Bug 25666] SPAM

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25666 Owen Leonard changed: What|Removed |Added Summary|yasmin |SPAM -- You are receiving

[Koha-bugs] [Bug 25657] Import Patron fails without userid - not stated as required field in notes

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25657 --- Comment #3 from Elaine Bradtke --- (In reply to Jonathan Druart from comment #1) > Hi Elaine, > > I have tried on 19.11.06, I am not sure I understand what the problem is. > If I use the import patron tool to create new patrons

[Koha-bugs] [Bug 25667] New: Add field for items.notforloan_on to record when a notforloan status is applied

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25667 Bug ID: 25667 Summary: Add field for items.notforloan_on to record when a notforloan status is applied Change sponsored?: --- Product: Koha Version: master

[Koha-bugs] [Bug 25666] New: yasmin

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25666 Bug ID: 25666 Summary: yasmin Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity:

[Koha-bugs] [Bug 25665] test t/db_dependent/Circulation.t fails on a specific date

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25665 Lucas Gass changed: What|Removed |Added CC||lu...@bywatersolutions.com --

[Koha-bugs] [Bug 25665] test t/db_dependent/Circulation.t fails on a specific date

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25665 --- Comment #5 from Victor Grousset/tuxayo --- TODO use Time::Fake to reproduce instead of changing date. -- You are receiving this mail because: You are watching all bug changes. ___

[Koha-bugs] [Bug 25665] test t/db_dependent/Circulation.t fails on a specific date

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25665 Victor Grousset/tuxayo changed: What|Removed |Added Status|NEW |ASSIGNED -- You

[Koha-bugs] [Bug 24881] Circulation.t still fails if tests are ran slowly

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24881 Victor Grousset/tuxayo changed: What|Removed |Added CC||vic...@tuxayo.net

[Koha-bugs] [Bug 25665] test t/db_dependent/Circulation.t fails on a specific date

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25665 --- Comment #4 from Victor Grousset/tuxayo --- Patch of bug 24881 comment 1 is still in 19.05.x and isn't not the cause of this bug. A revert doesn't make the test output change. -- You are receiving this mail because: You are

[Koha-bugs] [Bug 25665] test t/db_dependent/Circulation.t fails on a specific date

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25665 --- Comment #3 from Victor Grousset/tuxayo --- failure message: kohadev-koha@04fc7d250165:/kohadevbox/koha$ prove t/db_dependent/Circulation.t t/db_dependent/Circulation.t .. 43/46 # Failed test 'Hourly rental charge

[Koha-bugs] [Bug 24881] Circulation.t still fails if tests are ran slowly

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24881 Victor Grousset/tuxayo changed: What|Removed |Added See Also|

[Koha-bugs] [Bug 20168] Update of the OPAC bootstrap template to bootstrap v4

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20168 --- Comment #6 from Owen Leonard --- Work in progress: https://gitlab.com/koha-dev/koha-dev/-/tree/wip-2020-05-14-opac-bootstrap-4 If you test, you'll need to run 'yarn install' before running 'yarn build --view opac' -- You are

[Koha-bugs] [Bug 25665] test t/db_dependent/Circulation.t fails on a specific date

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25665 Victor Grousset/tuxayo changed: What|Removed |Added See Also|

[Koha-bugs] [Bug 25665] test t/db_dependent/Circulation.t fails on a specific date

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25665 --- Comment #2 from Victor Grousset/tuxayo --- Severity: minor but it will also depend of the underlying cause. -- You are receiving this mail because: You are watching all bug changes.

[Koha-bugs] [Bug 25665] test t/db_dependent/Circulation.t fails on a specific date

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25665 --- Comment #1 from Victor Grousset/tuxayo --- I tried very quickly to find if the test suite mentioned mocking time (to have a clean way to test) but I haven't found such thing. (will continue searching) -- You are receiving this

[Koha-bugs] [Bug 25665] New: test t/db_dependent/Circulation.t fails on a specific date

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25665 Bug ID: 25665 Summary: test t/db_dependent/Circulation.t fails on a specific date Change sponsored?: --- Product: Koha Version: 19.05 Hardware: All

[Koha-bugs] [Bug 25657] Import Patron fails without userid - not stated as required field in notes

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25657 Elaine Bradtke changed: What|Removed |Added CC||e...@efdss.org ---

[Koha-bugs] [Bug 23091] Restore Forgiven Overdue Fines When Lost Item Returned

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23091 --- Comment #9 from Martin Renvoize --- Current state.. 'Refund, 'Refund and Charge' should both be working as expected at this point.. I am still working on 'Refund and Restore'. -- You are receiving this mail because: You are

[Koha-bugs] [Bug 23091] Restore Forgiven Overdue Fines When Lost Item Returned

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23091 --- Comment #8 from Martin Renvoize --- Created attachment 105531 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=105531=edit Bug 23091: Add handling for new lostreturn rules This patch adds circulation handling

[Koha-bugs] [Bug 23091] Restore Forgiven Overdue Fines When Lost Item Returned

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

[Koha-bugs] [Bug 23091] Restore Forgiven Overdue Fines When Lost Item Returned

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23091 --- Comment #7 from Martin Renvoize --- Created attachment 105530 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=105530=edit Bug 23091: Update unit test This patch updates the unit test for get_lostreturn_policy

[Koha-bugs] [Bug 23091] Restore Forgiven Overdue Fines When Lost Item Returned

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23091 --- Comment #6 from Martin Renvoize --- Created attachment 105529 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=105529=edit Bug 23091: Database update This patch updates the 'refund' circulation rule to be

[Koha-bugs] [Bug 25311] Better error handling when creating/updating a patron

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25311 Victor Grousset/tuxayo changed: What|Removed |Added CC||vic...@tuxayo.net

[Koha-bugs] [Bug 14848] Fund level user restriction is not working

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14848 Kelly McElligott changed: What|Removed |Added CC|

[Koha-bugs] [Bug 25341] When adding a single item to course reserves, ignore whitespace

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25341 Lucas Gass changed: What|Removed |Added Resolution|--- |FIXED

[Koha-bugs] [Bug 21565] SCO checkout confirm should be modal

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21565 Lucas Gass changed: What|Removed |Added Status|Pushed to oldstable |RESOLVED

[Koha-bugs] [Bug 24764] TinyMCE shouldnt do automatic code cleanup when editing HTML in News Feature

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24764 Lucas Gass changed: What|Removed |Added Resolution|--- |FIXED

[Koha-bugs] [Bug 24456] previousIssuesDefaultSortOrder and todaysIssuesDefaultSortOrder sort incorrectly

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24456 Lucas Gass changed: What|Removed |Added Status|Pushed to oldstable |RESOLVED

[Koha-bugs] [Bug 24858] Incorrect labels on wording in ExcludeHolidaysFromMaxPickUpDelay system preference

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24858 Lucas Gass changed: What|Removed |Added Status|Pushed to oldstable |RESOLVED

[Koha-bugs] [Bug 24510] When placing a hold, cursor doesn't focus on patron name

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24510 Lucas Gass changed: What|Removed |Added Resolution|--- |FIXED

[Koha-bugs] [Bug 24390] Add item total to rotating collections (addItems.tt)

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24390 Lucas Gass changed: What|Removed |Added Resolution|--- |FIXED

[Koha-bugs] [Bug 22381] Wording on Calendar-related system preferences not standardized

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22381 Lucas Gass changed: What|Removed |Added Resolution|--- |FIXED

[Koha-bugs] [Bug 24858] Incorrect labels on wording in ExcludeHolidaysFromMaxPickUpDelay system preference

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24858 Bug 24858 depends on bug 22381, which changed state. Bug 22381 Summary: Wording on Calendar-related system preferences not standardized https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22381 What|Removed

[Koha-bugs] [Bug 24497] CodeMirror indentation problems

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24497 Lucas Gass changed: What|Removed |Added Status|Pushed to oldoldstable |RESOLVED

[Koha-bugs] [Bug 24523] Fix opac-password-recovery markup mistake

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24523 Lucas Gass changed: What|Removed |Added Status|Pushed to oldstable |RESOLVED

[Koha-bugs] [Bug 24371] OPAC 'Showing only available items/Show all items' is double encoded

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24371 Lucas Gass changed: What|Removed |Added Resolution|--- |FIXED

[Koha-bugs] [Bug 24184] Reword FallbackToSMSIfNoEmail syspref text

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24184 Lucas Gass changed: What|Removed |Added Status|Pushed to oldstable |RESOLVED

[Koha-bugs] [Bug 23506] Sound material type displays wrong icon in OPAC/Staff details

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23506 Lucas Gass changed: What|Removed |Added Status|Pushed to oldoldstable |RESOLVED

[Koha-bugs] [Bug 23683] Course reserves public notes on specific items should allow for HTML

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23683 Lucas Gass changed: What|Removed |Added Status|Pushed to oldstable |RESOLVED

[Koha-bugs] [Bug 23862] Add enumchron to holds-table on checkout page

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23862 Lucas Gass changed: What|Removed |Added Resolution|--- |FIXED

[Koha-bugs] [Bug 23694] Author "By" should have its own class

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23694 Lucas Gass changed: What|Removed |Added Status|Pushed to master|RESOLVED

[Koha-bugs] [Bug 23720] Add div wrapper to search results to make moving cover images easier

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23720 Lucas Gass changed: What|Removed |Added Resolution|--- |FIXED

[Koha-bugs] [Bug 25434] When viewing cart on small screen sizes selections-toolbar is hidden

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25434 Lucas Gass changed: What|Removed |Added Assignee|lu...@bywatersolutions.com |jonathan.dru...@bugs.koha-c

[Koha-bugs] [Bug 25233] Staff XSLT material type label "Book" should be "Text"

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25233 Lucas Gass changed: What|Removed |Added Resolution|--- |FIXED

[Koha-bugs] [Bug 15522] New interface for revamped circulation rules

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15522 --- Comment #120 from Jonathan Druart --- (In reply to Nick Clemens from comment #119) > Sponsoring library has approved, removing discussion status Could you share a summary of what has been tested and discussed? -- You are

[Koha-bugs] [Bug 25526] Using Write Off Selected will not allow for a different amount to be written off

2020-06-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25526 Lisette Scheer changed: What|Removed |Added Status|Needs Signoff |Signed Off -- You are

[Koha-bugs] [Bug 25526] Using Write Off Selected will not allow for a different amount to be written off

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

  1   2   >