From bugzilla-daemon at bugs.koha-community.org Wed Nov 1 03:52:06 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Nov 2017 02:52:06 +0000 Subject: [Koha-bugs] [Bug 19554] The inventory table should jump to detail instead of MARCdetail In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19554 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Nov 1 03:52:08 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Nov 2017 02:52:08 +0000 Subject: [Koha-bugs] [Bug 19554] The inventory table should jump to detail instead of MARCdetail In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19554 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #68865|0 |1 is obsolete| | --- Comment #2 from M. Tompsett --- Created attachment 68875 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68875&action=edit Bug 19554: The inventory table should jump to detail instead of MARCdetail This patch just replaces the link to detail. Detail provides item information needed in case of inventory problems. Test plan: Go to Tools/Inventory. Create an inventory list without barcode file. Check if the link goes to detail now. Signed-off-by: Marcel de Rooy Signed-off-by: Mark Tompsett -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Nov 1 04:06:15 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Nov 2017 03:06:15 +0000 Subject: [Koha-bugs] [Bug 19551] Cash register report has bad erroneous results from wrong order of operations In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19551 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #68857|0 |1 is obsolete| | --- Comment #2 from M. Tompsett --- Created attachment 68876 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68876&action=edit Bug 19551 - Fix wrong order of operations in cash register report To test: 1 - Find or create a fine for a patron 2 - Write it off 3 - Home -> Reports -> Cash register 4 - Fill in current date and transaction type 'Write off' 5 - Click Submit -- see your write off 6 - Fill in previous dates and transaction type 'Write off' 7 - Click Submit -- see your write off (bad) 8 - Apply patch 9 - Rerun steps 3-7 -- write only visible for current date. Signed-off-by: Mark Tompsett -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Nov 1 04:06:13 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Nov 2017 03:06:13 +0000 Subject: [Koha-bugs] [Bug 19551] Cash register report has bad erroneous results from wrong order of operations In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19551 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Nov 1 04:09:31 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Nov 2017 03:09:31 +0000 Subject: [Koha-bugs] [Bug 18645] Creation of Koha feature release change tool displayed after running Koha update In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18645 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mtompset at hotmail.com --- Comment #13 from M. Tompsett --- Please do not do whitespace changes in patches unless necessary for individual changed lines. White space patches should be separated. Otherwise, it makes eyeballing the bug more difficult. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Nov 1 11:53:14 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Nov 2017 10:53:14 +0000 Subject: [Koha-bugs] [Bug 7317] Add an Interlibrary Loan Module to Circulation and OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7317 Magnus Enger changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #68858|0 |1 is obsolete| | --- Comment #168 from Magnus Enger --- Created attachment 68877 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68877&action=edit Bug 7317: QA followup This fixes some of the issues reported by the QA script, but not all. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Nov 1 11:53:21 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Nov 2017 10:53:21 +0000 Subject: [Koha-bugs] [Bug 7317] Add an Interlibrary Loan Module to Circulation and OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7317 Magnus Enger changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #68874|0 |1 is obsolete| | --- Comment #169 from Magnus Enger --- Created attachment 68878 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68878&action=edit Bug 7317: Handle backend absense more gracefuly 5/ This patch is WIP, it makes Koha::Illrequest->load_backend raise an exception if the passed backend is invalid. This way we will catch more errors introduced. The patch also disables the 'New Ill request' when no backends are available. Gets rid of a related warning. TODO: Should add a noticeable warning on the UI, or a tooltip on the button. TODO: add a couple tests for the exception 4/ This patch fixes the path for the checkboxes jquery plugin, and removes the include for tablesorter, as this implementation uses Datatables. This is obviously code for older Koha, ported to master. 3/ I know it doesn't look right, but am not sure how to display. This is the usual empty datatable display we have everywhere in Koha. 2/ We could fix it with a proper IDE, I use Komodo and refactoring code is pretty straigh-forward. Worth a separate bug report. 1/ That TODO is misleading. It refers to their own migration from a different design. I checked this code and cannot find occurences of ->status with that annotation. I think this relates to backends code. Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Nov 1 12:02:36 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Nov 2017 11:02:36 +0000 Subject: [Koha-bugs] [Bug 16865] Patron self registration: hiding branchcode hides email and breaks workflow In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16865 --- Comment #5 from Katrin Fischer --- The primary email field in the form where you enter the patron data. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Nov 1 12:03:32 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 01 Nov 2017 11:03:32 +0000 Subject: [Koha-bugs] [Bug 7317] Add an Interlibrary Loan Module to Circulation and OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7317 --- Comment #170 from Magnus Enger --- Trying to summarize the status of this bug now. *** QA script ** POD coverage Some FAILS are "POD coverage was greater before, try perl -MPod::Coverage=PackageName -e666". It sounds like these can be ignored. ** Atomicupdate FAIL installer/data/mysql/atomicupdate/ill_tables.sql FAIL git manipulation The file has been added and deleted in the same patchset Alex provided ill_tables.sql. Tomas rewrote it as bug_7317_ill.perl. Not sure there is anything to fix here? ** tt_valid FAIL koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt OK forbidden patterns OK git manipulation OK spelling FAIL tt_valid lines 665 FAIL valid_template : not found TT is used to set some HTML attributes. Not sure if this can be fixed. Tomas? *** (In reply to Jonathan Druart from comment #164) > 1/ > +TODO: > + > +- Anything invoking the ->status method; annotated with: > + + # Old use of ->status ! > > What do it mean? OK, according to Tomas. > 2/ I will not make you rewrite everything, but it would have been better to > stay consistent and not mix snake_case and camelCase for method names. OK > First steps with the GUI: > 3/ This is what I see when I enable the module: > https://screenshots.firefox.com/z9dNoRL91NQ5F3cD/pro.kohadev.org > Looks wrong. Not sure if this can be fixed? > 4/ Hit /cgi-bin/koha/ill/ill-requests.pl and got: > Loading failed for the koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt: koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload-images.tt: koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload.tt: Please adjust -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 10:37:56 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 09:37:56 +0000 Subject: [Koha-bugs] [Bug 18382] action_logs entry for module HOLDS, action SUSPEND is spammy In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18382 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl Status|Signed Off |Failed QA --- Comment #9 from Marcel de Rooy --- Your solution is not limited to action_logs. You truncate, so to speak, already at the holds level. Please add your fix at the hold unblessed level when sending it to the logs. Squash the patches too. Thanks. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 10:39:36 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 09:39:36 +0000 Subject: [Koha-bugs] [Bug 19574] New: Wrong itemtype can be chosen when placing holds Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19574 Bug ID: 19574 Summary: Wrong itemtype can be chosen when placing holds Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Circulation Assignee: koha-bugs at lists.koha-community.org Reporter: andreas.hedstrom.mace at sub.su.se QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com With the syspref AllowHoldItemTypeSelection set to Allow, it is possible to add a hold for an itemtype that doesn?t actually exist at a specific branch. Say that branch A has two itemtypes: books and map, while branch B has three: books, map and audio book. It is possible to add a hold for branch A with itemtype audio book although there is no item with such an itemtype at this branch. This will cause an internal server error if you try to delete this faulty hold. To recreate: 1) Enable AllowHoldItemTypeSelection 2) Add, or find, a bibliographic record with at least two branches and at least two items with two different itemtypes. Branch B should not have all itemtypes. 3) Add a hold for branch B, and choose an itemtype not available at this branch (there are no such items) 4) Try deleting the hold, note the internal server error. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 10:44:50 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 09:44:50 +0000 Subject: [Koha-bugs] [Bug 10748] Add option to block return of lost items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10748 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA CC| |m.de.rooy at rijksmuseum.nl --- Comment #7 from Marcel de Rooy --- Please add a test case for AddReturn. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 10:50:36 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 09:50:36 +0000 Subject: [Koha-bugs] [Bug 12027] Shibboleth authentication for staff client In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12027 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Patch doesn't apply --- Comment #27 from Marcel de Rooy --- Also please add feedback for comment 25. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 10:52:19 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 09:52:19 +0000 Subject: [Koha-bugs] [Bug 19290] Add the ability to filter a result list on staff client In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19290 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl Status|Signed Off |Patch doesn't apply -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 11:00:32 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 10:00:32 +0000 Subject: [Koha-bugs] [Bug 15524] Set limit on maximum possible holds per patron by category In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15524 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl --- Comment #14 from Marcel de Rooy --- QA: Looking here now -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 11:02:55 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 10:02:55 +0000 Subject: [Koha-bugs] [Bug 18904] Advanced editor - Rancor - Add authority support In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18904 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |19537 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19537 [Bug 19537] Authorities search doesn't correctly populate subfield $2 source of heading -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 11:02:55 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 10:02:55 +0000 Subject: [Koha-bugs] [Bug 19537] Authorities search doesn' t correctly populate subfield $2 source of heading In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19537 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |18904 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18904 [Bug 18904] Advanced editor - Rancor - Add authority support -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 11:03:50 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 10:03:50 +0000 Subject: [Koha-bugs] [Bug 18904] Advanced editor - Rancor - Add authority support In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18904 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off QA Contact|testopia at bugs.koha-communit |m.de.rooy at rijksmuseum.nl |y.org | --- Comment #21 from Nick Clemens --- Missed adding dependency on 19537, that should clear up the error -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 11:21:41 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 10:21:41 +0000 Subject: [Koha-bugs] [Bug 12027] Shibboleth authentication for staff client In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12027 --- Comment #28 from Marcel de Rooy --- Zeno asked me: === I think that Matthias on commen7 #26 is quite clear It is not enough a rebase for this patch ? === Yeah I focused on a reply from Martin. So probably true. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 11:36:13 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 10:36:13 +0000 Subject: [Koha-bugs] [Bug 14413] map internalnotes to MarcFieldsToOrder In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14413 Koha Team Lyon 3 changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |koha at univ-lyon3.fr --- Comment #1 from Koha Team Lyon 3 --- I agree with Nicole, it would be usefull have the possibility to get order_internalnote thanks to MarcFieldsToOrder syspref, while we download iso2709 files for order. Sonia -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 11:41:21 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 10:41:21 +0000 Subject: [Koha-bugs] [Bug 19420] Improve display of errors from failure of uploading file during stage import In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19420 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 11:41:23 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 10:41:23 +0000 Subject: [Koha-bugs] [Bug 19420] Improve display of errors from failure of uploading file during stage import In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19420 --- Comment #10 from Nick Clemens --- Created attachment 68910 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68910&action=edit Bug 19420 - Add errors on other pages Eventually these should all be using the same code in a js file upload.tt already dealt with these errors, but has diff code, made it work with new error syntax -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 11:42:05 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 10:42:05 +0000 Subject: [Koha-bugs] [Bug 14413] map internalnotes to MarcFieldsToOrder In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14413 --- Comment #2 from Koha Team Lyon 3 --- It's perhaps fixed bt BZ15503 but it seems that it needs follow-up ? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 11:42:13 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 10:42:13 +0000 Subject: [Koha-bugs] [Bug 15503] Grab Item Information from Order Files In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15503 Koha Team Lyon 3 changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |koha at univ-lyon3.fr -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 11:43:11 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 10:43:11 +0000 Subject: [Koha-bugs] [Bug 15524] Set limit on maximum possible holds per patron by category In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15524 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |In Discussion --- Comment #15 from Marcel de Rooy --- QA Comment Interesting feature! Limited testing did not reveal problems. Functionality issue: In Administration, smart-rules, the section "Default checkout limit by patron category" contains the item "Maximum total holds allowed (count)". Not sure if the label should contain total and count btw. But the section should be renamed. This does not pertain any longer to checkout limits only. Furthermore I would expect to have max_holds also under Default checkout, hold and return policy. It seems consistent to add it also without a patron category restriction. Same as current checkouts etc. Hard to move it to FQA for that reason. At least I want to have some additional opinions. Setting to In Discussion. Please ask for feedback via IRC or ML. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 11:48:30 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 10:48:30 +0000 Subject: [Koha-bugs] [Bug 18798] Use Koha.Preference in OPAC Reading Record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18798 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl Status|Signed Off |Failed QA --- Comment #4 from Marcel de Rooy --- [% IF GoogleJackets %] Forgotten ? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 11:58:10 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 10:58:10 +0000 Subject: [Koha-bugs] [Bug 18882] Add location code to statistics table for checkouts and renewals In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18882 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl --- Comment #7 from Marcel de Rooy --- (In reply to Kyle M Hall from comment #4) > (In reply to M. Tompsett from comment #2) > > The code puts '' if there is no location key. But if the location key is > > NULL, because I hadn't set my shelving location, there is NULL. Do we want > > NULL's? If so, I'll sign this off. If not, could you tweak that? > > I think we should always use NULL is the location is not passed or is set to > undef. It seems like odd behavior to convert undef values to empty strings. What we are doing now however, is storing undef only for location. Which is inconsistent. You change all lines in the second patch, only set undef for location. No blocker, but could be improved. I think that empty string would have been better now. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 11:59:01 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 10:59:01 +0000 Subject: [Koha-bugs] [Bug 18882] Add location code to statistics table for checkouts and renewals In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18882 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 11:59:04 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 10:59:04 +0000 Subject: [Koha-bugs] [Bug 18882] Add location code to statistics table for checkouts and renewals In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18882 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64758|0 |1 is obsolete| | --- Comment #8 from Marcel de Rooy --- Created attachment 68911 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68911&action=edit Bug 18882 - Add location code to statistics table for checkouts and renewals Some libraries wish to track what the current location of items was at the time they were checked out. This will help libraries track which physical locations in the library patrons are more likely to check out a given book from. Test Plan: 1) Apply this patch 2) Run updatedatabase.pl 3) Check out an item that has a location set 4) Renew that item 5) View the checkout and renewal in the statistics table, verify each has the location column populated correctly Signed-off-by: Mark Tompsett Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 11:59:08 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 10:59:08 +0000 Subject: [Koha-bugs] [Bug 18882] Add location code to statistics table for checkouts and renewals In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18882 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64759|0 |1 is obsolete| | --- Comment #9 from Marcel de Rooy --- Created attachment 68912 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68912&action=edit Bug 18882 [QA Followup] - Ensure stats with no or undef location are set to NULL in db Confirm that only NULL or a string are in the location field of the statistics table. Test with two items, one with shelving location set, and one without it set. Signed-off-by: Mark Tompsett Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 11:59:29 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 10:59:29 +0000 Subject: [Koha-bugs] [Bug 18882] Add location code to statistics table for checkouts and renewals In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18882 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |m.de.rooy at rijksmuseum.nl |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 12:24:26 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 11:24:26 +0000 Subject: [Koha-bugs] [Bug 19420] Improve display of errors from failure of uploading file during stage import In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19420 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #11 from Marcel de Rooy --- Upload local cover image Upload status: Failed - (2) Root directory for uploads not defined No, the directory was not writable. This went wrong since the errcode is 2, but you forgot to add a zero entry in you errMsgs array. So they are one position out of sync. Please add a leading entry here (see also upload.tt) var errMsgs = [ _("File already exists"), _("Directory is not writeable"), _("Root directory for uploads not defined"), _("Temporary directory for uploads not defined") ]; Adjust same thing in two other places ? //Next three errors have no code path to trigger that I see I am very confident that I tested all codes when I wrote this. They may be hard to simulate, but I did. Please remove this comment. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 12:25:53 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 11:25:53 +0000 Subject: [Koha-bugs] [Bug 19494] Add reservedate to Holds awaiting pickup In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19494 Simon Pouchol changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #68291|0 |1 is obsolete| | --- Comment #2 from Simon Pouchol --- Created attachment 68913 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68913&action=edit Bug 19494: Add reservedate to Holds awaiting pickup Add reservedate to report. Change label "Available since" to "Waiting since". Note: The table (already) crosses the boundaries of its container. Also the vertical spacing for the first column (already) is not the same as the others. (Adding the second date only makes it more visible.) These minor design issues should be solved on another report. Test plan: [1] Go to Circulation, Holds awaiting pickup [2] Note the additional column for reservedate. Signed-off-by: Marcel de Rooy Signed-off-by: Simon Pouchol -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 12:26:17 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 11:26:17 +0000 Subject: [Koha-bugs] [Bug 19494] Add reservedate to Holds awaiting pickup In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19494 Simon Pouchol changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |simon.pouchol at biblibre.com Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 13:05:58 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 12:05:58 +0000 Subject: [Koha-bugs] [Bug 19575] New: Use canonical field names and resolve aliased fields Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19575 Bug ID: 19575 Summary: Use canonical field names and resolve aliased fields Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: major Priority: P5 - low Component: Searching - Elasticsearch Assignee: koha-bugs at lists.koha-community.org Reporter: glasklas at gmail.com The current elastic search fields seems to be a mix between zebra aliases, field names, some duplicates and new fields. This causes issues with sorting in UI and hard-coded search-links in XSL-templates for example. I have attempted to clean things up a bit, which resolves many of these issues. I might not have the time to do so today, but will attempt to find and mark all current issues resolved by this fix. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 13:28:33 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 12:28:33 +0000 Subject: [Koha-bugs] [Bug 19575] Use canonical field names and resolve aliased fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19575 --- Comment #1 from David Gustafsson --- Created attachment 68914 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68914&action=edit Bug 19575: Use canonical field names and resolve aliased fields Adjust elastic search mappings to more closely match Zebra equivalents resolving serveral issues with coded Zebra searches in templates, and sorting of search results in UI. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 14:12:36 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 13:12:36 +0000 Subject: [Koha-bugs] [Bug 19548] Search Result Second page not available In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19548 --- Comment #2 from rainer.stowasser at zamg.ac.at --- Version tested: Our operational System 16.05.02.000 Linux vbib 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt11-1 (2015-05-24) x86_64 Our test System 17.05.04.000 Linux vbib-dev 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt11-1 (2015-05-24) x86_64 The search string does not matter (tested for space in the brackets) it works for all quotations simply try "test" :-) -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 14:35:35 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 13:35:35 +0000 Subject: [Koha-bugs] [Bug 19522] Label creator - some strings are not translatable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19522 --- Comment #24 from Victor Grousset/tuxayo --- @Owen it seems that koha-translate doesn't work on a dev install. http://irc.koha-community.org/koha/2017-11-03#i_1985535 @Dominic how did you installed the language? https://wiki.koha-community.org/wiki/Installation_of_additional_languages_for_OPAC_and_INTRANET_staff_client#Installing_translations -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 14:56:55 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 13:56:55 +0000 Subject: [Koha-bugs] [Bug 19576] New: opac-detail has multiple Koha::Biblios Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19576 Bug ID: 19576 Summary: opac-detail has multiple Koha::Biblios Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: OPAC Assignee: oleonard at myacpl.org Reporter: mtompset at hotmail.com QA Contact: testopia at bugs.koha-community.org Marcel noticed this while QA'ing another bug. Simply remove the duplicate line. Confirm the page loads and works as expected. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 14:57:26 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 13:57:26 +0000 Subject: [Koha-bugs] [Bug 19576] opac-detail has multiple Koha::Biblios In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19576 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |trivial Assignee|oleonard at myacpl.org |mtompset at hotmail.com Status|NEW |ASSIGNED CC| |m.de.rooy at rijksmuseum.nl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 14:57:48 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 13:57:48 +0000 Subject: [Koha-bugs] [Bug 19576] opac-detail has multiple Koha::Biblios In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19576 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 15:00:17 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 14:00:17 +0000 Subject: [Koha-bugs] [Bug 19576] opac-detail has multiple Koha::Biblios In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19576 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 15:00:19 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 14:00:19 +0000 Subject: [Koha-bugs] [Bug 19576] opac-detail has multiple Koha::Biblios In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19576 --- Comment #1 from M. Tompsett --- Created attachment 68915 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68915&action=edit Bug 19576: Remove extra Koha::Biblios Marcel noticed this while QA'ing another bug. TEST PLAN --------- Apply patch and confirm the page still loads and works as expected. Run Koha QA Test tools -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 15:00:58 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 14:00:58 +0000 Subject: [Koha-bugs] [Bug 13640] Holds To Pull List includes items unreserveable items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13640 Marjorie Barry-Vila changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |marjorie.barry-vila at collect | |o.ca -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 15:06:21 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 14:06:21 +0000 Subject: [Koha-bugs] [Bug 19576] opac-detail has multiple Koha::Biblios In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19576 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 15:16:05 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 14:16:05 +0000 Subject: [Koha-bugs] [Bug 19576] opac-detail has duplicate 'use Koha::Biblios; ' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19576 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|opac-detail has multiple |opac-detail has duplicate |Koha::Biblios |'use Koha::Biblios;' -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 16:12:52 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 15:12:52 +0000 Subject: [Koha-bugs] [Bug 6918] can't place holds on 'on order' items with AllowOnShelfHolds off In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6918 Simon Pouchol changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Patch doesn't apply CC| |simon.pouchol at biblibre.com -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 16:35:06 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 15:35:06 +0000 Subject: [Koha-bugs] [Bug 19280] CanBookBeIssued must take a Koha::Patron in parameter In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19280 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #68534|0 |1 is obsolete| | --- Comment #5 from Jonathan Druart --- Created attachment 68916 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68916&action=edit Bug 19280: Pass a Koha::Patron to CanBookBeIssued We need to make subroutine from C4 use more Koha::Object objects Seeing bug 19276, starting here is a good start. Test plan: The tests should still pass. Signed-off-by: Jon Knight -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 16:35:00 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 15:35:00 +0000 Subject: [Koha-bugs] [Bug 19280] CanBookBeIssued must take a Koha::Patron in parameter In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19280 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 16:39:58 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 15:39:58 +0000 Subject: [Koha-bugs] [Bug 6918] can't place holds on 'on order' items with AllowOnShelfHolds off In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6918 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Needs Signoff -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 16:59:49 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 15:59:49 +0000 Subject: [Koha-bugs] [Bug 19576] opac-detail has duplicate 'use Koha::Biblios; ' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19576 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 16:59:54 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 15:59:54 +0000 Subject: [Koha-bugs] [Bug 19576] opac-detail has duplicate 'use Koha::Biblios; ' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19576 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #68915|0 |1 is obsolete| | --- Comment #2 from Jonathan Druart --- Created attachment 68917 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68917&action=edit Bug 19576: Remove extra 'use Koha::Biblios' statement Marcel noticed this while QA'ing another bug. TEST PLAN --------- Apply patch and confirm the page still loads and works as expected. Run Koha QA Test tools Signed-off-by: Jonathan Druart -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 17:00:36 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 16:00:36 +0000 Subject: [Koha-bugs] [Bug 19576] opac-detail has duplicate 'use Koha::Biblios; ' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19576 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |18262 Status|Signed Off |Passed QA --- Comment #3 from Jonathan Druart --- Introduced by bug 18262. Trivial, skipping QA. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18262 [Bug 18262] Koha::Biblios - Remove GetBiblioData - part 1 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 17:00:36 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 16:00:36 +0000 Subject: [Koha-bugs] [Bug 18262] Koha::Biblios - Remove GetBiblioData - part 1 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18262 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |19576 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19576 [Bug 19576] opac-detail has duplicate 'use Koha::Biblios;' -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 17:11:11 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 16:11:11 +0000 Subject: [Koha-bugs] [Bug 19290] Add the ability to filter a result list on staff client In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19290 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 17:11:16 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 16:11:16 +0000 Subject: [Koha-bugs] [Bug 19290] Add the ability to filter a result list on staff client In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19290 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #68204|0 |1 is obsolete| | --- Comment #6 from Jonathan Druart --- Created attachment 68918 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68918&action=edit Bug 19290: Browse selected bibliographic records - Staff interface This patch adds the same feature as bug 10858 for the OPAC interface: after a search, librarians will be able to browse selected results. The results can be selected from several pages. By extension it is possible to add results from several pages to a list or the cart. When at least one result is selected, a new "Browse selected records" button becomes usable and change the behaviour of the existing browser. The whole feature can be turned off with the pref BrowseResultSelection. Test plan: - Launch a search (on the staff interface) - Check some biblios - Go on another page - Check some biblios - Come back to a page you already check results and confirm that they are still checked - Click on the "Browse selected records" button - Check that you are able to browse results you had checked. You can also: - add them to the cart - add them to a list QA note: the browsers at the OPAC and the one at the staff interface are completely different That's why the code is not mimicking what has been done on bug 10858. The behaviour must stay the same anyway. Signed-off-by: S?verine QUEUNE Signed-off-by: S?verine QUEUNE -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 17:13:36 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 16:13:36 +0000 Subject: [Koha-bugs] [Bug 6918] can't place holds on 'on order' items with AllowOnShelfHolds off In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6918 --- Comment #28 from Simon Pouchol --- Hey Jonathan, It seems to me the patch isn't applying : Applying: Bug 6918 - can't place holds on 'on order' items with AllowOnShelfHolds off fatal: sha1 information is lacking or useless (C4/Biblio.pm). error: could not build fake ancestor Patch failed at 0001 Bug 6918 - can't place holds on 'on order' items with AllowOnShelfHolds off -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 17:27:42 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 16:27:42 +0000 Subject: [Koha-bugs] [Bug 10748] Add option to block return of lost items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10748 --- Comment #8 from Jonathan Druart --- Created attachment 68919 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68919&action=edit Bug 10748: Add tests -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 17:27:38 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 16:27:38 +0000 Subject: [Koha-bugs] [Bug 10748] Add option to block return of lost items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10748 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 17:39:12 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 16:39:12 +0000 Subject: [Koha-bugs] [Bug 10021] Remove dead code related to notifys In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10021 --- Comment #33 from Jonathan Druart --- (In reply to Marcel de Rooy from comment #30) > When you remove a sub from a module without full coverage, this is the > result. Something for QA tools ? Yes, could be improved. POD failures must be considered as warnings. (In reply to Marcel de Rooy from comment #31) > (In reply to Jonathan Druart from comment #8) > > It appears that has never worked. > > Could someone confirm? > > Did you have any response whatsoever ? I think we discussed it on IRC, but I do not find the logs. (In reply to Marcel de Rooy from comment #32) > QA Comment: > > GetOverduesForBranch > Please add a test. You make some fundamental changes here. Fundamental? I do not understand what you want me to test. > koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt > - > Not sure. Why do yo remove this line ? Yes it could have been done somewhere else, it's not directly related to these changes. There is no "totals*" variables retrieved from the pl script. > New code: > + my $accounts = Koha::Account::Lines->search({ borrowernumber => > $borrowernumber, }, { order_by => ['accounttype'] }); > + my @accounts; > + while ( my $account = $accounts->next ) { > This does not look very nice. Can we get more confusion on $account, > @accounts or $accounts ? > Renaming @accounts here might be the least we can do? > No blocker on itself. Will fix. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 17:41:44 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 16:41:44 +0000 Subject: [Koha-bugs] [Bug 10021] Remove dead code related to notifys In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10021 --- Comment #34 from Jonathan Druart --- Created attachment 68920 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68920&action=edit Bug 10021: (QA follow-up) Rename variables To avoid $account, $accounts and @accounts variables in the same scope -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 17:45:21 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 16:45:21 +0000 Subject: [Koha-bugs] [Bug 6918] can't place holds on 'on order' items with AllowOnShelfHolds off In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6918 --- Comment #29 from Jonathan Druart --- Simon, make sure your branch is up-to-date with origin/master -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 17:50:09 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 16:50:09 +0000 Subject: [Koha-bugs] [Bug 7317] Add an Interlibrary Loan Module to Circulation and OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7317 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #68885|0 |1 is obsolete| | --- Comment #173 from Tom?s Cohen Arazi --- Created attachment 68921 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68921&action=edit Bug 7317: Handle backend absense more gracefuly 5/ This patch makes Koha::Illrequest->load_backend raise an exception if the passed backend is invalid. This way we will catch more errors introduced. The patch also disables the 'New Ill request' when no backends are available. Gets rid of a related warnings. Both OPAC and Intranet now display a warning message when no backends are available. Tests are added for the load_backend changes. 4/ This patch fixes the path for the checkboxes jquery plugin, and removes the include for tablesorter, as this implementation uses Datatables. This is obviously code for older Koha, ported to master. TODO: There's something wrong on the styling. My idea is to get rid of the custom column visualization tool, and have it display as regular DataTables. We can then introduce the use of colvis on a separate bug report. Note: POD coverage for the exceptions file is wrongly tested. It is a false positive. Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 17:50:22 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 16:50:22 +0000 Subject: [Koha-bugs] [Bug 7317] Add an Interlibrary Loan Module to Circulation and OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7317 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #68886|0 |1 is obsolete| | --- Comment #174 from Tom?s Cohen Arazi --- Created attachment 68922 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68922&action=edit Bug 7317: (QA followup) Get rid of warnings from the tests Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 17:50:48 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 16:50:48 +0000 Subject: [Koha-bugs] [Bug 7317] Add an Interlibrary Loan Module to Circulation and OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7317 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 17:52:22 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 16:52:22 +0000 Subject: [Koha-bugs] [Bug 19176] Dates comparison fails on slow server In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19176 --- Comment #27 from Jonathan Druart --- Created attachment 68923 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68923&action=edit Bug 19176: (QA follow-up) few cosmetic changes -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 17:53:18 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 16:53:18 +0000 Subject: [Koha-bugs] [Bug 19176] Dates comparison fails on slow server In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19176 --- Comment #28 from Jonathan Druart --- Last patch pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 17:54:51 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 16:54:51 +0000 Subject: [Koha-bugs] [Bug 19576] opac-detail has duplicate 'use Koha::Biblios; ' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19576 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #4 from Jonathan Druart --- Pushed to master for 17.11, thanks Mark! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 18:00:05 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 17:00:05 +0000 Subject: [Koha-bugs] [Bug 11213] GetItemsInfo() called twice In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11213 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #128 from Josef Moravec --- Hi Srdjan, I did test these patches now, but I am sorry: The test Search.t is failing after this patchset... # Failed test 'Warning is raised correctly for invalid tags in MARC::Record' # at t/db_dependent/Search.t line 681. there are also so many warnings about preferences missing in mock virtualshelves on intranet and opac goes to ISE: DBIx::Class::ResultSet::_construct_results(): Unable to properly collapse has_many results in iterator mode due to order criteria - performed an eager cursor slurp underneath. Consider using ->all() instead at /home/vagrant/kohaclone/Koha/Objects.pm line 209 Can't use string ("1") as an ARRAY ref while "strict refs" in use at /home/vagrant/kohaclone/C4/XSLT.pm line 290. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 18:29:04 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 17:29:04 +0000 Subject: [Koha-bugs] [Bug 18625] update borrower last seen from SIP In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18625 Jessie Zairo changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jzairo at bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 18:48:37 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 17:48:37 +0000 Subject: [Koha-bugs] [Bug 19577] New: Secondary email is unable to receive notices Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19577 Bug ID: 19577 Summary: Secondary email is unable to receive notices Change sponsored?: --- Product: Koha Version: 16.11 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Notices Assignee: koha-bugs at lists.koha-community.org Reporter: nick.weingardt at valorchristian.com QA Contact: testopia at bugs.koha-community.org Overview: Patrons are able to have multiple email addresses in Koha, but notices can only be sent to the primary email. The purpose of this bug is to develop an enhancement that would allow a notice be sent to both emails. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 18:57:47 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 17:57:47 +0000 Subject: [Koha-bugs] [Bug 19559] Elasticsearch QueryAutoTruncate truncate field names with hyphens if data is quoted In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19559 David Bourgault changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #68881|0 |1 is obsolete| | --- Comment #5 from David Bourgault --- Created attachment 68924 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68924&action=edit Bug 19559 - Unit tests Signed-off-by: David Bourgault -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 18:57:49 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 17:57:49 +0000 Subject: [Koha-bugs] [Bug 19559] Elasticsearch QueryAutoTruncate truncate field names with hyphens if data is quoted In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19559 David Bourgault changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #68882|0 |1 is obsolete| | --- Comment #6 from David Bourgault --- Created attachment 68925 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68925&action=edit Bug 19559 - Add '-' to list of characters we don't split search terms on Test plan assumes QueryAutoTruncate = automatically SearchEngine = Elasticsearch To test: 0 - Apply Unit test patch only 1 - prove t/db_dependent/Koha_SearchEngine_Elasticsearch_Search.t 2 - Should fail 3 - Apply this patch 4 - prove t/db_dependent/Koha_SearchEngine_Elasticsearch_Search.t 5 - should pass 6 - search for 'Local-number:"4"' (or a vlid biblionumber) 7 - should get expected result Signed-off-by: David Bourgault -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 18:58:21 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 17:58:21 +0000 Subject: [Koha-bugs] [Bug 19559] Elasticsearch QueryAutoTruncate truncate field names with hyphens if data is quoted In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19559 David Bourgault changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off CC| |david.bourgault at inlibro.com --- Comment #7 from David Bourgault --- Works as described in test plan. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 19:09:16 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 18:09:16 +0000 Subject: [Koha-bugs] [Bug 18725] Process_message_queue sends duplicate emails if message_queue is not writable. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18725 David Bourgault changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david.bourgault at inlibro.com --- Comment #8 from David Bourgault --- It would be easier if you could provide maybe a hint on how to block access to the message_queue table? Not sure how to test this otherwise. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 19:24:51 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 18:24:51 +0000 Subject: [Koha-bugs] [Bug 7317] Add an Interlibrary Loan Module to Circulation and OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7317 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #68561|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 19:29:22 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 18:29:22 +0000 Subject: [Koha-bugs] [Bug 7317] Add an Interlibrary Loan Module to Circulation and OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7317 --- Comment #175 from Tom?s Cohen Arazi --- Created attachment 68926 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68926&action=edit Bug 7317: opac.css update Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 19:29:26 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 18:29:26 +0000 Subject: [Koha-bugs] [Bug 18915] Creating a checkout note (patron note) sends an incomplete email message In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18915 Caroline Cyr La Rose changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |caroline.cyr-la-rose at inlibr | |o.com --- Comment #9 from Caroline Cyr La Rose --- The test plan works. However, is it normal that if I add <> in the notice it comes back as blank in the message_queue table? I checked and my notes are in the issues table. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 19:34:01 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 18:34:01 +0000 Subject: [Koha-bugs] [Bug 17656] Irregularities in serial prediction pattern are planned only for current subscription In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17656 David Bourgault changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david.bourgault at inlibro.com Status|Needs Signoff |Failed QA --- Comment #20 from David Bourgault --- Test plan works as described, but QA tools warns of forbidden patterns. koha-tmpl/intranet-tmpl/prog/en/includes/serials/subscription_daily_choice.inc FAIL forbidden patterns forbidden pattern: Do not use line breaks inside template tags (bug 18675) (line 5) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 19:40:33 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 18:40:33 +0000 Subject: [Koha-bugs] [Bug 19578] New: TT syntax for notices - There is no way to pre-process DB fields Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19578 Bug ID: 19578 Summary: TT syntax for notices - There is no way to pre-process DB fields Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Notices Assignee: koha-bugs at lists.koha-community.org Reporter: jonathan.druart at bugs.koha-community.org QA Contact: testopia at bugs.koha-community.org Jenkins fails (run 287) on a test in t/db_dependent/Letters/TemplateToolkit.t: With the historical syntax: # Your request for an article from tQYRS (c3Av58O0P5xkkIGu) has been canceled for the following reason: With the TT syntax: # Your request for an article from tQYRS_ (c3Av58O0P5xkkIGu) has been canceled for the following reason: The last character of the biblio's title has been removed because it's a punctuation character. It comes from: C4::Letters::_parseletter 893 $val =~ s/\p{P}$// if $val && $table=~/biblio/; The same replacement is done for patron's attributes too. With the TT syntax we retrieve the objects and send them to the template, without fetching the attributes. To restore this behaviour we could apply this regex on all the fields of the biblio objects, but it could be perf killer (we will process fields that we will certainly not used in the template). I thought about the TT filter we could apply on all the variables we display, but we will not know where come from the data, and we need to apply this change only for the biblio table. Any other ideas? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 19:41:05 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 18:41:05 +0000 Subject: [Koha-bugs] [Bug 19578] TT syntax for notices - There is no way to pre-process DB fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19578 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle at bywatersolutions.com, | |tomascohen at gmail.com Status|NEW |In Discussion -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 19:46:07 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 18:46:07 +0000 Subject: [Koha-bugs] [Bug 19578] TT syntax for notices - There is no way to pre-process DB fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19578 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 19:55:32 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 18:55:32 +0000 Subject: [Koha-bugs] [Bug 6918] can't place holds on 'on order' items with AllowOnShelfHolds off In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6918 Dominic Pichette changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dominic.pichette at inlibro.co | |m --- Comment #30 from Dominic Pichette --- I did a reset --hard on origin/master and still have the same error than Simon.. -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 20:06:49 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 19:06:49 +0000 Subject: [Koha-bugs] [Bug 7317] Add an Interlibrary Loan Module to Circulation and OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7317 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #68921|0 |1 is obsolete| | --- Comment #176 from Tom?s Cohen Arazi --- Created attachment 68927 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68927&action=edit Bug 7317: Handle backend absense more gracefuly 5/ This patch makes Koha::Illrequest->load_backend raise an exception if the passed backend is invalid. This way we will catch more errors introduced. The patch also disables the 'New Ill request' when no backends are available. Gets rid of a related warnings. Both OPAC and Intranet now display a warning message when no backends are available. Tests are added for the load_backend changes. 4/ This patch fixes the path for the checkboxes jquery plugin, and removes the include for tablesorter, as this implementation uses Datatables. This is obviously code for older Koha, ported to master. TODO: There's something wrong on the styling. My idea is to get rid of the custom column visualization tool, and have it display as regular DataTables. We can then introduce the use of colvis on a separate bug report. Note: POD coverage for the exceptions file is wrongly tested. It is a false positive. Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 20:07:01 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 19:07:01 +0000 Subject: [Koha-bugs] [Bug 7317] Add an Interlibrary Loan Module to Circulation and OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7317 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #68922|0 |1 is obsolete| | --- Comment #177 from Tom?s Cohen Arazi --- Created attachment 68928 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68928&action=edit Bug 7317: (QA followup) Get rid of warnings from the tests Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 20:07:12 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 19:07:12 +0000 Subject: [Koha-bugs] [Bug 7317] Add an Interlibrary Loan Module to Circulation and OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7317 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #68926|0 |1 is obsolete| | --- Comment #178 from Tom?s Cohen Arazi --- Created attachment 68929 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68929&action=edit Bug 7317: opac.css update Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 20:09:06 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 19:09:06 +0000 Subject: [Koha-bugs] [Bug 19014] Patrons should not get a on_reserve notification if the checkout is due in the future In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19014 Caroline Cyr La Rose changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |caroline.cyr-la-rose at inlibr | |o.com Status|Needs Signoff |Failed QA --- Comment #5 from Caroline Cyr La Rose --- Hi Jonathan, I'm having trouble testing this. Which cron job are we supposed to run? Is it automatic_renewals.pl --send-notices? Furthermore, I had an item due in the future (in december) and I still received a notice saying the auto renewal failed because I had fines (which was true). But why would it try to renew something due in december? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 20:10:17 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 19:10:17 +0000 Subject: [Koha-bugs] [Bug 18357] On-site checkouts issues with 'Unlimited' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18357 David Bourgault changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 20:10:20 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 19:10:20 +0000 Subject: [Koha-bugs] [Bug 18357] On-site checkouts issues with 'Unlimited' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18357 David Bourgault changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #68896|0 |1 is obsolete| | --- Comment #5 from David Bourgault --- Created attachment 68930 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68930&action=edit Bug 18357: Handle unlimited on-site checkouts If on-site checkouts are set to unlimited (i.e. NULL/undef), they are currently blocked. Test plan: 1/ Set All/All rule with Unlimited/unlimited for normal/onsite checkouts 2/ Will be able to perform onsite checkout 3/ Edit rule to be 15/Unlimited normal/onsite 4/ Will be able to perform onsite checkout => Without this patch it was blocked 5/ Set rule to 15/15 6/ Onsite checkouts work again Signed-off-by: David Bourgault -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 20:12:10 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 19:12:10 +0000 Subject: [Koha-bugs] [Bug 7317] Add an Interlibrary Loan Module to Circulation and OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7317 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #68927|0 |1 is obsolete| | --- Comment #179 from Tom?s Cohen Arazi --- Created attachment 68931 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68931&action=edit Bug 7317: Handle backend absense more gracefuly 5/ This patch makes Koha::Illrequest->load_backend raise an exception if the passed backend is invalid. This way we will catch more errors introduced. The patch also disables the 'New Ill request' when no backends are available. Gets rid of a related warnings. Both OPAC and Intranet now display a warning message when no backends are available. Tests are added for the load_backend changes. 4/ This patch fixes the path for the checkboxes jquery plugin, and removes the include for tablesorter, as this implementation uses Datatables. This is obviously code for older Koha, ported to master. TODO: There's something wrong on the styling. My idea is to get rid of the custom column visualization tool, and have it display as regular DataTables. We can then introduce the use of colvis on a separate bug report. Note: POD coverage for the exceptions file is wrongly tested. It is a false positive. Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 20:12:23 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 19:12:23 +0000 Subject: [Koha-bugs] [Bug 7317] Add an Interlibrary Loan Module to Circulation and OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7317 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #68928|0 |1 is obsolete| | --- Comment #180 from Tom?s Cohen Arazi --- Created attachment 68932 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68932&action=edit Bug 7317: (QA followup) Get rid of warnings from the tests Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 20:12:35 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 19:12:35 +0000 Subject: [Koha-bugs] [Bug 7317] Add an Interlibrary Loan Module to Circulation and OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7317 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #68929|0 |1 is obsolete| | --- Comment #181 from Tom?s Cohen Arazi --- Created attachment 68933 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68933&action=edit Bug 7317: opac.css update Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 20:22:24 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 19:22:24 +0000 Subject: [Koha-bugs] [Bug 16787] 'Too many holds' message appears inappropriately and is missing data In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16787 David Bourgault changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA CC| |david.bourgault at inlibro.com --- Comment #7 from David Bourgault --- Is there a step missing form the test plan? I applied the patch, change my Circulation rules to set no holds for All/All (I have no other rules for my test patron's category) and tried to place a hold but got the message "No available items.", but I can see it as available on the OPAC detail page. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 20:26:22 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 19:26:22 +0000 Subject: [Koha-bugs] [Bug 6918] can't place holds on 'on order' items with AllowOnShelfHolds off In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6918 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #68898|0 |1 is obsolete| | --- Comment #31 from Jonathan Druart --- Created attachment 68934 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68934&action=edit Bug 6918 - can't place holds on 'on order' items with AllowOnShelfHolds off Test Plan: 1) Apply patch 2) Turn off AllowOnShelfHolds 3) Create a bib with one item, mark the item as 'on order' 4) Attempt to place a hold on the item, you should now be able to do so -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 20:45:25 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 19:45:25 +0000 Subject: [Koha-bugs] [Bug 19444] Automatic renewal script should not auto-renew if a patron' s record has expired In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19444 Dominic Pichette changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dominic.pichette at inlibro.co | |m --- Comment #10 from Dominic Pichette --- I tried it, I started by setting BlockExpiredPatronOpacActions to set, checked out an item for a particular patron, change the expiration date of that patron so he is now expired and then executed automatic_renewals.pl. The patch didn't seem to make a difference, it passed in both cases.. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 20:54:37 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 19:54:37 +0000 Subject: [Koha-bugs] [Bug 19485] Limiting by title-series (se) broken on ES In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19485 --- Comment #3 from David Bourgault --- The mappings are supposed to be located in admin/searchengine/elasticsearch/mappings.yaml -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 20:55:12 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 19:55:12 +0000 Subject: [Koha-bugs] [Bug 7317] Add an Interlibrary Loan Module to Circulation and OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7317 --- Comment #182 from Jonathan Druart --- 1/ Error handling on borrowernumber when creating or updating a request (backend issue?) 2/ Capitalization problems, deprecated words (Branch, borrowers), etc 3/ Use dateformat to display dates 4/ ill/ill-requests.pl?method=generic_confirm&illrequest_id=3 click "send email" Software error to handle correctly: No target email addresses found. Either select at least one partner or check your ILL partner library records. at /home/vagrant/kohaclone/Koha/Illrequest.pm line 896. 5/ Same for "Your branch has no email address. Please set it. at /home/vagrant/kohaclone/Koha/Illrequest.pm line 901." 6/ Should not we use message_queue instead of sendmail directly? 7/ Maybe we should add a warning to the about page if the partner_code defined in the config does not match a category_code (?) (not finished) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 20:56:17 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 19:56:17 +0000 Subject: [Koha-bugs] [Bug 19444] Automatic renewal script should not auto-renew if a patron' s record has expired In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19444 --- Comment #11 from Dominic Pichette --- I tried it, I started by setting BlockExpiredPatronOpacActions to set, checked out an item for a particular patron, change the expiration date of that patron so he is now expired and then executed automatic_renewals.pl. The patch didn't seem to make a difference, it passed in both cases.. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 21:03:43 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 20:03:43 +0000 Subject: [Koha-bugs] [Bug 19542] Koha should display Elasticsearch information in the about page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19542 David Bourgault changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 21:03:45 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 20:03:45 +0000 Subject: [Koha-bugs] [Bug 19542] Koha should display Elasticsearch information in the about page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19542 David Bourgault changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #68861|0 |1 is obsolete| | --- Comment #5 from David Bourgault --- Created attachment 68935 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68935&action=edit Bug 19542: Add a check for ES configuration health This patch adds a new statuc function to Koha::SearchEngine::ElasticSearch which is instended to replace most of get_elasticsearch_params. This function reads the configuration from C4::Context->config('elasticsearch') and raises relevant exceptions when mandatory entries are missing. Its behaviour is covered by tests. To test: - Run: $ kshell k$ prove t/Koha/SearchEngine/Elasticsearch.t => SUCCESS: Tests pass! - Sign off :-D Signed-off-by: David Bourgault -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 21:03:59 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 20:03:59 +0000 Subject: [Koha-bugs] [Bug 19542] Koha should display Elasticsearch information in the about page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19542 David Bourgault changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #68862|0 |1 is obsolete| | --- Comment #6 from David Bourgault --- Created attachment 68936 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68936&action=edit Bug 19542: Add Elasticsearch information in the 'About' page This patch adds Elasticsearch related information to the 'About' page. The information is gathered and displayed only when the 'SearchEngine' syspref is set to 'Elasticsearch'. It displays configured nodes, and the status: - Running - Not running In case it is running, it displays the defined indices and the document count on each. If there are configuration problems, exceptions are catch and a convenient warning message is displayed. To test: - Apply this patches - Run: $ kshell k$ prove t/Koha/SearchEngine/Elasticsearch.t => SUCCESS: Tests pass! - Have ES configured in your koha-conf.xml file (by default in kohadevbox) - Set the 'SearchEngine' syspref to 'Elasticsearch' - Comment out pieces of the elasticsearch-specific entries (server, index_name, the whole elasticsearch block). Reload on each change. => SUCCESS: Warning messages are displayed and make sense in the context of your changes. ----> the rest of the tests require having ES running on the dev env. This can be easily achieved by creating the kohadevbox using: $ KOHA_ELASTICSEARCH=1 vagrant up - Stop the 'elasticsearch' service: $ sudo service elasticsearch stop - Reload about.pl => SUCCESS: The configured nodes are displayed, and the status is 'not running' - Start the 'elasticsearch' service: $ sudo service elasticsearch start - Reload about.pl => SUCCESS: The configured nodes are displayed, the status is 'running' and created indices info is displayed, along with the document count on each index. - Sign off :-D Signed-off-by: David Bourgault -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 21:07:47 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 20:07:47 +0000 Subject: [Koha-bugs] [Bug 19482] Elasticsearch - prevent removal / editing of required indexes In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19482 David Bourgault changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Patch doesn't apply CC| |david.bourgault at inlibro.com --- Comment #4 from David Bourgault --- The 2nd patch does not apply on current master. (Lacking or useless SHA1) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 21:14:14 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 20:14:14 +0000 Subject: [Koha-bugs] [Bug 19066] Add branchcode to accountlines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19066 David Bourgault changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Patch doesn't apply CC| |david.bourgault at inlibro.com --- Comment #10 from David Bourgault --- Patch doesnt apply for me on master. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 21:17:15 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 20:17:15 +0000 Subject: [Koha-bugs] [Bug 17672] Items table should have a damaged_on column In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17672 Charles Farmer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |charles.farmer at inlibro.com --- Comment #7 from Charles Farmer --- Since we see the date at which the item was damaged on the moredetail.pl, should we also see this information in the header table of the additem.pl page along the status? Just pitching the idea out there. Everything worked fine, though I had to bump up the number of tests from 12 to 13 in order to make it work on the current master. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 21:21:18 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 20:21:18 +0000 Subject: [Koha-bugs] [Bug 19522] Label creator - some strings are not translatable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19522 --- Comment #25 from Dominic Pichette --- i translated using misc/translator/translate fr-CA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 21:24:08 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 20:24:08 +0000 Subject: [Koha-bugs] [Bug 18948] Reindexing should use aliases to avoid down time In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18948 David Bourgault changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david.bourgault at inlibro.com Status|Needs Signoff |Patch doesn't apply --- Comment #6 from David Bourgault --- Patch does not apply, SHA1 error for Indexer.pm -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 21:25:30 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 20:25:30 +0000 Subject: [Koha-bugs] [Bug 17672] Items table should have a damaged_on column In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17672 Charles Farmer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65551|0 |1 is obsolete| | Attachment #65552|0 |1 is obsolete| | --- Comment #9 from Charles Farmer --- Created attachment 68938 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68938&action=edit Bug 17672 - Schema updates Signed-off-by: Owen Leonard Signed-off-by: Charles Farmer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 21:25:15 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 20:25:15 +0000 Subject: [Koha-bugs] [Bug 17672] Items table should have a damaged_on column In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17672 --- Comment #8 from Charles Farmer --- Created attachment 68937 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68937&action=edit Bug 17672 - Items table should have a damaged_on column This patchset adds a 'damaged_on' column to store the date an item is marked damaged, analogous to withdrawn_on and itemlost_on To test: 1 - Apply patch 2 - Mark an item damaged via moredetail.pl (Items tab on left in details) 3 - Note the damaged on date apears below 4 - Unmark the item, the date is removed 5 - Go to the edit items screen (from top bar 'Edit->edit items') 6 - Mark item damaged - check db or moredetails.pl to see damaged_on date 7 - Unmark item damaged - confirm date is removed 8 - prove t/db_dependent/Items.t Signed-off-by: Owen Leonard Signed-off-by: Charles Farmer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 21:25:36 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 20:25:36 +0000 Subject: [Koha-bugs] [Bug 17672] Items table should have a damaged_on column In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17672 --- Comment #10 from Charles Farmer --- Created attachment 68939 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68939&action=edit Bug 17672 - Dumping Items.t expected tests from 12 to 13 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 21:29:44 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 20:29:44 +0000 Subject: [Koha-bugs] [Bug 18950] Elasticsearch - Add password access for admin functions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18950 David Bourgault changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA CC| |david.bourgault at inlibro.com --- Comment #3 from David Bourgault --- Patch applies, and basic functionality is there, however: - "Reindex" checked for password correctly but failed since 18948 does not apply for me (not an issue, just a note) - The password input field is of type=text but should be of type=password - The error message when you enter a wrong password should probably more obvious (like being red, or using the standard koha warning boxes) - I'd suggest moving the XML node inside the group, seems cleaner to me. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 21:30:21 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 20:30:21 +0000 Subject: [Koha-bugs] [Bug 18936] Convert issuingrules fields to circulation_rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18936 David Bourgault changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david.bourgault at inlibro.com --- Comment #8 from David Bourgault --- No test plan? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 21:38:33 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 20:38:33 +0000 Subject: [Koha-bugs] [Bug 18213] Add language facets to Elasticsearch In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18213 David Bourgault changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Patch doesn't apply CC| |david.bourgault at inlibro.com --- Comment #5 from David Bourgault --- Does not apply. fatal: sha1 information is lacking or useless (Koha/SearchEngine/Elasticsearch.pm). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 21:39:21 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 20:39:21 +0000 Subject: [Koha-bugs] [Bug 19166] Add the ability to add adjustments to an invoice In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19166 Caroline Cyr La Rose changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA CC| |caroline.cyr-la-rose at inlibr | |o.com --- Comment #16 from Caroline Cyr La Rose --- I want this so much to work! I've been asked for this many many times! But I got a software error. BIx::Class::Storage::DBI::_dbh_execute(): Table 'koha_master_dev_inlibro.invoice_adjustments' doesn't exist at /inlibro/git/koha-master-dev-inlibro/Koha/Object.pm line 121 Plus the prove -v ... returned red. DBD::mysql::st execute failed: Table 'koha_master_dev_inlibro.invoice_adjustments' doesn't exist [for Statement "SELECT `me`.`adjustment_id`, `me`.`invoiceid`, `me`.`adjustment`, `me`.`reason`, `me`.`note`, `me`.`budget_id`, `me`.`encumber_open`, `me`.`timestamp` FROM `invoice_adjustments` `me` JOIN `aqinvoices` `invoiceid` ON `invoiceid`.`invoiceid` = `me`.`invoiceid` WHERE ( ( `budget_id` = ? AND `closedate` IS NOT NULL ) )" with ParamValues: 0='6'] at /usr/share/perl5/DBIx/Class/Storage/DBI.pm line 1765. DBIx::Class::Storage::DBI::_dbh_execute(): Table 'koha_master_dev_inlibro.invoice_adjustments' doesn't exist at /inlibro/git/koha-master-dev-inlibro/Koha/Objects.pm line 209 # Looks like your test exited with 255 just after 60. Dubious, test returned 255 (wstat 65280, 0xff00) Failed 85/145 subtests Test Summary Report ------------------- t/db_dependent/Budgets.t (Wstat: 65280 Tests: 60 Failed: 0) Non-zero exit status: 255 Parse errors: Bad plan. You planned 145 tests but ran 60. Files=1, Tests=60, 1 wallclock secs ( 0.02 usr 0.00 sys + 1.49 cusr 0.08 csys = 1.59 CPU) Result: FAIL -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 21:40:55 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 20:40:55 +0000 Subject: [Koha-bugs] [Bug 13188] Mandatory fields are wrong in patron personal details page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13188 Ola Andersson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ola.andersson at ltu.se --- Comment #3 from Ola Andersson --- It is not possible with Koha 17.05.05 to configure a set of mandatory fields in SelfRegistration and at the same time configure another set of mandatory fields in SelfModification. This seems to be a design flaw. E.g. we would like to have Address2 field mandatory in SelfRegistration but optional in SelfModification. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 21:49:33 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 20:49:33 +0000 Subject: [Koha-bugs] [Bug 19454] Script borrowers-force-messaging-defaults.pl should be able to filter on patron category In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19454 Charles Farmer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |charles.farmer at inlibro.com --- Comment #6 from Charles Farmer --- Can't really say if the problem is on my end or not, but I couldn't apply your patches: > fatal: sha1 information is lacking or useless (misc/maintenance/borrowers-force-messaging-defaults.pl) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 21:54:21 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 20:54:21 +0000 Subject: [Koha-bugs] [Bug 16461] Add some information (branch and barcode) in fine description for overdue In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16461 David Bourgault changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david.bourgault at inlibro.com --- Comment #8 from David Bourgault --- Missing a test plan -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 21:55:27 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 20:55:27 +0000 Subject: [Koha-bugs] [Bug 18602] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18602 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|intuitI8OO3672164 |SPAM |Quickbooks Payroll Tech | |Support Phone Number | CC| |katrin.fischer at bsz-bw.de -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 22:00:23 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 21:00:23 +0000 Subject: [Koha-bugs] [Bug 19452] The -truncate option in borrowers-force-messaging-defaults.pl should not remove category preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19452 Charles Farmer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |charles.farmer at inlibro.com --- Comment #6 from Charles Farmer --- Can't really say where the problem lies, but I couldn't apply your patches: > fatal: sha1 information is lacking or useless (misc/maintenance/borrowers-force-messaging-defaults.pl). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 22:05:26 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 21:05:26 +0000 Subject: [Koha-bugs] [Bug 19471] Show creation date in patron restrictions list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19471 Charles Farmer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #68180|0 |1 is obsolete| | --- Comment #3 from Charles Farmer --- Created attachment 68940 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68940&action=edit Bug 19471: Show creation date in patron restrictions list Test plan: 1. Go to the "Details" vertical tab of a patron. 2. Click the "Restriction" tab in the bottom and add a manual restriction. 3. Verify a creation date is visible. 4. Edit the same patron. 5. Under "Patron restrictions" verify the creation date of the listed restiction is visible. Signed-off-by: Owen Leonard Signed-off-by: Charles Farmer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 22:08:40 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 21:08:40 +0000 Subject: [Koha-bugs] [Bug 19549] Reserve Slip prints first found hold when patron has multiple holds on a biblio In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19549 Caroline Cyr La Rose changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |caroline.cyr-la-rose at inlibr | |o.com --- Comment #2 from Caroline Cyr La Rose --- Is this for multiple holds on the same biblio? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 22:13:37 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 21:13:37 +0000 Subject: [Koha-bugs] [Bug 19549] Reserve Slip prints first found hold when patron has multiple holds on a biblio In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19549 --- Comment #3 from Jason Palmer --- (In reply to Caroline Cyr La Rose from comment #2) > Is this for multiple holds on the same biblio? Yes. Multiple holds for same bib. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 22:54:53 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 21:54:53 +0000 Subject: [Koha-bugs] [Bug 19579] New: PatronSelfRegistrationEmailMustBeUnique does not prevent duplicates when using PatronSelfRegistrationVerifyByEmail Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19579 Bug ID: 19579 Summary: PatronSelfRegistrationEmailMustBeUnique does not prevent duplicates when using PatronSelfRegistrationVerifyByEmail Change sponsored?: --- Product: Koha Version: 16.05 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: OPAC Assignee: oleonard at myacpl.org Reporter: baselibrary.consortium at nhs.net QA Contact: testopia at bugs.koha-community.org With PatronSelfRegistrationVerifyByEmail set to Require and PatronSelfRegistrationEmailMustBeUnique set to Consider a patron can still self register many times using the same email address. Test case 1. Patron submits self registration form using the same email address 3 times 2. Patron receives 3 verification emails 3. Patron clicks on 3 verify token URLs 4. Staff client now shows the 3 patrons 5. Patron logs into 3 accounts on OPAC 6. Patron cannot change personal details because email address already exists -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Nov 3 22:55:47 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 03 Nov 2017 21:55:47 +0000 Subject: [Koha-bugs] [Bug 19579] PatronSelfRegistrationEmailMustBeUnique does not prevent duplicates when using PatronSelfRegistrationVerifyByEmail In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19579 BASE Library Consortium changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |baselibrary.consortium at nhs. | |net -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Nov 4 01:19:39 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 Nov 2017 00:19:39 +0000 Subject: [Koha-bugs] [Bug 19420] Improve display of errors from failure of uploading file during stage import In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19420 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Nov 4 01:19:41 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 Nov 2017 00:19:41 +0000 Subject: [Koha-bugs] [Bug 19420] Improve display of errors from failure of uploading file during stage import In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19420 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #68910|0 |1 is obsolete| | --- Comment #12 from Nick Clemens --- Created attachment 68941 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68941&action=edit Bug 19420 - Add errors on other pages Fix error array (add '0' value) Update errors on other places using upload.js Eventually these should all be using the same code in a js file upload.tt already dealt with these errors, but has diff code, made it work with new error syntax -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Nov 4 01:21:44 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 Nov 2017 00:21:44 +0000 Subject: [Koha-bugs] [Bug 19420] Improve display of errors from failure of uploading file during stage import In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19420 --- Comment #13 from Nick Clemens --- (In reply to Marcel de Rooy from comment #11) > Upload local cover image > Upload status: Failed - (2) Root directory for uploads not defined > No, the directory was not writable. > This went wrong since the errcode is 2, but you forgot to add a zero entry > in you errMsgs array. So they are one position out of sync. > Please add a leading entry here (see also upload.tt) > var errMsgs = [ _("File already exists"), _("Directory is not writeable"), > _("Root directory for uploads not defined"), _("Temporary directory for > uploads not defined") ]; > Adjust same thing in two other places ? Adjusted :-) > > //Next three errors have no code path to trigger that I see > I am very confident that I tested all codes when I wrote this. They may be > hard to simulate, but I did. Please remove this comment. Removed, I though we only passed 1-4 back in the pm file, my apologies -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Nov 4 02:27:22 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 Nov 2017 01:27:22 +0000 Subject: [Koha-bugs] [Bug 19580] New: Elasticsearch: QueryAutoTruncate exclude period as splitting character in autotruncation Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19580 Bug ID: 19580 Summary: Elasticsearch: QueryAutoTruncate exclude period as splitting character in autotruncation Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Searching - Elasticsearch Assignee: koha-bugs at lists.koha-community.org Reporter: nick at bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Nov 4 02:31:45 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 Nov 2017 01:31:45 +0000 Subject: [Koha-bugs] [Bug 19580] Elasticsearch: QueryAutoTruncate exclude period as splitting character in autotruncation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19580 --- Comment #1 from Nick Clemens --- Created attachment 68942 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68942&action=edit Bug 19580: Unit tests -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Nov 4 02:31:47 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 Nov 2017 01:31:47 +0000 Subject: [Koha-bugs] [Bug 19580] Elasticsearch: QueryAutoTruncate exclude period as splitting character in autotruncation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19580 --- Comment #2 from Nick Clemens --- Created attachment 68943 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68943&action=edit Bug 19580: Exclude period as splitting character for autotrunction To test: 0 - Apply Unit test patch only 1 - prove t/db_dependent/Koha_SearchEngine_Elasticsearch_Search.t 2 - Should fail 3 - Apply this patch 4 - prove t/db_dependent/Koha_SearchEngine_Elasticsearch_Search.t 5 - should pass 6 - search for 'Local-number.raw:"4"' (or a vlid biblionumber) 7 - should get expected result -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Nov 4 02:31:43 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 Nov 2017 01:31:43 +0000 Subject: [Koha-bugs] [Bug 19580] Elasticsearch: QueryAutoTruncate exclude period as splitting character in autotruncation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19580 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Nov 4 02:32:36 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 Nov 2017 01:32:36 +0000 Subject: [Koha-bugs] [Bug 19580] Elasticsearch: QueryAutoTruncate exclude period as splitting character in autotruncation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19580 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |nick at bywatersolutions.com |ity.org | Depends on| |19559 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19559 [Bug 19559] Elasticsearch QueryAutoTruncate truncate field names with hyphens if data is quoted -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Nov 4 02:32:36 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 Nov 2017 01:32:36 +0000 Subject: [Koha-bugs] [Bug 19559] Elasticsearch QueryAutoTruncate truncate field names with hyphens if data is quoted In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19559 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |19580 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19580 [Bug 19580] Elasticsearch: QueryAutoTruncate exclude period as splitting character in autotruncation -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Nov 4 02:33:35 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 Nov 2017 01:33:35 +0000 Subject: [Koha-bugs] [Bug 19559] Elasticsearch QueryAutoTruncate truncate field names with hyphens if data is quoted In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19559 --- Comment #8 from Nick Clemens --- (In reply to David Gustafsson from comment #4) > Would be nice if "." could as be included as a valid field characters, since > it is used for subfields in Elasticsearch. ("Control-number.raw" for > example). This could be done, opening a new bug 19580 We may need more adjustments to when we do and do not truncate/split -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Nov 4 02:42:40 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 Nov 2017 01:42:40 +0000 Subject: [Koha-bugs] [Bug 16787] 'Too many holds' message appears inappropriately and is missing data In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16787 --- Comment #8 from Nick Clemens --- (In reply to David Bourgault from comment #7) > Is there a step missing form the test plan? I applied the patch, change my > Circulation rules to set no holds for All/All (I have no other rules for my > test patron's category) and tried to place a hold but got the message "No > available items.", but I can see it as available on the OPAC detail page. Sorry, I did miss a detail, this patch only affects the staff side, not the OPAC -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Nov 4 02:42:50 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 Nov 2017 01:42:50 +0000 Subject: [Koha-bugs] [Bug 16787] 'Too many holds' message appears inappropriately and is missing data In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16787 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Nov 4 03:01:03 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 Nov 2017 02:01:03 +0000 Subject: [Koha-bugs] [Bug 19166] Add the ability to add adjustments to an invoice In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19166 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #17 from Nick Clemens --- (In reply to Caroline Cyr La Rose from comment #16) > I want this so much to work! I've been asked for this many many times! > > But I got a software error. > > BIx::Class::Storage::DBI::_dbh_execute(): Table > 'koha_master_dev_inlibro.invoice_adjustments' doesn't exist at > /inlibro/git/koha-master-dev-inlibro/Koha/Object.pm line 121 > > Plus the prove -v ... returned red. HI Caroline, Did you run the database updates? It looks like the tables introduced in this patchset have not been created. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Nov 4 03:10:42 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 Nov 2017 02:10:42 +0000 Subject: [Koha-bugs] [Bug 18213] Add language facets to Elasticsearch In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18213 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64798|0 |1 is obsolete| | Attachment #64841|0 |1 is obsolete| | Attachment #64905|0 |1 is obsolete| | --- Comment #6 from Nick Clemens --- Created attachment 68944 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68944&action=edit Bug 18213 - Add language facets to Elasticsearch This patch add language as a facet to ES results - it adds a new template plugin for languages to get the appropriate description given an iso 639-2 code To test: 1 - Make sure you have records with differing languages (in the MARC21 008 field characters 35-37 or UNIMARC 101a) 2 - Apply patch 3 - Reload Elasticsearch settings: http://localhost:8081/cgi-bin/koha/admin/searchengine/elasticsearch/mappings.pl?op=reset&i_know_what_i_am_doing=1 4 - Reindex your records 5 - Search for a phrase that will return results in several languages 6 - Verify you see factes correctly labelled for 'Language' 7 - Verify the facets work 8 - Verify both opac and staff results 9 - prove t/db_dependent/Languages.t -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Nov 4 03:10:45 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 Nov 2017 02:10:45 +0000 Subject: [Koha-bugs] [Bug 18213] Add language facets to Elasticsearch In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18213 --- Comment #7 from Nick Clemens --- Created attachment 68945 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68945&action=edit Bug 18213 - DB Update (facet order) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Nov 4 03:10:48 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 Nov 2017 02:10:48 +0000 Subject: [Koha-bugs] [Bug 18213] Add language facets to Elasticsearch In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18213 --- Comment #8 from Nick Clemens --- Created attachment 68946 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68946&action=edit Bug 18213 - Add Template plugin and fix for C4/Languages -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Nov 4 03:10:40 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 Nov 2017 02:10:40 +0000 Subject: [Koha-bugs] [Bug 18213] Add language facets to Elasticsearch In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18213 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Nov 4 10:27:58 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 Nov 2017 09:27:58 +0000 Subject: [Koha-bugs] [Bug 10708] make fine receipt customizable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10708 Jamsheer N P changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jamsheer.np at gmail.com --- Comment #7 from Jamsheer N P --- There shall be an option for receipt number in the payment slip which can be reset at beginning of the financial year. So that one need not have to depend on a manual receipt writing/printing. With the help of a unique receipt number, payment can be verified later (especially where financial auditing in library is mandatory). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Nov 4 21:27:34 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 Nov 2017 20:27:34 +0000 Subject: [Koha-bugs] [Bug 17314] REST API: Add API route to create, list and delete a purchase suggestion In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17314 --- Comment #21 from Jiri Kozlovsky --- (In reply to Jon Knight from comment #20) > I noticed that this doesn't apply cleanly to the latest master HEAD on my > kohadevbox. I could help rebase if that would be useful to nudge this bug > along? Unless of course Jiri is working on an updated version? Well, I've been working on rebasing on top of master HEAD for a little time already and I'm near completion. Right now I'm actually solving a really strange bug when GET on an item (/suggestions/{id}) works perfectly fine, but GET on a list of items (/suggestions) fails on "Method not implemented" although I've basically copy & pasted the /patrons implementation. As soon as I'll solve this strange behaviour, I'll post my work here ;) But thank you for your effort.(In reply to Jon Knight from comment #19) > Is development of this patch still ongoing? Also PUT appears to actually be > a PATCH operation as it doesn't require the whole object data to be > specified - should the HTTP method be changed to reflect that? I'm going to fix this too in my next patch. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Nov 4 21:37:00 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 Nov 2017 20:37:00 +0000 Subject: [Koha-bugs] [Bug 19538] Advanced editor - Rancor - Move syspref from labs to cataloging and remove experimental note In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19538 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Status|In Discussion |Signed Off --- Comment #4 from Katrin Fischer --- We discussed this at the last meeting and agreed to move it out of labs. There are no open bug reports, just ongoing enhancements. I think it's ripe to leave the labs. https://wiki.koha-community.org/wiki/Development_IRC_meeting_11_October_2017 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Nov 4 21:41:40 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 Nov 2017 20:41:40 +0000 Subject: [Koha-bugs] [Bug 19538] Advanced editor - Rancor - Move syspref from labs to cataloging and remove experimental note In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19538 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |In Discussion -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Nov 4 22:51:23 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 04 Nov 2017 21:51:23 +0000 Subject: [Koha-bugs] [Bug 19580] Elasticsearch: QueryAutoTruncate exclude period as splitting character in autotruncation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19580 David Gustafsson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |glasklas at gmail.com --- Comment #3 from David Gustafsson --- I think you need to escape that hyphen unless its the last character within the character class brackets (like this: my @tokens = split /((?:[\w\-.]+:)?"[^"]+"|\s+)/, $query;) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Nov 5 01:29:43 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Nov 2017 00:29:43 +0000 Subject: [Koha-bugs] [Bug 19481] Elasticsearch - Set default fields for sorting in mappings.yaml In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19481 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |19482 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19482 [Bug 19482] Elasticsearch - prevent removal / editing of required indexes -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Nov 5 01:29:43 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Nov 2017 00:29:43 +0000 Subject: [Koha-bugs] [Bug 19482] Elasticsearch - prevent removal / editing of required indexes In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19482 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |19481 Status|Patch doesn't apply |Needs Signoff Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19481 [Bug 19481] Elasticsearch - Set default fields for sorting in mappings.yaml -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Nov 5 02:50:03 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Nov 2017 01:50:03 +0000 Subject: [Koha-bugs] [Bug 19581] New: Elasticsearch - Catmandu split option adds extra null fields to indexes Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19581 Bug ID: 19581 Summary: Elasticsearch - Catmandu split option adds extra null fields to indexes Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Searching - Elasticsearch Assignee: nick at bywatersolutions.com Reporter: nick at bywatersolutions.com This affects sorting, when encountering a null field the title in question will sort out of place. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Nov 5 03:03:15 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Nov 2017 02:03:15 +0000 Subject: [Koha-bugs] [Bug 19581] Elasticsearch - Catmandu split option adds extra null fields to indexes In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19581 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Nov 5 03:03:16 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Nov 2017 02:03:16 +0000 Subject: [Koha-bugs] [Bug 19581] Elasticsearch - Catmandu split option adds extra null fields to indexes In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19581 --- Comment #1 from Nick Clemens --- Created attachment 68947 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68947&action=edit Bug 19581: Unit tests -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Nov 5 03:03:19 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Nov 2017 02:03:19 +0000 Subject: [Koha-bugs] [Bug 19581] Elasticsearch - Catmandu split option adds extra null fields to indexes In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19581 --- Comment #2 from Nick Clemens --- Created attachment 68948 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68948&action=edit Bug 19581: Remove 'split' option from Catmandu fixes for marc This option in combination with append seems to add null entries in the indexes for fields that don't exist. These fields then affect sorting. Removing it solves the issue To test: 1 - Have an ES setup 2 - Catalog and index some records 3 - View a record in ES: curl 'localhost:9200/koha_kohadev_biblios/data/4?pretty=yes' 4 - Note there are 'null' entries in the indexes, save this result for comparison 5 - Apply patch 6 - Reindex, amking sure to delete existing indexes perl misc/search_tools/rebuild_elastic_search.pl -d 7 - View the record again 8 - Note the null entries are removed 9 - Note indices are otherwise intact -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Nov 5 03:04:36 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Nov 2017 02:04:36 +0000 Subject: [Koha-bugs] [Bug 19481] Elasticsearch - Set default fields for sorting in mappings.yaml In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19481 --- Comment #5 from Nick Clemens --- (In reply to David Bourgault from comment #4) > Test worked as planned, however sorting by title and author seemed strange. > I assume the issue wasn't introduced by this bug, but looking at the results > list, it did not seem alphabetical to me. See bug 19581 and bug 18827 for ordering issues -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Nov 5 03:14:02 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Nov 2017 02:14:02 +0000 Subject: [Koha-bugs] [Bug 19581] Elasticsearch - Catmandu split option adds extra null fields to indexes In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19581 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #68947|0 |1 is obsolete| | --- Comment #3 from Nick Clemens --- Created attachment 68949 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68949&action=edit Bug 19581: Unit tests This patch makes a few changes to the tests to take into account the change to indexing. To test: prove t/db_dependent/Koha_Elasticsearch_Indexer.t Should return green -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Nov 5 06:31:20 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Nov 2017 05:31:20 +0000 Subject: [Koha-bugs] [Bug 19514] No Password restrictions in onboarding tool patron creation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19514 Alex Buckley changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |In Discussion --- Comment #6 from Alex Buckley --- Hi Jonathan I have tried implemented the client side validation by doing the following: 1. Adding the following pragma at the start of onboardingstep3.tt: [% USE Koha %] 2. Adding the following to the bottom of the same file: [% PROCESS 'password_check.inc' %] [% PROCESS 'add_password_check' new_password => 'newpassword' %] 3. Added the following to the validation in the ../../../js/onboarding.js password: required: true, password_strong: true password_no_spaces: true },? password2: { required: true, password_match: true } . I notice that I get the JS error 'TypeError: _(...).format is not a function. This error is not thrown by the memberentrygen.tt file which uses the same client side validation. Can you give me any suggestions as to how to fix this issue -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Nov 5 08:03:59 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Nov 2017 07:03:59 +0000 Subject: [Koha-bugs] [Bug 6918] can't place holds on 'on order' items with AllowOnShelfHolds off In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6918 Alex Buckley changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |alexbuckley at catalyst.net.nz Status|Needs Signoff |Failed QA --- Comment #32 from Alex Buckley --- There's a unnecessary bracket in line 677 of opac-search.pl: syntax error at /home/vagrant/kohaclone/opac/opac-search.pl line 677, near ") )" -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Nov 5 16:41:38 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Nov 2017 15:41:38 +0000 Subject: [Koha-bugs] [Bug 18947] Unexpected Active Directory LDAP authentication failure mode In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18947 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick at bywatersolutions.com Severity|normal |major -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun Nov 5 16:43:00 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Nov 2017 15:43:00 +0000 Subject: [Koha-bugs] [Bug 18992] LDAP fallback behaviour not consistent In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18992 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |nick at bywatersolutions.com |ity.org | CC| |nick at bywatersolutions.com --- Comment #1 from Nick Clemens --- Bumping severity here, this broke our ldap config after upgrade to 17.05, will try to provide patch next week -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Nov 5 22:56:54 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Nov 2017 21:56:54 +0000 Subject: [Koha-bugs] [Bug 15265] Instagram and pintrest In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15265 --- Comment #3 from Ed Veal --- I agree with Owen, this should be a setting of some kind. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Nov 5 23:10:22 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 05 Nov 2017 22:10:22 +0000 Subject: [Koha-bugs] [Bug 18975] Wrong CSRF token when emailing cart contents In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18975 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |liz at catalyst.net.nz --- Comment #1 from Liz Rea --- I confirm this bug in 16.11.05. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 08:34:26 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 07:34:26 +0000 Subject: [Koha-bugs] [Bug 19578] TT syntax for notices - There is no way to pre-process DB fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19578 --- Comment #1 from Marcel de Rooy --- Should we identify the few fields this really is about? Like at least biblio.title. And then run the same substitutions in parseletter and the template? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 08:36:58 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 07:36:58 +0000 Subject: [Koha-bugs] [Bug 19494] Add reservedate to Holds awaiting pickup In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19494 --- Comment #3 from Marcel de Rooy --- (In reply to Simon Pouchol from comment #2) > Signed-off-by: Simon Pouchol Merci beaucoup, Simon. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 08:45:37 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 07:45:37 +0000 Subject: [Koha-bugs] [Bug 19452] The -truncate option in borrowers-force-messaging-defaults.pl should not remove category preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19452 --- Comment #7 from Marcel de Rooy --- (In reply to Charles Farmer from comment #6) > Can't really say where the problem lies, but I couldn't apply your patches: > > fatal: sha1 information is lacking or useless (misc/maintenance/borrowers-force-messaging-defaults.pl). Thx for trying. You need the dependency. First git apply 19451. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 08:46:18 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 07:46:18 +0000 Subject: [Koha-bugs] [Bug 19454] Script borrowers-force-messaging-defaults.pl should be able to filter on patron category In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19454 --- Comment #7 from Marcel de Rooy --- (In reply to Charles Farmer from comment #6) > Can't really say if the problem is on my end or not, but I couldn't apply > your patches: > > fatal: sha1 information is lacking or useless (misc/maintenance/borrowers-force-messaging-defaults.pl) You need two dependencies. 19451 and 19452 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 09:48:42 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 08:48:42 +0000 Subject: [Koha-bugs] [Bug 10748] Add option to block return of lost items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10748 --- Comment #9 from Marcel de Rooy --- There is a difference with the Withdrawn case. If the item is Lost, checking it in will remove the lost status. So the second checkin will not be blocked anymore although you set the pref. If the item is withdrawn, the status remains the same. So a second try will be blocked again. No 'blocker' for me. Tested it with SIP too. Got a failed checkin. So that is OK. The message "Checkin failed" is not very informative though. You need to inspect syslog (staff member ;) to see this warning: Checkin failed: probably for Wrongbranch or withdrawn This warn comes from SIP/ILS.pm line 237. It could be 'enriched' with the blocked lost-case, but it is more a comment for developers than something useful. Adding a comment in a follow-up. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 09:49:08 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 08:49:08 +0000 Subject: [Koha-bugs] [Bug 10748] Add option to block return of lost items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10748 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #68112|0 |1 is obsolete| | --- Comment #10 from Marcel de Rooy --- Created attachment 68950 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68950&action=edit Bug 10748: Add the ability to block return of lost items Mimicking what does BlockReturnOfWithdrawnItems we can easily add a new syspref to block return of lost items. This patch adds BlockReturnOfLostItems, if set to 'Block' a item marked as lost cannot be checked in. Test plan: 1/ Set BlockReturnOfLostItems to 'Do not block' 2/ Check an item out to a patron 3/ Edit the item and mark it as lost (*) 4/ Check the item in => The item is checked in 5/ Edit the item and remove the lost status 6/ Check the item out again 7/ Edit the item and mark it as lost (*) 8/ Check the item in => The item is not checked in (*) There are 2 ways to mark an item lost: - From the item list view (/catalogue/moredetail.pl?biblionumber=42) If you set the lost status from this form, the issue will be returned Maybe this should be optional (?) - From the edit items form (/cataloguing/additem.pl?biblionumber=42) It is the form you must use to not mark the issue returned. Signed-off-by: Dominic Pichette Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 09:49:12 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 08:49:12 +0000 Subject: [Koha-bugs] [Bug 10748] Add option to block return of lost items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10748 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #68919|0 |1 is obsolete| | --- Comment #11 from Marcel de Rooy --- Created attachment 68951 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68951&action=edit Bug 10748: Add tests Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 09:49:16 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 08:49:16 +0000 Subject: [Koha-bugs] [Bug 10748] Add option to block return of lost items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10748 --- Comment #12 from Marcel de Rooy --- Created attachment 68952 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68952&action=edit Bug 10748: (QA follow-up) Add comment in SIP's do_checkin Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 09:50:16 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 08:50:16 +0000 Subject: [Koha-bugs] [Bug 10748] Add option to block return of lost items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10748 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA Patch complexity|--- |Small patch QA Contact|testopia at bugs.koha-communit |m.de.rooy at rijksmuseum.nl |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 09:54:14 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 08:54:14 +0000 Subject: [Koha-bugs] [Bug 10021] Remove dead code related to notifys In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10021 --- Comment #35 from Marcel de Rooy --- (In reply to Jonathan Druart from comment #33) > (In reply to Marcel de Rooy from comment #32) > > QA Comment: > > > > GetOverduesForBranch > > Please add a test. You make some fundamental changes here. > > Fundamental? I do not understand what you want me to test. Maybe non-trivial would have been a better word ? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 10:14:23 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 09:14:23 +0000 Subject: [Koha-bugs] [Bug 18821] TrackLastPatronActivity is a performance killer In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18821 Nicolas Legrand changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nicolas.legrand at bulac.fr -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 10:16:09 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 09:16:09 +0000 Subject: [Koha-bugs] [Bug 10021] Remove dead code related to notifys In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10021 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 10:16:12 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 09:16:12 +0000 Subject: [Koha-bugs] [Bug 10021] Remove dead code related to notifys In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10021 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #68793|0 |1 is obsolete| | --- Comment #36 from Marcel de Rooy --- Created attachment 68953 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68953&action=edit Bug 10021: Drop table notifys and related code This patch drops the notifys table and its related code in C4::Overdues. A second patch should remove the 2 columns notify_id and notify_level from the accountlines table. Signed-off-by: Josef Moravec Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 10:16:16 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 09:16:16 +0000 Subject: [Koha-bugs] [Bug 10021] Remove dead code related to notifys In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10021 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #68794|0 |1 is obsolete| | --- Comment #37 from Marcel de Rooy --- Created attachment 68954 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68954&action=edit Bug 10021: Drop columns notify_id and notify_level from accountlines It appears that has never worked. Could someone confirm? Signed-off-by: Josef Moravec Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 10:16:20 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 09:16:20 +0000 Subject: [Koha-bugs] [Bug 10021] Remove dead code related to notifys In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10021 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #68795|0 |1 is obsolete| | --- Comment #38 from Marcel de Rooy --- Created attachment 68955 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68955&action=edit Bug 10021: Update DB changes Signed-off-by: Josef Moravec Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 10:16:25 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 09:16:25 +0000 Subject: [Koha-bugs] [Bug 10021] Remove dead code related to notifys In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10021 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #68796|0 |1 is obsolete| | --- Comment #39 from Marcel de Rooy --- Created attachment 68956 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68956&action=edit Bug 10021: Remove accountlines columns - DBIC Schema changes Signed-off-by: Josef Moravec Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 10:16:29 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 09:16:29 +0000 Subject: [Koha-bugs] [Bug 10021] Remove dead code related to notifys In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10021 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #68797|0 |1 is obsolete| | --- Comment #40 from Marcel de Rooy --- Created attachment 68957 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68957&action=edit Bug 10021: Remove notify columns in circ/branchoverdues.tt Signed-off-by: Josef Moravec Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 10:16:34 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 09:16:34 +0000 Subject: [Koha-bugs] [Bug 10021] Remove dead code related to notifys In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10021 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #68798|0 |1 is obsolete| | --- Comment #41 from Marcel de Rooy --- Created attachment 68958 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68958&action=edit Bug 10021: Restore "Pay fines" list Previous changes were wrong, the notify_id was always equal to 1 and GetBorNotifyAcctRecord was used to retrieved the account lines to pay Signed-off-by: Josef Moravec Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 10:16:38 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 09:16:38 +0000 Subject: [Koha-bugs] [Bug 10021] Remove dead code related to notifys In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10021 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #68920|0 |1 is obsolete| | --- Comment #42 from Marcel de Rooy --- Created attachment 68959 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68959&action=edit Bug 10021: (QA follow-up) Rename variables To avoid $account, $accounts and @accounts variables in the same scope Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 10:17:18 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 09:17:18 +0000 Subject: [Koha-bugs] [Bug 10021] Remove dead code related to notifys In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10021 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch QA Contact| |m.de.rooy at rijksmuseum.nl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 10:22:35 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 09:22:35 +0000 Subject: [Koha-bugs] [Bug 10021] Remove dead code related to notifys In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10021 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA --- Comment #43 from Marcel de Rooy --- Would have preferred to see a test for GetOverduesForBranch, but it is not a blocker for me. A rename of this sub would be nice too (see FIXME). Something like GetOverduesWithFines ? Similarly, it is weird that the script branchoverdues.pl (whats in a name) does not list Overdues with fines in the header but just Overdues. Apart from these observations, it is wonderful to see dead code moving out ! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 10:39:24 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 09:39:24 +0000 Subject: [Koha-bugs] [Bug 17656] Irregularities in serial prediction pattern are planned only for current subscription In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17656 --- Comment #21 from Alex Arnaud --- (In reply to David Bourgault from comment #20) > Test plan works as described, but QA tools warns of forbidden patterns. > > koha-tmpl/intranet-tmpl/prog/en/includes/serials/subscription_daily_choice. > inc > FAIL forbidden patterns > forbidden pattern: Do not use line breaks inside template tags (bug 18675) > (line 5) Hello David, I have no warning when launching the qa script (koha-qa.pl -v 3 -c 1) For the file subscription_daily_choice file i got: OK koha-tmpl/intranet-tmpl/prog/en/includes/serials/subscription_daily_choice.inc OK forbidden patterns OK git manipulation OK spelling OK tt_valid OK valid_template -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 10:45:02 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 09:45:02 +0000 Subject: [Koha-bugs] [Bug 19287] Add ability to mark an item 'Lost' from 'Holds awaiting pickup ' list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19287 --- Comment #25 from Nicolas Legrand --- Hey Katrin, we use on shelf holds to pick documents from our stacks. Sometimes, the document which is in the catalogue is no more in stacks. When we cancel the hold, it is cancelled silently. Our patrons don't understand why it disappeared and may ask it again. So, we want our patrons to be informed, and we want to mark the item as lost so it cannot be asked again and again. Those who fetch the books are not always those who edit the catalogue, we would like them to modify the item without having to open the cataloguing module. Is it more clear? Best regards, -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 10:48:16 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 09:48:16 +0000 Subject: [Koha-bugs] [Bug 19420] Improve display of errors from failure of uploading file during stage import In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19420 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |BLOCKED --- Comment #14 from Marcel de Rooy --- Looking here again. I still found an issue. Please wait.. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 10:55:11 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 09:55:11 +0000 Subject: [Koha-bugs] [Bug 17656] Irregularities in serial prediction pattern are planned only for current subscription In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17656 --- Comment #22 from Alex Arnaud --- (In reply to Alex Arnaud from comment #21) > (In reply to David Bourgault from comment #20) > > Test plan works as described, but QA tools warns of forbidden patterns. > > > > koha-tmpl/intranet-tmpl/prog/en/includes/serials/subscription_daily_choice. > > inc > > FAIL forbidden patterns > > forbidden pattern: Do not use line breaks inside template tags (bug 18675) > > (line 5) > > Hello David, > > I have no warning when launching the qa script (koha-qa.pl -v 3 -c 1) > For the file subscription_daily_choice file i got: > > OK > koha-tmpl/intranet-tmpl/prog/en/includes/serials/subscription_daily_choice. > inc > OK forbidden patterns > OK git manipulation > OK spelling > OK tt_valid > OK valid_template Sorry you are right. My QA tools was not up to date -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 11:14:17 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 10:14:17 +0000 Subject: [Koha-bugs] [Bug 15814] Templates for MARC modification: Edit action does not work when Description contains ' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15814 Victor Grousset/tuxayo changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |victor.grousset at biblibre.co | |m -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 11:22:33 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 10:22:33 +0000 Subject: [Koha-bugs] [Bug 19287] Add ability to mark an item 'Lost' from 'Holds awaiting pickup ' list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19287 --- Comment #26 from S?verine Queune --- (In reply to Jonathan Druart from comment #23) > Suggestion 1: > Bug 11629 adds UpdateNotForLoanStatusOnCheckin and bug 14576 adds > UpdateitemLocationOnCheckin. > Both have the same behaviour: it will update the NotForLoan or Location > value of the checked in item following the rules defined in the sysprefs. > For instance: > NEW: FIC > FIC: GEN > will modified the value of location to FIC if was NEW, and to GEN if was FIC. > > I am not sure it makes sense for us here, but we could imagine a new pref > UpdateItemWhenLost which could be filled with: > itemlost: 1 > notforloan: 2 > which will work for any fields of the items table. > > Suggestion 2: > We already have a DefaultLongOverdueLostValue, would it make sense to use it > here too? > > Suggestion 3: > We add 2 other sysprefs: UpdateNotForLoanStatusWhenLost and > UpdateItemLostWhenLost (weird name) > > Suggestion 4: > We display the different LOST authorised values on the "Holds awaiting > pickup" page, like it is on the "Items details" page for Lost, Damaged and > Withdrawn. > > Vote by text message, send 1, 2, 3 or 4 to 0424242 Sorry for the delay... We vote suggestion 1. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 11:31:42 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 10:31:42 +0000 Subject: [Koha-bugs] [Bug 19287] Add ability to mark an item 'Lost' from 'Holds awaiting pickup ' list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19287 --- Comment #27 from S?verine Queune --- (In reply to Katrin Fischer from comment #24) > Hi all, trying to understand this bug a bit better. Could you explain the > use case for your library a bit? What is the additional not-for-loan used > for? Why is it needed in addition to the lost setting? Hi Katrin, Some libraries interested with this enhancement may prefer using 'notforloan' instead of the 'itemlost' field (the one we'll use), so we asked for these 2 options to feet the different local usages. We understand it adds a difficulty for this development. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 11:32:40 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 10:32:40 +0000 Subject: [Koha-bugs] [Bug 15814] Templates for MARC modification: Edit action does not work when Description contains ' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15814 Victor Grousset/tuxayo changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |major --- Comment #2 from Victor Grousset/tuxayo --- Still happens on master as of today. Also, as a consequence, it's vulnerable to XSS. Putting "" in the description works. Idea to fix: escape in the template with replace() -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 11:39:27 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 10:39:27 +0000 Subject: [Koha-bugs] [Bug 19420] Improve display of errors from failure of uploading file during stage import In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19420 --- Comment #15 from Marcel de Rooy --- (In reply to Nick Clemens from comment #13) > Removed, I though we only passed 1-4 back in the pm file, my apologies Ah. See the last follow-up. upload.pl passed these codes. As you already said, this still needs some improvement. I crossed a TODO also. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 11:40:39 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 10:40:39 +0000 Subject: [Koha-bugs] [Bug 19420] Improve display of errors from failure of uploading file during stage import In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19420 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|BLOCKED |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 11:40:41 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 10:40:41 +0000 Subject: [Koha-bugs] [Bug 19420] Improve display of errors from failure of uploading file during stage import In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19420 --- Comment #16 from Marcel de Rooy --- Created attachment 68960 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68960&action=edit Bug 19420: Improve display of errors from failure of uploading file during stage import To test: 1 - sudo chown www-data:www-data /tmp/koha_kohadev_upload/ (or your relevant dir and user) 2 - Attempt to stage a file 3 - Error message is: Upload status: Failed 4 - Apply patch 5 - Repeat upload 6 - Error is now: Failed - Directory is not writeable: /tmp/koha_kohadev_upload 7 - Trigger the other errors if you can and note better responses Signed-off-by: Katrin Fischer Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 11:40:46 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 10:40:46 +0000 Subject: [Koha-bugs] [Bug 19420] Improve display of errors from failure of uploading file during stage import In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19420 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #68909|0 |1 is obsolete| | --- Comment #17 from Marcel de Rooy --- Created attachment 68961 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68961&action=edit Bug 19420: (QA Follow-up) Fix test, correct POD The test needs the code level in the error hash now. And POD is adjusted accordingly. Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 11:40:49 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 10:40:49 +0000 Subject: [Koha-bugs] [Bug 19420] Improve display of errors from failure of uploading file during stage import In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19420 --- Comment #18 from Marcel de Rooy --- Created attachment 68962 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68962&action=edit Bug 19420: (Follow-up) Add errors on other pages Fix error array (add '0' value) Update errors on other places using upload.js Eventually these should all be using the same code in a js file upload.tt already dealt with these errors, but has diff code, made it work with new error syntax Signed-off-by: Marcel de Rooy Amended: Removed the added js comment in upload.tt -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 11:40:58 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 10:40:58 +0000 Subject: [Koha-bugs] [Bug 19420] Improve display of errors from failure of uploading file during stage import In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19420 --- Comment #19 from Marcel de Rooy --- Created attachment 68963 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68963&action=edit Bug 19420: (QA Follow-up) Change in error reporting affects upload.pl The change from the first patch requires a similar change in upload.pl when a few error codes are passed to the template. Signed-off-by: Marcel de Rooy Tested by deleting a temporary file manually and downloading or deleting the file from the upload search results. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 11:42:01 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 10:42:01 +0000 Subject: [Koha-bugs] [Bug 19420] Improve display of errors from failure of uploading file during stage import In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19420 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #68365|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 11:42:03 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 10:42:03 +0000 Subject: [Koha-bugs] [Bug 19420] Improve display of errors from failure of uploading file during stage import In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19420 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #68941|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 11:42:36 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 10:42:36 +0000 Subject: [Koha-bugs] [Bug 19420] Improve display of errors from failure of uploading file during stage import In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19420 --- Comment #20 from Marcel de Rooy --- (In reply to Nick Clemens from comment #13) > (In reply to Marcel de Rooy from comment #11) > > Upload local cover image > > Upload status: Failed - (2) Root directory for uploads not defined > > No, the directory was not writable. > > This went wrong since the errcode is 2, but you forgot to add a zero entry > > in you errMsgs array. So they are one position out of sync. > > Please add a leading entry here (see also upload.tt) > > var errMsgs = [ _("File already exists"), _("Directory is not writeable"), > > _("Root directory for uploads not defined"), _("Temporary directory for > > uploads not defined") ]; > > Adjust same thing in two other places ? > Adjusted :-) Works now. Thanks -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 11:43:10 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 10:43:10 +0000 Subject: [Koha-bugs] [Bug 19420] Improve display of errors from failure of uploading file during stage import In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19420 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 12:11:07 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 11:11:07 +0000 Subject: [Koha-bugs] [Bug 17661] Differences in field ending (whitespace, punctuation) cause duplicate facets In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17661 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Differences in whitespace |Differences in field ending |cause duplicate facets |(whitespace, punctuation) | |cause duplicate facets -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 12:18:19 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 11:18:19 +0000 Subject: [Koha-bugs] [Bug 19522] Label creator - some strings are not translatable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19522 Simon Pouchol changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #68740|0 |1 is obsolete| | --- Comment #26 from Simon Pouchol --- Created attachment 68964 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68964&action=edit Bug 19522: Label creator: edit batch: make "Export label" translatable Test plan: 1. install the fr_FR locale 2. go to /cgi-bin/koha/labels/label-manage.pl?label_element=batch 3. create a batch if there is none 4. edit that batch 5. Switch the language to French if you haven't done it yet 6. click on "Exporter le lot entier" 7. then you should see "Export labels" 8. apply this patch 9. install the language 10. replay steps 2 to 6 11. then you should see "Exporter des ?tiquettes" Signed-off-by: Simon Pouchol -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 12:18:35 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 11:18:35 +0000 Subject: [Koha-bugs] [Bug 19522] Label creator - some strings are not translatable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19522 Simon Pouchol changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 12:21:55 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 11:21:55 +0000 Subject: [Koha-bugs] [Bug 13560] need an add option in marc modification templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13560 Victor Grousset/tuxayo changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Patch doesn't apply CC| |victor.grousset at biblibre.co | |m --- Comment #7 from Victor Grousset/tuxayo --- Conflict when applying the patch. In t/db_dependent/MarcModificationTemplates.t <<<<<<< ff82c9aadc441f9ca18dcad2e58783e733cdd839 (from November 3 on master) use Test::More tests => 96; ||||||| merged common ancestors use Test::More tests => 95; ======= use Test::More tests => 114; >>>>>>> Bug 13560 - need an add option in marc modification templates (this patch's version) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 12:31:49 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 11:31:49 +0000 Subject: [Koha-bugs] [Bug 19578] TT syntax for notices - There is no way to pre-process DB fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19578 --- Comment #2 from Kyle M Hall --- (In reply to Jonathan Druart from comment #0) > Jenkins fails (run 287) on a test in > t/db_dependent/Letters/TemplateToolkit.t: > > With the historical syntax: > # Your request for an article from tQYRS (c3Av58O0P5xkkIGu) has been > canceled for the following reason: > > With the TT syntax: > # Your request for an article from tQYRS_ (c3Av58O0P5xkkIGu) has > been canceled for the following reason: > > The last character of the biblio's title has been removed because it's a > punctuation character. > It comes from: C4::Letters::_parseletter > 893 $val =~ s/\p{P}$// if $val && $table=~/biblio/; > > The same replacement is done for patron's attributes too. > > With the TT syntax we retrieve the objects and send them to the template, > without fetching the attributes. > To restore this behaviour we could apply this regex on all the fields of the > biblio objects, but it could be perf killer (we will process fields that we > will certainly not used in the template). > I thought about the TT filter we could apply on all the variables we > display, but we will not know where come from the data, and we need to apply > this change only for the biblio table. > > Any other ideas? I think there are two valid options: 1) Remove line 893 ( what is it's purpose? ) 2) Add a TT filter like you suggest. I think if we just apply it to any TT syntax that contains ".biblio" within TT tags ( something like /^\[%.*biblio\..*%\]$/ ) it would be safe. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 12:37:10 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 11:37:10 +0000 Subject: [Koha-bugs] [Bug 19578] TT syntax for notices - There is no way to pre-process DB fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19578 --- Comment #3 from Marcel de Rooy --- (In reply to Kyle M Hall from comment #2) > 1) Remove line 893 ( what is it's purpose? ) Remove MARC punctuation that seems to end the sentence. too early :) -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 13:25:02 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 12:25:02 +0000 Subject: [Koha-bugs] [Bug 13915] Inventory tool no longer hides items with date last seen greater than the inventory date In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13915 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl Status|Failed QA |RESOLVED Resolution|--- |FIXED --- Comment #6 from Marcel de Rooy --- Seems this could be closed in favor of bugs 12913/14399. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 13:49:51 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 12:49:51 +0000 Subject: [Koha-bugs] [Bug 19522] Label creator - some strings are not translatable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19522 Simon Pouchol changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #68612|0 |1 is obsolete| | Attachment #68614|0 |1 is obsolete| | --- Comment #27 from Simon Pouchol --- Created attachment 68965 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68965&action=edit Bug 19522: Label creator - some strings are not translatable Add missing case to make "Fields to print" translatable Test plan: 1. install the fr_FR locale 2. go to /cgi-bin/koha/labels/label-manage.pl?label_element=layout 3. ensure that the list isn't empty 4. then you should see "Fields to print" in the table header 5. apply this patch 6. update the language 7. open misc/translator/po/fr-FR-staff-prog.po 8. translate the new string with something like "foobar" and remove the fuzzy flag 9. install the language 10. refresh the page 11. then you should see "foobar" instead of "Fields to print" Signed-off-by: Your Name -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 13:49:59 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 12:49:59 +0000 Subject: [Koha-bugs] [Bug 19522] Label creator - some strings are not translatable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19522 --- Comment #29 from Simon Pouchol --- Created attachment 68967 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68967&action=edit Bug 19522: Label creator - some strings are not translatable Templates: new form: Add hardcoded unit names to make them translatable. Test plan: 1. install the fr_FR locale 2. go to /cgi-bin/koha/labels/label-edit-template.pl?op=new 3. then you should see the "Unit?s" dropdown with english units 4. apply this patch 5. install the language 6. refresh the page 7. then you should see the "Unit?s" dropdown with french units Signed-off-by: Your Name -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 13:49:55 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 12:49:55 +0000 Subject: [Koha-bugs] [Bug 19522] Label creator - some strings are not translatable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19522 Simon Pouchol changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #68613|0 |1 is obsolete| | --- Comment #28 from Simon Pouchol --- Created attachment 68966 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68966&action=edit Bug 19522: Coding style: Fix alignement after previous patch Signed-off-by: Your Name -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 13:50:02 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 12:50:02 +0000 Subject: [Koha-bugs] [Bug 19522] Label creator - some strings are not translatable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19522 Simon Pouchol changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #68615|0 |1 is obsolete| | --- Comment #30 from Simon Pouchol --- Created attachment 68968 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68968&action=edit Bug 19522: Coding style: Replace tabs with spaces In Label creator: Templates: new/edit form Signed-off-by: Your Name -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 13:50:06 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 12:50:06 +0000 Subject: [Koha-bugs] [Bug 19522] Label creator - some strings are not translatable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19522 Simon Pouchol changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #68616|0 |1 is obsolete| | --- Comment #31 from Simon Pouchol --- Created attachment 68969 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68969&action=edit Bug 19522: Label creator: translate empty list message The name of the element wasn't translated in the message. Test plan: 1. install the fr_FR locale 2. go to /cgi-bin/koha/labels/label-manage.pl?label_element=batch 3. ensure that the list is empty 4. then you should see "pas de Batches actuellement" 5. then you should see "cr?er un nouveau batch." 6. apply this patch 7. install the language 8. refresh the page 9. then you should see "pas de Lots actuellement" 10. then you should see "cr?er un nouveau lot ." Signed-off-by: Your Name -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 13:50:09 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 12:50:09 +0000 Subject: [Koha-bugs] [Bug 19522] Label creator - some strings are not translatable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19522 Simon Pouchol changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #68739|0 |1 is obsolete| | --- Comment #32 from Simon Pouchol --- Created attachment 68970 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68970&action=edit Bug 19522: Label creator: edit batch: make Call number translatable Test plan: 1. install the fr_FR locale 2. go to /cgi-bin/koha/labels/label-manage.pl?label_element=batch 3. create a batch if there is none 4. edit that batch 5. then you should see "Call number" in the column names 6. apply this patch 7. install the fr_FR locale 8. refresh the page 9. then you should see "Cote" in the column names Signed-off-by: Your Name -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 13:50:12 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 12:50:12 +0000 Subject: [Koha-bugs] [Bug 19522] Label creator - some strings are not translatable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19522 Simon Pouchol changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #68964|0 |1 is obsolete| | --- Comment #33 from Simon Pouchol --- Created attachment 68971 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68971&action=edit Bug 19522: Label creator: edit batch: make "Export label" translatable Test plan: 1. install the fr_FR locale 2. go to /cgi-bin/koha/labels/label-manage.pl?label_element=batch 3. create a batch if there is none 4. edit that batch 5. Switch the language to French if you haven't done it yet 6. click on "Exporter le lot entier" 7. then you should see "Export labels" 8. apply this patch 9. install the language 10. replay steps 2 to 6 11. then you should see "Exporter des ?tiquettes" Signed-off-by: Simon Pouchol Signed-off-by: Your Name -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 14:17:11 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 13:17:11 +0000 Subject: [Koha-bugs] [Bug 19479] Price diplay on a basketgroup In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19479 sandboxes at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sandboxes at biblibre.com --- Comment #6 from sandboxes at biblibre.com --- Patch tested with a sandbox, by S?verine QUEUNE -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 14:17:24 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 13:17:24 +0000 Subject: [Koha-bugs] [Bug 19479] Price diplay on a basketgroup In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19479 sandboxes at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #68849|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 14:17:31 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 13:17:31 +0000 Subject: [Koha-bugs] [Bug 19479] Price diplay on a basketgroup In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19479 --- Comment #7 from sandboxes at biblibre.com --- Created attachment 68972 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68972&action=edit Bug 19479: Patch to format totals according to the CurrencyFormat syspref. On the page acqui/basketgroup.pl the prices of baskets should be shown according to the selected CurrencyFormat syspref. Test plan: 1) Create some baskets with items in them. 2) Go to acqui/basketgroup.pl page and check that the price format matches the current CurrencyFormat syspref. 3) Go to Administration and change CurrencyFormat syspref to one of the other available options and recheck step 2. https://bugs.koha-community.org/show_bug.cgi?id=19479 Signed-off-by: S?verine QUEUNE Signed-off-by: S?verine QUEUNE -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 14:27:37 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 13:27:37 +0000 Subject: [Koha-bugs] [Bug 19522] Label creator - some strings are not translatable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19522 Simon Pouchol changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #68965|0 |1 is obsolete| | Attachment #68967|0 |1 is obsolete| | --- Comment #34 from Simon Pouchol --- Created attachment 68973 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68973&action=edit Bug 19522: Label creator - some strings are not translatable Add missing case to make "Fields to print" translatable Test plan: 1. install the fr_FR locale 2. go to /cgi-bin/koha/labels/label-manage.pl?label_element=layout 3. ensure that the list isn't empty 4. then you should see "Fields to print" in the table header 5. apply this patch 6. update the language 7. open misc/translator/po/fr-FR-staff-prog.po 8. translate the new string with something like "foobar" and remove the fuzzy flag 9. install the language 10. refresh the page 11. then you should see "foobar" instead of "Fields to print" Signed-off-by: Simon Pouchol -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 14:27:45 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 13:27:45 +0000 Subject: [Koha-bugs] [Bug 19522] Label creator - some strings are not translatable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19522 Simon Pouchol changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #68966|0 |1 is obsolete| | --- Comment #35 from Simon Pouchol --- Created attachment 68974 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68974&action=edit Bug 19522: Coding style: Fix alignement after previous patch Signed-off-by: Simon Pouchol -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 14:27:53 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 13:27:53 +0000 Subject: [Koha-bugs] [Bug 19522] Label creator - some strings are not translatable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19522 --- Comment #36 from Simon Pouchol --- Created attachment 68975 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68975&action=edit Bug 19522: Label creator - some strings are not translatable Templates: new form: Add hardcoded unit names to make them translatable. Test plan: 1. install the fr_FR locale 2. go to /cgi-bin/koha/labels/label-edit-template.pl?op=new 3. then you should see the "Unit?s" dropdown with english units 4. apply this patch 5. install the language 6. refresh the page 7. then you should see the "Unit?s" dropdown with french units Signed-off-by: Simon Pouchol -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 14:28:01 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 13:28:01 +0000 Subject: [Koha-bugs] [Bug 19522] Label creator - some strings are not translatable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19522 Simon Pouchol changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #68968|0 |1 is obsolete| | --- Comment #37 from Simon Pouchol --- Created attachment 68976 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68976&action=edit Bug 19522: Coding style: Replace tabs with spaces In Label creator: Templates: new/edit form Signed-off-by: Simon Pouchol -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 14:28:07 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 13:28:07 +0000 Subject: [Koha-bugs] [Bug 19522] Label creator - some strings are not translatable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19522 Simon Pouchol changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #68969|0 |1 is obsolete| | --- Comment #38 from Simon Pouchol --- Created attachment 68977 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68977&action=edit Bug 19522: Label creator: translate empty list message The name of the element wasn't translated in the message. Test plan: 1. install the fr_FR locale 2. go to /cgi-bin/koha/labels/label-manage.pl?label_element=batch 3. ensure that the list is empty 4. then you should see "pas de Batches actuellement" 5. then you should see "cr?er un nouveau batch." 6. apply this patch 7. install the language 8. refresh the page 9. then you should see "pas de Lots actuellement" 10. then you should see "cr?er un nouveau lot ." Signed-off-by: Simon Pouchol -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 14:28:12 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 13:28:12 +0000 Subject: [Koha-bugs] [Bug 19522] Label creator - some strings are not translatable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19522 Simon Pouchol changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #68970|0 |1 is obsolete| | --- Comment #39 from Simon Pouchol --- Created attachment 68978 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68978&action=edit Bug 19522: Label creator: edit batch: make Call number translatable Test plan: 1. install the fr_FR locale 2. go to /cgi-bin/koha/labels/label-manage.pl?label_element=batch 3. create a batch if there is none 4. edit that batch 5. then you should see "Call number" in the column names 6. apply this patch 7. install the fr_FR locale 8. refresh the page 9. then you should see "Cote" in the column names Signed-off-by: Simon Pouchol -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 14:28:16 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 13:28:16 +0000 Subject: [Koha-bugs] [Bug 19522] Label creator - some strings are not translatable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19522 Simon Pouchol changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #68971|0 |1 is obsolete| | --- Comment #40 from Simon Pouchol --- Created attachment 68979 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68979&action=edit Bug 19522: Label creator: edit batch: make "Export label" translatable Test plan: 1. install the fr_FR locale 2. go to /cgi-bin/koha/labels/label-manage.pl?label_element=batch 3. create a batch if there is none 4. edit that batch 5. Switch the language to French if you haven't done it yet 6. click on "Exporter le lot entier" 7. then you should see "Export labels" 8. apply this patch 9. install the language 10. replay steps 2 to 6 11. then you should see "Exporter des ?tiquettes" Signed-off-by: Simon Pouchol -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 14:55:59 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 13:55:59 +0000 Subject: [Koha-bugs] [Bug 10748] Add option to block return of lost items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10748 --- Comment #13 from Jonathan Druart --- (In reply to Marcel de Rooy from comment #9) > Adding a comment in a follow-up. Thanks a lot Marcel! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 14:59:13 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 13:59:13 +0000 Subject: [Koha-bugs] [Bug 18880] Regression breaks local authentication fallback for all external authentications In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18880 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- See Also|https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=18314 | Depends on| |18314 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18314 [Bug 18314] Account lockout -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 14:59:13 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 13:59:13 +0000 Subject: [Koha-bugs] [Bug 18314] Account lockout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18314 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |18880 See Also|https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=18880 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18880 [Bug 18880] Regression breaks local authentication fallback for all external authentications -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 14:59:27 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 13:59:27 +0000 Subject: [Koha-bugs] [Bug 18992] LDAP fallback behaviour not consistent In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18992 --- Comment #2 from Jonathan Druart --- Is this related to bug 18880? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 15:02:47 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 14:02:47 +0000 Subject: [Koha-bugs] [Bug 19358] Purchase suggestions - enhancements to linking to orders In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19358 S?verine Queune changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |severine.queune at bulac.fr -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 15:08:32 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 14:08:32 +0000 Subject: [Koha-bugs] [Bug 7882] Add ability to move and reorder fields in MARC editor In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7882 --- Comment #43 from Marjorie Barry-Vila --- (In reply to Kyle M Hall from comment #38) > Created attachment 24228 [details] [review] > Bug 7882: Inputs should be editable > > disableSelection is deprecated and cause an issue on editing an input > (input, select, textarea, etc.) > see http://api.jqueryui.com/disableselection/ > > Signed-off-by: Kyle M Hall Hi Kyle, Do you think you can rebase the patch for the master version? Regards, Marjorie -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 15:13:31 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 14:13:31 +0000 Subject: [Koha-bugs] [Bug 15723] Add preview marc in authority results authorities-home.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15723 Patrick Robitaille changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |patrick.robitaille at collecto | |.ca -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 15:19:06 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 14:19:06 +0000 Subject: [Koha-bugs] [Bug 15522] New interface for revamped circulation rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15522 Patrick Robitaille changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |patrick.robitaille at collecto | |.ca -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 15:19:11 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 14:19:11 +0000 Subject: [Koha-bugs] [Bug 19548] Search Result Second page not available In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19548 --- Comment #3 from Jonathan Druart --- If I search for "test" (with quotation marks), I do not get any results at all. Could you give us more details to recreation the issue? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 15:32:59 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 14:32:59 +0000 Subject: [Koha-bugs] [Bug 18992] LDAP fallback behaviour not consistent In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18992 --- Comment #3 from Nick Clemens --- (In reply to Jonathan Druart from comment #2) > Is this related to bug 18880? I commented on wrong bug, meant for 18947 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 15:34:03 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 14:34:03 +0000 Subject: [Koha-bugs] [Bug 18947] Unexpected Active Directory LDAP authentication failure mode In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18947 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |nick at bywatersolutions.com |ity.org | --- Comment #1 from Nick Clemens --- This broke LDAP configuration after upgrade to 17.05, will tyr to provide a patch shortly -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 15:34:31 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 14:34:31 +0000 Subject: [Koha-bugs] [Bug 19444] Automatic renewal script should not auto-renew if a patron' s record has expired In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19444 --- Comment #12 from Jonathan Druart --- (In reply to Dominic Pichette from comment #11) > I tried it, I started by setting BlockExpiredPatronOpacActions to set, > checked out an item for a particular patron, change the expiration date of > that patron so he is now expired and then executed automatic_renewals.pl. > The patch didn't seem to make a difference, it passed in both cases.. Dominic, you need to know how automatic renewals work if you want to test this patch. You should enable it in the issuing rule and then tick the "Automatic renewal" on the checkout screen. Is it what you tried? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 15:40:21 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 14:40:21 +0000 Subject: [Koha-bugs] [Bug 18992] LDAP fallback behaviour not consistent In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18992 --- Comment #4 from Nick Clemens --- (In reply to Jonathan Druart from comment #2) > Is this related to bug 18880? And no, I think this exists separate from the work there - the decision is whether we should fallback if the user exists in ldap but password is wrong ( I think we should) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 16:01:11 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 15:01:11 +0000 Subject: [Koha-bugs] [Bug 19548] Search Result Second page not available In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19548 --- Comment #4 from rainer.stowasser at zamg.ac.at --- Then I have to enlarge the bug ;-) Library of Congress SRU gives NOTHING (you are right, but is this intended ?) Deutsche Natiional Bibliothek SRU services.dnb.de:80 gives the result Ive described Search Terms: meteorology "meteorology" Ive looked at /usr/share/koha/intranet/cgi-bin/cataloguing/z3950_search.pl and as I understands it its the same for z39.50 and SRU so if I want to fiddle its the right place to look right ? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 16:05:43 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 15:05:43 +0000 Subject: [Koha-bugs] [Bug 19538] Advanced editor - Rancor - Move syspref from labs to cataloging and remove experimental note In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19538 Jessie Zairo changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jzairo at bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 16:06:50 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 15:06:50 +0000 Subject: [Koha-bugs] [Bug 16339] Add search "start with" in z39.50 authority search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16339 Patrick Robitaille changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |patrick.robitaille at collecto | |.ca -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 16:23:23 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 15:23:23 +0000 Subject: [Koha-bugs] [Bug 19514] No Password restrictions in onboarding tool patron creation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19514 --- Comment #7 from Jonathan Druart --- Created attachment 68982 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68982&action=edit Bug 19514: Add client-side check -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 16:23:57 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 15:23:57 +0000 Subject: [Koha-bugs] [Bug 19514] No Password restrictions in onboarding tool patron creation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19514 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 16:44:24 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 15:44:24 +0000 Subject: [Koha-bugs] [Bug 19342] Show name private list on biblio when user is logged In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19342 Marjorie Barry-Vila changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |master -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 16:45:41 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 15:45:41 +0000 Subject: [Koha-bugs] [Bug 19547] Maria DB doesn't have a debian.cnf In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19547 --- Comment #6 from M. Tompsett --- (In reply to M. Tompsett from comment #4) > TEST PLAN > ----------- ... > 10) git checkout -b bug_19547 origin/master -- 10.5 git bz apply 19547 > 11) git checkout master Oops... forgot the obvious line. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 17:03:15 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 16:03:15 +0000 Subject: [Koha-bugs] [Bug 19548] Search Result Second page not available In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19548 --- Comment #5 from Jonathan Druart --- Can you paste the complete configuration of the SRU server you configured? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 18:16:46 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 17:16:46 +0000 Subject: [Koha-bugs] [Bug 19582] New: Elasticsearch: Auth-finder.pl must use search_auth_compat Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19582 Bug ID: 19582 Summary: Elasticsearch: Auth-finder.pl must use search_auth_compat Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Searching - Elasticsearch Assignee: koha-bugs at lists.koha-community.org Reporter: nick at bywatersolutions.com When Elasticsearch is enable the authorities search from cataloging is using Zebra, we need to use the compat functions to select the correct engine -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 18:19:17 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 17:19:17 +0000 Subject: [Koha-bugs] [Bug 19582] Elasticsearch: Auth-finder.pl must use search_auth_compat In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19582 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 18:19:19 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 17:19:19 +0000 Subject: [Koha-bugs] [Bug 19582] Elasticsearch: Auth-finder.pl must use search_auth_compat In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19582 --- Comment #1 from Nick Clemens --- Created attachment 68984 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68984&action=edit Bug 19582 - Use compat routines for searching authorities in auth_finder.pl To test: 1 - Enable Zebra 2 - Perform an auth search 3 - note results 4 - Enable ES 5 - Repeat search, note (likely) diff results 6 - Open a record in cataloging and use the button to launch auth search 7 - Perform same search as above, note results match for eiher engine selected 8 - NOTE: Disbale sorting for ES search - this will be dealt with in another report -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 18:19:54 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 17:19:54 +0000 Subject: [Koha-bugs] [Bug 19582] Elasticsearch: Auth-finder.pl must use search_auth_compat In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19582 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david.bourgault at inlibro.com | |, | |jonathan.druart at bugs.koha-c | |ommunity.org, | |tomascohen at gmail.com Assignee|koha-bugs at lists.koha-commun |nick at bywatersolutions.com |ity.org | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 18:27:00 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 17:27:00 +0000 Subject: [Koha-bugs] [Bug 18712] make test is failing with an empty DB - t/Matcher.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18712 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #68890|0 |1 is obsolete| | --- Comment #6 from M. Tompsett --- Created attachment 68985 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68985&action=edit Bug 18712: Fix t/Matcher.t if DB is empty t/Matcher.t is failing with an empty DB, the data are not mocked correctly Test plan: drop your DB and recreate it without any data and prove t/Matcher.t Signed-off-by: Mark Tompsett Signed-off-by: Mark Tompsett -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 18:27:03 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 17:27:03 +0000 Subject: [Koha-bugs] [Bug 18712] make test is failing with an empty DB - t/Matcher.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18712 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #68891|0 |1 is obsolete| | --- Comment #7 from M. Tompsett --- Created attachment 68986 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68986&action=edit Bug 18712: Remove unecessary fixtures 2 fixtures are in a subroutine that is never called, it can be removed Signed-off-by: Mark Tompsett -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 18:27:06 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 17:27:06 +0000 Subject: [Koha-bugs] [Bug 18712] make test is failing with an empty DB - t/Matcher.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18712 --- Comment #8 from M. Tompsett --- Created attachment 68987 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68987&action=edit Bug 18712: Added missing done_testing Signed-off-by: Mark Tompsett -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 18:27:56 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 17:27:56 +0000 Subject: [Koha-bugs] [Bug 18712] make test is failing with an empty DB - t/Matcher.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18712 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mtompset at hotmail.com Status|Needs Signoff |Signed Off --- Comment #9 from M. Tompsett --- Though, I think the last two patches probable belong on their own bug. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 18:29:14 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 17:29:14 +0000 Subject: [Koha-bugs] [Bug 19289] Allow configuration of the fields on the 'Catalog details' form in the acquisition baskets In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19289 --- Comment #5 from S?verine Queune --- I wanted to test this patch even thought it's signed off but I couldn't apply it on Biblibre's sandbox. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 18:34:27 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 17:34:27 +0000 Subject: [Koha-bugs] [Bug 7317] Add an Interlibrary Loan Module to Circulation and OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7317 --- Comment #183 from Tom?s Cohen Arazi --- Created attachment 68988 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68988&action=edit Bug 7317: Add partner_code checks to abot page This patch adds checks to the configured (or fallback) partner_code. It produces two different warnings: - Configured partner_code doesn't match an existing patron category code. - partner_code is not defined, a fallback to ILLLIBS is done Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 18:34:45 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 17:34:45 +0000 Subject: [Koha-bugs] [Bug 7317] Add an Interlibrary Loan Module to Circulation and OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7317 --- Comment #184 from Tom?s Cohen Arazi --- Created attachment 68989 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68989&action=edit Bug 7317: (followup) Make tests independent of data on the DB Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 18:37:46 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 17:37:46 +0000 Subject: [Koha-bugs] [Bug 7317] Add an Interlibrary Loan Module to Circulation and OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7317 --- Comment #185 from Tom?s Cohen Arazi --- (In reply to Jonathan Druart from comment #182) > 1/ Error handling on borrowernumber when creating or updating a request > (backend issue?) This is definitely a backend issue. The Dummy backend does no check, it just passes the borrowernumber from the UI to the Koha::Illrequest->store method with no error catching. The FreeForm plugin does some checks before the ->store, though. Out of the scope of the bug anyway. > 6/ Should not we use message_queue instead of sendmail directly? There's a bug filed for this: bug 18588. > 7/ Maybe we should add a warning to the about page if the partner_code > defined in the config does not match a category_code (?) Done in one of the recent followups. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 18:42:39 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 17:42:39 +0000 Subject: [Koha-bugs] [Bug 14180] Make "Always show checkouts immediately" a global setting In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14180 S?verine Queune changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |severine.queune at bulac.fr --- Comment #10 from S?verine Queune --- We added this code on 'IntranetUserJS' syspref and it works perfectly for us :) (Found on Biblibre's documentation) $(document).ready(function() { if ( typeof script !== 'undefined' && ! $.cookie("issues-table-load-immediately-" + script) ) { $.cookie("issues-table-load-immediately-" + script, true, { expires: 365 }); } }); -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 18:54:20 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 17:54:20 +0000 Subject: [Koha-bugs] [Bug 13990] ILS-DI LookupPatron Requries ID Type In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13990 Jon Knight changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |In Discussion CC| |J.P.Knight at lboro.ac.uk --- Comment #2 from Jon Knight --- I assume the obvious fix to this is to say that the id_type is required rather than optional in the POD? Alternative there could be a set of well defined id_types that are cycled through to find matches (that would be a pretty easy bit of code). On a similar note, we've noticed that "email" also appears to be a valid id_type but isn't in the POD list. A quick look in the code (hoorah for open source!) shows that any field in the borrower table can be looked up with this call. For example "phone", "phonepro" or "mobile" let me find myself using my primary, secondary and "other" phone number. This begs the question: should Koha be constraining the list of id_type's that can be passed into this routine from the client? Or is being able to search on any column in the borrowers table regarded as a useful feature (we've found "email" to be handy for sure). -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 19:36:13 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 18:36:13 +0000 Subject: [Koha-bugs] [Bug 19578] TT syntax for notices - There is no way to pre-process DB fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19578 --- Comment #4 from Jonathan Druart --- Created attachment 68990 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68990&action=edit Bug 19578: Remove MARC punctuation in notices (TT syntax) -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 19:41:43 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 18:41:43 +0000 Subject: [Koha-bugs] [Bug 19578] TT syntax for notices - There is no way to pre-process DB fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19578 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #68990|0 |1 is obsolete| | --- Comment #5 from Jonathan Druart --- Created attachment 68991 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68991&action=edit Bug 19578: Remove MARC punctuation in notices (TT syntax) -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 19:43:30 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 18:43:30 +0000 Subject: [Koha-bugs] [Bug 19578] TT syntax for notices - There is no way to pre-process DB fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19578 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |jonathan.druart at bugs.koha-c |ity.org |ommunity.org --- Comment #6 from Jonathan Druart --- Marcel, what do you think about this approach? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 19:47:36 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 18:47:36 +0000 Subject: [Koha-bugs] [Bug 19289] Allow configuration of the fields on the 'Catalog details' form in the acquisition baskets In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19289 --- Comment #6 from Jonathan Druart --- (In reply to S?verine Queune from comment #5) > I wanted to test this patch even thought it's signed off but I couldn't > apply it on Biblibre's sandbox. It applies correctly for me on top of bug 3841, did you apply the dependency patches before? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 19:55:07 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 18:55:07 +0000 Subject: [Koha-bugs] [Bug 19287] Add ability to mark an item 'Lost' from 'Holds awaiting pickup ' list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19287 --- Comment #28 from Jonathan Druart --- (In reply to S?verine Queune from comment #26) > We vote suggestion 1. Sally and Katrin, would you also agree with a new "UpdateItemWhenLost" pref? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 20:35:14 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 19:35:14 +0000 Subject: [Koha-bugs] [Bug 17602] Integrate support for OneClickdigital/Recorded Books API In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17602 --- Comment #46 from Jonathan Druart --- Quick note: use String.format() when needed. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Nov 6 23:45:33 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 06 Nov 2017 22:45:33 +0000 Subject: [Koha-bugs] [Bug 19583] New: Report updater triggers on auth_header.marcxml Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19583 Bug ID: 19583 Summary: Report updater triggers on auth_header.marcxml Change sponsored?: --- Product: Koha Version: 17.05 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Reports Assignee: koha-bugs at lists.koha-community.org Reporter: barton at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org In Home ? Reports ? Guided reports wizard ? Saved reports, Any reports that use auth_header.marcxml will display "This report seems obsolete, it uses biblioitems.marcxml field" with an "Update SQL" button. auth_header.marcxml still exists in the schema however. This is bound to be confusing to users. --Barton -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Nov 7 02:31:38 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Nov 2017 01:31:38 +0000 Subject: [Koha-bugs] [Bug 19582] Elasticsearch: Auth-finder.pl must use search_auth_compat In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19582 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #68984|0 |1 is obsolete| | --- Comment #2 from Nick Clemens --- Created attachment 68992 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68992&action=edit Bug 19582 - Use compat routines for searching authorities in auth_finder.pl To test: 1 - Enable Zebra 2 - Perform an auth search 3 - note results 4 - Enable ES 5 - Repeat search, note (likely) diff results 6 - Open a record in cataloging and use the button to launch auth search 7 - Perform same search as above, note results match for eiher engine selected 8 - NOTE: Disable sorting for ES search - this will be dealt with in another report -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Nov 7 02:31:41 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Nov 2017 01:31:41 +0000 Subject: [Koha-bugs] [Bug 19582] Elasticsearch: Auth-finder.pl must use search_auth_compat In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19582 --- Comment #3 from Nick Clemens --- Created attachment 68993 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68993&action=edit Bug 19582: Unit tests -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Nov 7 02:43:27 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Nov 2017 01:43:27 +0000 Subject: [Koha-bugs] [Bug 11213] GetItemsInfo() called twice In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11213 Srdjan Jankovic changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #68820|0 |1 is obsolete| | --- Comment #129 from Srdjan Jankovic --- Comment on attachment 68820 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68820 bug_11213: Include XSLT processing for searchResults() test Not required -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Nov 7 02:48:47 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Nov 2017 01:48:47 +0000 Subject: [Koha-bugs] [Bug 11213] GetItemsInfo() called twice In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11213 --- Comment #130 from Srdjan Jankovic --- (In reply to Josef Moravec from comment #128) > Hi Srdjan, > I did test these patches now, but I am sorry: > > The test Search.t is failing after this patchset... Don't be sorry, thanks for testing. I've decided that Search.t is broken, and there's no use changing it at this stage, so I dropped that patch. > virtualshelves on intranet and opac goes to ISE: > > DBIx::Class::ResultSet::_construct_results(): Unable to properly collapse > has_many results in iterator mode due to order criteria - performed an eager > cursor slurp underneath. Consider using ->all() instead at > /home/vagrant/kohaclone/Koha/Objects.pm line 209 > Can't use string ("1") as an ARRAY ref while "strict refs" in use at > /home/vagrant/kohaclone/C4/XSLT.pm line 290. Can you please tell me the steps to get that. Thanks. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Nov 7 03:06:33 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Nov 2017 02:06:33 +0000 Subject: [Koha-bugs] [Bug 17602] Integrate support for OneClickdigital/Recorded Books API In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17602 --- Comment #47 from Srdjan Jankovic --- (In reply to Jonathan Druart from comment #46) > Quick note: use String.format() when needed. Money or somewhere else? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Nov 7 04:27:09 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Nov 2017 03:27:09 +0000 Subject: [Koha-bugs] [Bug 17770] t/db_dependent/ Sitemapper.t fails when date changes during test run In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17770 --- Comment #1 from M. Tompsett --- Created attachment 68994 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68994&action=edit Bug 17770: Sitemapper.t fails if date changes during test run To compensate, DateTime->now is mocked to the current date. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Nov 7 04:27:12 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Nov 2017 03:27:12 +0000 Subject: [Koha-bugs] [Bug 17770] t/db_dependent/ Sitemapper.t fails when date changes during test run In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17770 --- Comment #2 from M. Tompsett --- Created attachment 68995 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68995&action=edit Bug 17770: Improve perlcritic level before patch: perlcritic -4 noisy after patch: perlcritic -4 ok -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Nov 7 04:27:14 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Nov 2017 03:27:14 +0000 Subject: [Koha-bugs] [Bug 17770] t/db_dependent/ Sitemapper.t fails when date changes during test run In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17770 --- Comment #3 from M. Tompsett --- Created attachment 68996 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68996&action=edit Bug 17770: Perltidy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Nov 7 04:27:06 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Nov 2017 03:27:06 +0000 Subject: [Koha-bugs] [Bug 17770] t/db_dependent/ Sitemapper.t fails when date changes during test run In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17770 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Nov 7 09:53:30 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Nov 2017 08:53:30 +0000 Subject: [Koha-bugs] [Bug 18588] Integrate ILL generic_emails in notices system. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18588 Magnus Enger changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |magnus at libriotech.no --- Comment #1 from Magnus Enger --- I'm getting paid to work on ILL for Swedish libraries, and this is definitely one of the things they want, so I will be working on this in the near future, if noone beats me to it. Probably not in time for 17.11, though. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Nov 7 11:14:55 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Nov 2017 10:14:55 +0000 Subject: [Koha-bugs] [Bug 18096] BnF Authorities Z39.50 search and access In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18096 Gaetan Boisson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gaetan.boisson at biblibre.com Depends on| |19436 --- Comment #5 from Gaetan Boisson --- This could be solved by BZ 19436, since BNF is now providing authorities through SRU. I am not sure it is worth investing more time in z3950. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19436 [Bug 19436] Add SRU support for authorities -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Nov 7 11:14:55 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Nov 2017 10:14:55 +0000 Subject: [Koha-bugs] [Bug 19436] Add SRU support for authorities In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19436 Gaetan Boisson changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |18096 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18096 [Bug 18096] BnF Authorities Z39.50 search and access -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Nov 7 11:16:56 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Nov 2017 10:16:56 +0000 Subject: [Koha-bugs] [Bug 19436] Add SRU support for authorities In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19436 Gaetan Boisson changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|18096 | CC| |gaetan.boisson at biblibre.com --- Comment #1 from Gaetan Boisson --- This would indeed be great. The French national library is also offering SRU for authorities now : http://catalogue.bnf.fr/api/test.do See and example here : http://catalogue.bnf.fr/api/SRU?version=1.2&operation=searchRetrieve&query=(aut.type%20any%20%22pep%20org%22)%20%20and%20(aut.accesspoint%20all%20%22victor%20hugo%22) Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18096 [Bug 18096] BnF Authorities Z39.50 search and access -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Nov 7 11:16:56 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Nov 2017 10:16:56 +0000 Subject: [Koha-bugs] [Bug 18096] BnF Authorities Z39.50 search and access In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18096 Gaetan Boisson changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on|19436 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19436 [Bug 19436] Add SRU support for authorities -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Nov 7 14:10:05 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Nov 2017 13:10:05 +0000 Subject: [Koha-bugs] [Bug 19578] TT syntax for notices - There is no way to pre-process DB fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19578 --- Comment #7 from Marcel de Rooy --- (In reply to Jonathan Druart from comment #6) > Marcel, what do you think about this approach? Looks quite good. Is it possible to further reduce the number of fields in biblio and biblioitems to run this Remove_MARC_punctuation on in some pragmatic way? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Nov 7 14:11:14 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Nov 2017 13:11:14 +0000 Subject: [Koha-bugs] [Bug 19575] Use canonical field names and resolve aliased fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19575 --- Comment #2 from David Gustafsson --- The following issue should be resolved with this patch applied: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19485 But in addition to title-series, most of the other broken search links should also work. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Nov 7 14:33:23 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Nov 2017 13:33:23 +0000 Subject: [Koha-bugs] [Bug 19578] TT syntax for notices - There is no way to pre-process DB fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19578 --- Comment #8 from Jonathan Druart --- (In reply to Marcel de Rooy from comment #7) > (In reply to Jonathan Druart from comment #6) > > Marcel, what do you think about this approach? > > Looks quite good. Is it possible to further reduce the number of fields in > biblio and biblioitems to run this Remove_MARC_punctuation on in some > pragmatic way? Yes, we could apply the regex only with a list of fields. But then the 2 syntaxes will no give the same results. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Nov 7 14:37:23 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Nov 2017 13:37:23 +0000 Subject: [Koha-bugs] [Bug 19578] TT syntax for notices - There is no way to pre-process DB fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19578 --- Comment #9 from Marcel de Rooy --- (In reply to Jonathan Druart from comment #8) > (In reply to Marcel de Rooy from comment #7) > > (In reply to Jonathan Druart from comment #6) > > > Marcel, what do you think about this approach? > > > > Looks quite good. Is it possible to further reduce the number of fields in > > biblio and biblioitems to run this Remove_MARC_punctuation on in some > > pragmatic way? > > Yes, we could apply the regex only with a list of fields. But then the 2 > syntaxes will no give the same results. Which can be solved too ? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Nov 7 14:55:33 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Nov 2017 13:55:33 +0000 Subject: [Koha-bugs] [Bug 14769] Authorities merge: Set correct indicators in biblio field In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14769 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|julian.maurice at biblibre.com |m.de.rooy at rijksmuseum.nl --- Comment #9 from Marcel de Rooy --- This would still be great to have.. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Nov 7 15:08:18 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Nov 2017 14:08:18 +0000 Subject: [Koha-bugs] [Bug 19584] New: Inventory: working title Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19584 Bug ID: 19584 Summary: Inventory: working title Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Tools Assignee: koha-bugs at lists.koha-community.org Reporter: m.de.rooy at rijksmuseum.nl QA Contact: testopia at bugs.koha-community.org -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Nov 7 15:09:27 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Nov 2017 14:09:27 +0000 Subject: [Koha-bugs] [Bug 19584] Inventory: working title In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19584 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|koha-bugs at lists.koha-commun |m.de.rooy at rijksmuseum.nl |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Nov 7 15:10:51 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Nov 2017 14:10:51 +0000 Subject: [Koha-bugs] [Bug 19584] Inventory: working title In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19584 --- Comment #1 from Marcel de Rooy --- Created attachment 68997 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68997&action=edit Bug 19584: Replace label Status by Not for loan Status does not tell me that this is the Not for loan column. Trivial edit. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Nov 7 15:15:52 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Nov 2017 14:15:52 +0000 Subject: [Koha-bugs] [Bug 19578] TT syntax for notices - There is no way to pre-process DB fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19578 --- Comment #10 from Jonathan Druart --- I would not recommend to make them diverge and I would not recommend to keep maintaining the 2 syntaxes... So let's keep behaviour as it for now :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Nov 7 15:29:27 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Nov 2017 14:29:27 +0000 Subject: [Koha-bugs] [Bug 17602] Integrate support for OneClickdigital/Recorded Books API In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17602 --- Comment #48 from Jonathan Druart --- (In reply to Srdjan Jankovic from comment #47) > (In reply to Jonathan Druart from comment #46) > > Quick note: use String.format() when needed. > > Money or somewhere else? Hum? Money? I am talking about that kind of generated strings: $( '#recordedbooks-status' ).html( '' + _("Found") + ' ' + data.total + ' ' + _("results in the library's RecordedBooks collection.") + '' ); should be _("Found %s results in the library's RecordedBooks collection.").format(data.total) But it was a not for myself. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Nov 7 15:30:23 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Nov 2017 14:30:23 +0000 Subject: [Koha-bugs] [Bug 17602] Integrate support for OneClickdigital/Recorded Books API In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17602 --- Comment #49 from Jonathan Druart --- (In reply to Srdjan Jankovic from comment #43) > Created attachment 67860 [details] [review] > t/Koha_ExternalContent_OverDrive.t correction Why this change? See commit c1185533c61e8266f9d89136e8e0debddf71d497 Bug 18851: Make OverDrive.T pass if dbms is not running -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Nov 7 15:41:57 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Nov 2017 14:41:57 +0000 Subject: [Koha-bugs] [Bug 19564] Fix extraction of sort order from sort condition name In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19564 --- Comment #3 from David Gustafsson --- Replaced the wrong line in previous patch, will fix. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Nov 7 15:42:49 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Nov 2017 14:42:49 +0000 Subject: [Koha-bugs] [Bug 19564] Fix extraction of sort order from sort condition name In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19564 David Gustafsson changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #68892|0 |1 is obsolete| | --- Comment #4 from David Gustafsson --- Created attachment 68998 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68998&action=edit Bug 19564: Fix extraction of sort order from sort condition name Currently sort order is extracted from sort condition by splitting the field, instead use regular expression to extract the last part preceded by underscore. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Nov 7 15:44:54 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Nov 2017 14:44:54 +0000 Subject: [Koha-bugs] [Bug 8676] show vendor name in source of acquisition In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8676 Patrick Robitaille changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |patrick.robitaille at collecto | |.ca -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Nov 7 15:47:40 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Nov 2017 14:47:40 +0000 Subject: [Koha-bugs] [Bug 18827] Elasticsearch mappings - not displayed or retrieved in saved order In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18827 Frank Hansen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |frank.hansen at ub.lu.se -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Nov 7 16:02:02 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Nov 2017 15:02:02 +0000 Subject: [Koha-bugs] [Bug 19585] New: Inventory: working title 2 Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19585 Bug ID: 19585 Summary: Inventory: working title 2 Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Tools Assignee: koha-bugs at lists.koha-community.org Reporter: m.de.rooy at rijksmuseum.nl QA Contact: testopia at bugs.koha-community.org -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Nov 7 16:02:16 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Nov 2017 15:02:16 +0000 Subject: [Koha-bugs] [Bug 19585] Inventory: working title 2 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19585 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |m.de.rooy at rijksmuseum.nl |ity.org | Status|NEW |ASSIGNED -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Nov 7 16:06:08 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Nov 2017 15:06:08 +0000 Subject: [Koha-bugs] [Bug 7317] Add an Interlibrary Loan Module to Circulation and OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7317 --- Comment #186 from Tom?s Cohen Arazi --- Created attachment 68999 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68999&action=edit Bug 7317: (QA followup) ILL sysprefs belong to circulation section Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Nov 7 16:06:15 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Nov 2017 15:06:15 +0000 Subject: [Koha-bugs] [Bug 7317] Add an Interlibrary Loan Module to Circulation and OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7317 --- Comment #187 from Tom?s Cohen Arazi --- Created attachment 69000 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=69000&action=edit Bug 7317: Handle missing email addresses gracefuly Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Nov 7 16:34:04 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Nov 2017 15:34:04 +0000 Subject: [Koha-bugs] [Bug 19555] Some changes to records are not reflected in OAI-PMH In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19555 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |tomascohen at gmail.com |y.org | Assignee|koha-bugs at lists.koha-commun |magnus at libriotech.no |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Nov 7 16:43:29 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Nov 2017 15:43:29 +0000 Subject: [Koha-bugs] [Bug 19289] Allow configuration of the fields on the 'Catalog details' form in the acquisition baskets In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19289 --- Comment #7 from S?verine Queune --- (In reply to Jonathan Druart from comment #6) > (In reply to S?verine Queune from comment #5) > > I wanted to test this patch even thought it's signed off but I couldn't > > apply it on Biblibre's sandbox. > > It applies correctly for me on top of bug 3841, did you apply the dependency > patches before? My bad, I didn't see the dependency... It seems to work quite good. I tested with new empty records and existing records and all fields are diplayed as expected. I just wonder about these fields in the 'Catalog details' framework that I didn't found on the MARC framework structure : 9 (RLIN) (6489) 9 (RLIN) (6549) 9 (RLIN) (6559) 9 (RLIN) (6569) 9 (RLIN) (6579) 9 (RLIN) (6589) 9 (RLIN) (6629) I don't know where they come from and i can't mask them. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Nov 7 17:05:06 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Nov 2017 16:05:06 +0000 Subject: [Koha-bugs] [Bug 16461] Add some information (branch and barcode) in fine description for overdue In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16461 Simon Pouchol changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |simon.pouchol at biblibre.com Status|Needs Signoff |Patch doesn't apply --- Comment #9 from Simon Pouchol --- Looks like this patch doesn't apply : Applying: Bug 16461 - Add branch and barcode in accountline table for overdues Using index info to reconstruct a base tree... M C4/Overdues.pm M installer/data/mysql/kohastructure.sql M koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt M t/db_dependent/Circulation.t Falling back to patching base and 3-way merge... Auto-merging t/db_dependent/Circulation.t CONFLICT (content): Merge conflict in t/db_dependent/Circulation.t Auto-merging koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt Auto-merging installer/data/mysql/kohastructure.sql Auto-merging C4/Overdues.pm error: Failed to merge in the changes. Patch failed at 0001 Bug 16461 - Add branch and barcode in accountline table for overdues -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Nov 7 17:34:17 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Nov 2017 16:34:17 +0000 Subject: [Koha-bugs] [Bug 11210] Allow partial writeoff In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11210 David Bourgault changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Nov 7 17:34:20 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Nov 2017 16:34:20 +0000 Subject: [Koha-bugs] [Bug 11210] Allow partial writeoff In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11210 David Bourgault changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #68754|0 |1 is obsolete| | --- Comment #7 from David Bourgault --- Created attachment 69001 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=69001&action=edit Bug 11210 - Writeoff partial amounts Minor changes to pay.pl and paycollect.tt to allow writing off a partial amount of a fine. Test plan: 0) Go to the Fines tab of a test patron's profile 1) Create a fine if there are none (under the Manual invoice tab) 2) Go to the "Pay fines" tab 3) Press the write off button on the corresponding account line Without patch, you'll be asked to confirm, but will not be able to edit the amount With patch, you'll be able to edit the amount. Followed test plan, patch worked as described. Also ran QA test tool and modified files passed Signed-off-by: Alex Buckley Signed-off-by: Kyle M Hall -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Nov 7 17:35:40 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Nov 2017 16:35:40 +0000 Subject: [Koha-bugs] [Bug 11210] Allow partial writeoff In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11210 --- Comment #8 from David Bourgault --- Removed the formatting on inputs. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Nov 7 17:49:23 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Nov 2017 16:49:23 +0000 Subject: [Koha-bugs] [Bug 5620] Capture Mode of payment In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5620 David Bourgault changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #67661|0 |1 is obsolete| | --- Comment #35 from David Bourgault --- Created attachment 69002 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=69002&action=edit Bug 5620 - (Rebase) - Collect payment mode in staff interface Followed test plan, patch worked as described. Also ran QA test tool everything passed Signed-off-by: Alex Buckley -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Nov 7 17:50:48 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Nov 2017 16:50:48 +0000 Subject: [Koha-bugs] [Bug 5620] Capture Mode of payment In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5620 --- Comment #36 from David Bourgault --- Rebased on master, since patch did not apply. The corrections were trivial so I will not change the status. -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Nov 7 18:07:45 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Nov 2017 17:07:45 +0000 Subject: [Koha-bugs] [Bug 17770] t/db_dependent/ Sitemapper.t fails when date changes during test run In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17770 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mtompset at hotmail.com Assignee|chris at bigballofwax.co.nz |mtompset at hotmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Nov 7 18:21:42 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Nov 2017 17:21:42 +0000 Subject: [Koha-bugs] [Bug 19289] Allow configuration of the fields on the 'Catalog details' form in the acquisition baskets In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19289 --- Comment #8 from Jonathan Druart --- Can you detail please? This is what I see when I install using "en"/MARC21: https://screenshots.firefox.com/cJdFOY6Lk1Ves2KK/pro.kohadev.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Nov 7 19:18:49 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Nov 2017 18:18:49 +0000 Subject: [Koha-bugs] [Bug 11976] show issue date instead of received date for serials in opac In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11976 David Bourgault changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Nov 7 19:18:52 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Nov 2017 18:18:52 +0000 Subject: [Koha-bugs] [Bug 11976] show issue date instead of received date for serials in opac In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11976 David Bourgault changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #68610|0 |1 is obsolete| | Attachment #68611|0 |1 is obsolete| | Attachment #68632|0 |1 is obsolete| | --- Comment #20 from David Bourgault --- Created attachment 69003 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=69003&action=edit Bug 11976: Counter patch using Column Settings As per Nick Clemen's suggestion from comment #6, system preferences may not be the best way. Using Home->Administration->Column Settings->OPAC->subscriptionst the fields visibility can be toggled. TEST PLAN --------- 1) Have a subscription where you have received at least once. 2) Look for it in OPAC and note the date is the received date, not the publication date 3) Apply patch 4) Log in to staff client 5) Home->Administration->Column Settings->OPAC->subscriptionst 6) Set visibility as desired. 7) Refresh OPAC page -- everything should be as expected. 8) run koha qa test tools. Signed-off-by: David Bourgault -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Nov 7 19:18:58 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Nov 2017 18:18:58 +0000 Subject: [Koha-bugs] [Bug 5620] Capture Mode of payment In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5620 Eric B?gin changed: What |Removed |Added ---------------------------------------------------------------------------- CC|remi.mayrand-provencher at inL | |ibro.com | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Nov 7 19:20:28 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Nov 2017 18:20:28 +0000 Subject: [Koha-bugs] [Bug 13990] ILS-DI LookupPatron Requries ID Type In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13990 --- Comment #3 from Jon Knight --- Created attachment 69004 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=69004&action=edit Bug 13990 - ILS-DI LookupPatron Requries ID Type Patch provides a constrained set of borrower attributes to try in turn if the ID type is not specified. Also added "email" to the POD documented list of id types seeing as its quite a useful one for integration developers. Test plan: 1) without the patch applied, turn on ils-di interface in your admin sysprefs and then try accessing the URL: https://your-server/cgi-bin/koha/ilsdi.pl?service=LookupPatron&id=Mabel replacing "your-server" your Koha dev test domain name (localhost:8080 if you're using a kohadevbox VM) and "Mabel" with the first name of a patron (Mabel is in the test database already if you're using that). You should get back an error message in the XML. 2) Apply the patch and repeat. This time you should get an element in the XML with Mabel's patron ID in it. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Nov 7 19:20:58 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Nov 2017 18:20:58 +0000 Subject: [Koha-bugs] [Bug 11976] show issue date instead of received date for serials in opac In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11976 --- Comment #21 from David Bourgault --- I did not know that was an option. I modified Mark's patch slightly: the subscriptionst yaml entry did wasn't under OPAC for me, so I simply moved it down. Worked as described in test plan otherwise. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Nov 7 19:21:29 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Nov 2017 18:21:29 +0000 Subject: [Koha-bugs] [Bug 13990] ILS-DI LookupPatron Requries ID Type In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13990 Jon Knight changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Nov 7 19:29:18 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Nov 2017 18:29:18 +0000 Subject: [Koha-bugs] [Bug 19586] New: Improve budget display Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19586 Bug ID: 19586 Summary: Improve budget display Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Acquisitions Assignee: koha-bugs at lists.koha-community.org Reporter: philippe.blouin at inlibro.com QA Contact: testopia at bugs.koha-community.org Currently, the display of a "huge" (100s of lines) budget can slow down the process extensively. It is caused by redundant and recursive calls to build the budget tree. I used the followup patch with CCSR to cut the DB calls from 30000 to 5. Display idle time went from 30+ seconds to 1. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Nov 7 19:30:53 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Nov 2017 18:30:53 +0000 Subject: [Koha-bugs] [Bug 19586] Improve budget display In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19586 Blou changed: What |Removed |Added ---------------------------------------------------------------------------- Change sponsored?|--- |Sponsored Patch complexity|--- |Small patch Status|NEW |ASSIGNED Assignee|koha-bugs at lists.koha-commun |philippe.blouin at inlibro.com |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Nov 7 19:33:24 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Nov 2017 18:33:24 +0000 Subject: [Koha-bugs] [Bug 19368] Add syspref to ignore words when sorting serials In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19368 David Bourgault changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #67612|0 |1 is obsolete| | --- Comment #11 from David Bourgault --- Created attachment 69005 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=69005&action=edit Bug 19368 - Syspref now "SortIgnoreArticles", used in datatables.inc -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Nov 7 19:33:22 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Nov 2017 18:33:22 +0000 Subject: [Koha-bugs] [Bug 19368] Add syspref to ignore words when sorting serials In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19368 David Bourgault changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Nov 7 19:34:01 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Nov 2017 18:34:01 +0000 Subject: [Koha-bugs] [Bug 19368] Add syspref to ignore words when sorting serials In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19368 --- Comment #12 from David Bourgault --- Updated incorrect YAML preference file -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Nov 7 20:13:12 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Nov 2017 19:13:12 +0000 Subject: [Koha-bugs] [Bug 7317] Add an Interlibrary Loan Module to Circulation and OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7317 --- Comment #188 from Tom?s Cohen Arazi --- Created attachment 69006 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=69006&action=edit Bug 7317: (QA followup) Fix capitalization and terminology issues This patch fixed terminology issues on the UI, and removes CSS-based case forcing for column names. Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Nov 7 20:55:31 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Nov 2017 19:55:31 +0000 Subject: [Koha-bugs] [Bug 19587] New: "Place request with partners" button must be hidden if no partern defined Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19587 Bug ID: 19587 Summary: "Place request with partners" button must be hidden if no partern defined Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs at lists.koha-community.org Reporter: jonathan.druart at bugs.koha-community.org QA Contact: testopia at bugs.koha-community.org Depends on: 7317 This button leads to /ill/ill-requests.pl?method=generic_confirm&illrequest_id=1 If there are no partners defined this link should not be displayed and the page not accessible (with friendly message what's happening). Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7317 [Bug 7317] Add an Interlibrary Loan Module to Circulation and OPAC -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Nov 7 20:55:31 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Nov 2017 19:55:31 +0000 Subject: [Koha-bugs] [Bug 7317] Add an Interlibrary Loan Module to Circulation and OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7317 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |19587 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19587 [Bug 19587] "Place request with partners" button must be hidden if no partern defined -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Nov 7 20:55:42 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Nov 2017 19:55:42 +0000 Subject: [Koha-bugs] [Bug 19587] "Place request with partners" button must be hidden if no partners defined In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19587 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|"Place request with |"Place request with |partners" button must be |partners" button must be |hidden if no partern |hidden if no partners |defined |defined -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Nov 7 20:57:51 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Nov 2017 19:57:51 +0000 Subject: [Koha-bugs] [Bug 19588] New: There is no ILL requests history Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19588 Bug ID: 19588 Summary: There is no ILL requests history Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: In Discussion Severity: normal Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs at lists.koha-community.org Reporter: jonathan.druart at bugs.koha-community.org QA Contact: testopia at bugs.koha-community.org Blocks: 7317 When a request is deleted, the row is removed from illrequests. Is that expected? Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7317 [Bug 7317] Add an Interlibrary Loan Module to Circulation and OPAC -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Nov 7 20:57:51 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Nov 2017 19:57:51 +0000 Subject: [Koha-bugs] [Bug 7317] Add an Interlibrary Loan Module to Circulation and OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7317 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |19588 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19588 [Bug 19588] There is no ILL requests history -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Nov 7 21:00:46 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Nov 2017 20:00:46 +0000 Subject: [Koha-bugs] [Bug 17674] Allow UI to delete serials in batch In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17674 David Bourgault changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Nov 7 21:00:49 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Nov 2017 20:00:49 +0000 Subject: [Koha-bugs] [Bug 17674] Allow UI to delete serials in batch In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17674 David Bourgault changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #61314|0 |1 is obsolete| | --- Comment #16 from David Bourgault --- Created attachment 69007 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=69007&action=edit Bug 17674 - Allow UI to delete serials in batch This new feature allows for batch deletion of serials through the UI. The current usage is a one-by-one long game. Testing - Have at least three serials, with items - check the box to select two of them - Press the Remove selected issues button - Decide to delete their items as well or not - Validate. Sponsored by : CCSR Signed-off-by: Sonia BOUIS -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Nov 7 21:00:50 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Nov 2017 20:00:50 +0000 Subject: [Koha-bugs] [Bug 7317] Add an Interlibrary Loan Module to Circulation and OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7317 --- Comment #189 from Jonathan Druart --- Created attachment 69008 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=69008&action=edit Bug 7317: Add missing 'use Encode' statement -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Nov 7 21:00:58 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Nov 2017 20:00:58 +0000 Subject: [Koha-bugs] [Bug 7317] Add an Interlibrary Loan Module to Circulation and OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7317 --- Comment #190 from Jonathan Druart --- Created attachment 69009 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=69009&action=edit Bug 7317: (QA followup 2) Fix capitalization and terminology issues -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Nov 7 21:00:59 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Nov 2017 20:00:59 +0000 Subject: [Koha-bugs] [Bug 17674] Allow UI to delete serials in batch In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17674 David Bourgault changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #61315|0 |1 is obsolete| | --- Comment #17 from David Bourgault --- Created attachment 69010 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=69010&action=edit Bug 17674 - Fix problem tabs Signed-off-by: Sonia BOUIS -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Nov 7 21:01:04 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Nov 2017 20:01:04 +0000 Subject: [Koha-bugs] [Bug 17674] Allow UI to delete serials in batch In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17674 David Bourgault changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #61316|0 |1 is obsolete| | --- Comment #18 from David Bourgault --- Created attachment 69011 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=69011&action=edit Bug 17674 - Add unit tests https://bugs.koha-community.org/show_bug.cgi?id=17674 Signed-off-by: Sonia BOUIS -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Nov 7 21:01:05 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Nov 2017 20:01:05 +0000 Subject: [Koha-bugs] [Bug 7317] Add an Interlibrary Loan Module to Circulation and OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7317 --- Comment #191 from Jonathan Druart --- Created attachment 69012 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=69012&action=edit Bug 7317: use preventDefault to prevent the scrollbar to move to the top -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Nov 7 21:01:09 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Nov 2017 20:01:09 +0000 Subject: [Koha-bugs] [Bug 17674] Allow UI to delete serials in batch In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17674 David Bourgault changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66565|0 |1 is obsolete| | --- Comment #19 from David Bourgault --- Created attachment 69013 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=69013&action=edit Bug 17674 - Move subroutine GetSerialItemsInformations to Koha/Serials.pm -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Nov 7 21:44:19 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Nov 2017 20:44:19 +0000 Subject: [Koha-bugs] [Bug 7317] Add an Interlibrary Loan Module to Circulation and OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7317 --- Comment #192 from Jonathan Druart --- Created attachment 69014 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=69014&action=edit Bug 7317: Fix more translation issues -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Nov 7 21:45:28 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Nov 2017 20:45:28 +0000 Subject: [Koha-bugs] [Bug 7317] Add an Interlibrary Loan Module to Circulation and OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7317 --- Comment #193 from Jonathan Druart --- Some more: 1. This looks wrong 260 here_link => "/cgi-bin/koha/ill/ill-requests.pl" url should be in template I'd say 2. This is not used, you are using an ajax call 219 } elsif ( $op eq 'illlist') { 220 # Display all current ILLs 221 my $requests = $illRequests->search(); 222 223 $template->param( 224 requests => $requests 225 ); 3. 257 media => [ "Book", "Article", "Journal" ], Is this used? 4. Config.pm 312 die "No DEFAULT_FORMATS has been defined in koha-conf.xml, but UNMEDIATEDILL is active." 313 if ( $unmediated && !$configuration->{default_formats}->{default} ); Not used yet, please remove 5. 794 \"YEAR(placed) = YEAR(NOW())" This looks like a mysqlism 6. The branchcode is displayed instead of the branchname in the list of ILL requests. Sounds easy to fix as we embed "branch" (must be library?) 7. api/v1/swagger/paths/*.json "name": "branchcode" vs "name": "branch_id" same with borrowernumber vs borrower_id and biblionumber vs biblio_id (to be continued...) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Nov 7 21:45:40 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Nov 2017 20:45:40 +0000 Subject: [Koha-bugs] [Bug 7317] Add an Interlibrary Loan Module to Circulation and OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7317 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Failed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Nov 8 00:45:54 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Nov 2017 23:45:54 +0000 Subject: [Koha-bugs] [Bug 19589] New: DESTDIR environment variable ignored on "make install" Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19589 Bug ID: 19589 Summary: DESTDIR environment variable ignored on "make install" Change sponsored?: --- Product: Koha Version: 17.05 Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Installation and upgrade (command-line installer) Assignee: koha-bugs at lists.koha-community.org Reporter: int at arcor.de QA Contact: testopia at bugs.koha-community.org (In koha-17.05.03/) when calling > DESTDIR=fancydir make install the DESTDIR from the command-line is ignored and the empty one from Makefile is used. In Makefile the following line can be found > DESTDIR = If this line is deleted, the DESTDIR from the command-line is used as expected. (But I don't know if this is a good idea to do, beside that Makefile is generated.) This behaviour is bad for package-building of koha. Steps to reproduce: Just follow the normal install procedure (as normal user): > perl Makefile.PL --install_base /usr/share/koha --install_mode standard ... > make > DESTDIR=fancydir make install The following error should occur: > ERROR: Can't create '/etc/koha' > mkdir /etc/koha: Permission denied at ... Expected is that everything is installed below $DESTDIR/, e.g. $DESTDIR/etc/koha, and not root. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Nov 8 00:50:36 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Nov 2017 23:50:36 +0000 Subject: [Koha-bugs] [Bug 17602] Integrate support for OneClickdigital/Recorded Books API In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17602 Srdjan Jankovic changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #67860|0 |1 is obsolete| | --- Comment #50 from Srdjan Jankovic --- Comment on attachment 67860 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=67860 t/Koha_ExternalContent_OverDrive.t correction Obsoleted by 18851 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Nov 8 00:53:16 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 07 Nov 2017 23:53:16 +0000 Subject: [Koha-bugs] [Bug 17602] Integrate support for OneClickdigital/Recorded Books API In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17602 --- Comment #51 from Srdjan Jankovic --- (In reply to Jonathan Druart from comment #48) > _("Found %s results in the library's RecordedBooks > collection.").format(data.total) > > But it was a not for myself. Did not know how we store translatables. Want me to change it? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Nov 8 08:47:25 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Nov 2017 07:47:25 +0000 Subject: [Koha-bugs] [Bug 10662] Build OAI-PMH Harvesting Client In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10662 Ola Andersson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ola.andersson at ltu.se -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Nov 8 09:10:20 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Nov 2017 08:10:20 +0000 Subject: [Koha-bugs] [Bug 18096] BnF Authorities Z39.50 search and access In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18096 Fridolin SOMERS changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=19436 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Nov 8 09:10:20 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Nov 2017 08:10:20 +0000 Subject: [Koha-bugs] [Bug 19436] Add SRU support for authorities In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19436 Fridolin SOMERS changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=18096 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Nov 8 09:22:00 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Nov 2017 08:22:00 +0000 Subject: [Koha-bugs] [Bug 18956] Possible privacy breach with OPAC password recovery In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18956 Fridolin SOMERS changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable --- Comment #27 from Fridolin SOMERS --- These patches have been pushed to 17.05.x and are in 17.05.05. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Nov 8 09:22:10 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Nov 2017 08:22:10 +0000 Subject: [Koha-bugs] [Bug 19117] paycollect.pl is vulnerable for CSRF attacks In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19117 Fridolin SOMERS changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fridolin.somers at biblibre.co | |m Status|Pushed to Master |Pushed to Stable --- Comment #11 from Fridolin SOMERS --- These patches have been pushed to 17.05.x and are in 17.05.05. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Nov 8 09:22:14 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Nov 2017 08:22:14 +0000 Subject: [Koha-bugs] [Bug 19333] XSS vulnerability in opac-shelves In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19333 Fridolin SOMERS changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable CC| |fridolin.somers at biblibre.co | |m --- Comment #10 from Fridolin SOMERS --- These patches have been pushed to 17.05.x and are in 17.05.05. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Nov 8 10:18:55 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Nov 2017 09:18:55 +0000 Subject: [Koha-bugs] [Bug 19289] Allow configuration of the fields on the 'Catalog details' form in the acquisition baskets In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19289 --- Comment #9 from S?verine Queune --- Created attachment 69015 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=69015&action=edit Add to basket from new empty recvord I worked on Biblibre's sandbox #2 and modified the ACQ framework to get the structure we want to use, but I couldn?t found where the "9 (RLIN)" fields that I see when I add an order from a new empty record come from. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Nov 8 10:21:54 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Nov 2017 09:21:54 +0000 Subject: [Koha-bugs] [Bug 19289] Allow configuration of the fields on the 'Catalog details' form in the acquisition baskets In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19289 --- Comment #10 from S?verine Queune --- Created attachment 69016 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=69016&action=edit ACQ framework - Display only used tags/subfields Here is the ACQ framework structure with only the used subfields and as you can see, there is no informations about "9 (RLIN)" fields. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Nov 8 10:22:29 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Nov 2017 09:22:29 +0000 Subject: [Koha-bugs] [Bug 19590] New: doc of Clean Patron Records tool wrong about deletion scope + anonymization syspref Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19590 Bug ID: 19590 Summary: doc of Clean Patron Records tool wrong about deletion scope + anonymization syspref Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Documentation Assignee: koha-bugs at lists.koha-community.org Reporter: victor.grousset at biblibre.com QA Contact: testopia at bugs.koha-community.org Hi, I think I've found a documentation issue in the "Clean Patron Records" tool. Both the in-app + online doc [1] mention that: ?patrons with outstanding fines or items checked out not saved? (the rest of the doc confirms that we are talking about removal) ? wrong, see [2][3] ?The anonymization will fail quietly if AnonymousPatron preference does not contain a valid value.? ? wrong, according to the UI itself ?The AnonymousPatron system preference is not defined. You can use this feature anyway but NULL will be used to update the checkout history.? Are these two findings correct? [1] https://koha-community.org/manual/17.05/html/03_tools.html#patrons-anonymize-bulk-delete [2] excludes patrons with checked out item https://github.com/Koha-Community/Koha/blob/master/C4/Members.pm#L1040 [3] excludes patrons with unpaid fines https://github.com/Koha-Community/Koha/blob/master/tools/cleanborrowers.pl#L142 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Nov 8 10:29:32 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Nov 2017 09:29:32 +0000 Subject: [Koha-bugs] [Bug 19591] New: Saving a system preference jumps to main page Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19591 Bug ID: 19591 Summary: Saving a system preference jumps to main page Change sponsored?: --- Product: Koha Version: 16.11 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: System Administration Assignee: koha-bugs at lists.koha-community.org Reporter: christian.stelzenmueller at bsz-bw.de QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com I don't know if this was intended or not. When saving a system preference, it jumps to the main page of the category, instead of staying on the searched system preference, like in 3.22. Test: 1. Search a system preference, i. e. Opaccredits. 2. Change something. 3. Save it. 4. It jumps to the "category subpage" on the left side. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Nov 8 10:38:05 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Nov 2017 09:38:05 +0000 Subject: [Koha-bugs] [Bug 15142] Titles facet does not work in UNIMARC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15142 Andreas Roussos changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |arouss1980 at gmail.com --- Comment #3 from Andreas Roussos --- The Titles facet still doesn't work for UNIMARC installations (I've tested versions 16.05.16 and 17.05.05). We fixed this by changing the zebra index name to 'Subject,Subject:p'. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Nov 8 11:55:36 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Nov 2017 10:55:36 +0000 Subject: [Koha-bugs] [Bug 18316] Add weighting/relevancy options to ElasticSearch In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18316 S?verine Queune changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |severine.queune at bulac.fr -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Nov 8 12:35:12 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Nov 2017 11:35:12 +0000 Subject: [Koha-bugs] [Bug 11999] Add two checks in CanBookBeReserved and CanItemBeReserved In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11999 --- Comment #59 from Fridolin SOMERS --- Looks like CanBookBeReserved may be called with undef biblionumber : when at intranet clicking on holds tab of a record. This generates error : Can't call method "holds" on an undefined value -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Nov 8 13:04:14 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Nov 2017 12:04:14 +0000 Subject: [Koha-bugs] [Bug 11999] Add two checks in CanBookBeReserved and CanItemBeReserved In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11999 Fridolin SOMERS changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |17740 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17740 [Bug 17740] Add the Koha::Patron->holds method -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Nov 8 13:04:14 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Nov 2017 12:04:14 +0000 Subject: [Koha-bugs] [Bug 17740] Add the Koha::Patron->holds method In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17740 Fridolin SOMERS changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |11999 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11999 [Bug 11999] Add two checks in CanBookBeReserved and CanItemBeReserved -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Nov 8 13:32:31 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Nov 2017 12:32:31 +0000 Subject: [Koha-bugs] [Bug 19289] Allow configuration of the fields on the 'Catalog details' form in the acquisition baskets In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19289 --- Comment #11 from Jonathan Druart --- Hi S?verine, I have created the correct ACQ framework only for: en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.sql fr-FR/marcflavour/unimarc_complet/Obligatoire/framework_DEFAULT.sql When you setup the sandbox, tick "No database (run webinstaller)" to use the files used from the Koha codebase and not the database created for the sandbox. Otherwise you can remove the subfield (@) from 009. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Nov 8 13:39:37 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Nov 2017 12:39:37 +0000 Subject: [Koha-bugs] [Bug 11999] Add two checks in CanBookBeReserved and CanItemBeReserved In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11999 --- Comment #60 from Fridolin SOMERS --- (In reply to Fridolin SOMERS from comment #59) > Looks like CanBookBeReserved may be called with undef biblionumber : when at > intranet clicking on holds tab of a record. > This generates error : > Can't call method "holds" on an undefined value Ok in master, CanBookBeReserved is not called if no borrower. Sorry -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Nov 8 14:12:27 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Nov 2017 13:12:27 +0000 Subject: [Koha-bugs] [Bug 19584] Inventory: working title In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19584 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Nov 8 14:12:29 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Nov 2017 13:12:29 +0000 Subject: [Koha-bugs] [Bug 19584] Inventory: working title In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19584 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #68997|0 |1 is obsolete| | --- Comment #2 from Marcel de Rooy --- Created attachment 69017 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=69017&action=edit Bug 19584: Replace label Status by Not for loan Status does not tell me that this is the Not for loan column. Trivial edit. Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Nov 8 14:12:33 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Nov 2017 13:12:33 +0000 Subject: [Koha-bugs] [Bug 19584] Inventory: working title In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19584 --- Comment #3 from Marcel de Rooy --- Created attachment 69018 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=69018&action=edit Bug 19584: Check compare barcodes box when uploading barcodes This patch makes two trivial changes in the inventory interface: [1] If you have uploaded a barcode file, the compare barcodes checkbox is automatically checked. In most cases this will be the option the user wants. The compare will report missed items on the shelf. [2] If the compare barcodes checkbox is checked, the Skip items on loan- checkbox is automatically checked. This again is often desirable. If you compare, you normally are not interested in seeing items reported missing while they are checked out. Test plan: [1] Upload a barcode file on inventory. Is the compare checked? [2] Toggle compare. Does 'skip items on loan' change accordingly? Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Nov 8 14:13:39 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Nov 2017 13:13:39 +0000 Subject: [Koha-bugs] [Bug 19584] Inventory: Trivial interface improvements In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19584 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Inventory: working title |Inventory: Trivial | |interface improvements -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Nov 8 14:22:21 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Nov 2017 13:22:21 +0000 Subject: [Koha-bugs] [Bug 17602] Integrate support for OneClickdigital/Recorded Books API In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17602 --- Comment #53 from Jonathan Druart --- Created attachment 69020 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=69020&action=edit Bug 17602: RecordedBooks Integration to Koha This patch introduces the required sysprefs and Koha::ExternalContent::RecordedBooks Koha::ExternalContent::RecordedBooks - a wrapper around WebService::ILS::RecordedBooks::PartnerPatron RecordedBooks* sysprefs Nothing functional to test with this patch yet. But you can run the tests that come with it t/db_dependent/Koha_ExternalContent_RecordedBooks.t Signed-off-by: Nick Clemens Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Nov 8 14:22:26 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Nov 2017 13:22:26 +0000 Subject: [Koha-bugs] [Bug 17602] Integrate support for OneClickdigital/Recorded Books API In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17602 --- Comment #54 from Jonathan Druart --- Created attachment 69021 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=69021&action=edit Bug 17602: OPAC integration of RecordedBooks Add RecordedBooks to the users page in the public interface To Test: 1/ Apply all 3 patches 2/ Set the sysprefs to valid values (you will need a test account with RecordedBooks) 3/ Try a search 4/ Login to the OPAC, try to place a hold, or check an item out 5/ Check the opac-user page, see if your items are showing on the oneclickdigital tab Signed-off-by: Nick Clemens Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Nov 8 14:22:15 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Nov 2017 13:22:15 +0000 Subject: [Koha-bugs] [Bug 17602] Integrate support for OneClickdigital/Recorded Books API In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17602 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #67237|0 |1 is obsolete| | Attachment #67238|0 |1 is obsolete| | Attachment #67240|0 |1 is obsolete| | Attachment #67859|0 |1 is obsolete| | --- Comment #52 from Jonathan Druart --- Created attachment 69019 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=69019&action=edit Bug 17602: Koha::ExternalContent->koha_patron() will retutn undef rather than die if user not logged in Signed-off-by: Nick Clemens Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Nov 8 14:22:29 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Nov 2017 13:22:29 +0000 Subject: [Koha-bugs] [Bug 17602] Integrate support for OneClickdigital/Recorded Books API In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17602 --- Comment #55 from Jonathan Druart --- Created attachment 69022 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=69022&action=edit Bug 17602 follow-up: t/Koha_ExternalContent_RecordedBooks.t -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Nov 8 14:22:35 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Nov 2017 13:22:35 +0000 Subject: [Koha-bugs] [Bug 17602] Integrate support for OneClickdigital/Recorded Books API In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17602 --- Comment #56 from Jonathan Druart --- Created attachment 69023 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=69023&action=edit Bug 17602: Update opac.css -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Nov 8 14:22:39 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Nov 2017 13:22:39 +0000 Subject: [Koha-bugs] [Bug 17602] Integrate support for OneClickdigital/Recorded Books API In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17602 --- Comment #57 from Jonathan Druart --- Created attachment 69024 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=69024&action=edit Bug 17602: Ease translation Use String.format() to make translation easier -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Nov 8 14:22:42 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Nov 2017 13:22:42 +0000 Subject: [Koha-bugs] [Bug 17602] Integrate support for OneClickdigital/Recorded Books API In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17602 --- Comment #58 from Jonathan Druart --- Created attachment 69025 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=69025&action=edit Bug 17602: Handle '60+' if there are more than 60 results The service returns "60+" if there are more than 60 results. Without this patch the "Found %s results in RecordedBooks collection" line is removed. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Nov 8 14:22:46 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Nov 2017 13:22:46 +0000 Subject: [Koha-bugs] [Bug 17602] Integrate support for OneClickdigital/Recorded Books API In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17602 --- Comment #59 from Jonathan Druart --- Created attachment 69026 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=69026&action=edit Bug 17602: Adapt test plan to make the tests pass -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Nov 8 14:22:50 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Nov 2017 13:22:50 +0000 Subject: [Koha-bugs] [Bug 17602] Integrate support for OneClickdigital/Recorded Books API In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17602 --- Comment #60 from Jonathan Druart --- Created attachment 69027 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=69027&action=edit Bug 17602: Fix few minor QA issues -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Nov 8 14:23:07 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Nov 2017 13:23:07 +0000 Subject: [Koha-bugs] [Bug 19585] working title In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19585 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Inventory: working title 2 |working title -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Nov 8 14:47:11 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Nov 2017 13:47:11 +0000 Subject: [Koha-bugs] [Bug 17602] Integrate support for OneClickdigital/Recorded Books API In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17602 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Failed QA --- Comment #61 from Jonathan Druart --- Some additional remarks: 1. At some point I got the following error: {"error":"Checkout item already exists"}Status: 200 OK Pragma: no-cache X-frame-options: SAMEORIGIN Cache-control: no-cache Content-Type: application/json; charset=UTF-8 {"action":null,"is_identified":true,"error":"ARRAY(0xbb2fe50)"} When I clicked several time on the "checkout" button. I think we should hide them or add a spinner to tell the user something is going on. 2. Strings from .js files are not translatable, `git grep MSG_` to know how to make them translatable. 3. I see code related to pagination, but I do not see the previous/next buttons. I only see the OPACnumSearchResults first results. And a question: Koha/ExternalContent/RecordedBooks.pm 76 user_agent_params => { agent => $class->agent_string } Where is this used? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Nov 8 14:55:31 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Nov 2017 13:55:31 +0000 Subject: [Koha-bugs] [Bug 14830] anonymous purchase suggestions are invisible/ inaccessible in staff interface In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14830 Marjorie Barry-Vila changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |marjorie.barry-vila at collect | |o.ca -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Nov 8 14:58:35 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Nov 2017 13:58:35 +0000 Subject: [Koha-bugs] [Bug 14839] 'anonymous' purchase suggestions are created with 'Anon' user' s branchcode ignored, (NULL branchcode) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14839 Marjorie Barry-Vila changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |marjorie.barry-vila at collect | |o.ca -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Nov 8 14:59:14 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Nov 2017 13:59:14 +0000 Subject: [Koha-bugs] [Bug 11526] search word hilighting does not handle multi-word phrases well In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11526 Gaetan Boisson changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|NEW |RESOLVED CC| |gaetan.boisson at biblibre.com --- Comment #1 from Gaetan Boisson --- *** This bug has been marked as a duplicate of bug 10779 *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Nov 8 14:59:14 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Nov 2017 13:59:14 +0000 Subject: [Koha-bugs] [Bug 10779] Keyword Highlighting highlights partial words In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10779 Gaetan Boisson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pasi.kallinen at pttk.fi --- Comment #1 from Gaetan Boisson --- *** Bug 11526 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Nov 8 15:28:40 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Nov 2017 14:28:40 +0000 Subject: [Koha-bugs] [Bug 11879] Add a new borrower field : main contact method. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11879 David Bourgault changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65811|0 |1 is obsolete| | --- Comment #92 from David Bourgault --- Created attachment 69028 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=69028&action=edit Bug 11879: Add the "Main contact method" field in borrower informations. This patch adds the "Main Contact Method" field in the borrower modification form. This field is useful for reporting purposes, or to know which contact method to use first when trying to contact a borrower. Following Nicolas' fix, removed a $branch variable from patch, since it has been suppressed in Bug 17284. Test case : * Edit a borrower's informations. The "Main Contact Method" selectbox should appear in the form and its value should be saved correctly. Sponsored-by: CCSR -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Nov 8 15:29:00 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Nov 2017 14:29:00 +0000 Subject: [Koha-bugs] [Bug 11879] Add a new borrower field : main contact method. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11879 David Bourgault changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65812|0 |1 is obsolete| | --- Comment #93 from David Bourgault --- Created attachment 69029 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=69029&action=edit Bug 11879: Changes to Koha's schemas -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Nov 8 15:32:29 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Nov 2017 14:32:29 +0000 Subject: [Koha-bugs] [Bug 11879] Add a new borrower field : main contact method. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11879 David Bourgault changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david.bourgault at inlibro.com Status|Patch doesn't apply |Needs Signoff --- Comment #94 from David Bourgault --- Rebased patches. Test plan is same as before: 0) Apply patch 1) updatedatabase.pl 2) In the staff client, edit a patron's contact info. There should be a new dropdown select to choose the main contact method 3) Save the form. The selected field should appear in the patron's detail page. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Nov 8 15:49:21 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Nov 2017 14:49:21 +0000 Subject: [Koha-bugs] [Bug 18645] Creation of Koha feature release change tool displayed after running Koha update In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18645 Marjorie Barry-Vila changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |marjorie.barry-vila at collect | |o.ca -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Nov 8 16:18:43 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Nov 2017 15:18:43 +0000 Subject: [Koha-bugs] [Bug 19592] New: Move admin templates JavaScript to the footer: Acquisitions Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19592 Bug ID: 19592 Summary: Move admin templates JavaScript to the footer: Acquisitions Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org CC: jonathan.druart at bugs.koha-community.org, nick at bywatersolutions.com, testopia at bugs.koha-community.org Blocks: 17858 In order to conform to best practices for performance staff client template javascript should be in the footer instead of the header. This patch will do so for the acquisitions-related administration templates. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17858 [Bug 17858] Omnibus: Move staff client JavaScript to the footer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Nov 8 16:18:43 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Nov 2017 15:18:43 +0000 Subject: [Koha-bugs] [Bug 17858] Omnibus: Move staff client JavaScript to the footer In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17858 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |19592 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19592 [Bug 19592] Move admin templates JavaScript to the footer: Acquisitions -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Nov 8 16:19:43 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Nov 2017 15:19:43 +0000 Subject: [Koha-bugs] [Bug 19562] Inventory: How can we skip convolutes marked as problematic with no_barcode? In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19562 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch Status|NEW |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Nov 8 16:19:45 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Nov 2017 15:19:45 +0000 Subject: [Koha-bugs] [Bug 19562] Inventory: How can we skip convolutes marked as problematic with no_barcode? In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19562 --- Comment #2 from Marcel de Rooy --- Created attachment 69030 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=69030&action=edit Bug 19562: Do not mark convolute items without barcode as problematic Convolute items are bound together (belong to different biblio records) and only one item has a barcode. All items are marked with a phrase like Convolute (see regex below) in itemnotes. This patch skips the convolute items without barcode and does not mark them as problematic during inventory when the item notes contain the phrase. The regex used is: $item->{itemnotes} =~ /convoluu?t/i; This regex will cover at least the following languages: Danish, Dutch, English, Finnish, French, Italian, Norwegian, Portuguese, Spanish, Swedish and probably other languages too. And can be easily extended if needed. Note: Since the item hash does not contain itemnotes, we need to call Koha::Items->find. We will only do so when the item does not have a barcode. Test plan: [1] Update an item so that it has no barcode, callnumber is X and item notes contain Convolute. [2] Upload a barcode file (contents may even be empty), filter on callnumber X. Compare should not report the updated convolute. [3] Remove the Convolute note. Repeat step 2. Inventory should report the item now. Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Nov 8 16:21:42 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Nov 2017 15:21:42 +0000 Subject: [Koha-bugs] [Bug 19562] Inventory: How can we skip convolutes marked as problematic with no_barcode? In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19562 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |m.de.rooy at rijksmuseum.nl |ity.org | --- Comment #3 from Marcel de Rooy --- The solution marked before as 'custom' might on second thought be generalized enough to be selected for inclusion. So my proposal submitted. Feedback welcome. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Nov 8 16:26:56 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Nov 2017 15:26:56 +0000 Subject: [Koha-bugs] [Bug 19289] Allow configuration of the fields on the 'Catalog details' form in the acquisition baskets In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19289 --- Comment #12 from S?verine Queune --- (In reply to Jonathan Druart from comment #11) > Hi S?verine, I have created the correct ACQ framework only for: > > en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.sql > fr-FR/marcflavour/unimarc_complet/Obligatoire/framework_DEFAULT.sql > > When you setup the sandbox, tick "No database (run webinstaller)" to use the > files used from the Koha codebase and not the database created for the > sandbox. > > Otherwise you can remove the subfield (@) from 009. Thanks Jonathan ! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Nov 8 16:31:40 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Nov 2017 15:31:40 +0000 Subject: [Koha-bugs] [Bug 19289] Allow configuration of the fields on the 'Catalog details' form in the acquisition baskets In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19289 --- Comment #13 from S?verine Queune --- I can't sign it from Biblibre's sandbox because of the dependency, but ok for me ! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Nov 8 16:55:42 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Nov 2017 15:55:42 +0000 Subject: [Koha-bugs] [Bug 19582] Elasticsearch: Auth-finder.pl must use search_auth_compat In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19582 David Bourgault changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #68992|0 |1 is obsolete| | --- Comment #4 from David Bourgault --- Created attachment 69031 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=69031&action=edit Bug 19582 - Use compat routines for searching authorities in auth_finder.pl To test: 1 - Enable Zebra 2 - Perform an auth search 3 - note results 4 - Enable ES 5 - Repeat search, note (likely) diff results 6 - Open a record in cataloging and use the button to launch auth search 7 - Perform same search as above, note results match for eiher engine selected 8 - NOTE: Disbale sorting for ES search - this will be dealt with in another report Signed-off-by: David Bourgault -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Nov 8 16:55:45 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Nov 2017 15:55:45 +0000 Subject: [Koha-bugs] [Bug 19582] Elasticsearch: Auth-finder.pl must use search_auth_compat In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19582 David Bourgault changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #68993|0 |1 is obsolete| | --- Comment #5 from David Bourgault --- Created attachment 69032 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=69032&action=edit Bug 19582: Unit tests Signed-off-by: David Bourgault -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Nov 8 16:57:24 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Nov 2017 15:57:24 +0000 Subject: [Koha-bugs] [Bug 13990] ILS-DI LookupPatron Requries ID Type In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13990 Jon Knight changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |J.P.Knight at lboro.ac.uk |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Nov 8 16:57:46 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Nov 2017 15:57:46 +0000 Subject: [Koha-bugs] [Bug 19582] Elasticsearch: Auth-finder.pl must use search_auth_compat In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19582 David Bourgault changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off --- Comment #6 from David Bourgault --- Followed test plan, but it took me a long time you meant the auth search in the record editor... Before patch the search would actually straight-up fail for me, with patch I got the same results as a normal auth search. QA tools and test passed green. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Nov 8 16:58:42 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Nov 2017 15:58:42 +0000 Subject: [Koha-bugs] [Bug 19593] New: "Delete vendor" button is always set Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19593 Bug ID: 19593 Summary: "Delete vendor" button is always set Change sponsored?: --- Product: Koha Version: 16.11 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Acquisitions Assignee: koha-bugs at lists.koha-community.org Reporter: gwendal.joncour at univ-rennes2.fr QA Contact: testopia at bugs.koha-community.org On our freshly updated 16.11 instance, we noticed that on pages /cgi-bin/koha/acqui/booksellers.pl and /cgi-bin/koha/acqui/supplier.pl, the acquisition toolbar always shows the "Delete vendor" button instead of the "Receive shipments", no matter the number of baskets attached to the vendor. When I looking on conditions on koha-tmpl/intranet-tmpl/prog/en/include/acquisitions-toolbar.inc, I saw that basketcount variable is not set. acqui/booksellers.pl and acqui/supplier.pl calling $suppliers[0]->{'basketcount'} and $supplier->{'basketcount'} from Koha::Acquisition::Bookseller while Bookseller.pm has a basket_count method to return it, explaining why the "Delete vendor" button is always shown. The problem is mainly cosmetic but with it, the test on vendor deletion in supplier.pl line 95... if ( $supplier->{'basketcount'} == 0 ) { ...always returns true so the only thing preventing deletion of vendor with baskets attached on is the database foreign key contraint. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Nov 8 16:59:32 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Nov 2017 15:59:32 +0000 Subject: [Koha-bugs] [Bug 19588] There is no ILL requests history In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19588 Jon Knight changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |J.P.Knight at lboro.ac.uk -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Nov 8 17:05:32 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Nov 2017 16:05:32 +0000 Subject: [Koha-bugs] [Bug 19592] Move admin templates JavaScript to the footer: Acquisitions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19592 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Nov 8 17:05:34 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Nov 2017 16:05:34 +0000 Subject: [Koha-bugs] [Bug 19592] Move admin templates JavaScript to the footer: Acquisitions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19592 --- Comment #1 from Owen Leonard --- Created attachment 69033 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=69033&action=edit Bug 19592: Move admin templates JavaScript to the footer: Acquisitions This patch modifies the staff client acquisitions-related adminisration templates so that JavaScript is included in the footer instead of the header. To test, apply the patch and test the JavaScript-driven features of the cart: All button controls, DataTables functionality, tabs, etc. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Nov 8 17:11:47 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Nov 2017 16:11:47 +0000 Subject: [Koha-bugs] [Bug 17047] Mana Knowledge Base : share data In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17047 Alex Arnaud changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #67009|0 |1 is obsolete| | Attachment #67010|0 |1 is obsolete| | Attachment #67011|0 |1 is obsolete| | Attachment #67012|0 |1 is obsolete| | Attachment #67013|0 |1 is obsolete| | Attachment #67014|0 |1 is obsolete| | Attachment #67015|0 |1 is obsolete| | Attachment #67016|0 |1 is obsolete| | Attachment #67017|0 |1 is obsolete| | Attachment #67018|0 |1 is obsolete| | Attachment #67019|0 |1 is obsolete| | Attachment #67020|0 |1 is obsolete| | Attachment #67021|0 |1 is obsolete| | Attachment #67022|0 |1 is obsolete| | Attachment #67023|0 |1 is obsolete| | --- Comment #165 from Alex Arnaud --- Created attachment 69034 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=69034&action=edit Bug 17047 add Mana-KB syspref Add the system preference to enable or disable Mana-KB webservice on koha. Signed-off-by: Brendan A Gallagher Signed-off-by: Kyle M Hall -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Nov 8 17:11:58 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Nov 2017 16:11:58 +0000 Subject: [Koha-bugs] [Bug 17047] Mana Knowledge Base : share data In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17047 --- Comment #166 from Alex Arnaud --- Created attachment 69035 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=69035&action=edit Bug 17047 subscriptions management with Mana-KB - add a class SharedContent.pm to communicate with Mana-KB server - add a link in serials-menu.inc to serials_search.pl to open a mana-subscription research form - modify the research form in serials-search.tt to show the right fields for Mana-KB - create datatable in mana-subscription-search-result.inc to show results from a research on Mana-KB - modify serials-search.pl to manage research on Mana-KB - add a mana_id to subscription table - add a share button on serials-toolbar.inc and a modal to ask the language of the share and to alert if the subscription is already link to a Mana-KB subscription model - add function in C4/Serials to get all the info for a subscription sharing - modify subscription-detail.pl to manage sharing to Mana-KB - modify subscription-add.tt and subscription.pl to manage a import from Mana-KB during a subscription creation - add 2 script in svc for ajax calling from subscription-add.tt to communicate with Mana-KB server during a asubscription creation - add a function in Subscription.pm to have all the info for a Mana-KB research from a biblionumber - modify functions used by subscription-add.pl in C4/Serials to manage a frequency which came from Mana-KB server and not already created on the koha database, and modify the tests of the said functions Signed-off-by: Brendan A Gallagher Signed-off-by: Kyle M Hall -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Nov 8 17:12:09 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Nov 2017 16:12:09 +0000 Subject: [Koha-bugs] [Bug 17047] Mana Knowledge Base : share data In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17047 --- Comment #167 from Alex Arnaud --- Created attachment 69036 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=69036&action=edit Bug 17047 SQL reports management with Mana-KB Includes: * code factorization Some code from subscription & Mana-KB has been factorized in order to speed-up next developments * SytemPreferences: Mana Activation: - add a value "no, let me think about it", that is the default value. - as long as this value is selected, messages ask if user want to activate it ( in Administration and Add-subscription(page 2) ) AutoShareWithMana - Add the syspref AutoShareWithMana: user can automatically share infos with Mana-KB (not set by default) * Interface : - On mana-search, rows are now sorted by date of last import, then by number of users - Windows redesigned to improve the user experience * New Feature : report a mistake. - people can now report an invalid data (wrong, obsolete,...) - if a data is reported as invalid many time, it will appear differently - Added few tooltip (to explain the fields last import, nb of users, to explain the new feature) - When reporting a data as invalid, a comment can also be added. Koha will then display comments related to data in result lists * API (svc/mana) - add svc/mana/addvaluetofield: allows to ask mana incrementing a field of a resource - no hardcoding for resources in the code of api (api needs to be called with a ressourcename) * New feature : SQL report sharing - Create Koha::Report.pm and Koha::Reports.pm, objects class for Reports - New feature: share reports with Mana-KB - New feature: search report in Mana-KB with keywords - New feature: load reports from Mana-KB ========= Test plan ========= (see BibLibre complete documentation, attached to this patch) 1 - Apply Patch + update database 2 - Copy the three lines about mana config in etc/koha-conf.xml in ../etc/koha-conf.xml 3 - Check Mana syspref and AutoShareWithMana syspref are not activated 4 - subscriptions - Try create a new subscription for a first serial => Koha shouldn't show you anything (except if the base hase been filled) - Share this serial on Mana-KB (on the subscription detail page there must be a Share button) - Try to create a new subscription for serial #1 => a message should appear when you click on "next", click on "use", the fields should automaticaly appear - Activate AutoShareWithMana => Subscriptions - Create a new subscription for a second serial - There shouldn't be any Share button - Create a second subscription => the message should appear, click again on use 5 - SQL Report - Create a new report, without notes. - On the table with all report (reports > use saved), there should be the action "Share" - If you click on share, you have an error message - Create a new report, with a title and notes longer than 20 characters - You can share it on Mana-KB => you will have a success message - On (report > use saved), there must be a message inviting you to search on mana-KB for more results, enter a few word from title, notes, type of the report you shared, it should appear. You can use it, it will load it into your report list. 6 - Comments. - On any table containing mana search results, you can report a mistake & comment why you report: click on report mistake. You only can chose "other" because there's no comment in Mana-KB [if there are comments, you'll get other values]. - If you click other, a new textbox appears. Enter a short comment. - Reload the whole page, the comment should appear in the menu and in the comment column. - If you select a comment and reload the whole page, there should be one more comment with this name - If you select a comment and click on cancel just after, there shouldn't be any change when you reload. Signed-off-by: Brendan A Gallagher Signed-off-by: Kyle M Hall -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Nov 8 17:12:17 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Nov 2017 16:12:17 +0000 Subject: [Koha-bugs] [Bug 17047] Mana Knowledge Base : share data In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17047 --- Comment #168 from Alex Arnaud --- Created attachment 69037 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=69037&action=edit Bug 17047 security token agst flooding for Mana-KB Rework messages from Mana-KB. - Add A syspref contains an authentication token. The token will be used to prevent anaonymous flooding of Mana-KB - To get an Authentication token, you have to fill a form and validate your e-mail address - Messages return codes are now correctly displayed and there shouldn't be any crash when Mana-KB webservices return a wrong answer or doesn't answer Test plan: 1 - Apply Patch + update database 2 - Copy the three lines about mana config in etc/koha-conf.xml in ../etc/koha-conf.xml (after for example) https://mana-kb.koha-community.org 3 - Check Mana syspref and AutoShareWithMana syspref are not activated 4 - Search the syspref ManaToken and follow the instructions 5 - subscriptions - Try create a new subscription for a first serial => Mana-KB shouldn't show you anything (except if the base hase been filled) - Share this serial with Mana-KB (on the serial individual's page there must be a Share button) - Try to create a new subscription for serial nr1 => a message should appear when you click on "next", click on "use", the fields should automaticaly appear - Activate AutoShareWithMana => Subscriptions - Create a new subscription for a second serial - There shouldn't be any Share button - Create a second subscription => the message should appear, click again on use 6 - SQL Report - Create a new SQL report, without notes. - On the table with all report (reports > use saved), there should be the action "Share" - If you click on share, you have an error message - Create a new report, with a title and notes longer than 20 characters - You can share it with mana => you will have a success message - On (report > use saved), there must be a message inviting you to search on Mana-KB for more results, enter a few word from title, notes, type of the report you shared, it should appear. You can use it, it will load it into your report list. 7 - Report mistakes. - On any table containing Mana-KB search results, you can report a mistake and add a comment. 8 - For each previous test, try to send wrong data, to delete the security token, to send nothing: it should show a correct warning message. Signed-off-by: Brendan A Gallagher Signed-off-by: Kyle M Hall -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Nov 8 17:12:26 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Nov 2017 16:12:26 +0000 Subject: [Koha-bugs] [Bug 17047] Mana Knowledge Base : share data In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17047 --- Comment #169 from Alex Arnaud --- Created attachment 69038 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=69038&action=edit Bug 17047: Minor changes - search on reports module is now also validated by pressing enter. - AutoShare now initialized with nothing autmaticaly shared. - To create a report you now have to click on New report => New report from Mana. - Error messages are displayed in case of fail - Correct the display of sql reports containing "'" - Importing a report from Mana now opens the edit page - You don't get message after a successful import from mana (you simply get redirected) - Fix an error when cretaing subscription - Fix mana search - Correct encoding issues Signed-off-by: Brendan A Gallagher Signed-off-by: Kyle M Hall -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Nov 8 17:12:34 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Nov 2017 16:12:34 +0000 Subject: [Koha-bugs] [Bug 17047] Mana Knowledge Base : share data In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17047 --- Comment #170 from Alex Arnaud --- Created attachment 69039 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=69039&action=edit Bug 17047 [QA Followup] - Fix misc koha-qa.pl failures - Fix up database schema change, add to kohastructure.sql - Update schema files - Remove javascript debugger call Signed-off-by: Kyle M Hall -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Nov 8 17:12:43 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Nov 2017 16:12:43 +0000 Subject: [Koha-bugs] [Bug 17047] Mana Knowledge Base : share data In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17047 --- Comment #171 from Alex Arnaud --- Created attachment 69040 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=69040&action=edit Bug 17047 - [QA Followup] - Fix untranslatable strings - Remove onclick html attribute - Remove useless passing of mana_id variable in serials-toolbar.inc - Remove using CGI::param in list context - remove new subs from serials/subscription-add. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Nov 8 17:18:28 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Nov 2017 16:18:28 +0000 Subject: [Koha-bugs] [Bug 19420] Improve display of errors from failure of uploading file during stage import In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19420 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #21 from Jonathan Druart --- errcode should be "already_exists", "no_tmp_dir", etc. No 0, 1, 2, ... This is a terrible and error prone pattern. Not blocker as it existed before this patch set. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Nov 8 17:18:55 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Nov 2017 16:18:55 +0000 Subject: [Koha-bugs] [Bug 17047] Mana Knowledge Base : share data In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17047 Alex Arnaud changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #69040|0 |1 is obsolete| | --- Comment #172 from Alex Arnaud --- Created attachment 69041 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=69041&action=edit Bug 17047 - [QA Followup] - Fix untranslatable strings - Remove onclick html attribute - Remove useless passing of mana_id variable in serials-toolbar.inc - Remove using CGI::param in list context - remove new subs from serials/subscription-add. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Nov 8 17:40:00 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 08 Nov 2017 16:40:00 +0000 Subject: [Koha-bugs] [Bug 19482] Elasticsearch - prevent removal / editing of required indexes In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19482 David Bourgault changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #5 from David Bourgault --- Correction, patch does apply; I had simply overlooked the dependency. I applied the patch and update the database (updatedatabase.pl) however, even after reset-ing the mappings I could not get issues to show up as readonly. I tried reset-ing again (twice) to no avail. Looking into the database I saw the the mandatory flag wasn't being set properly. After switching it manually it did show up as readonly, as expected. However I'd suggest displaying the type as a