[Koha-bugs] [Bug 27034] $c->objects->search shouldn't use path parameters

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27034 --- Comment #14 from Jonathan Druart --- Pushed to master for 21.05, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs

[Koha-bugs] [Bug 27251] Rewrite the QOTD editor using the Koha REST API

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27251 --- Comment #33 from Jonathan Druart --- Pushed to master for 21.05, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs

[Koha-bugs] [Bug 27251] Rewrite the QOTD editor using the Koha REST API

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27251 Jonathan Druart changed: What|Removed |Added Status|Passed QA |Pushed to master

[Koha-bugs] [Bug 27352] Add GET /biblios/:biblio_id/items

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27352 Jonathan Druart changed: What|Removed |Added Version(s)||21.05.00 released

[Koha-bugs] [Bug 27352] Add GET /biblios/:biblio_id/items

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27352 --- Comment #12 from Jonathan Druart --- Pushed to master for 21.05, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs

[Koha-bugs] [Bug 27486] Rename system preference delimiter to CSVDelimiter

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27486 Jonathan Druart changed: What|Removed |Added Status|Passed QA |Pushed to master

[Koha-bugs] [Bug 27486] Rename system preference delimiter to CSVDelimiter

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27486 --- Comment #9 from Jonathan Druart --- Pushed to master for 21.05, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs

[Koha-bugs] [Bug 27487] Rename system preference reviewson to OPACComments

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27487 Jonathan Druart changed: What|Removed |Added Version(s)||21.05.00 released

[Koha-bugs] [Bug 27487] Rename system preference reviewson to OPACComments

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27487 --- Comment #4 from Jonathan Druart --- Pushed to master for 21.05, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs

[Koha-bugs] [Bug 27573] New: Use of NOW() in SQL should be avoided

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27573 Bug ID: 27573 Summary: Use of NOW() in SQL should be avoided Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW

[Koha-bugs] [Bug 27573] Use of NOW() in SQL should be avoided

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27573 Martin Renvoize changed: What|Removed |Added Depends on||27511 Referenced Bugs:

[Koha-bugs] [Bug 27511] Don't use NOW() in saved sql last run update

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27511 Martin Renvoize changed: What|Removed |Added Blocks||27573 Referenced Bugs:

[Koha-bugs] [Bug 27574] New: Don't use NOW() in Koha::Accounts

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27574 Bug ID: 27574 Summary: Don't use NOW() in Koha::Accounts Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW

[Koha-bugs] [Bug 27574] Don't use NOW() in Koha::Accounts

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27574 Martin Renvoize changed: What|Removed |Added Assignee|koha-b...@lists.koha-commun |martin.renvoize@ptfs-europ

[Koha-bugs] [Bug 27574] Don't use NOW() in Koha::Accounts

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27574 Martin Renvoize changed: What|Removed |Added Keywords||Academy -- You are recei

[Koha-bugs] [Bug 27526] Remove Mod/AddItemFromMarc from additem.pl

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27526 --- Comment #12 from Marcel de Rooy --- +if ( $c eq 'more_subfields_xml' ) { +my @more_subfields_xml = $input->multi_param("items.more_subfields_xml"); +my @unlinked_item_subfields; +for my

[Koha-bugs] [Bug 27526] Remove Mod/AddItemFromMarc from additem.pl

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27526 --- Comment #13 from Marcel de Rooy --- (In reply to Jonathan Druart from comment #7) > (In reply to Tomás Cohen Arazi from comment #6) > > I expected to see Koha::Item->new_from_marc({ }) > > No, the idea is to remove MARC::Record

[Koha-bugs] [Bug 23260] Anonymize (remove) patron data from items_last_borrower

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23260 Marcel de Rooy changed: What|Removed |Added Status|Signed Off |Patch doesn't apply -- Yo

[Koha-bugs] [Bug 27526] Remove Mod/AddItemFromMarc from additem.pl

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27526 --- Comment #14 from Jonathan Druart --- Well, that's not what I meant. *almost* completely :D But yes, we could move them to a new DB table. -- You are receiving this mail because: You are watching all bug changes. _

[Koha-bugs] [Bug 27575] New: Search "Analytics: Show analytics" broken when records title ends with ":"

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27575 Bug ID: 27575 Summary: Search "Analytics: Show analytics" broken when records title ends with ":" Change sponsored?: --- Product: Koha Version: master Hardwar

[Koha-bugs] [Bug 27574] Don't use NOW() in Koha::Accounts

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27574 --- Comment #1 from Martin Renvoize --- Created attachment 116011 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=116011&action=edit Bug 27574: Update \NOW() to dt_from_string for Accounts This patch replaces all i

[Koha-bugs] [Bug 27575] Search "Analytics: Show analytics" broken when records title ends with ":"

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27575 Fridolin Somers changed: What|Removed |Added See Also||https://bugs.koha-communit

[Koha-bugs] [Bug 15851] Only display "Analytics: Show analytics" when records have linked analytics

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15851 Fridolin Somers changed: What|Removed |Added See Also||https://bugs.koha-communit

[Koha-bugs] [Bug 27575] Search "Analytics: Show analytics" broken when records title ends with ":"

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27575 Fridolin Somers changed: What|Removed |Added Status|NEW |ASSIGNED Assign

[Koha-bugs] [Bug 27574] Don't use NOW() in Koha::Accounts

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27574 Martin Renvoize changed: What|Removed |Added Status|NEW |Needs Signoff -- You are

[Koha-bugs] [Bug 27574] Don't use NOW() in Koha::Accounts

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27574 Martin Renvoize changed: What|Removed |Added CC||fridolin.som...@biblibre.c

[Koha-bugs] [Bug 27575] Search "Analytics: Show analytics" broken when records title ends with ":"

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27575 --- Comment #1 from Fridolin Somers --- I see many places in XSLT use translate() to remove "." or "/", I add ":" -- You are receiving this mail because: You are watching all bug changes. ___

[Koha-bugs] [Bug 27569] marc-framework import function doesn't accept LibreOffice csv/ods file formats

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27569 Jonathan Druart changed: What|Removed |Added CC||jonathan.dru...@bugs.koha-

[Koha-bugs] [Bug 27574] Don't use NOW() in Koha::Accounts

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27574 Jonathan Druart changed: What|Removed |Added See Also||https://bugs.koha-communit

[Koha-bugs] [Bug 27511] Don't use NOW() in saved sql last run update

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27511 Jonathan Druart changed: What|Removed |Added See Also||https://bugs.koha-communit

[Koha-bugs] [Bug 26591] Add a choice to prevent the checkout or warn the user at the selfcheckout system if we use CheckPrevCheckout

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26591 Marcel de Rooy changed: What|Removed |Added CC||m.de.r...@rijksmuseum.nl -

[Koha-bugs] [Bug 26591] Add a choice to prevent the checkout or warn the user at the selfcheckout system if we use CheckPrevCheckout

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26591 Marcel de Rooy changed: What|Removed |Added CC||dc...@prosentient.com.au,

[Koha-bugs] [Bug 26591] Add a choice to prevent the checkout or warn the user at the selfcheckout system if we use CheckPrevCheckout

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26591 --- Comment #7 from Marcel de Rooy --- Adding a few users from bug 19457 for comment6 -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list

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

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19532 Marcel de Rooy changed: What|Removed |Added Status|Signed Off |Patch doesn't apply --- Co

[Koha-bugs] [Bug 22544] Move C4:NewsChannels to Koha namespace

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22544 Jonathan Druart changed: What|Removed |Added Status|Needs Signoff |Failed QA --- Comment #10

[Koha-bugs] [Bug 26591] Add a choice to prevent the checkout or warn the user at the selfcheckout system if we use CheckPrevCheckout

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26591 --- Comment #8 from Matthias Meusburger --- (In reply to Marcel de Rooy from comment #6) > If I understand correctly, this SIP setting goes further than the > corresponding system preference. > My question is here: Should this be som

[Koha-bugs] [Bug 22544] Move C4:NewsChannels to Koha namespace

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22544 --- Comment #104 from Jonathan Druart --- 1. cf last comment 2. -$_->{'timestamp'} = $_->{'newdate'}; you are loosing the ability to use "timestamp" in the the letter 3. +my $all = $n->unblessed_all_related

[Koha-bugs] [Bug 27050] Allow multiple category_codes in delete_patrons.pl

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27050 Marcel de Rooy changed: What|Removed |Added Status|Signed Off |Passed QA -- You are rece

[Koha-bugs] [Bug 27050] Allow multiple category_codes in delete_patrons.pl

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27050 Marcel de Rooy changed: What|Removed |Added Attachment #114094|0 |1 is obsolete|

[Koha-bugs] [Bug 27050] Allow multiple category_codes in delete_patrons.pl

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27050 Marcel de Rooy changed: What|Removed |Added QA Contact|testo...@bugs.koha-communit |m.de.r...@rijksmuseum.nl

[Koha-bugs] [Bug 27575] Search "Analytics: Show analytics" broken when records title ends with ":"

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27575 Fridolin Somers changed: What|Removed |Added Patch complexity|--- |Trivial patch

[Koha-bugs] [Bug 27575] Search "Analytics: Show analytics" broken when records title ends with ":"

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27575 --- Comment #2 from Fridolin Somers --- Created attachment 116013 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=116013&action=edit Bug 27575: Search "Analytics: Show analytics" broken when records title ends with

[Koha-bugs] [Bug 27050] Allow multiple category_codes in delete_patrons.pl

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27050 --- Comment #6 from Marcel de Rooy --- Only forgot this warn: Commit title does not start with 'Bug X: ' - 363fec6ca0 -- You are receiving this mail because: You are watching all bug changes. ___

[Koha-bugs] [Bug 19368] Add syspref to ignore words when sorting serials

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19368 Marcel de Rooy changed: What|Removed |Added Status|Signed Off |Patch doesn't apply

[Koha-bugs] [Bug 20256] Add ability to limit editing of items to home library

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20256 Marcel de Rooy changed: What|Removed |Added Status|Signed Off |Patch doesn't apply -- Yo

[Koha-bugs] [Bug 25846] Improve handling of multiple covers on catalog search results in the staff client

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25846 Marcel de Rooy changed: What|Removed |Added Status|Signed Off |Patch doesn't apply -- Yo

[Koha-bugs] [Bug 26578] OverDrive results can return false positives when searches contain CCL syntax

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26578 Marcel de Rooy changed: What|Removed |Added Status|Signed Off |Passed QA Patch complexi

[Koha-bugs] [Bug 26578] OverDrive results can return false positives when searches contain CCL syntax

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26578 Marcel de Rooy changed: What|Removed |Added Attachment #114098|0 |1 is obsolete|

[Koha-bugs] [Bug 26578] OverDrive results can return false positives when searches contain CCL syntax

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26578 Marcel de Rooy changed: What|Removed |Added CC||m.de.r...@rijksmuseum.nl

[Koha-bugs] [Bug 27366] Add GET /patrons/:patron_id/holds

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27366 Marcel de Rooy changed: What|Removed |Added Status|Signed Off |Passed QA Patch complexi

[Koha-bugs] [Bug 27366] Add GET /patrons/:patron_id/holds

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27366 Marcel de Rooy changed: What|Removed |Added Attachment #114980|0 |1 is obsolete|

[Koha-bugs] [Bug 27366] Add GET /patrons/:patron_id/holds

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27366 Marcel de Rooy changed: What|Removed |Added Attachment #114981|0 |1 is obsolete|

[Koha-bugs] [Bug 27366] Add GET /patrons/:patron_id/holds

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27366 Marcel de Rooy changed: What|Removed |Added Attachment #114982|0 |1 is obsolete|

[Koha-bugs] [Bug 27366] Add GET /patrons/:patron_id/holds

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27366 Marcel de Rooy changed: What|Removed |Added QA Contact||m.de.r...@rijksmuseum.nl

[Koha-bugs] [Bug 8976] Default sequence of subfields in cataloguing editor

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8976 Marcel de Rooy changed: What|Removed |Added CC||m.de.r...@rijksmuseum.nl --

[Koha-bugs] [Bug 26298] If MaxItemsToProcessForBatchMod is set to 1000, the max is actually 999

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26298 Marcel de Rooy changed: What|Removed |Added Status|Signed Off |Passed QA -- You are rece

[Koha-bugs] [Bug 26298] If MaxItemsToProcessForBatchMod is set to 1000, the max is actually 999

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26298 Marcel de Rooy changed: What|Removed |Added Attachment #115994|0 |1 is obsolete|

[Koha-bugs] [Bug 26298] If MaxItemsToProcessForBatchMod is set to 1000, the max is actually 999

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26298 Marcel de Rooy changed: What|Removed |Added QA Contact|testo...@bugs.koha-communit |m.de.r...@rijksmuseum.nl

[Koha-bugs] [Bug 26274] Expose cash register cashup summaries via an API route.

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26274 --- Comment #6 from Martin Renvoize --- Sorry David, Once I dug more into this there was a little more to do.. the current patches now have attached test plans :) -- You are receiving this mail because: You are watching all bug cha

[Koha-bugs] [Bug 25476] Uploaded files can't be easily browsed via upload.pl

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25476 Marcel de Rooy changed: What|Removed |Added CC||m.de.r...@rijksmuseum.nl -

[Koha-bugs] [Bug 23929] Invoice adjustments should filter inactive funds

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23929 Jonathan Druart changed: What|Removed |Added Assignee|k...@univ-lyon3.fr |philippe.blo...@inlibro.co

[Koha-bugs] [Bug 27466] Error "Configuration not defined at /usr/share/perl5/Log/Log4perl/Config.pm line 579" while upgrading to koha 20.11.00-1

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27466 --- Comment #10 from Jonathan Druart --- Manos, did you test the patch? -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@lis

[Koha-bugs] [Bug 27534] koha upgrade throws SQL error while applying Bug 25333 - Change message transport type for Talking Tech from "phone" to "itiva"

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27534 --- Comment #7 from Jonathan Druart --- Manos, could you test this patch? -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list Koha-bugs@l

[Koha-bugs] [Bug 27576] New: Don't show import records table when cleaning a batch

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27576 Bug ID: 27576 Summary: Don't show import records table when cleaning a batch Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All

[Koha-bugs] [Bug 27576] Don't show import records table when cleaning a batch

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27576 Nick Clemens changed: What|Removed |Added Status|NEW |Needs Signoff -- You are re

[Koha-bugs] [Bug 27576] Don't show import records table when cleaning a batch

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27576 --- Comment #1 from Nick Clemens --- Created attachment 116019 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=116019&action=edit Bug 27576: Don't show import recordds table after cleaning a batch Currently if you

[Koha-bugs] [Bug 27576] Don't show import records table when cleaning a batch

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27576 Nick Clemens changed: What|Removed |Added Assignee|koha-b...@lists.koha-commun |n...@bywatersolutions.com

[Koha-bugs] [Bug 27569] marc-framework import function doesn't accept LibreOffice csv/ods file formats

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27569 --- Comment #2 from braun.kami...@web.de --- (In reply to Jonathan Druart from comment #1) > What error do you get? there is no error report generated by koha, the marc-framework is empty after import, even though there is a lot of c

[Koha-bugs] [Bug 27294] Error when deleting claim

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27294 Owen Leonard changed: What|Removed |Added Status|Failed QA |Signed Off --- Comment #6 fr

[Koha-bugs] [Bug 11643] DelBiblio does not cancel future holds, it just deletes them

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11643 Nick Clemens changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Koha-bugs] [Bug 27005] Adding a filter in the datatable of opac-readingrecord page

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27005 Owen Leonard changed: What|Removed |Added Status|Failed QA |Signed Off -- You are recei

[Koha-bugs] [Bug 27005] Adding a filter in the datatable of opac-readingrecord page

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27005 --- Comment #12 from Owen Leonard --- Created attachment 116020 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=116020&action=edit Bug 27005: (follow-up) Add missing aria-hidden attributes -- You are receiving thi

[Koha-bugs] [Bug 26708] Add option to preview SQL from list of saved reports

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26708 Owen Leonard changed: What|Removed |Added Summary|Add SQL popup when hovering |Add option to preview SQL

[Koha-bugs] [Bug 26708] Add option to preview SQL from list of saved reports

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26708 --- Comment #8 from Owen Leonard --- (In reply to Katrin Fischer from comment #7) > I wonder if this should not replace the "View" which does the same as the > "Preview" now. Is there a reason to keep both? I think a static page is

[Koha-bugs] [Bug 12966] Edition statement missing from card view in Z39.50 result list (acq+cataloguing)

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12966 Nick Clemens changed: What|Removed |Added Status|NEW |Needs Signoff -- You are re

[Koha-bugs] [Bug 12966] Edition statement missing from card view in Z39.50 result list (acq+cataloguing)

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12966 --- Comment #4 from Nick Clemens --- Created attachment 116021 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=116021&action=edit Bug 12966: Add edition field to Card view To test: 1 - Search Z3950 to add a record

[Koha-bugs] [Bug 27068] HoldsQueue doesn't know how to use holds groups

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27068 Kyle M Hall changed: What|Removed |Added Status|Failed QA |Signed Off -- You are receiv

[Koha-bugs] [Bug 27068] HoldsQueue doesn't know how to use holds groups

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27068 Kyle M Hall changed: What|Removed |Added Attachment #114140|0 |1 is obsolete|

[Koha-bugs] [Bug 27068] HoldsQueue doesn't know how to use holds groups

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27068 --- Comment #16 from Kyle M Hall --- Created attachment 116023 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=116023&action=edit Bug 27068: Fix errors in _checkHoldPolicy Signed-off-by: Kyle M Hall -- You are r

[Koha-bugs] [Bug 27068] HoldsQueue doesn't know how to use holds groups

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27068 --- Comment #17 from Kyle M Hall --- Created attachment 116024 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=116024&action=edit Bug 27068: Fetch libraries once for speed Signed-off-by: Kyle M Hall -- You are r

[Koha-bugs] [Bug 27068] HoldsQueue doesn't know how to use holds groups

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27068 --- Comment #18 from Kyle M Hall --- Created attachment 116025 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=116025&action=edit Bug 27068: Add unit tests -- You are receiving this mail because: You are watching

[Koha-bugs] [Bug 27573] Use of NOW() in SQL should be avoided

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27573 Martin Renvoize changed: What|Removed |Added Depends on||27574 Referenced Bugs:

[Koha-bugs] [Bug 27574] Don't use NOW() in Koha::Accounts

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27574 Martin Renvoize changed: What|Removed |Added Blocks||27573 Referenced Bugs:

[Koha-bugs] [Bug 27574] Don't use NOW() in Koha::Accounts

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27574 Martin Renvoize changed: What|Removed |Added Status|Needs Signoff |ASSIGNED --- Comment #2 f

[Koha-bugs] [Bug 27571] "Add to lists" on MARC and ISBD view of OPAC detail page doesn't open in new window

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27571 Owen Leonard changed: What|Removed |Added Status|NEW |ASSIGNED -- You are receivi

[Koha-bugs] [Bug 27068] HoldsQueue doesn't know how to use holds groups

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27068 Kyle M Hall changed: What|Removed |Added Attachment #116025|0 |1 is obsolete|

[Koha-bugs] [Bug 25245] Add a plugin hook to allow running code on a nightly basis

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25245 Fridolin Somers changed: What|Removed |Added Version(s)|21.05.00|21.05.00,20.11.03

[Koha-bugs] [Bug 25245] Add a plugin hook to allow running code on a nightly basis

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25245 --- Comment #69 from Fridolin Somers --- I updated https://wiki.koha-community.org/wiki/Koha_Plugin_Hooks -- You are receiving this mail because: You are watching all bug changes. ___ Koh

[Koha-bugs] [Bug 25381] XSLTs should not define entities

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25381 Fridolin Somers changed: What|Removed |Added CC||fridolin.som...@biblibre.c

[Koha-bugs] [Bug 24447] POD of C4::Members::Messaging::GetMessagingPreferences() is misleading

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24447 Fridolin Somers changed: What|Removed |Added CC||fridolin.som...@biblibre.c

[Koha-bugs] [Bug 11996] Default active currencies for ru-RU and uk-UA are wrong

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11996 Fridolin Somers changed: What|Removed |Added CC||fridolin.som...@biblibre.c

[Koha-bugs] [Bug 27027] Typo: has successfully been modified.. %s

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27027 Fridolin Somers changed: What|Removed |Added Status|Pushed to master|Pushed to stable

[Koha-bugs] [Bug 27571] "Add to lists" on MARC and ISBD view of OPAC detail page doesn't open in new window

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27571 Owen Leonard changed: What|Removed |Added Status|ASSIGNED|Needs Signoff Patch comple

[Koha-bugs] [Bug 27571] "Add to lists" on MARC and ISBD view of OPAC detail page doesn't open in new window

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27571 --- Comment #1 from Owen Leonard --- Created attachment 116027 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=116027&action=edit Bug 27571: "Add to lists" on MARC and ISBD view of OPAC detail page doesn't open in n

[Koha-bugs] [Bug 20527] linked to the wrong (wrong "for" attribute) in paycollect.tt

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20527 Fridolin Somers changed: What|Removed |Added CC||fridolin.som...@biblibre.c

[Koha-bugs] [Bug 24055] Description of PayPalReturnURL system preference is unclear

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24055 Fridolin Somers changed: What|Removed |Added Status|Pushed to master|Pushed to stable

[Koha-bugs] [Bug 12260] Printing a page from bootstrap shows unnecessary links

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12260 PTFS Europe Sandboxes changed: What|Removed |Added Attachment #115286|0 |1 is obsolet

[Koha-bugs] [Bug 24810] French SQL files for "news" contain "Welcome into Koha 3!"

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24810 Fridolin Somers changed: What|Removed |Added Status|Pushed to master|Pushed to stable

[Koha-bugs] [Bug 24811] French SQL files for "news" contain broken link to the wiki

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24811 Fridolin Somers changed: What|Removed |Added CC||fridolin.som...@biblibre.c

[Koha-bugs] [Bug 27485] Rename system preference gist to TaxRates

2021-01-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27485 Fridolin Somers changed: What|Removed |Added CC||fridolin.som...@biblibre.c

  1   2   3   >