https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11175
Marcel de Rooy changed:
What|Removed |Added
Status|BLOCKED |Failed QA
--- Comment #395
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11175
--- Comment #394 from Marcel de Rooy ---
Not from this report, but very related:
$self->{_components} = $results if ( defined($results) &&
scalar(@$results) );
}
return $self->{_components} || [];
Why do we save th
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11175
--- Comment #393 from Marcel de Rooy ---
my $components = $biblio->get_marc_components(300)
This 300 is hardcoded. At least a constant? Or some other configuration option?
Probably the latter.
--
You are receiving this mail becaus
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11175
--- Comment #392 from Marcel de Rooy ---
koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl
koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss
Seems you only remove 2 newlines, please remove these changes.
+
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11175
--- Comment #391 from Marcel de Rooy ---
[% IF count == 0 %]
[% IF ( Koha.Preference('HTML5MediaEnabled') == 'staff' or
Koha.Preference('HTML5MediaEnabled') == 'both' ) && HTML5MediaSets.size %]
$(
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11175
--- Comment #390 from Marcel de Rooy ---
14 files changed, 322 insertions(+), 55 deletions(-)
$showcomp variable naming; show_components better
Changes XSLTParse4Display; no tests. (Yes, there is no, but there should be.)
Code bl
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11175
Marcel de Rooy changed:
What|Removed |Added
Status|Signed Off |BLOCKED
--- Comment #389 f
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19532
--- Comment #787 from Marcel de Rooy ---
(In reply to Victor Grousset/tuxayo from comment #786)
> (In reply to Marcel de Rooy from comment #781)
> > I planned to run qa tools on every patch. But I would recommend that you
> > would h
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29304
David Cook changed:
What|Removed |Added
CC||dc...@prosentient.com.au
--
Y
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19532
--- Comment #786 from Victor Grousset/tuxayo ---
(In reply to Marcel de Rooy from comment #781)
> I planned to run qa tools on every patch. But I would recommend that you
> would have done the same. It is just too much..
wouldn't th
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25030
--- Comment #18 from Victor Grousset/tuxayo ---
Works also for me, thanks all :)
--
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29207
Tomás Cohen Arazi changed:
What|Removed |Added
Attachment #126045|0 |1
is obsolete|
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29207
Tomás Cohen Arazi changed:
What|Removed |Added
Status|Needs Signoff |Signed Off
Patch comp
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29304
Bug ID: 29304
Summary: Need a first time login page
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
S
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28955
--- Comment #2 from David Cook ---
I wonder if we should actually implement this in Plack, as I think a long-term
goal would be to move away from Apache httpd as the reverse proxy.
It could help move towards a more multitenanted Koh
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28782
David Cook changed:
What|Removed |Added
CC||dc...@prosentient.com.au
--
Y
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29257
--- Comment #6 from David Cook ---
(In reply to David Cook from comment #5)
> I haven't looked into this in-depth, but I'm wary of this one, especially in
> the context of item-specific multi-holds.
>
> I'm not going to look into i
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28786
--- Comment #45 from David Cook ---
(In reply to Katrin Fischer from comment #44)
> I am sure I am missing something obvious, but:
>
> sudo apt-get install libauth-googleauth-perl
> Reading package lists... Done
> Building dependenc
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28327
--- Comment #28 from Fridolin Somers ---
Fixed a typo in "CSVdelimiter special case for tabulation in perl" and rebase
on current master
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28327
Fridolin Somers changed:
What|Removed |Added
Attachment #120881|0 |1
is obsolete|
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28327
Fridolin Somers changed:
What|Removed |Added
Attachment #120879|0 |1
is obsolete|
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28327
Fridolin Somers changed:
What|Removed |Added
Attachment #120878|0 |1
is obsolete|
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28327
Fridolin Somers changed:
What|Removed |Added
Attachment #120877|0 |1
is obsolete|
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27360
Christopher Brannon changed:
What|Removed |Added
CC||cbran...@cdalibrary.or
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14783
--- Comment #15 from Katrin Fischer ---
Took a first look here and I think we will need unit tests for the new sub in
Holds.pm: can_change_branch_opac
--
You are receiving this mail because:
You are watching all bug changes.
__
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29015
Katrin Fischer changed:
What|Removed |Added
Status|Signed Off |Failed QA
--- Comment #19
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29058
Katrin Fischer changed:
What|Removed |Added
Status|Signed Off |Patch doesn't apply
--- Co
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24949
Erica Rohlfs changed:
What|Removed |Added
CC||alexander.borkow...@kau.se
-
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29247
Erica Rohlfs changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Status
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29303
--- Comment #1 from Lucas Gass ---
Created attachment 126681
-->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=126681&action=edit
Bug 29303: Give quick add form fields new ID and for attributes
To test:
1.Go to the q
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29303
Lucas Gass changed:
What|Removed |Added
Status|NEW |Needs Signoff
--
You are rece
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18796
Katrin Fischer changed:
What|Removed |Added
Status|Signed Off |Failed QA
--- Comment #9 f
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29303
Bug ID: 29303
Summary: quick add form duplicates HTML ID's
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24860
Katrin Fischer changed:
What|Removed |Added
Status|Signed Off |Patch doesn't apply
--- Co
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27378
--- Comment #77 from Katrin Fischer ---
I fixed the conflict in sysprefs.sql, but got stuck on the scss.
--
You are receiving this mail because:
You are watching all bug changes.
___
Koha
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27378
Katrin Fischer changed:
What|Removed |Added
Status|Signed Off |Patch doesn't apply
--- Co
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29276
--- Comment #2 from Erica Rohlfs ---
Noting that I also just tested to see if I could recreate this issue with
system preference NewsToolEditor set to "a text editor (CodeMirror)" instead of
WYSIWYG. Koha still retained the set dates
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29276
Erica Rohlfs changed:
What|Removed |Added
CC||erica.roh...@equinoxoli.org
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28786
--- Comment #44 from Katrin Fischer ---
I am sure I am missing something obvious, but:
sudo apt-get install libauth-googleauth-perl
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: U
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29257
Katrin Fischer changed:
What|Removed |Added
See Also||https://bugs.koha-community
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28782
Katrin Fischer changed:
What|Removed |Added
Status|Signed Off |Failed QA
See Al
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29297
--- Comment #3 from Erica Rohlfs ---
(In reply to Katrin Fischer from comment #2)
> Hi Erica, the mandatory setting for patron attributes is under
> Administration > Patron attributes now :)
I knew I'd have a learning curve and fumb
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29297
--- Comment #2 from Katrin Fischer ---
Hi Erica, the mandatory setting for patron attributes is under Administration >
Patron attributes now :)
--
You are receiving this mail because:
You are the assignee for the bug.
You are watch
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29297
Erica Rohlfs changed:
What|Removed |Added
CC||erica.roh...@equinoxoli.org
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28585
--- Comment #35 from Martin Renvoize ---
Ah, of course! Nice explanation Tomas, I totally missed that deeply compare..
Glad to had an explicit test though too, just ensure we catch if should we ever
change testbuilder in some way t
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29270
David Nind changed:
What|Removed |Added
Attachment #126496|0 |1
is obsolete|
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29270
David Nind changed:
What|Removed |Added
Status|Needs Signoff |Signed Off
--
You are receivi
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28585
--- Comment #34 from Tomás Cohen Arazi ---
I noticed I wrote this comment too fast, and maybe someone reading this back
would benefit from a more detailed explanation, sorry for that :-D
(In reply to Tomás Cohen Arazi from comment #
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28585
--- Comment #33 from Tomás Cohen Arazi ---
Created attachment 126679
-->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=126679&action=edit
Bug 28585: (QA follow-up) Add explicit tests for setting date/date-time
attribu
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29299
David Nind changed:
What|Removed |Added
Attachment #126663|0 |1
is obsolete|
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29299
David Nind changed:
What|Removed |Added
Attachment #126662|0 |1
is obsolete|
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29299
David Nind changed:
What|Removed |Added
Status|Needs Signoff |Signed Off
--
You are receivi
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26346
Blou changed:
What|Removed |Added
CC||philippe.blo...@inlibro.com
--- Comm
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26257
--- Comment #2 from Owen Leonard ---
Sorry this test plan is so long! I tried to describe how to trigger as many of
the translatable strings as possible.
--
You are receiving this mail because:
You are watching all bug changes.
___
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29301
David Nind changed:
What|Removed |Added
Attachment #126665|0 |1
is obsolete|
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29301
David Nind changed:
What|Removed |Added
Status|Needs Signoff |Signed Off
--
You are receivi
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26257
--- Comment #1 from Owen Leonard ---
Created attachment 126675
-->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=126675&action=edit
Bug 26257: Move translatable strings out of subscription-add.tt and into
subscription
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26257
Owen Leonard changed:
What|Removed |Added
Status|ASSIGNED|Needs Signoff
Patch comple
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29241
David Nind changed:
What|Removed |Added
CC||da...@davidnind.com
--- Commen
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29241
David Nind changed:
What|Removed |Added
Attachment #126473|0 |1
is obsolete|
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29241
David Nind changed:
What|Removed |Added
Status|Needs Signoff |Signed Off
--
You are receivi
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28012
--- Comment #2 from Owen Leonard ---
I get an different error,
"C4::Serials::Numberpattern::AddSubscriptionNumberpattern(): DBI Exception:
DBD::mysql::st execute failed: Field 'description' doesn't have a default
value"
--
You are
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29302
--- Comment #2 from Martin Renvoize ---
I ended up needing something a bit more than this in my own bug (I want
'before' and 'after' date support).. but I wanted to post the basics here as a
starting point.
--
You are receiving thi
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29302
Martin Renvoize changed:
What|Removed |Added
Assignee|koha-b...@lists.koha-commun |martin.renvoize@ptfs-europ
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29302
Martin Renvoize changed:
What|Removed |Added
Status|NEW |Needs Signoff
--
You are
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29302
--- Comment #1 from Martin Renvoize ---
Created attachment 126673
-->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=126673&action=edit
Bug 29302: Allow passing of 'criteria' at the column level
This patch adds the op
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29302
Bug ID: 29302
Summary: API DataTables Wrapper should allow picking match type
by column
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29186
Owen Leonard changed:
What|Removed |Added
Attachment #126044|0 |1
is obsolete|
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29186
Owen Leonard changed:
What|Removed |Added
Status|Failed QA |Signed Off
--
You are recei
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29280
Owen Leonard changed:
What|Removed |Added
Status|Needs Signoff |Failed QA
--- Comment #2 fro
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28585
--- Comment #32 from Tomás Cohen Arazi ---
Any PUT test on patrons is testing that implicitly. But it wouldn't hurt to add
some explicit tests.
I'll take care in a bit.
--
You are receiving this mail because:
You are watching all
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28585
--- Comment #31 from Martin Renvoize ---
(In reply to Jonathan Druart from comment #30)
> Are we certain we have a test for the "set a date using the REST API" case?
I can't find one.. I'll look at writing one (or begging Tomas to w
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28585
--- Comment #30 from Jonathan Druart ---
Are we certain we have a test for the "set a date using the REST API" case?
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28585
Jonathan Druart changed:
What|Removed |Added
Keywords|additional_work_needed |
--
You are receiving th
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28585
--- Comment #29 from Jonathan Druart ---
FTR, discussed on IRC.
Seeing set_from_api calling attributes_from_api I hadn't notice we were doing
something else than insert/update (and DBIC accepts DT object).
Here the method deals wit
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28585
--- Comment #28 from Martin Renvoize ---
(In reply to Jonathan Druart from comment #22)
> Can you also remind me why we are not using Koha::DateUtils instead of $dtf?
> Is that because of bug 24850? If so, shouldn't we add a comment
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28585
Martin Renvoize changed:
What|Removed |Added
Status|ASSIGNED|Passed QA
--
You are rec
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28585
Martin Renvoize changed:
What|Removed |Added
Assignee|tomasco...@gmail.com|martin.renvoize@ptfs-europ
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28585
--- Comment #27 from Martin Renvoize ---
Created attachment 126671
-->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=126671&action=edit
Bug 28585: (QA follow-up) Fix object.t
Object.t was still testing for the return
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28585
Martin Renvoize changed:
What|Removed |Added
Attachment #123117|0 |1
is obsolete|
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28585
Martin Renvoize changed:
What|Removed |Added
Attachment #123116|0 |1
is obsolete|
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28585
Martin Renvoize changed:
What|Removed |Added
Attachment #123115|0 |1
is obsolete|
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28757
Christopher Brannon changed:
What|Removed |Added
CC||cbran...@cdalibrary.or
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14300
Jonathan Druart changed:
What|Removed |Added
Keywords|release-notes-needed|
--
You are receiving th
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28306
Jonathan Druart changed:
What|Removed |Added
Keywords|release-notes-needed|
--
You are receiving th
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26875
Jonathan Druart changed:
What|Removed |Added
Keywords|release-notes-needed|
CC|
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23243
Jonathan Druart changed:
What|Removed |Added
Keywords|release-notes-needed|
--
You are receiving th
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27403
Jonathan Druart changed:
What|Removed |Added
Keywords|release-notes-needed|
--
You are receiving th
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14723
Jonathan Druart changed:
What|Removed |Added
Keywords|release-notes-needed|
CC|
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15563
Jonathan Druart changed:
What|Removed |Added
Keywords|release-notes-needed|
--
You are receiving th
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17656
Jonathan Druart changed:
What|Removed |Added
CC||jonathan.druart+koha@gmail
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29064
Jonathan Druart changed:
What|Removed |Added
Summary|OPAC duplicate "Most|OPAC duplicate "Most
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22614
Jonathan Druart changed:
What|Removed |Added
CC||jonathan.druart+koha@gmail
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28180
Jonathan Druart changed:
What|Removed |Added
Keywords||release-notes-needed
--
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28719
Jonathan Druart changed:
What|Removed |Added
Severity|enhancement |normal
CC
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29244
Jonathan Druart changed:
What|Removed |Added
Severity|enhancement |normal
CC
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26544
Jonathan Druart changed:
What|Removed |Added
CC||jonathan.druart+koha@gmail
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28073
Jonathan Druart changed:
What|Removed |Added
Summary|Patron modifications should |Make patron modifications
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28306
Julian Maurice changed:
What|Removed |Added
Text to go in the||This provides a new method
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27985
Jonathan Druart changed:
What|Removed |Added
Keywords||release-notes-needed
1 - 100 of 234 matches
Mail list logo