[Koha-bugs] [Bug 22927] Item improperly marked returned when changing damaged or withdrawn status

2019-06-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22927 Jonathan Druart changed: What|Removed |Added Version|18.11 |master

[Koha-bugs] [Bug 22927] Item improperly marked returned when changing damaged or withdrawn status

2019-06-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22927 --- Comment #2 from Jonathan Druart --- Created attachment 90443 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=90443=edit Bug 22927: Do not check an already lost item when marked as withdrawn or damaged Due to

[Koha-bugs] [Bug 22927] Item improperly marked returned when changing damaged or withdrawn status

2019-06-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22927 Jonathan Druart changed: What|Removed |Added Status|NEW |Needs Signoff -- You

[Koha-bugs] [Bug 22937] Searching by library groups uses group Title rather than Description

2019-06-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22937 Jonathan Druart changed: What|Removed |Added CC|

[Koha-bugs] [Bug 22937] Searching by library groups uses group Title rather than Description

2019-06-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22937 Jonathan Druart changed: What|Removed |Added Status|NEW |Needs Signoff -- You

[Koha-bugs] [Bug 22937] Searching by library groups uses group Title rather than Description

2019-06-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22937 --- Comment #1 from Jonathan Druart --- Created attachment 90442 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=90442=edit Bug 22937: Display library search group descriptions Instead of their "title" Test

[Koha-bugs] [Bug 22983] The Koha copy of NotoSans font (in the new OPAC) lacks glyphs for (some) Roman letters with diacritics

2019-06-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22983 Jonathan Druart changed: What|Removed |Added CC|

[Koha-bugs] [Bug 22941] Giving malformed sortfield to list results in Internal Server Error

2019-06-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22941 Jonathan Druart changed: What|Removed |Added See Also|

[Koha-bugs] [Bug 23084] New: Replace grep {^$var$} with grep {$var eq $_}

2019-06-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23084 Bug ID: 23084 Summary: Replace grep {^$var$} with grep {$var eq $_} Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All

[Koha-bugs] [Bug 23006] Can't use inventory tool with barcodes that contain regex relevant characters ($, ...)

2019-06-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23006 Jonathan Druart changed: What|Removed |Added See Also|

[Koha-bugs] [Bug 22941] Giving malformed sortfield to list results in Internal Server Error

2019-06-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22941 Jonathan Druart changed: What|Removed |Added Status|NEW |Needs Signoff -- You

[Koha-bugs] [Bug 22941] Giving malformed sortfield to list results in Internal Server Error

2019-06-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22941 Jonathan Druart changed: What|Removed |Added Assignee|koha-b...@lists.koha-commun

[Koha-bugs] [Bug 22941] Giving malformed sortfield to list results in Internal Server Error

2019-06-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22941 --- Comment #1 from Jonathan Druart --- Created attachment 90441 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=90441=edit Bug 22941: Do not return 500 if sortfield contain parenthesis Test plan: Hit

[Koha-bugs] [Bug 22420] Tag cloud feature broken

2019-06-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22420 Jonathan Druart changed: What|Removed |Added See Also|

[Koha-bugs] [Bug 22985] Tag cloud only displays user's own tags

2019-06-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22985 Jonathan Druart changed: What|Removed |Added CC|

[Koha-bugs] [Bug 23083] Course reserve item edit fails if one does not set all values

2019-06-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23083 Jonathan Druart changed: What|Removed |Added See Also|

[Koha-bugs] [Bug 22984] Holding branch disappears after saving to course and isn't restored when removing item from course

2019-06-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22984 Jonathan Druart changed: What|Removed |Added See Also|

[Koha-bugs] [Bug 23082] Fatal error editing a restricted patron

2019-06-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23082 Jonathan Druart changed: What|Removed |Added CC|

[Koha-bugs] [Bug 23079] Checkouts page broken because of problems with date calculation (TZAmerica/Sao_Paulo)

2019-06-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23079 --- Comment #3 from Katrin Fischer --- (In reply to Jonathan Druart from comment #1) > I have no idea how to provide a global and quick fix for this. It will be a > big problem for Brazilian libraries using Koha (are there?): We

[Koha-bugs] [Bug 23079] Checkouts page broken because of problems with date calculation (TZAmerica/Sao_Paulo)

2019-06-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23079 --- Comment #2 from Jonathan Druart --- You specific issue could be fixed with: @ Patron.pm:625 @ sub is_going_to_expire { return 0 unless $delay; return 0 unless $self->dateexpiry; return 0 if $self->dateexpiry =~

[Koha-bugs] [Bug 23079] Checkouts page broken because of problems with date calculation (TZAmerica/Sao_Paulo)

2019-06-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23079 Jonathan Druart changed: What|Removed |Added CC|

[Koha-bugs] [Bug 23075] Incorrect URL should have a meaningful error message

2019-06-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23075 --- Comment #1 from Jonathan Druart --- Created attachment 90440 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=90440=edit Bug 23075: Better error handling in Mana config Currently, if you input an incorrect

[Koha-bugs] [Bug 23075] Incorrect URL should have a meaningful error message

2019-06-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23075 Jonathan Druart changed: What|Removed |Added CC|

[Koha-bugs] [Bug 23075] Incorrect URL should have a meaningful error message

2019-06-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23075 Jonathan Druart changed: What|Removed |Added Status|NEW |Needs Signoff -- You

[Koha-bugs] [Bug 23073] wiki.koha-community.org needs updating to a later version

2019-06-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23073 Jonathan Druart changed: What|Removed |Added CC|

[Koha-bugs] [Bug 23072] Certificate invalid for lists.koha-community.org

2019-06-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23072 Jonathan Druart changed: What|Removed |Added CC|

[Koha-bugs] [Bug 23065] 'New subscription' button in serials sometimes uses a blank form and sometimes defaults to current serial

2019-06-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23065 Jonathan Druart changed: What|Removed |Added Assignee|koha-b...@lists.koha-commun

[Koha-bugs] [Bug 23065] 'New subscription' button in serials sometimes uses a blank form and sometimes defaults to current serial

2019-06-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23065 --- Comment #1 from Jonathan Druart --- Created attachment 90439 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=90439=edit Bug 23065: Rename "New subscription" button when default to current serial To make it

[Koha-bugs] [Bug 23065] 'New subscription' button in serials sometimes uses a blank form and sometimes defaults to current serial

2019-06-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23065 Jonathan Druart changed: What|Removed |Added Status|NEW |Needs Signoff -- You

[Koha-bugs] [Bug 23083] Course reserve item edit fails if one does not set all values

2019-06-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23083 Jonathan Druart changed: What|Removed |Added CC|

[Koha-bugs] [Bug 22630] Allow to change homebranch in course reserves

2019-06-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22630 Jonathan Druart changed: What|Removed |Added See Also|

[Koha-bugs] [Bug 22700] Make biblio_metadata prefetchable from Koha::Biblio

2019-06-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22700 --- Comment #21 from Jonathan Druart --- (In reply to Jonathan Druart from comment #15) > What about renaming the method in Koha::S::R::Biblio to ->marc_xml_metadata > (adding the conditions in it) and Koha::Biblio->metadata to

[Koha-bugs] [Bug 23057] If checked_in_ok is set and item is not checked out, alert flag is supressed for *any* reason

2019-06-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23057 --- Comment #8 from Jonathan Druart --- Comment on attachment 90388 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=90388 Bug 23057: Update do_checkin Review of attachment 90388: -->

[Koha-bugs] [Bug 21028] www/history.t is failing on jenkins for Ubuntu 18.04

2019-06-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21028 --- Comment #12 from Jonathan Druart --- (In reply to Martin Renvoize from comment #11) > I can't find any other reason it may be treated differently to other files. >From commit b7cd95bcc909f7db330b5acbfcf9e8f817328a67 """