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

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20271 --- Comment #227 from Katrin Fischer --- (In reply to Tomás Cohen Arazi from comment #226) > (In reply to Jonathan Druart from comment #225) > > Tomas, with your patches we now have: > > biblio.deleted_on, biblio.deleted > > and >

[Koha-bugs] [Bug 25803] Internet Explorer: unable to save patron edits or view patron checkouts

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25803 David Cook changed: What|Removed |Added Status|NEW |RESOLVED

[Koha-bugs] [Bug 17981] Add the ability to preview generated notice templates

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17981 --- Comment #68 from David Cook --- (In reply to David Cook from comment #67) > Going to double-check but this might be broken in 19.11... I must've been mistaken as it looks fine now. -- You are receiving this mail because: You

[Koha-bugs] [Bug 23653] Plack stopped working - JSON validation timeout

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23653 --- Comment #36 from David Cook --- I've tested the new package in koha-testing-docker and it looks good. -- You are receiving this mail because: You are watching all bug changes. ___

[Koha-bugs] [Bug 23653] Plack stopped working - JSON validation timeout

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23653 --- Comment #35 from David Cook --- Mason announced 30 minutes ago on koha-devel that he's updated the libjson-validator-perl package. As per his email: hi Folks i've updated the 'libjson-validator-perl' package to include the

[Koha-bugs] [Bug 23653] Plack stopped working - JSON validation timeout

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23653 --- Comment #34 from David Cook --- (In reply to Victor Grousset/tuxayo from comment #33) > Should we actually expect a significant number of instances to have more > difficulty applying such a simple patch (just this patch, not

[Koha-bugs] [Bug 23653] Plack stopped working - JSON validation timeout

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23653 Victor Grousset/tuxayo changed: What|Removed |Added Status|Needs Signoff |Signed Off ---

[Koha-bugs] [Bug 25851] 19.11 upgrade creates holdallowed rule with empty value

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

[Koha-bugs] [Bug 25898] Prohibit indirect object notation

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

[Koha-bugs] [Bug 25900] Double quotes breaks search with Zebra and QueryWeightFields

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

[Koha-bugs] [Bug 23653] Plack stopped working - JSON validation timeout

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23653 Victor Grousset/tuxayo changed: What|Removed |Added Attachment #106444|0 |1 is

[Koha-bugs] [Bug 15504] Track Patron's Last Activity

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15504 --- Comment #26 from David Cook --- (In reply to Christopher Brannon from comment #17) > "Not a priority for us"...who is "US"? Ah, fair question! I mean the vendor I work for Prosentient Systems and the libraries that it

[Koha-bugs] [Bug 23653] Plack stopped working - JSON validation timeout

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23653 --- Comment #31 from David Cook --- Created attachment 106444 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106444=edit Bug 23653: use local copy of swagger v2 schema By default, JSON::Validator::OpenAPI tries

[Koha-bugs] [Bug 23653] Plack stopped working - JSON validation timeout

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23653 David Cook changed: What|Removed |Added Status|In Discussion |Needs Signoff -- You are

[Koha-bugs] [Bug 23653] Plack stopped working - JSON validation timeout

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23653 --- Comment #30 from Victor Grousset/tuxayo --- (In reply to Tomás Cohen Arazi from comment #23) > We should just package the library with the correct cache Indeed, that way, deployers only have to update the perl-deps, no patch to

[Koha-bugs] [Bug 23653] Plack stopped working - JSON validation timeout

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23653 --- Comment #29 from David Cook --- Actually, it looks like Koha::REST::Plugin::PluginRoutes doesn't receive the validator. It looks like the OpenAPI plugin must be calling a validator and that's where it's failing... -- You are

[Koha-bugs] [Bug 23653] Plack stopped working - JSON validation timeout

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23653 --- Comment #27 from David Cook --- From what I can see, we're not actually validating the schema in ./Koha/REST/V1.pm when we use bundle(). We only validate it in ./Koha/REST/V1.pm when we do the catch{} block. And we always

[Koha-bugs] [Bug 23653] Plack stopped working - JSON validation timeout

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23653 --- Comment #28 from David Cook --- (In reply to David Cook from comment #27) > I'm going to post a code-level patch anyway (partially just because I'm > already this far anyway) Plus, if I do that, then we wouldn't have to

[Koha-bugs] [Bug 23653] Plack stopped working - JSON validation timeout

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23653 --- Comment #26 from David Cook --- Oh wait I'm misunderstanding... $validator->bundle is just loading the schema... and it doesn't validate it. Whereas $validator->load_and_validate_schema loads the schema, but then validates it

[Koha-bugs] [Bug 23653] Plack stopped working - JSON validation timeout

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23653 --- Comment #25 from David Cook --- (In reply to Tomás Cohen Arazi from comment #23) > (In reply to David Cook from comment #22) > > I'm about to start on a patch for this. Hopefully will have something very > > soon. > > We should

[Koha-bugs] [Bug 23653] Plack stopped working - JSON validation timeout

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23653 --- Comment #24 from David Cook --- Note that this should only affect plugin-enabled instances -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs

[Koha-bugs] [Bug 23653] Plack stopped working - JSON validation timeout

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23653 --- Comment #23 from Tomás Cohen Arazi --- (In reply to David Cook from comment #22) > I'm about to start on a patch for this. Hopefully will have something very > soon. We should just package the library with the correct cache --

[Koha-bugs] [Bug 23653] Plack stopped working - JSON validation timeout

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23653 --- Comment #22 from David Cook --- I'm about to start on a patch for this. Hopefully will have something very soon. -- You are receiving this mail because: You are watching all bug changes.

[Koha-bugs] [Bug 23653] Plack stopped working - JSON validation timeout

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23653 --- Comment #21 from David Cook --- (In reply to Federico Paiz from comment #20) > The same thing happened to me, I solved it by doing > > >cpan > > install Mojolicious::Plugin::OpenAPI Yeah, the CPAN version of that module comes

[Koha-bugs] [Bug 23653] Plack stopped working - JSON validation timeout

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23653 Federico Paiz changed: What|Removed |Added CC||federicoantoniopaiz@gmail.c

[Koha-bugs] [Bug 23653] Plack stopped working - JSON validation timeout

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

[Koha-bugs] [Bug 23653] Plack stopped working - JSON validation timeout

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23653 Hayley Mapley changed: What|Removed |Added Severity|major |blocker

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

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20271 --- Comment #226 from Tomás Cohen Arazi --- (In reply to Jonathan Druart from comment #225) > Tomas, with your patches we now have: > biblio.deleted_on, biblio.deleted > and > items.deleted_on, items.is_current > I think it's

[Koha-bugs] [Bug 21665] Advanced editor - Double clicking on value brings subfield code as well

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21665 --- Comment #10 from Cori Lynn Arnold --- Hey Heather! I hear your frustration. One thing we did here to help was to remove the "Control-C" from the default for our Koha installations (we have over 20). To do that: 1. Go to the

[Koha-bugs] [Bug 23653] Plack stopped working - JSON validation timeout

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23653 --- Comment #18 from Victor Grousset/tuxayo --- Issue reported to upstream's upstream: https://github.com/swagger-api/swagger.io/issues/281 -- You are receiving this mail because: You are watching all bug changes.

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

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20271 --- Comment #225 from Jonathan Druart --- Tomas, with your patches we now have: biblio.deleted_on, biblio.deleted and items.deleted_on, items.is_current I think it's confusing. -- You are receiving this mail because: You are

[Koha-bugs] [Bug 17593] Extend circulation rules to include shelving location

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17593 Andrew Nugged changed: What|Removed |Added CC||nug...@gmail.com,

[Koha-bugs] [Bug 25673] Access logging of borrower's personal information

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25673 Andrew Nugged changed: What|Removed |Added CC||nug...@gmail.com,

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

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25665 --- Comment #8 from Victor Grousset/tuxayo --- I don't manage to use Time::Fake ... IIUC I should just replace this line: https://gitlab.com/koha-community/Koha/-/blob/19.05.x/t/db_dependent/Circulation.t#L3100 By one of the

[Koha-bugs] [Bug 25690] SIP should not allow to check out an item in transfer because of a hold to another patron

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25690 Andrew Nugged changed: What|Removed |Added Assignee|koha-b...@lists.koha-commun |nug...@gmail.com

[Koha-bugs] [Bug 15504] Track Patron's Last Activity

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15504 --- Comment #25 from Victor Grousset/tuxayo --- Please double check, as a non-native speaker, misunderstandings are bound to happen someday :) (In reply to David Cook from comment #2) > I noticed recently that "lastseen" updates

[Koha-bugs] [Bug 15504] Track Patron's Last Activity

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15504 --- Comment #24 from Victor Grousset/tuxayo --- (In reply to Christopher Brannon from comment #23) > I must be missing something here. Where is the information on patron logins > to OPAC or authentication via SIP2 that isn't in a

[Koha-bugs] [Bug 21665] Advanced editor - Double clicking on value brings subfield code as well

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21665 --- Comment #9 from Heather --- I've run into another very typical example (especially lately) of when I want to highlight & copy a portion of text while in the Advanced Biblio Editor--it's for an online resource, and in the middle

[Koha-bugs] [Bug 23653] Plack stopped working - JSON validation timeout

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23653 ian.gor...@strath.ac.uk changed: What|Removed |Added CC|

[Koha-bugs] [Bug 25904] New: Enhancing patron attributes

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25904 Bug ID: 25904 Summary: Enhancing patron attributes Change sponsored?: --- Product: Koha Version: 19.11 Hardware: All OS: All Status: NEW

[Koha-bugs] [Bug 15504] Track Patron's Last Activity

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15504 --- Comment #23 from Christopher Brannon --- I must be missing something here. Where is the information on patron logins to OPAC or authentication via SIP2 that isn't in a log? I'm not sure what tables I should be looking at for

[Koha-bugs] [Bug 15504] Track Patron's Last Activity

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15504 --- Comment #22 from Victor Grousset/tuxayo --- (In reply to Christopher Brannon from comment #21) > (In reply to Victor Grousset/tuxayo from comment #20) > > > (assuming SQL report are not enough?) > > As was mentioned, pulling

[Koha-bugs] [Bug 24862] Wrong behaviour on anonymous sessions

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24862 Victor Grousset/tuxayo changed: What|Removed |Added Status|Pushed to oldstable |Pushed to

[Koha-bugs] [Bug 25902] Export MARC records for all titles in a virtual shelf

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25902 --- Comment #4 from Andrew Fuerste-Henry --- Adding lists to our export options at the command line would also be an added functionality, though I don't have an immediate use case. There's also value in standardizing functionality

[Koha-bugs] [Bug 15504] Track Patron's Last Activity

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15504 --- Comment #21 from Christopher Brannon --- (In reply to Victor Grousset/tuxayo from comment #20) > (assuming SQL report are not enough?) As was mentioned, pulling stuff from activity logs is hit or miss. Depending on how often

[Koha-bugs] [Bug 15504] Track Patron's Last Activity

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15504 --- Comment #20 from Victor Grousset/tuxayo --- (In reply to Christopher Brannon from comment #17) > The link to dev list is a dead link. http://devs.bywatersolutions.com/projects/track-patrons-last-activity/ isn't the dev list. It

[Koha-bugs] [Bug 19889] LocalHoldsPriority needs exclusions

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19889 Christopher Brannon changed: What|Removed |Added Status|Needs Signoff |In Discussion ---

[Koha-bugs] [Bug 25903] Sending a SIP patron information request with a summary field flag in indexes 6-9 will crash server

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25903 Kyle M Hall changed: What|Removed |Added Status|NEW |Needs Signoff -- You are

[Koha-bugs] [Bug 25903] Sending a SIP patron information request with a summary field flag in indexes 6-9 will crash server

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25903 --- Comment #1 from Kyle M Hall --- Created attachment 106443 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106443=edit Bug 25903: Sending a SIP patron information request with a summary field flag in indexes 6-9

[Koha-bugs] [Bug 19889] LocalHoldsPriority needs exclusions

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

[Koha-bugs] [Bug 19889] LocalHoldsPriority needs exclusions

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

[Koha-bugs] [Bug 19889] LocalHoldsPriority needs exclusions

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

[Koha-bugs] [Bug 19889] LocalHoldsPriority needs exclusions

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

[Koha-bugs] [Bug 25903] New: Sending a SIP patron information request with a summary field flag in indexes 6-9 will crash server

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25903 Bug ID: 25903 Summary: Sending a SIP patron information request with a summary field flag in indexes 6-9 will crash server Change sponsored?: --- Product: Koha

[Koha-bugs] [Bug 25903] Sending a SIP patron information request with a summary field flag in indexes 6-9 will crash server

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25903 Kyle M Hall changed: What|Removed |Added Severity|enhancement |normal

[Koha-bugs] [Bug 23390] Add placeholder syntax for column names

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23390 --- Comment #19 from Katrin Fischer --- *** Bug 22167 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. ___

[Koha-bugs] [Bug 22167] Allow itemnumber column to be labelled differently when using batch item edit feature

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

[Koha-bugs] [Bug 25902] Export MARC records for all titles in a virtual shelf

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25902 --- Comment #3 from Katrin Fischer --- I think the export tool provides some more functionality like being able to remove fields from the export. So that's what got me wondering. -- You are receiving this mail because: You are the

[Koha-bugs] [Bug 25826] Hiding biblionumber in the frameworks breaks links in result list

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25826 --- Comment #5 from Tomás Cohen Arazi --- (In reply to Fridolin SOMERS from comment #4) > Looks like its related to Bug 19261 > > > I will add a 'deny_list' > where ? in DB ? On ViewPolicy.pm -- You are receiving this mail

[Koha-bugs] [Bug 25902] Export MARC records for all titles in a virtual shelf

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25902 --- Comment #2 from Andrew Fuerste-Henry --- Uhoh. Honestly, because I didn't think of the download option from the list interface. I'll have to poke at that and see if there's any functional difference between the two. -- You are

[Koha-bugs] [Bug 19889] LocalHoldsPriority needs exclusions

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19889 --- Comment #14 from Agustín Moyano --- (In reply to Christopher Brannon from comment #9) > Agustin, Kidclamp had to rebase a minor conflict. I don't know the details. > > After that, this is what I found: > > Everything works

[Koha-bugs] [Bug 19889] LocalHoldsPriority needs exclusions

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19889 --- Comment #12 from Agustín Moyano --- Created attachment 106437 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106437=edit Bug 19889: Add tests Sponsored-by: Cooperative Information Network (CIN) -- You are

[Koha-bugs] [Bug 19889] LocalHoldsPriority needs exclusions

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19889 --- Comment #13 from Agustín Moyano --- Created attachment 106438 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106438=edit Bug 19889: Make it possible to exclude items and categories from local holds priority

[Koha-bugs] [Bug 19889] LocalHoldsPriority needs exclusions

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19889 --- Comment #11 from Agustín Moyano --- Created attachment 106436 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106436=edit Bug 19889: set exclude_from_local_holds_priority columns as boolean in schema

[Koha-bugs] [Bug 19889] LocalHoldsPriority needs exclusions

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

[Koha-bugs] [Bug 19889] LocalHoldsPriority needs exclusions

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

[Koha-bugs] [Bug 25902] Export MARC records for all titles in a virtual shelf

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25902 --- Comment #1 from Katrin Fischer --- Hi Andrew, this sounds interesting. Can you explain why the export tool instead of the download option? Wondering about the use case as always :) -- You are receiving this mail because: You

[Koha-bugs] [Bug 25898] Prohibit indirect object notation

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25898 --- Comment #2 from Katrin Fischer --- Would it make sense to create a Perl 7 Omnibus bug we can use for these? -- You are receiving this mail because: You are watching all bug changes.

[Koha-bugs] [Bug 24001] Cannot edit card template

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24001 Blou changed: What|Removed |Added Status|NEW |Needs Signoff -- You are receiving

[Koha-bugs] [Bug 24001] Cannot edit card template

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24001 Blou changed: What|Removed |Added CC||philippe.blo...@inlibro.com

[Koha-bugs] [Bug 24001] Cannot edit card template

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24001 Blou changed: What|Removed |Added Attachment #99164|0 |1 is obsolete|

[Koha-bugs] [Bug 25850] CalcDateDue freezes with 'useDaysMode' set to 'Dayweek' and the due date lands on a Sunday

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25850 Martin Renvoize changed: What|Removed |Added Version|19.11 |master -- You are

[Koha-bugs] [Bug 25902] New: Export MARC records for all titles in a virtual shelf

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25902 Bug ID: 25902 Summary: Export MARC records for all titles in a virtual shelf Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All

[Koha-bugs] [Bug 15504] Track Patron's Last Activity

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15504 --- Comment #19 from Agnes Rivers-Moore --- (In reply to Martha Fuerst from comment #18) > Chiming in again. > > This is ESPECIALLY important for us now, with COVID-19 and social distancing > procedures, we have more people using

[Koha-bugs] [Bug 15504] Track Patron's Last Activity

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15504 --- Comment #18 from Martha Fuerst --- Chiming in again. This is ESPECIALLY important for us now, with COVID-19 and social distancing procedures, we have more people using 100% online resources - and people who have gotten cards

[Koha-bugs] [Bug 25901] Add option for ClaimsReturnedWarningThreshold to count only unresolved claims

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25901 Lisette Scheer changed: What|Removed |Added CC||lisettesla...@gmail.com

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

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20271 Tomás Cohen Arazi changed: What|Removed |Added Status|Needs Signoff |Signed Off --- Comment

[Koha-bugs] [Bug 25273] Elasticsearch Authority matching is returning too many results

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25273 Eric Phetteplace changed: What|Removed |Added CC||ephettepl...@cca.edu --

[Koha-bugs] [Bug 25827] Add floating toolbar to the holds summary page in staff interface

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25827 --- Comment #5 from Christopher Brannon --- (In reply to Owen Leonard from comment #4) > Looks like it works in Firefox bug not Chrome. I can confirm I did my test in Chrome. -- You are receiving this mail because: You are

[Koha-bugs] [Bug 15504] Track Patron's Last Activity

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15504 --- Comment #17 from Christopher Brannon --- (In reply to David Cook from comment #15) > (In reply to Christopher Brannon from comment #13) > > Folks, this is a rather important issue. Would love to see this progress > > beyond 4

[Koha-bugs] [Bug 25893] Log viewer no longer searches using wildcards

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25893 Andrew Fuerste-Henry changed: What|Removed |Added Attachment #106415|0 |1 is

[Koha-bugs] [Bug 25893] Log viewer no longer searches using wildcards

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25893 Andrew Fuerste-Henry changed: What|Removed |Added Status|Needs Signoff |Signed Off -- You

[Koha-bugs] [Bug 25901] Add option for ClaimsReturnedWarningThreshold to count only unresolved claims

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25901 Andrew Fuerste-Henry changed: What|Removed |Added See Also|

[Koha-bugs] [Bug 25901] New: Add option for ClaimsReturnedWarningThreshold to count only unresolved claims

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25901 Bug ID: 25901 Summary: Add option for ClaimsReturnedWarningThreshold to count only unresolved claims Change sponsored?: --- Product: Koha Version: master

[Koha-bugs] [Bug 25733] Return claims attention can't be cleared

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25733 Andrew Fuerste-Henry changed: What|Removed |Added See Also|

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

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20271 Tomás Cohen Arazi changed: What|Removed |Added Status|ASSIGNED|Needs Signoff -- You

[Koha-bugs] [Bug 25900] Double quotes breaks search with Zebra and QueryWeightFields

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25900 Fridolin SOMERS changed: What|Removed |Added Status|ASSIGNED|Needs Signoff Patch

[Koha-bugs] [Bug 25900] Double quotes breaks search with Zebra and QueryWeightFields

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25900 --- Comment #1 from Fridolin SOMERS --- Created attachment 106432 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106432=edit Bug 25900: trim spaces in search with Zebra and QueryWeightFields Search with Zebra and

[Koha-bugs] [Bug 25827] Add floating toolbar to the holds summary page in staff interface

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25827 --- Comment #4 from Owen Leonard --- Looks like it works in Firefox bug not Chrome. -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list

[Koha-bugs] [Bug 19532] Recalls for Koha

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19532 --- Comment #498 from Owen Leonard --- I ran into a problem at step 70, checking in a recalled item which requires a transfer and clicking "confirm recall and transfer." The dialog disappears as expected but then I'm shown another

[Koha-bugs] [Bug 22167] Allow itemnumber column to be labelled differently when using batch item edit feature

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22167 --- Comment #1 from Nick Clemens --- duplicate of 23390? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. ___ Koha-bugs mailing

[Koha-bugs] [Bug 25900] Double quotes breaks search with Zebra and QueryWeightFields

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25900 Fridolin SOMERS changed: What|Removed |Added Assignee|koha-b...@lists.koha-commun

[Koha-bugs] [Bug 25900] New: Double quotes breaks search with Zebra and QueryWeightFields

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25900 Bug ID: 25900 Summary: Double quotes breaks search with Zebra and QueryWeightFields Change sponsored?: --- Product: Koha Version: master Hardware: All

[Koha-bugs] [Bug 25851] 19.11 upgrade creates holdallowed rule with empty value

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

[Koha-bugs] [Bug 25851] 19.11 upgrade creates holdallowed rule with empty value

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

[Koha-bugs] [Bug 24006] Switching on QueryWeightFields (relevance ranking) breaks search

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24006 Fridolin SOMERS changed: What|Removed |Added CC|

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

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20271 Tomás Cohen Arazi changed: What|Removed |Added Status|Signed Off |ASSIGNED --- Comment

[Koha-bugs] [Bug 25799] Edition information to Holds queue report

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25799 Katrin Fischer changed: What|Removed |Added Status|In Discussion |Needs Signoff --- Comment

[Koha-bugs] [Bug 24239] Let the ILL module set ad hoc hard due dates

2020-06-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24239 --- Comment #5 from Katrin Fischer --- (In reply to Magnus Enger from comment #4) > (In reply to Katrin Fischer from comment #3) > > I wonder, if you are still around for this Magnus? > > I am on holiday now, so I will probably not

[Koha-bugs] [Bug 25899] Sorting by date

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

  1   2   >