https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22363
Josef Moravec changed:
What|Removed |Added
Blocks||23632
Referenced Bugs:
ht
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
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
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
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
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23517
Josef Moravec changed:
What|Removed |Added
CC||josef.mora...@gmail.com
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:
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
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
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23517
Josef Moravec changed:
What|Removed |Added
Attachment #92710|0 |1
is obsolete|
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
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
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('
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...
--
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
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
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
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.
_
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.
__
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)
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.
___
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.
_
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
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
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23631
Caroline Cyr La Rose changed:
What|Removed |Added
Status|NEW |Needs Signoff
Patc
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
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@
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23446
Lucas Gass changed:
What|Removed |Added
Status|Pushed to stable|Pushed to oldstable
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23242
Lucas Gass changed:
What|Removed |Added
CC||lu...@bywatersolutions.com
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
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23309
Lucas Gass changed:
What|Removed |Added
CC||lu...@bywatersolutions.com
---
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16219
Lucas Gass changed:
What|Removed |Added
CC||lu...@bywatersolutions.com
---
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22272
Lucas Gass changed:
What|Removed |Added
CC||lu...@bywatersolutions.com
---
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23385
Lucas Gass changed:
What|Removed |Added
CC||lu...@bywatersolutions.com
---
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23438
Lucas Gass changed:
What|Removed |Added
Status|Pushed to stable|RESOLVED
CC|
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
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
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
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23625
Kyle M Hall changed:
What|Removed |Added
Attachment #92922|0 |1
is obsolete|
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23319
Lucas Gass changed:
What|Removed |Added
CC||lu...@bywatersolutions.com
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23625
Kyle M Hall changed:
What|Removed |Added
Attachment #92846|0 |1
is obsolete|
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23436
Lucas Gass changed:
What|Removed |Added
CC||lu...@bywatersolutions.com
---
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
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
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23338
Lucas Gass changed:
What|Removed |Added
CC||lu...@bywatersolutions.com
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23626
Kyle M Hall changed:
What|Removed |Added
Attachment #92908|0 |1
is obsolete|
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
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23237
Lucas Gass changed:
What|Removed |Added
CC||lu...@bywatersolutions.com
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
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23358
Josef Moravec changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Statu
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23597
Josef Moravec changed:
What|Removed |Added
CC||emmi.takki...@outlook.com
-
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23607
Josef Moravec changed:
What|Removed |Added
Status|Needs Signoff |Signed Off
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23607
Josef Moravec changed:
What|Removed |Added
Attachment #92802|0 |1
is obsolete|
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
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
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
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23623
Josef Moravec changed:
What|Removed |Added
Attachment #92842|0 |1
is obsolete|
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
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23533
Owen Leonard changed:
What|Removed |Added
Attachment #92660|0 |1
is obsolete|
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
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
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23584
Josef Moravec changed:
What|Removed |Added
Attachment #92840|0 |1
is obsolete|
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23584
Josef Moravec changed:
What|Removed |Added
Attachment #92838|0 |1
is obsolete|
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23626
Kyle M Hall changed:
What|Removed |Added
CC||k...@bywatersolutions.com
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
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
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
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23626
Kyle M Hall changed:
What|Removed |Added
Attachment #92905|0 |1
is obsolete|
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
--
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
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
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
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|
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
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23086
Liz Rea changed:
What|Removed |Added
CC||wizzy...@gmail.com
--- Comment #1
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23626
Kyle M Hall changed:
What|Removed |Added
Attachment #92904|0 |1
is obsolete|
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22857
Magnus Enger changed:
What|Removed |Added
CC||mag...@libriotech.no
--- Com
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
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23626
Kyle M Hall changed:
What|Removed |Added
Attachment #92845|0 |1
is obsolete|
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
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
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23624
Kyle M Hall changed:
What|Removed |Added
Attachment #92841|0 |1
is obsolete|
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
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
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
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23624
Kyle M Hall changed:
What|Removed |Added
Severity|major |normal
Status|NEW
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19279
Victor Grousset/tuxayo changed:
What|Removed |Added
CC||victor.grous...@bib
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16700
Marjorie Barry-Vila changed:
What|Removed |Added
CC||marjorie.barry-vila@co
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18092
Marjorie Barry-Vila changed:
What|Removed |Added
CC||marjorie.barry-vila@co
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8732
Tomás Cohen Arazi changed:
What|Removed |Added
QA Contact||tomasco...@gmail.com
--
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8732
Tomás Cohen Arazi changed:
What|Removed |Added
CC||tomasco...@gmail.com
--
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22818
Tomás Cohen Arazi changed:
What|Removed |Added
QA Contact||tomasco...@gmail.com
--
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23615
Andrew Isherwood changed:
What|Removed |Added
Resolution|--- |DUPLICATE
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-
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22818
Andrew Isherwood changed:
What|Removed |Added
CC||niamh.walker-headon@it-ta
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23614
Andrew Isherwood changed:
What|Removed |Added
CC||andrew.isherwood@ptfs-eur
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
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
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
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23624
Paul Hoffman changed:
What|Removed |Added
Severity|normal |major
--
You are receiving
1 - 100 of 177 matches
Mail list logo