[Koha-bugs] [Bug 25950] REMOTE_ADDR set to null if client_ip in X-Forwarded-For matches a koha_trusted_proxies value

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25950 --- Comment #5 from David Cook --- I am pretty keen to get this going, so I'm going to apply it locally rather than wait. -- You are receiving this mail because: You are watching all bug changes.

[Koha-bugs] [Bug 24379] Borrowers login attempts happen to be NULL instead of 0

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24379 David Cook changed: What|Removed |Added Status|Needs Signoff |Patch doesn't apply ---

[Koha-bugs] [Bug 24379] Borrowers login attempts happen to be NULL instead of 0

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24379 --- Comment #13 from David Cook --- At a glance, these patches look good. They're a bit of a pain to test though. -- You are receiving this mail because: You are watching all bug changes.

[Koha-bugs] [Bug 24379] Borrowers login attempts happen to be NULL instead of 0

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24379 --- Comment #12 from David Cook --- No change to login_attempts between 19.11.05 and 19.11.07... No change to login_attempts between 19.11.05 and origin/19.11.x... Ah, but this is an upgraded database. I see in kohastructure.sql

[Koha-bugs] [Bug 24379] Borrowers login attempts happen to be NULL instead of 0

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24379 David Cook changed: What|Removed |Added CC||dc...@prosentient.com.au ---

[Koha-bugs] [Bug 22018] Add an option to 'AllowEarlyRenewal' to enable users to renew before the autorenew date

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22018 David Cook changed: What|Removed |Added CC||dc...@prosentient.com.au ---

[Koha-bugs] [Bug 25963] New: Koha converts ":" to "=" in search terms for Zebra which causes search to fail

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25963 Bug ID: 25963 Summary: Koha converts ":" to "=" in search terms for Zebra which causes search to fail Change sponsored?: --- Product: Koha Version: unspecified

[Koha-bugs] [Bug 20271] Merge deleted biblio, biblioitems, biblio_metadata, and items tables

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20271 --- Comment #242 from Victor Grousset/tuxayo --- From what I understand cleanup_database.pl (and maybe other things) still rely on the original table names, so with the patchset, the views. It would be in a follow up to use the

[Koha-bugs] [Bug 25920] Add liblocale-codes-perl package to fix ubuntu-stable (focal)

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25920 --- Comment #5 from Mason James --- (In reply to Mason James from comment #0) > This bug tracks the task of adding the liblocale-codes-perl package, to fix > ubuntu-stable (focal) > > looks like perl-5.30 on debian needs

[Koha-bugs] [Bug 25920] Add liblocale-codes-perl package to fix ubuntu-stable (focal)

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25920 --- Comment #4 from Mason James --- Created attachment 106672 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106672=edit pic of error -- You are receiving this mail because: You are watching all bug changes.

[Koha-bugs] [Bug 25920] Add liblocale-codes-perl package to fix ubuntu-stable (focal)

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25920 Mason James changed: What|Removed |Added Version|20.05 |master CC|

[Koha-bugs] [Bug 25920] Add liblocale-codes-perl package to fix ubuntu-stable (focal)

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25920 --- Comment #3 from Mason James --- > 5/ confirm liblocale-codes-perl pkg is now installed :) > $ apt-cache policy liblocale-codes-perl | grep Installed > Installed: 3.62-1 until this patch is pushed, you can manually fix this

[Koha-bugs] [Bug 25961] Add hooks for plugins to inject variables to XSLT

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25961 David Cook changed: What|Removed |Added CC||dc...@prosentient.com.au --

[Koha-bugs] [Bug 23816] Allow to have different password strength and length settings for different patron categories

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

[Koha-bugs] [Bug 25934] RequireStrongPassword should be more complex (password policy complexity)

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

[Koha-bugs] [Bug 12617] Koha should let admins to configure automatically generated password complexity/difficulty

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

[Koha-bugs] [Bug 12617] Koha should let admins to configure automatically generated password complexity/difficulty

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

[Koha-bugs] [Bug 23816] Allow to have different password strength and length settings for different patron categories

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23816 --- Comment #21 from David Cook --- Wow this is intimidating. I want to make the password policy much more complex via Bug 25934, but it looks like a lot of the password code needs refactoring. Kudos to you for doing all this work

[Koha-bugs] [Bug 25934] RequireStrongPassword should be more complex (password policy complexity)

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

[Koha-bugs] [Bug 23816] Allow to have different password strength and length settings for different patron categories

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

[Koha-bugs] [Bug 22407] OMNIBUS: Use DBIC relations to fetch related object rather than searching for the object

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22407 David Cook changed: What|Removed |Added CC||dc...@prosentient.com.au ---

[Koha-bugs] [Bug 25934] RequireStrongPassword should be more complex (password policy complexity)

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25934 --- Comment #7 from David Cook --- (In reply to Fred King from comment #6) > While I agree that your password criteria would be useful for many Koha > institutions, they would not be for all of them. My Koha system used to be >

[Koha-bugs] [Bug 25672] Administrators should be able to disable client-side plugin upload

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25672 David Cook changed: What|Removed |Added Status|Failed QA |Needs Signoff -- You are

[Koha-bugs] [Bug 25672] Administrators should be able to disable client-side plugin upload

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25672 --- Comment #4 from David Cook --- Created attachment 106671 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106671=edit Bug 25672: Enable enable_plugin_browser_upload by default This patch enables

[Koha-bugs] [Bug 25672] Administrators should be able to disable client-side plugin upload

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25672 --- Comment #3 from David Cook --- (In reply to Kyle M Hall from comment #2) > Looks good, but the default should be to allow plugin uploads to keep in > line with current behavior. Agreed. I was thinking about that late last night

[Koha-bugs] [Bug 25718] Correct typo in additem.tt

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25718 Caroline Cyr La Rose changed: What|Removed |Added Status|NEW |Needs Signoff

[Koha-bugs] [Bug 25718] Correct typo in additem.tt

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25718 --- Comment #1 from Caroline Cyr La Rose --- Created attachment 106670 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106670=edit Bug 25718: Correct typo in additem.tt This patch corrects a typo found in

[Koha-bugs] [Bug 15461] Add staff equivalent for OpacLocationOnDetail

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15461 Andrew Fuerste-Henry changed: What|Removed |Added CC|

[Koha-bugs] [Bug 25879] Improve display of guarantor information in the patron entry form

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25879 Caroline Cyr La Rose changed: What|Removed |Added Attachment #106638|0 |1 is

[Koha-bugs] [Bug 25879] Improve display of guarantor information in the patron entry form

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25879 Caroline Cyr La Rose changed: What|Removed |Added Status|Needs Signoff |Signed Off -- You

[Koha-bugs] [Bug 23086] Search for collection is broken

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23086 Liz Rea changed: What|Removed |Added Status|Needs Signoff |Signed Off -- You are receiving

[Koha-bugs] [Bug 23086] Search for collection is broken

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23086 Liz Rea changed: What|Removed |Added Attachment #106664|0 |1 is obsolete|

[Koha-bugs] [Bug 25962] New: In Advanced Editor mandatory subfields are not enforced if tag is not mandatory

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25962 Bug ID: 25962 Summary: In Advanced Editor mandatory subfields are not enforced if tag is not mandatory Change sponsored?: --- Product: Koha Version: master

[Koha-bugs] [Bug 25961] Add hooks for plugins to inject variables to XSLT

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25961 --- Comment #3 from Tomás Cohen Arazi --- Only to clarify the test plan: you need to apply both patches. -- You are receiving this mail because: You are watching all bug changes. ___

[Koha-bugs] [Bug 25961] Add hooks for plugins to inject variables to XSLT

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25961 Tomás Cohen Arazi changed: What|Removed |Added URL|

[Koha-bugs] [Bug 25961] Add hooks for plugins to inject variables to XSLT

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25961 --- Comment #1 from Tomás Cohen Arazi --- Created attachment 10 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10=edit [DO NOT PUSH] Bug 25961: Sample usage of the OPAC XSLT variables hooks Signed-off-by:

[Koha-bugs] [Bug 25961] Add hooks for plugins to inject variables to XSLT

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25961 --- Comment #2 from Tomás Cohen Arazi --- Created attachment 106667 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106667=edit Bug 25961: Add hooks for plugins to inject variables to OPAC XSLT This patch adds the

[Koha-bugs] [Bug 25961] Add hooks for plugins to inject variables to XSLT

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25961 Tomás Cohen Arazi changed: What|Removed |Added Status|NEW |Needs Signoff

[Koha-bugs] [Bug 25336] Show checkouts/fines to guarantor is in the wrong section of the patron file

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25336 Caroline Cyr La Rose changed: What|Removed |Added Status|Needs Signoff |Signed Off -- You

[Koha-bugs] [Bug 25336] Show checkouts/fines to guarantor is in the wrong section of the patron file

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25336 Caroline Cyr La Rose changed: What|Removed |Added Attachment #104243|0 |1 is

[Koha-bugs] [Bug 25959] SPAM

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25959 Katrin Fischer changed: What|Removed |Added Status|NEW |RESOLVED

[Koha-bugs] [Bug 11461] Added functionality for batch Z39.50 searches

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11461 --- Comment #1 from Marjorie Barry-Vila --- +1 -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lists.koha-community.org

[Koha-bugs] [Bug 25861] [19.11] Cannot copy MARC frameworks

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25861 Aleisha Amohia changed: What|Removed |Added Version(s)||19.11.08 released

[Koha-bugs] [Bug 22873] C4::SIP::ILS::Transation::FeePayment->pay $disallow_overpayment does nothing

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22873 Andrew Fuerste-Henry changed: What|Removed |Added CC|

[Koha-bugs] [Bug 25961] Add hooks for plugins to inject variables to XSLT

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25961 Tomás Cohen Arazi changed: What|Removed |Added CC||agustinmoy...@theke.io,

[Koha-bugs] [Bug 25961] New: Add hooks for plugins to inject variables to XSLT

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25961 Bug ID: 25961 Summary: Add hooks for plugins to inject variables to XSLT Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All

[Koha-bugs] [Bug 23086] Search for collection is broken

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23086 Nick Clemens changed: What|Removed |Added Assignee|koha-b...@lists.koha-commun |k...@bywatersolutions.com

[Koha-bugs] [Bug 23086] Search for collection is broken

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23086 Nick Clemens changed: What|Removed |Added Attachment #92940|0 |1 is obsolete|

[Koha-bugs] [Bug 23086] Search for collection is broken

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23086 Nick Clemens changed: What|Removed |Added Status|NEW |Needs Signoff -- You are

[Koha-bugs] [Bug 25959] New: Memek

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25959 Bug ID: 25959 Summary: Memek Change sponsored?: --- Product: Koha Version: master Hardware: HP OS: Mac OS Status: NEW Severity: major

[Koha-bugs] [Bug 25958] New: Allow LongOverdue cron to include/exclude specified lost values

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25958 Bug ID: 25958 Summary: Allow LongOverdue cron to include/exclude specified lost values Change sponsored?: --- Product: Koha Version: master Hardware: All

[Koha-bugs] [Bug 25958] Allow LongOverdue cron to include/exclude specified lost values

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25958 Andrew Fuerste-Henry changed: What|Removed |Added Assignee|koha-b...@lists.koha-commun

[Koha-bugs] [Bug 25957] Elasticsearch 5.X - empty subfields cause error on suggestible fields

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25957 --- Comment #2 from Nick Clemens --- Created attachment 106661 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106661=edit Bug 25957: Don't push blank field values to ES document To test: 1 - Load the sample DB

[Koha-bugs] [Bug 25957] Elasticsearch 5.X - empty subfields cause error on suggestible fields

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25957 Nick Clemens changed: What|Removed |Added Status|NEW |Needs Signoff -- You are

[Koha-bugs] [Bug 25957] Elasticsearch 5.X - empty subfields cause error on suggestible fields

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25957 --- Comment #1 from Nick Clemens --- Created attachment 106660 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106660=edit Bug 25957: Unit test -- You are receiving this mail because: You are watching all bug

[Koha-bugs] [Bug 25957] New: Elasticsearch 5.X - empty subfields cause error on suggestible fields

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25957 Bug ID: 25957 Summary: Elasticsearch 5.X - empty subfields cause error on suggestible fields Change sponsored?: --- Product: Koha Version: master Hardware:

[Koha-bugs] [Bug 25956] New: Confirm button is greyed out on write off selected page

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25956 Bug ID: 25956 Summary: Confirm button is greyed out on write off selected page Change sponsored?: --- Product: Koha Version: 19.11 Hardware: All

[Koha-bugs] [Bug 25861] [19.11] Cannot copy MARC frameworks

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

[Koha-bugs] [Bug 25872] Advanced search on OPAC with limiter but no search term fails when re-sorted

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

[Koha-bugs] [Bug 25872] Advanced search on OPAC with limiter but no search term fails when re-sorted

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25872 Heather changed: What|Removed |Added CC||heather_hernan...@nps.gov --

[Koha-bugs] [Bug 25934] RequireStrongPassword should be more complex (password policy complexity)

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25934 Fred King changed: What|Removed |Added CC||fred.k...@medstar.net ---

[Koha-bugs] [Bug 19014] Patrons should not get an 'on_reserve' notification if the due date is far into the future

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19014 koha-US bug tracker changed: What|Removed |Added CC||bugzi...@koha-us.org

[Koha-bugs] [Bug 22844] Simplify the process of selecting database columns for system preferences

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22844 koha-US bug tracker changed: What|Removed |Added CC||bugzi...@koha-us.org

[Koha-bugs] [Bug 12617] Koha should let admins to configure automatically generated password complexity/difficulty

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12617 koha-US bug tracker changed: What|Removed |Added CC||bugzi...@koha-us.org

[Koha-bugs] [Bug 23816] Allow to have different password strength and length settings for different patron categories

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23816 koha-US bug tracker changed: What|Removed |Added CC||bugzi...@koha-us.org

[Koha-bugs] [Bug 25934] RequireStrongPassword should be more complex (password policy complexity)

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25934 koha-US bug tracker changed: What|Removed |Added CC||bugzi...@koha-us.org

[Koha-bugs] [Bug 25631] Adding ability to alter the expiration date of the hold from the Patron's Account

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25631 Rebecca Coert changed: What|Removed |Added CC||rco...@arlingtonva.us ---

[Koha-bugs] [Bug 25864] Case sensitivity breaks searching of some fields in ES5

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25864 koha-US bug tracker changed: What|Removed |Added CC||bugzi...@koha-us.org

[Koha-bugs] [Bug 25940] Two separate print dialogs when checking in/transferring an item

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25940 koha-US bug tracker changed: What|Removed |Added CC||bugzi...@koha-us.org

[Koha-bugs] [Bug 25758] Items scheduled for automatic renewal do not show that they will not renew due to a hold

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25758 koha-US bug tracker changed: What|Removed |Added CC||bugzi...@koha-us.org

[Koha-bugs] [Bug 25940] Two separate print dialogs when checking in/transferring an item

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25940 mada...@ckls.org changed: What|Removed |Added CC||mada...@ckls.org -- You

[Koha-bugs] [Bug 25954] Header search forms should be labeled

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25954 --- Comment #1 from Owen Leonard --- Created attachment 106659 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106659=edit Bug 25954: Replace paragraph tags with labels in header search forms This patch replaces

[Koha-bugs] [Bug 25954] Header search forms should be labeled

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25954 Owen Leonard changed: What|Removed |Added Patch complexity|--- |Small patch

[Koha-bugs] [Bug 25955] compare_es_to_db.pl broken by drop of Catmandu dependency

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25955 Nick Clemens changed: What|Removed |Added Status|NEW |Needs Signoff -- You are

[Koha-bugs] [Bug 24823] Drop Catmandu dependency

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24823 Nick Clemens changed: What|Removed |Added Blocks||25955 Referenced Bugs:

[Koha-bugs] [Bug 25955] compare_es_to_db.pl broken by drop of Catmandu dependency

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25955 Nick Clemens changed: What|Removed |Added Depends on||24823

[Koha-bugs] [Bug 25955] compare_es_to_db.pl broken by drop of Catmandu dependency

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25955 --- Comment #1 from Nick Clemens --- Created attachment 106658 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106658=edit Bug 25955: Fix getting index_name To test: 1 - Have a site running ES 2 - perl

[Koha-bugs] [Bug 25955] New: compare_es_to_db.pl broken by drop of Catmandu dependency

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25955 Bug ID: 25955 Summary: compare_es_to_db.pl broken by drop of Catmandu dependency Change sponsored?: --- Product: Koha Version: master Hardware: All

[Koha-bugs] [Bug 25954] New: Header search forms should be labeled

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25954 Bug ID: 25954 Summary: Header search forms should be labeled Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status:

[Koha-bugs] [Bug 17499] Koha objects for messaging preferences

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17499 --- Comment #90 from Martin Renvoize --- Rescued.. I've sorted the licence issues and added some POD.. Remaining QA script failure are false negatives. I've not QA'd as a whole as I'm not close enough to the area of code to really

[Koha-bugs] [Bug 17499] Koha objects for messaging preferences

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17499 Martin Renvoize changed: What|Removed |Added CC|

[Koha-bugs] [Bug 17499] Koha objects for messaging preferences

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17499 --- Comment #89 from Martin Renvoize --- Created attachment 106657 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106657=edit Bug 17499: (QA follow-up) Fix POD errors Signed-off-by: Martin Renvoize -- You are

[Koha-bugs] [Bug 17499] Koha objects for messaging preferences

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17499 --- Comment #88 from Martin Renvoize --- Created attachment 106656 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106656=edit Bug 17499: (QA follow-up) Fix Licence Statements Signed-off-by: Martin Renvoize --

[Koha-bugs] [Bug 17499] Koha objects for messaging preferences

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

[Koha-bugs] [Bug 17499] Koha objects for messaging preferences

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

[Koha-bugs] [Bug 17499] Koha objects for messaging preferences

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

[Koha-bugs] [Bug 24539] Build generic authentication module interface

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24539 --- Comment #2 from David Cook --- (In reply to David Cook from comment #1) > I'm not using the existing Koha plugin system, as I'm still not 100% sure I > want to implement these as plugins that end-users can upload... but still >

[Koha-bugs] [Bug 25953] Add class to installed plugins table to ease styling and DOM mods

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25953 David Cook changed: What|Removed |Added Patch complexity|--- |Trivial patch

[Koha-bugs] [Bug 25953] Add class to installed plugins table to ease styling and DOM mods

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25953 --- Comment #2 from David Cook --- Created attachment 106652 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106652=edit Bug 25953: Add class to installed plugins table on plugins-home.pl This patch adds a

[Koha-bugs] [Bug 25953] Add class to installed plugins table to ease styling and DOM mods

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25953 David Cook changed: What|Removed |Added Assignee|koha-b...@lists.koha-commun |dc...@prosentient.com.au

[Koha-bugs] [Bug 25953] Add class to installed plugins table to ease styling and DOM mods

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25953 David Cook changed: What|Removed |Added Summary|Label installed plugins and |Add class to installed

[Koha-bugs] [Bug 25953] Label installed plugins and add class to table to ease styling and DOM mods

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25953 David Cook changed: What|Removed |Added Summary|Change "Plugins" to |Label installed plugins and

[Koha-bugs] [Bug 25953] New: Change "Plugins" to "Installed plugins" on plugins-home.pl

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25953 Bug ID: 25953 Summary: Change "Plugins" to "Installed plugins" on plugins-home.pl Change sponsored?: --- Product: Koha Version: unspecified Hardware: All

[Koha-bugs] [Bug 25671] Install 1 Koha plugin for X Koha instances using the CLI

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25671 David Cook changed: What|Removed |Added Summary|Administrators should be|Install 1 Koha plugin for X

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

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25671 David Cook changed: What|Removed |Added Assignee|koha-b...@lists.koha-commun |dc...@prosentient.com.au

[Koha-bugs] [Bug 25672] Administrators should be able to disable client-side plugin upload

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25672 Kyle M Hall changed: What|Removed |Added Status|Needs Signoff |Failed QA --- Comment #2

[Koha-bugs] [Bug 25672] Administrators should be able to disable client-side plugin upload

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25672 David Cook changed: What|Removed |Added CC||k...@bywatersolutions.com

[Koha-bugs] [Bug 25672] Administrators should be able to disable client-side plugin upload

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25672 David Cook changed: What|Removed |Added CC||martin.renvoize@ptfs-europe

[Koha-bugs] [Bug 25952] Github search for plugin throwing errors due to API rate limits

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25952 David Cook changed: What|Removed |Added Assignee|koha-b...@lists.koha-commun |dc...@prosentient.com.au

[Koha-bugs] [Bug 25672] Administrators should be able to disable client-side plugin upload

2020-07-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25672 --- Comment #1 from David Cook --- Created attachment 106651 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106651=edit Bug 25672: use enable_plugin_browser_upload flag to control plugin upload This patch adds a

  1   2   >