[Koha-bugs] [Bug 22363] Move C4::Logs::GetLogs to Koha namespace

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22363 Josef Moravec changed: What|Removed |Added Blocks||23632 Referenced Bugs: ht

[Koha-bugs] [Bug 23632] Remove C4::Logs::GetLogs

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23632 Josef Moravec changed: What|Removed |Added Assignee|koha-b...@lists.koha-commun |josef.mora...@gmail.com

[Koha-bugs] [Bug 23632] New: Remove C4::Logs::GetLogs

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23632 Bug ID: 23632 Summary: Remove C4::Logs::GetLogs Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Sever

[Koha-bugs] [Bug 13193] Make Memcached usage fork safe

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13193 --- Comment #38 from David Cook --- The protocol for memcached actually looks super straightforward: https://github.com/memcached/memcached/blob/master/doc/protocol.txt So we could probably mock a server easily enough. I took a litt

[Koha-bugs] [Bug 13193] Make Memcached usage fork safe

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13193 --- Comment #37 from David Cook --- Created attachment 92931 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=92931&action=edit [Draft] Integration test Koha::Cache and memcached This test is not 100% reliable. When

[Koha-bugs] [Bug 23517] Add /holds/{hold_id}/priority route (PUT)

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23517 Josef Moravec changed: What|Removed |Added CC||josef.mora...@gmail.com

[Koha-bugs] [Bug 23517] Add /holds/{hold_id}/priority route (PUT)

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23517 --- Comment #14 from Josef Moravec --- Created attachment 92929 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=92929&action=edit Bug 23517: (follow-up) Tidy tests Signed-off-by: Tomas Cohen Arazi Signed-off-by:

[Koha-bugs] [Bug 23517] Add /holds/{hold_id}/priority route (PUT)

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23517 --- Comment #15 from Josef Moravec --- Created attachment 92930 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=92930&action=edit Bug 23517: (follow-up) More test cases Signed-off-by: Tomas Cohen Arazi Signed-off

[Koha-bugs] [Bug 23517] Add /holds/{hold_id}/priority route (PUT)

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23517 Josef Moravec changed: What|Removed |Added Status|Signed Off |Passed QA -- You are recei

[Koha-bugs] [Bug 23517] Add /holds/{hold_id}/priority route (PUT)

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23517 Josef Moravec changed: What|Removed |Added Attachment #92710|0 |1 is obsolete|

[Koha-bugs] [Bug 23517] Add /holds/{hold_id}/priority route (PUT)

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23517 --- Comment #13 from Josef Moravec --- Created attachment 92928 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=92928&action=edit Bug 23517: Add the controller method for holds priorities handling This patch implem

[Koha-bugs] [Bug 13193] Make Memcached usage fork safe

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13193 --- Comment #36 from David Cook --- Actually testing Koha::Cache directly only looked like it was working. I think I'm having namespacing issues... should hopefully have something better soon... -- You are receiving this mail becau

[Koha-bugs] [Bug 13193] Make Memcached usage fork safe

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13193 --- Comment #35 from David Cook --- Ok so C4::Context calls the following which creates a singleton Koha::Cache in the process where C4::Context is first loaded (after it's compiled): my $syspref_cache = Koha::Caches->get_instance('

[Koha-bugs] [Bug 13193] Make Memcached usage fork safe

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13193 --- Comment #34 from David Cook --- I've tried using C4::Context->preference() instead of using Cache::Memcached::Fast directly, but it's much less reliable, even when including Koha::Caches->flush_L1_caches() after every call... --

[Koha-bugs] [Bug 13193] Make Memcached usage fork safe

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13193 --- Comment #33 from David Cook --- Martin et al: Take a look at that draft integration test I wrote? Using 10 child processes and semi-randomized highish-volume Memcached lookups, I'm able to seemingly reliable reproduce the probl

[Koha-bugs] [Bug 13193] Make Memcached usage fork safe

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13193 --- Comment #32 from David Cook --- Created attachment 92926 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=92926&action=edit [Draft] Integration test for testing memcached client -- You are receiving this mail b

[Koha-bugs] [Bug 13193] Make Memcached usage fork safe

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13193 --- Comment #31 from David Cook --- (In reply to David Cook from comment #30) > Adding more entropy is helping. Now I can reproduce it every single time I > run my test. And when I swap it out with the Safe module... no errors on an

[Koha-bugs] [Bug 13193] Make Memcached usage fork safe

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13193 --- Comment #30 from David Cook --- Adding more entropy is helping. Now I can reproduce it every single time I run my test. -- You are receiving this mail because: You are watching all bug changes. _

[Koha-bugs] [Bug 13193] Make Memcached usage fork safe

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13193 --- Comment #29 from David Cook --- I say reliable and then I have a long series of perfect runs with no errors one after the other... -- You are receiving this mail because: You are watching all bug changes. __

[Koha-bugs] [Bug 13193] Make Memcached usage fork safe

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13193 --- Comment #28 from David Cook --- Quite the heisenbug although I'm making progress getting more reliable test results but testing Cache::Memcached::Fast directly. Note the \d+) is the pid of the child process. 100 hundred 26091)

[Koha-bugs] [Bug 13193] Make Memcached usage fork safe

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13193 --- Comment #27 from David Cook --- But... I'll try to see if I can come up with a test that is reliable...ish... -- You are receiving this mail because: You are watching all bug changes. ___

[Koha-bugs] [Bug 13193] Make Memcached usage fork safe

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13193 --- Comment #26 from David Cook --- $VAR1 = { 'localhost:11211' => '1.5.6' }; $VAR1 = { 'localhost:11211' => '1.5.6' }; -- You are receiving this mail because: You are watching all bug changes. _

[Koha-bugs] [Bug 13193] Make Memcached usage fork safe

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13193 --- Comment #25 from David Cook --- (In reply to Martin Renvoize from comment #23) > I'm wondering if it's worthwhile effectively porting the test from > Cache::Memcached::Fast::Safe for forking: > https://metacpan.org/source/KAZEBUR

[Koha-bugs] [Bug 23631] fr-CA translation of NEW_SUGGESTION notice

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23631 --- Comment #1 from Caroline Cyr La Rose --- Created attachment 92925 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=92925&action=edit Bug 23631 - fr-CA translation of NEW_SUGGESTION notice This patch provides the

[Koha-bugs] [Bug 23631] fr-CA translation of NEW_SUGGESTION notice

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23631 Caroline Cyr La Rose changed: What|Removed |Added Status|NEW |Needs Signoff Patc

[Koha-bugs] [Bug 23631] New: fr-CA translation of NEW_SUGGESTION notice

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23631 Bug ID: 23631 Summary: fr-CA translation of NEW_SUGGESTION notice Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: N

[Koha-bugs] [Bug 23631] fr-CA translation of NEW_SUGGESTION notice

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23631 Caroline Cyr La Rose changed: What|Removed |Added Assignee|koha-b...@lists.koha-commun |caroline.cyr-la-rose@

[Koha-bugs] [Bug 23446] Fix display issue with serials navigation

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23446 Lucas Gass changed: What|Removed |Added Status|Pushed to stable|Pushed to oldstable

[Koha-bugs] [Bug 23242] Error when adding new Z39.50/SRU server in DB strict mode

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23242 Lucas Gass changed: What|Removed |Added CC||lu...@bywatersolutions.com

[Koha-bugs] [Bug 23309] Can't add new subfields to bibliographic frameworks in strict mode

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23309 Lucas Gass changed: What|Removed |Added Status|Pushed to stable|Pushed to oldstable --- Commen

[Koha-bugs] [Bug 23309] Can't add new subfields to bibliographic frameworks in strict mode

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23309 Lucas Gass changed: What|Removed |Added CC||lu...@bywatersolutions.com ---

[Koha-bugs] [Bug 16219] Runreport.pl should allow SQL parameters to be passed on the command line

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16219 Lucas Gass changed: What|Removed |Added CC||lu...@bywatersolutions.com ---

[Koha-bugs] [Bug 22272] Calendar: When entering date ranges grey out dates in the past from the start date

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22272 Lucas Gass changed: What|Removed |Added CC||lu...@bywatersolutions.com ---

[Koha-bugs] [Bug 23385] Hide default value fields by default on patron import

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23385 Lucas Gass changed: What|Removed |Added CC||lu...@bywatersolutions.com ---

[Koha-bugs] [Bug 23438] Use Font Awesome icons in intranet search results browser

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23438 Lucas Gass changed: What|Removed |Added Status|Pushed to stable|RESOLVED CC|

[Koha-bugs] [Bug 23408] Relatives' checkout table columns are not configured properly

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23408 --- Comment #9 from Lucas Gass --- I cannot properly rebase this for 18.11.x, if we need it please rebase -- You are receiving this mail because: You are watching all bug changes. ___ Koh

[Koha-bugs] [Bug 23625] ArticleRequestsMandatoryFields* only affects field labels, does not make inputs required

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23625 --- Comment #6 from Kyle M Hall --- Created attachment 92924 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=92924&action=edit Bug 23625: Make new 'required' attributes match the currently used syntax in other templ

[Koha-bugs] [Bug 23625] ArticleRequestsMandatoryFields* only affects field labels, does not make inputs required

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23625 Kyle M Hall changed: What|Removed |Added Status|Needs Signoff |Signed Off -- You are receiv

[Koha-bugs] [Bug 23625] ArticleRequestsMandatoryFields* only affects field labels, does not make inputs required

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23625 Kyle M Hall changed: What|Removed |Added Attachment #92922|0 |1 is obsolete|

[Koha-bugs] [Bug 23319] Reloading page when adding to basket from existing order can cause internal server error

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23319 Lucas Gass changed: What|Removed |Added CC||lu...@bywatersolutions.com

[Koha-bugs] [Bug 23625] ArticleRequestsMandatoryFields* only affects field labels, does not make inputs required

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23625 Kyle M Hall changed: What|Removed |Added Attachment #92846|0 |1 is obsolete|

[Koha-bugs] [Bug 23436] Save to 'undefined' showing in Advanced cataloging editor

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23436 Lucas Gass changed: What|Removed |Added CC||lu...@bywatersolutions.com ---

[Koha-bugs] [Bug 23626] Add a system preference to limit the number of rows of data used in a chart when viewing report results

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23626 --- Comment #10 from Kyle M Hall --- Created attachment 92920 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=92920&action=edit Bug 23626: Add database update and system preference to web ui Signed-off-by: Kyle M H

[Koha-bugs] [Bug 23626] Add a system preference to limit the number of rows of data used in a chart when viewing report results

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23626 --- Comment #11 from Kyle M Hall --- Created attachment 92921 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=92921&action=edit Bug 23626: Don't enable by default Signed-off-by: Kyle M Hall -- You are receiving

[Koha-bugs] [Bug 23338] Cannot specify replacement price when ordering from file if not using fields to order

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23338 Lucas Gass changed: What|Removed |Added CC||lu...@bywatersolutions.com

[Koha-bugs] [Bug 23626] Add a system preference to limit the number of rows of data used in a chart when viewing report results

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23626 Kyle M Hall changed: What|Removed |Added Attachment #92908|0 |1 is obsolete|

[Koha-bugs] [Bug 23626] Add a system preference to limit the number of rows of data used in a chart when viewing report results

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

[Koha-bugs] [Bug 23237] Plugin allow [% INCLUDE %] from template

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23237 Lucas Gass changed: What|Removed |Added CC||lu...@bywatersolutions.com

[Koha-bugs] [Bug 23539] accountlines.accounttype should match authorised_values.authorised_value in size

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23539 --- Comment #8 from Kyle M Hall --- (In reply to Fridolin SOMERS from comment #7) > (In reply to Kyle M Hall from comment #0) > > Account type is a varchar(16), but the authorised value filling it ( > > MANUAL_INVOICE type ) is a var

[Koha-bugs] [Bug 23358] REST API: Add pagination to /api/v1/holds

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23358 Josef Moravec changed: What|Removed |Added Resolution|--- |DUPLICATE Statu

[Koha-bugs] [Bug 23597] Holds API is missing reserved parameters on the GET spec

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23597 Josef Moravec changed: What|Removed |Added CC||emmi.takki...@outlook.com -

[Koha-bugs] [Bug 23607] Make /patrons/:patron_id/account staff only

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23607 Josef Moravec changed: What|Removed |Added Status|Needs Signoff |Signed Off

[Koha-bugs] [Bug 23607] Make /patrons/:patron_id/account staff only

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23607 Josef Moravec changed: What|Removed |Added Attachment #92802|0 |1 is obsolete|

[Koha-bugs] [Bug 23623] Use the new API and remove /svc scripts for privacy settings

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23623 --- Comment #5 from Josef Moravec --- Created attachment 92916 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=92916&action=edit Bug 23623: (follow-up) Add missing comma in ajax call definition Signed-off-by: Josef

[Koha-bugs] [Bug 23623] Use the new API and remove /svc scripts for privacy settings

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23623 --- Comment #6 from Josef Moravec --- Created attachment 92917 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=92917&action=edit Bug 23623: (follow-up) Add missing filters Signed-off-by: Josef Moravec -- You are

[Koha-bugs] [Bug 23623] Use the new API and remove /svc scripts for privacy settings

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23623 Josef Moravec changed: What|Removed |Added Status|Needs Signoff |Signed Off -- You are rece

[Koha-bugs] [Bug 23623] Use the new API and remove /svc scripts for privacy settings

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23623 Josef Moravec changed: What|Removed |Added Attachment #92842|0 |1 is obsolete|

[Koha-bugs] [Bug 23623] Use the new API and remove /svc scripts for privacy settings

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23623 --- Comment #4 from Josef Moravec --- Created attachment 92915 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=92915&action=edit Bug 23623: Remove the svc/patron/show* scripts Signed-off-by: Josef Moravec -- You

[Koha-bugs] [Bug 23533] Reindent patron entry form (memberentrygen.tt)

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23533 Owen Leonard changed: What|Removed |Added Attachment #92660|0 |1 is obsolete|

[Koha-bugs] [Bug 23533] Reindent patron entry form (memberentrygen.tt)

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23533 Owen Leonard changed: What|Removed |Added Status|Patch doesn't apply |Needs Signoff -- You are re

[Koha-bugs] [Bug 23626] Add a system preference to limit the number of rows of data used in a chart when viewing report results

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23626 --- Comment #8 from Kyle M Hall --- > Also, just so you know, your patches were formatted for git. I went ahead > and made them into git patches for you! *not* that is, your patches were not formatted for applying with git. -- You

[Koha-bugs] [Bug 23584] Add public routes to change privacy settings

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23584 Josef Moravec changed: What|Removed |Added Attachment #92840|0 |1 is obsolete|

[Koha-bugs] [Bug 23584] Add public routes to change privacy settings

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23584 Josef Moravec changed: What|Removed |Added Attachment #92838|0 |1 is obsolete|

[Koha-bugs] [Bug 23626] Add a system preference to limit the number of rows of data used in a chart when viewing report results

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23626 Kyle M Hall changed: What|Removed |Added CC||k...@bywatersolutions.com

[Koha-bugs] [Bug 23584] Add public routes to change privacy settings

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23584 Josef Moravec changed: What|Removed |Added Status|Needs Signoff |Signed Off -- You are rece

[Koha-bugs] [Bug 23626] Add a system preference to limit the number of rows of data used in a chart when viewing report results

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23626 --- Comment #5 from Kyle M Hall --- Created attachment 92909 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=92909&action=edit Bug 23626: Add database update and system preference to web ui -- You are receiving th

[Koha-bugs] [Bug 23626] Add a system preference to limit the number of rows of data used in a chart when viewing report results

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23626 --- Comment #6 from Kyle M Hall --- Created attachment 92910 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=92910&action=edit Bug 23626: Don't enable by default -- You are receiving this mail because: You are wat

[Koha-bugs] [Bug 23626] Add a system preference to limit the number of rows of data used in a chart when viewing report results

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23626 Kyle M Hall changed: What|Removed |Added Attachment #92905|0 |1 is obsolete|

[Koha-bugs] [Bug 23425] Search explodes with "invalid data, cannot decode object"

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23425 --- Comment #9 from Tomás Cohen Arazi --- Created attachment 92907 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=92907&action=edit Bug 23425: (QA follow-up) Keep it generic Signed-off-by: Tomas Cohen Arazi --

[Koha-bugs] [Bug 23425] Search explodes with "invalid data, cannot decode object"

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23425 Tomás Cohen Arazi changed: What|Removed |Added Status|Needs Signoff |Signed Off -- You are

[Koha-bugs] [Bug 23425] Search explodes with "invalid data, cannot decode object"

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23425 Tomás Cohen Arazi changed: What|Removed |Added Assignee|koha-b...@lists.koha-commun |jonathan.dru...@bugs.koh

[Koha-bugs] [Bug 23425] Search explodes with "invalid data, cannot decode object"

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23425 --- Comment #8 from Tomás Cohen Arazi --- Created attachment 92906 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=92906&action=edit Bug 23425: Display the MARCXML error in the Metadata::Invalid exception message S

[Koha-bugs] [Bug 23425] Search explodes with "invalid data, cannot decode object"

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23425 Tomás Cohen Arazi changed: What|Removed |Added Attachment #91948|0 |1 is obsolete|

[Koha-bugs] [Bug 23425] Search explodes with "invalid data, cannot decode object"

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23425 Tomás Cohen Arazi changed: What|Removed |Added Status|NEW |Needs Signoff Patch c

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

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23086 Liz Rea changed: What|Removed |Added CC||wizzy...@gmail.com --- Comment #1

[Koha-bugs] [Bug 23626] Add a system preference to limit the number of rows of data used in a chart when viewing report results

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23626 Kyle M Hall changed: What|Removed |Added Attachment #92904|0 |1 is obsolete|

[Koha-bugs] [Bug 22857] Entries missing in koha-conf.xml

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22857 Magnus Enger changed: What|Removed |Added CC||mag...@libriotech.no --- Com

[Koha-bugs] [Bug 23624] Count rows in report without (potentially) consuming all memory

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23624 --- Comment #4 from Paul Hoffman --- It could be, but the number seems more like an implementation detail than a preference or config option. And it seems reasonable -- a million rows, which without this patch would probably kill an

[Koha-bugs] [Bug 23626] Add a system preference to limit the number of rows of data used in a chart when viewing report results

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23626 Kyle M Hall changed: What|Removed |Added Attachment #92845|0 |1 is obsolete|

[Koha-bugs] [Bug 23626] Add a system preference to limit the number of rows of data used in a chart when viewing report results

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23626 Kyle M Hall changed: What|Removed |Added Status|NEW |Needs Signoff -- You are rec

[Koha-bugs] [Bug 23624] Count rows in report without (potentially) consuming all memory

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23624 --- Comment #3 from Kyle M Hall --- QA thoughts: 1000 per fetch feels arbitrary. Should that number be controllable via a config entry or syspref? -- You are receiving this mail because: You are the assignee for the bug. You are wa

[Koha-bugs] [Bug 23624] Count rows in report without (potentially) consuming all memory

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23624 Kyle M Hall changed: What|Removed |Added Attachment #92841|0 |1 is obsolete|

[Koha-bugs] [Bug 23624] Count rows in report without (potentially) consuming all memory

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23624 Kyle M Hall changed: What|Removed |Added Status|Needs Signoff |Signed Off -- You are receiv

[Koha-bugs] [Bug 22818] ILL should be able to send notices

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22818 --- Comment #27 from Tomás Cohen Arazi --- I'm starting to test this. I would like to say that I see more and more the need to have an ILL configuration section in the staff interface. -- You are receiving this mail because: You ar

[Koha-bugs] [Bug 22818] ILL should be able to send notices

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22818 Tomás Cohen Arazi changed: What|Removed |Added Severity|enhancement |new feature -- You are

[Koha-bugs] [Bug 23624] Count rows in report without (potentially) consuming all memory

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23624 Kyle M Hall changed: What|Removed |Added Severity|major |normal Status|NEW

[Koha-bugs] [Bug 19279] Performance of linked items in search

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19279 Victor Grousset/tuxayo changed: What|Removed |Added CC||victor.grous...@bib

[Koha-bugs] [Bug 16700] Quick spine label creator: Make css configurable

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16700 Marjorie Barry-Vila changed: What|Removed |Added CC||marjorie.barry-vila@co

[Koha-bugs] [Bug 18092] Serial Enumeration (enumchron) truncated to 2 characters in by label creator

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18092 Marjorie Barry-Vila changed: What|Removed |Added CC||marjorie.barry-vila@co

[Koha-bugs] [Bug 8732] Add a systempreference to allow users to choose to display an icon based on the marc control fields, or based on the koha biblio level itemtype

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8732 Tomás Cohen Arazi changed: What|Removed |Added QA Contact||tomasco...@gmail.com --

[Koha-bugs] [Bug 8732] Add a systempreference to allow users to choose to display an icon based on the marc control fields, or based on the koha biblio level itemtype

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

[Koha-bugs] [Bug 22818] ILL should be able to send notices

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22818 Tomás Cohen Arazi changed: What|Removed |Added QA Contact||tomasco...@gmail.com --

[Koha-bugs] [Bug 23615] Alert staff when patron cancels an ILL request in opac

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23615 Andrew Isherwood changed: What|Removed |Added Resolution|--- |DUPLICATE

[Koha-bugs] [Bug 22818] ILL should be able to send notices

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22818 --- Comment #26 from Andrew Isherwood --- *** Bug 23615 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. ___ Koha-

[Koha-bugs] [Bug 22818] ILL should be able to send notices

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22818 Andrew Isherwood changed: What|Removed |Added CC||niamh.walker-headon@it-ta

[Koha-bugs] [Bug 23614] Alert staff when patron modifies ILL request in opac

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23614 Andrew Isherwood changed: What|Removed |Added CC||andrew.isherwood@ptfs-eur

[Koha-bugs] [Bug 23624] Count rows in report without (potentially) consuming all memory

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23624 --- Comment #1 from Paul Hoffman --- I've changed the priority and severity on this bug report, along with #23626, to P2/major since the problem they solve can make Koha unusable. -- You are receiving this mail because: You are wat

[Koha-bugs] [Bug 23626] Add a system preference to limit the number of rows of data used in a chart when viewing report results

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23626 --- Comment #1 from Paul Hoffman --- I've changed the priority and severity on this bug report, along with #23624, to P2/major since the problem they solve can make Koha unusable. -- You are receiving this mail because: You are wat

[Koha-bugs] [Bug 23626] Add a system preference to limit the number of rows of data used in a chart when viewing report results

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23626 Paul Hoffman changed: What|Removed |Added Priority|P5 - low|P2 -- You are receiving thi

[Koha-bugs] [Bug 23624] Count rows in report without (potentially) consuming all memory

2019-09-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23624 Paul Hoffman changed: What|Removed |Added Severity|normal |major -- You are receiving

  1   2   >