From bugzilla-daemon at bugs.koha-community.org Sun Mar 1 03:27:45 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Mar 2015 02:27:45 +0000 Subject: [Koha-bugs] [Bug 13700] Translated item search not working In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13700 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable --- Comment #16 from Chris Cormack --- Pushed to 3.18.x will be in 3.18.5 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Mar 1 03:29:00 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Mar 2015 02:29:00 +0000 Subject: [Koha-bugs] [Bug 13682] Capitalization: Holds Queue In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13682 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable --- Comment #6 from Chris Cormack --- Pushed to 3.18.x will be in 3.18.5 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Mar 1 03:30:52 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Mar 2015 02:30:52 +0000 Subject: [Koha-bugs] [Bug 13593] 'Stock number' should be 'Inventory number' In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13593 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |trivial Status|Pushed to Master |Pushed to Stable --- Comment #10 from Chris Cormack --- Pushed to 3.18.x will be in 3.18.5 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Mar 1 08:45:50 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Mar 2015 07:45:50 +0000 Subject: [Koha-bugs] [Bug 11559] Professional cataloger's interface In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11559 Jesse Weaver changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #34459|0 |1 is obsolete| | --- Comment #66 from Jesse Weaver --- Created attachment 36243 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36243&action=edit Bug 11559 - Supporting changes for Rancor * Extends login screen to pass along #hash * Adds JSONP support to C4::Service * Extends humanmsg to allow per-message classes * Adds proper charset to results of svc/bib -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Mar 1 08:45:59 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Mar 2015 07:45:59 +0000 Subject: [Koha-bugs] [Bug 11559] Professional cataloger's interface In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11559 Jesse Weaver changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #34460|0 |1 is obsolete| | --- Comment #67 from Jesse Weaver --- Created attachment 36244 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36244&action=edit Bug 11559 - New libraries for Rancor Adds the following JS libraries: * CodeMirror - extensible text editor * FileSaver - shim for saving files * pz2 - library for connecting to pazpar2 * require - dependency resolver and module loader -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Mar 1 08:46:09 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Mar 2015 07:46:09 +0000 Subject: [Koha-bugs] [Bug 11559] Professional cataloger's interface In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11559 Jesse Weaver changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #34461|0 |1 is obsolete| | --- Comment #68 from Jesse Weaver --- Created attachment 36245 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36245&action=edit Bug 11559 - Rancor: professional cataloging interface Test plan: 1. Apply patches for bug 10486 and this bug. 2. Reinstall patches for pazpar2. 3. Switch back and forth between basic and advanced editor, and verify that preference is saved (by workstation, not user. 4. Enter in a record (with all required fields). 5. Save to ISO2709, MARCXML and catalog, verify that all three match. 6. Import a MARCXML and ISO2709 record, and verify that the record is correct after import. 7. Run keyword and advanced searches with a variety of Z39.50 servers to check that searching is correct, and try to both import records as new records and substitute them for the contents of existing records. 8. Create, edit and delete macros, verifying that they are autosaved. 9. Try running macros (example follows). 10. Try enabling and disabling fixed-field widgets and customizing fonts, and test the editor afterwards. Example macro: goto field 003 copy field data insert new field 040 data= goto subfield end insert new subfield a data= goto subfield a paste -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Mar 1 08:46:15 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Mar 2015 07:46:15 +0000 Subject: [Koha-bugs] [Bug 11559] Professional cataloger's interface In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11559 Jesse Weaver changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #34462|0 |1 is obsolete| | --- Comment #69 from Jesse Weaver --- Created attachment 36246 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36246&action=edit Bug 11559 followup - Allow insertion of dollar sign, remove fixFloat The dollar sign now shows up as {dollar} inside subfield contents. This is converted on load and save. Also, remove fixFloat, as it has moved and is no longer needed anyway. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Mar 1 08:46:35 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Mar 2015 07:46:35 +0000 Subject: [Koha-bugs] [Bug 11559] Professional cataloger's interface In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11559 Jesse Weaver changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #34463|0 |1 is obsolete| | --- Comment #70 from Jesse Weaver --- Created attachment 36247 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36247&action=edit Bug 11559 followup - Remove Pazpar2 dependency, bugfixes Adds a new metasearch service, removing dependency on Pazpar2. Current limitations: * Can only sort by title. Should be easy to fix. * Requires refetching results when changing pages. Also adds an "edit items" link, and fixes a loading error when logged in as the database user. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Mar 1 08:46:43 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Mar 2015 07:46:43 +0000 Subject: [Koha-bugs] [Bug 11559] Professional cataloger's interface In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11559 --- Comment #71 from Jesse Weaver --- Created attachment 36248 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36248&action=edit Bug 11559 followup - refactoring and cleanup Added license headers to all JS files, moved metasearcher code into a new service that largely lives in Koha::, and massively cleaned up the internals of the textual MARC machinery. Also, fixed some encoding and saving issues. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Mar 1 18:07:41 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Mar 2015 17:07:41 +0000 Subject: [Koha-bugs] [Bug 13364] Add a call number browser in item edition page In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13364 --- Comment #31 from Marc V?ron --- Created attachment 36249 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36249&action=edit [Signed-off] Bug 13364 - Add a call number browser in item edition page When editing an item, the call number browser search for existing call number. If it shows a line is green between two calli numbers, the call numbers searched is available. If the call number is highlighted in red, it means that it already exists. This can be used to avoid repeated call numbers in your collection. The call number browser also shows its position relative to the rest of the collection. Sponsored-by: CCSR To test : 1) Go to MARC bibliographic framework Home ? Administration ? MARC frameworks 2) Click in MARC structure (Default framework) 3) Search field 952 and click in subfields 4) Edit subfield o (Full call number) 5) Click Display more constraints 6) In Others Options, Plugin, Choose cn_browser.pl and save changes 7) Search a record and edit its items Validate : three points (?) beside Full call number input 8) Click in ? Validate : if it can not find the given call number, a green line is shown. Otherwise, the given call number is highlighted in red. Followed test plan. Works as expected. Signed-off-by: Marc V?ron -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Mar 1 18:08:17 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Mar 2015 17:08:17 +0000 Subject: [Koha-bugs] [Bug 13364] Add a call number browser in item edition page In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13364 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36235|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Mar 1 18:08:39 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Mar 2015 17:08:39 +0000 Subject: [Koha-bugs] [Bug 13364] Add a call number browser in item edition page In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13364 Marc V?ron 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 Sun Mar 1 18:42:16 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Mar 2015 17:42:16 +0000 Subject: [Koha-bugs] [Bug 4041] Address Format as a I18N/L10N system preference In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4041 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #35997|0 |1 is obsolete| | --- Comment #8 from Marc V?ron --- Created attachment 36250 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36250&action=edit Bug 4041 - Second Step: Add system preference and "German style" address formats for staff To test: Apply patch Do a database update (e.g. by changing version number in kohaversion.pl) Find new system preference 'addressformat' in I18N/L10N Choose 'German style' Go to Patrons and edit a patron / create new patron Verify that Zip code appears above City Change system preference to 'US style' Verify that Zip code appears between State and Country. BTW: New formats can be added by editing i18n_l10n.pref (add a new code, e.g. fr for "French style") and copy / modify the includes using the same code as postfix. -- 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 Sun Mar 1 18:50:52 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Mar 2015 17:50:52 +0000 Subject: [Koha-bugs] [Bug 4041] Address Format as a I18N/L10N system preference In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4041 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|oleonard at myacpl.org |veron at veron.ch -- 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 Mar 1 18:58:23 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Mar 2015 17:58:23 +0000 Subject: [Koha-bugs] [Bug 4041] Address Format as a I18N/L10N system preference In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4041 --- Comment #9 from Marc V?ron --- Updated to make patch "Second Step" apply. -- 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 Mar 1 20:00:02 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Mar 2015 19:00:02 +0000 Subject: [Koha-bugs] [Bug 13334] Add a warning during the return of a document that was reserved to a course. In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13334 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |veron at veron.ch --- Comment #6 from Marc V?ron --- It works as expected on returns.pl However when I go to circulation.pl and check in using the button "Renow or check in selected items", I would expect a similar message as well (or some information in the "Checkouts" table e.g. in the column "Title") -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Mar 1 20:33:00 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Mar 2015 19:33:00 +0000 Subject: [Koha-bugs] [Bug 13766] biblioitems.ean field is too short In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13766 --- Comment #2 from Marc V?ron --- Created attachment 36251 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36251&action=edit [Signed-off] Bug 13766 Set biblioitems.ean type to MEDIUMTEXT biblioitems.ean field is too short. It's a VARCHAR(13) type. EAN can be longer, especially if it's repeated in the biblio record. When biblio records are imported, and 073 (Unimarc) or 024 (MARC21) field is repeated, their content can't be stored in biblioitems.ean field: it stops the biblio record import. This field should be aligned to biblioitems.isbn type: MEDIUMTEXT. Verified that tables biblioitems and deletedbiblioitems are changed. Signed-off-by: Marc V?ron -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Mar 1 20:33:27 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Mar 2015 19:33:27 +0000 Subject: [Koha-bugs] [Bug 13766] biblioitems.ean field is too short In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13766 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off CC| |veron at veron.ch Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Mar 1 20:35:02 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Mar 2015 19:35:02 +0000 Subject: [Koha-bugs] [Bug 13766] biblioitems.ean field is too short In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13766 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36233|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Mar 1 21:05:40 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Mar 2015 20:05:40 +0000 Subject: [Koha-bugs] [Bug 4041] Address Format as a I18N/L10N system preference In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4041 Mirko Tietgen changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #35987|0 |1 is obsolete| | --- Comment #10 from Mirko Tietgen --- Created attachment 36252 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36252&action=edit Bug 4041 - First step (staff interface): Extract address blocks to include files This patch extracts the address blocks in memberentrygen.tt to include files. To test: The overall functionality should remain the same with this patch. In further steps, more country- or region-dependent includes could be added, along with functionality to select them using a system preference. Signed-off-by: Mirko Tietgen -- 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 Sun Mar 1 21:15:59 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Mar 2015 20:15:59 +0000 Subject: [Koha-bugs] [Bug 4041] Address Format as a I18N/L10N system preference In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4041 Mirko Tietgen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mirko at abunchofthings.net Status|Needs Signoff |Signed 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 Sun Mar 1 21:16:25 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Mar 2015 20:16:25 +0000 Subject: [Koha-bugs] [Bug 4041] Address Format as a I18N/L10N system preference In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4041 Mirko Tietgen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |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 Sun Mar 1 21:16:43 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Mar 2015 20:16:43 +0000 Subject: [Koha-bugs] [Bug 4041] Address Format as a I18N/L10N system preference In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4041 Mirko Tietgen changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36250|0 |1 is obsolete| | --- Comment #11 from Mirko Tietgen --- Created attachment 36253 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36253&action=edit Bug 4041 - Second Step: Add system preference and "German style" address formats for staff To test: Apply patch Do a database update (e.g. by changing version number in kohaversion.pl) Find new system preference 'addressformat' in I18N/L10N Choose 'German style' Go to Patrons and edit a patron / create new patron Verify that Zip code appears above City Change system preference to 'US style' Verify that Zip code appears between State and Country. BTW: New formats can be added by editing i18n_l10n.pref (add a new code, e.g. fr for "French style") and copy / modify the includes using the same code as postfix. Signed-off-by: Mirko Tietgen -- 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 Mar 1 21:17:02 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Mar 2015 20:17:02 +0000 Subject: [Koha-bugs] [Bug 4041] Address Format as a I18N/L10N system preference In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4041 Mirko Tietgen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed 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 Sun Mar 1 21:18:38 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Mar 2015 20:18:38 +0000 Subject: [Koha-bugs] [Bug 4041] Address Format as a I18N/L10N system preference In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4041 --- Comment #12 from Mirko Tietgen --- Works for me. Not sure about the naming of the styles, maybe something more generic would be possible. ?German style? should also move the street number for Main address. -- 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 Sun Mar 1 22:00:53 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Mar 2015 21:00:53 +0000 Subject: [Koha-bugs] [Bug 4041] Address Format as a I18N/L10N system preference In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4041 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36253|0 |1 is obsolete| | --- Comment #13 from Marc V?ron --- Created attachment 36254 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36254&action=edit Bug 4041 - Second Step: Add system preference and "German style" address formats for staff To test: Apply patch Do a database update (e.g. by changing version number in kohaversion.pl) Find new system preference 'addressformat' in I18N/L10N Choose 'German style' Go to Patrons and edit a patron / create new patron Verify that Zip code appears above City Change system preference to 'US style' Verify that Zip code appears between State and Country. BTW: New formats can be added by editing i18n_l10n.pref (add a new code, e.g. fr for "French style") and copy / modify the includes using the same code as postfix. Signed-off-by: Mirko Tietgen Patch amended to move street number after address. /Marc -- 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 Sun Mar 1 22:03:06 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Mar 2015 21:03:06 +0000 Subject: [Koha-bugs] [Bug 4041] Address Format as a I18N/L10N system preference In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4041 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Needs Signoff --- Comment #14 from Marc V?ron --- I think my amendement on Patch "Second step" needs a new Sign-off. -- 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 Mar 1 22:07:18 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Mar 2015 21:07:18 +0000 Subject: [Koha-bugs] [Bug 4041] Address Format as a I18N/L10N system preference In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4041 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36254|0 |1 is obsolete| | --- Comment #15 from Marc V?ron --- Created attachment 36255 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36255&action=edit Bug 4041 - Second Step: Add system preference and "German style" address formats for staff To test: Apply patch Do a database update (e.g. by changing version number in kohaversion.pl) Find new system preference 'addressformat' in I18N/L10N Choose 'German style' Go to Patrons and edit a patron / create new patron Verify that Zip code appears above City Change system preference to 'US style' Verify that Zip code appears between State and Country. BTW: New formats can be added by editing i18n_l10n.pref (add a new code, e.g. fr for "French style") and copy / modify the includes using the same code as postfix. Signed-off-by: Mirko Tietgen Patch amended to move street number after address. /Marc -- 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 Mar 1 22:10:12 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Mar 2015 21:10:12 +0000 Subject: [Koha-bugs] [Bug 4041] Address Format as a I18N/L10N system preference In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4041 Mirko Tietgen changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36255|0 |1 is obsolete| | --- Comment #16 from Mirko Tietgen --- Created attachment 36256 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36256&action=edit Bug 4041 - Second Step: Add system preference and "German style" address formats for staff To test: Apply patch Do a database update (e.g. by changing version number in kohaversion.pl) Find new system preference 'addressformat' in I18N/L10N Choose 'German style' Go to Patrons and edit a patron / create new patron Verify that Zip code appears above City Change system preference to 'US style' Verify that Zip code appears between State and Country. BTW: New formats can be added by editing i18n_l10n.pref (add a new code, e.g. fr for "French style") and copy / modify the includes using the same code as postfix. Signed-off-by: Mirko Tietgen Patch amended to move street number after address. /Marc Signed-off-by: Mirko Tietgen -- 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 Sun Mar 1 22:10:40 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Mar 2015 21:10:40 +0000 Subject: [Koha-bugs] [Bug 4041] Address Format as a I18N/L10N system preference In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4041 Mirko Tietgen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- 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 Mar 1 23:27:51 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Mar 2015 22:27:51 +0000 Subject: [Koha-bugs] [Bug 4041] Address Format as a I18N/L10N system preference In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4041 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Mar 1 23:30:37 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 Mar 2015 22:30:37 +0000 Subject: [Koha-bugs] [Bug 13770] There should be a command in Debian packages to switch to DOM indexing In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13770 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 01:50:51 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 00:50:51 +0000 Subject: [Koha-bugs] [Bug 13322] Update MARC21 frameworks to Update No. 19 (October 2014) In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13322 --- Comment #1 from Bernardo Gonzalez Kriegel --- Created attachment 36257 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36257&action=edit Bug 13322: Update MARC21 frameworks to Update No. 19 Summary of changes: 1) Bibliographic - Added fields 370 and 388 - 382s is non repeatable - $g added to 650 and 651 - $g now repeatable on 100,110,111,130,240,243,246,247, 600,610,611,630,700,710,711,730,800,810,811 and 830 2) Authority - Added field 388 - New $g on 150,151,450,451,550,551,750 and 751 - New $i on 700,710,711,730,748,750,751,755,762,780,781,782 and 785 - New $4 on 700,710,711,730,748,750,751,755,762,780,781,782,785 and 788 - $g now repeatable on 100,110,111,130,400,410,411,430,500, 510,511,530,700,710,711 and 730 This patch updates MARC21 frameworks to Update No. 19 (October 2014) Also updates values on database for MARC21 installs. To test 1. Apply the patch 2. Run updatedatbase.pl, check that runs without error 3. Remove default frameworks, bibliographic and authorities (all of them), load again. Check that both files load without errors. 4. Verify changes -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 01:57:21 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 00:57:21 +0000 Subject: [Koha-bugs] [Bug 13322] Update MARC21 frameworks to Update No. 19 (October 2014) In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13322 Bernardo Gonzalez Kriegel changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36257|0 |1 is obsolete| | --- Comment #2 from Bernardo Gonzalez Kriegel --- Created attachment 36258 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36258&action=edit Bug 13322: Update MARC21 frameworks to Update No. 19 Summary of changes: 1) Bibliographic - Added fields 370 and 388 - 382s is non repeatable - $g added to 650 and 651 - $g now repeatable on 100,110,111,130,240,243,246,247, 600,610,611,630,700,710,711,730,800,810,811 and 830 2) Authority - Added field 388 - New $g on 150,151,450,451,550,551,750 and 751 - New $i on 700,710,711,730,748,750,751,755,762,780,781,782 and 785 - New $4 on 700,710,711,730,748,750,751,755,762,780,781,782,785 and 788 - $g now repeatable on 100,110,111,130,400,410,411,430,500, 510,511,530,700,710,711 and 730 This patch updates MARC21 frameworks to Update No. 19 (October 2014) Also updates values on database for MARC21 installs. To test 1. Apply the patch 2. Run updatedatbase.pl, check that runs without error 3. Remove default frameworks, bibliographic and authorities (all of them), load again. Check that both files load without errors. 4. Verify changes -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 01:58:29 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 00:58:29 +0000 Subject: [Koha-bugs] [Bug 13322] Update MARC21 frameworks to Update No. 19 (October 2014) In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13322 Bernardo Gonzalez Kriegel 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 Mon Mar 2 02:38:51 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 01:38:51 +0000 Subject: [Koha-bugs] [Bug 13413] Koha::Log - an attempt to have sane logging in Koha In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13413 --- Comment #14 from Srdjan Jankovic --- (In reply to Jonathan Druart from comment #13) > Did you read the discussion on bug 8190? There are a lot of ideas on it. > > The way to use it is: > > my $logger = C4::Context->logger(); > $logger->info("OPAC: Search for $query"); Yes, and that is precisely what I find inflexible. One size fits all is offered. My approach was use it where/when you need it the way you need it. Log to file/syslog/email/wherever depending on your needs. So the answer is - you don't. Eg you configure it in the psgi script, or in a cron job. Or in a module, if you need something special. My initial pains were SIP and some cron jobs. I do understand that majority may prefer having it already there in context with some less flexibility, in which case we'll pick the other one and go with that. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 02:46:02 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 01:46:02 +0000 Subject: [Koha-bugs] [Bug 13413] Koha::Log - an attempt to have sane logging in Koha In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13413 Srdjan Jankovic changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #34188|0 |1 is obsolete| | --- Comment #15 from Srdjan Jankovic --- Created attachment 36259 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36259&action=edit bug_13413: Koha::Log - logging for Koha -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 02:46:13 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 01:46:13 +0000 Subject: [Koha-bugs] [Bug 13413] Koha::Log - an attempt to have sane logging in Koha In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13413 Srdjan Jankovic changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #34189|0 |1 is obsolete| | --- Comment #16 from Srdjan Jankovic --- Created attachment 36260 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36260&action=edit bug_13413: use Koha::Log with syslog sink instead of syslog directly in Sipserver.pm This way we can sift out debugs -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 02:46:22 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 01:46:22 +0000 Subject: [Koha-bugs] [Bug 13413] Koha::Log - an attempt to have sane logging in Koha In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13413 Srdjan Jankovic changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #34190|0 |1 is obsolete| | --- Comment #17 from Srdjan Jankovic --- Created attachment 36261 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36261&action=edit bug_13413: Koha::Log in longoverdue.pl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 02:48:06 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 01:48:06 +0000 Subject: [Koha-bugs] [Bug 13413] Koha::Log - an attempt to have sane logging in Koha In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13413 --- Comment #18 from Srdjan Jankovic --- > Go on the mainpage. > boom, module is missing Added dependancy. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 02:57:36 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 01:57:36 +0000 Subject: [Koha-bugs] [Bug 13322] Update MARC21 frameworks to Update No. 19 (October 2014) In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13322 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 07:22:56 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 06:22:56 +0000 Subject: [Koha-bugs] [Bug 13630] Angular-based circulation client In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13630 --- Comment #11 from Jesse Weaver --- Created attachment 36262 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36262&action=edit Bug 13630 - Basic Angular circulation client -- 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 Mar 2 07:37:37 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 06:37:37 +0000 Subject: [Koha-bugs] [Bug 11211] Move calculation code out of C4::Calendar In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11211 --- Comment #47 from Jesse Weaver --- (In reply to Magnus Enger from comment #46) > I have provided a followup in attachment 34040 [details] [review] that > should take care of most of the problems I have found. This probably needs a > signoff. If this followup meets with approval, I think there is still one > question that needs to be addressed: > > Jonatahan, comment 5: "Could you explain why you changed "holiday" with > "event" and you removed "Holiday exception" please?" > > Me, comment 32: "4. With this patch applied you now get to choose if the > library is open or closed when you add an event. As far as I can tell, the > special_holidays.isexception field is used to record open/closed. But the > description for this field is "is this a holiday exception to a repeatable > holiday (1 for yes, 0 for no)". Is open/closed a sensible use/interpretation > of this field? I am not sure of the usage, so I am only raising this as a > question." > > To rephrase: Does the repurposing of special_holidays.isexception to store > open/closed make sense, and does it mean we loose some functionality > connected to making exceptions from repeating holidays? RE: comment 5: I used event instead of holiday because you can now record that a given day is open or closed, seperately of the precedence order of specific day > day/month > weekday. RE: comment 32: I will at least cite lines 219-220 of Koha/Calendar.pm to argue for this patch's interpretation of isexception == open: # exceptions are not holidays return 0; -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 09:00:35 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 08:00:35 +0000 Subject: [Koha-bugs] [Bug 12399] opaccredits printing at top on printable version In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12399 Brendan Gallagher 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 Mar 2 09:00:37 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 08:00:37 +0000 Subject: [Koha-bugs] [Bug 12399] opaccredits printing at top on printable version In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12399 Brendan Gallagher changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #35711|0 |1 is obsolete| | --- Comment #4 from Brendan Gallagher --- Created attachment 36263 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36263&action=edit Bug 12399 - opaccredits printing at top on printable version This patch introduces a new class "noprint" in koha-tmpl/opac-tmpl/bootstrap/css/print.css With this class, unwanted elements can be hidden when printing. To test: In OPAC, do a search with many results (> 1 Page) Print page or do a print preview See that footer elements are not displayed correctly (as of screenshot in comment #1) and that on top of page 2 the language selector overlays the list Apply patch Repeat steps above. Verify that printed page looks much nicer now by hiding unwanted elements (including e.g. RSS icon, toolbar etc.) This mechanism can be used on other pages as well. Signed-off-by: Brendan Gallagher -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 09:10:37 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 08:10:37 +0000 Subject: [Koha-bugs] [Bug 13761] Hide toolbar when printing a list page In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13761 Brendan Gallagher changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |In Discussion CC| |brendan at bywatersolutions.co | |m -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 09:38:44 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 08:38:44 +0000 Subject: [Koha-bugs] [Bug 13709] Patron cards creator doesn't work with diacritics, utf-8 or ttf fonts In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13709 Brendan Gallagher 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 Mar 2 09:38:45 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 08:38:45 +0000 Subject: [Koha-bugs] [Bug 13709] Patron cards creator doesn't work with diacritics, utf-8 or ttf fonts In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13709 Brendan Gallagher changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #35906|0 |1 is obsolete| | --- Comment #2 from Brendan Gallagher --- Created attachment 36264 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36264&action=edit Bug 13709 - Patron cards creator utf-8 encoding and ttf fonts broken This change is similar to Bug 8375 which introduced ttf fonts for labels printing in order to support diacritics and utf-8 encoding, but this change was never implemented for patron cards. Test scenario: 1. make sure that you have font mapping in koha-conf.xml 2. define partron card layout, template, profile and batch (with utf-8 chars, probably in patron firstname or surname) 3. verify that without this patch pdf export file is error message Wide character in compress at /usr/share/perl5/PDF/Reuse.pm line 820 4. apply this patch and verify that generated pdf has correct encoding Signed-off-by: Brendan Gallagher Followed test plan -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 09:41:14 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 08:41:14 +0000 Subject: [Koha-bugs] [Bug 13648] OPAC = hidden removes pull down from item form In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13648 Nicole C. Engard changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nengard at gmail.com --- Comment #4 from Nicole C. Engard --- Created attachment 36265 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36265&action=edit 0001-SIGNED-OFF-Bug-13648-OPAC-hidden-removes-pull-down -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 09:41:30 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 08:41:30 +0000 Subject: [Koha-bugs] [Bug 13648] OPAC = hidden removes pull down from item form In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13648 Nicole C. Engard 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 Mar 2 09:55:40 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 08:55:40 +0000 Subject: [Koha-bugs] [Bug 13771] New: Koha 3.18 Help Files Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13771 Bug ID: 13771 Summary: Koha 3.18 Help Files Change sponsored?: --- Product: Koha Version: 3.18 Hardware: All OS: All Status: ASSIGNED Severity: normal Priority: P5 - low Component: Documentation Assignee: nengard at gmail.com Reporter: nengard at gmail.com QA Contact: testopia at bugs.koha-community.org To come. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 10:27:49 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 09:27:49 +0000 Subject: [Koha-bugs] [Bug 13630] Angular-based circulation client In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13630 Nicole C. Engard changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nengard at gmail.com 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 Mar 2 10:28:51 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 09:28:51 +0000 Subject: [Koha-bugs] [Bug 13630] Angular-based circulation client In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13630 --- Comment #12 from Nicole C. Engard --- Changed to 'needs signoff' since Jesse just attached a patch. Feel free to change back if that was inaccurate. -- 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 Mar 2 10:38:10 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 09:38:10 +0000 Subject: [Koha-bugs] [Bug 9303] relative's checkouts in the opac In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9303 Brendan Gallagher changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |brendan at bywatersolutions.co | |m Status|Signed Off |In Discussion -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 10:43:57 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 09:43:57 +0000 Subject: [Koha-bugs] [Bug 13657] Don't show extra comma after guarantor name on patron details In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13657 Jesse Maseto 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 Mar 2 10:43:59 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 09:43:59 +0000 Subject: [Koha-bugs] [Bug 13657] Don't show extra comma after guarantor name on patron details In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13657 Jesse Maseto changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #35805|0 |1 is obsolete| | --- Comment #3 from Jesse Maseto --- Created attachment 36266 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36266&action=edit Bug 13657 - Don't show extra comma after guarantor name on patron details This patch suppresses the first name part (including comma) if first name is empty. This way, first name is still displays with natural persons, but not with organizations. To test: Apply this patch (without the first patch). Have one patron with a natural person as guarantor and one patron with an organization as guarantor. Verify that both display properly on the patron details page. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 10:50:31 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 09:50:31 +0000 Subject: [Koha-bugs] [Bug 13771] Koha 3.18 Help Files In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13771 --- Comment #1 from Nicole C. Engard --- Created attachment 36267 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36267&action=edit 0001-Bug-13771-Main-Page-Help-fro-3.18 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 10:51:55 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 09:51:55 +0000 Subject: [Koha-bugs] [Bug 13771] Koha 3.18 Help Files In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13771 Nicole C. Engard 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 Mon Mar 2 10:58:30 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 09:58:30 +0000 Subject: [Koha-bugs] [Bug 11201] List pending in-house uses In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11201 Nicole C. Engard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA CC| |nengard at gmail.com --- Comment #10 from Nicole C. Engard --- I am not seeing anything on my on site checkouts page and I do have an item checked out for onsite. Is there something else I need to do? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 11:11:37 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 10:11:37 +0000 Subject: [Koha-bugs] [Bug 13707] Adding a new column datereceived for items and biblioitems In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13707 Dobrica Pavlinusic changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dpavlin at rot13.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 11:14:53 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 10:14:53 +0000 Subject: [Koha-bugs] [Bug 13771] Koha 3.18 Help Files In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13771 --- Comment #2 from Jesse Maseto --- Created attachment 36268 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36268&action=edit Bug 13771: Main Page Help fro 3.18 This updates the main page help file for 3.18. To test: * Log in to staff cleint * Click help on the mian page * Review help file -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 11:14:51 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 10:14:51 +0000 Subject: [Koha-bugs] [Bug 13771] Koha 3.18 Help Files In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13771 Jesse Maseto 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 Mar 2 11:15:59 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 10:15:59 +0000 Subject: [Koha-bugs] [Bug 13771] Koha 3.18 Help Files In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13771 Jesse Maseto changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jesse at bywatersolutions.com Attachment #36267|1 |0 is patch| | Attachment #36267|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 Mar 2 11:30:41 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 10:30:41 +0000 Subject: [Koha-bugs] [Bug 13772] New: koha-translate still looks for ccsr and prog OPAC themes Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13772 Bug ID: 13772 Summary: koha-translate still looks for ccsr and prog OPAC themes Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Packaging Assignee: magnus at enger.priv.no Reporter: magnus at enger.priv.no QA Contact: testopia at bugs.koha-community.org CC: robin at catalyst.net.nz If you run e.g. "koha-translate -u nb-NO" you get some warnings about missing directories: $ sudo koha-translate -u nb-NO /usr/share/koha/opac/htdocs/opac-tmpl/ccsr/en/: Input must be a directory. (Symbolic links are not supported at the moment) Try `/usr/share/koha/misc/translator/tmpl_process3.pl --help for more information. /usr/share/koha/opac/htdocs/opac-tmpl/prog/en/: Input must be a directory. (Symbolic links are not supported at the moment) Try `/usr/share/koha/misc/translator/tmpl_process3.pl --help for more information. This is caused by the following lines in koha-create: rm -rf $KOHA_INSTALL_DIR/opac/htdocs/opac-tmpl/prog/$lang rm -rf $KOHA_INSTALL_DIR/opac/htdocs/opac-tmpl/ccsr/$lang rm -rf $KOHA_INSTALL_DIR/opac/htdocs/opac-tmpl/bootstrap/$lang rm -rf $KOHA_INSTALL_DIR/intranet/htdocs/intranet-tmpl/prog/$lang -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 11:33:40 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 10:33:40 +0000 Subject: [Koha-bugs] [Bug 13771] Koha 3.18 Help Files In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13771 Nicole C. Engard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36268|Bug 13771: Main Page Help |[SIGNED-OFF] Bug 13771: description|fro 3.18 |Main Page Help fro 3.18 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 11:34:45 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 10:34:45 +0000 Subject: [Koha-bugs] [Bug 13771] Koha 3.18 Help Files In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13771 --- Comment #3 from Nicole C. Engard --- Created attachment 36269 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36269&action=edit BUG 13771: Update Tools Help Files for 3.18 To test: * Visit tools > batch record deletion * confirm help is right * Visit tools > Notices & Slips * confirm help is right * Visit tools > export marc * cofirm the help is right -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 11:34:52 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 10:34:52 +0000 Subject: [Koha-bugs] [Bug 13771] Koha 3.18 Help Files In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13771 Nicole C. Engard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 11:50:10 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 10:50:10 +0000 Subject: [Koha-bugs] [Bug 13773] New: add stock number to details and items display Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13773 Bug ID: 13773 Summary: add stock number to details and items display Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Cataloging Assignee: gmcharlt at gmail.com Reporter: dpavlin at rot13.org QA Contact: testopia at bugs.koha-community.org 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 Mon Mar 2 11:57:04 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 10:57:04 +0000 Subject: [Koha-bugs] [Bug 13345] Choose the format when sending a basket/list by email In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13345 Nicole C. Engard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #35509|0 |1 is obsolete| | CC| |nengard at gmail.com --- Comment #6 from Nicole C. Engard --- Created attachment 36270 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36270&action=edit [SIGNED-OFF] Bug 13345: Allow patrons to choose format on sending basket/list by email -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 11:57:11 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 10:57:11 +0000 Subject: [Koha-bugs] [Bug 13345] Choose the format when sending a basket/list by email In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13345 Nicole C. Engard 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 Mar 2 11:57:52 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 10:57:52 +0000 Subject: [Koha-bugs] [Bug 13411] Koha's SIP server returns not ok for checking in items that are not checked out In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13411 Kyle M Hall 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 Mon Mar 2 11:58:22 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 10:58:22 +0000 Subject: [Koha-bugs] [Bug 13411] Koha's SIP server returns not ok for checking in items that are not checked out In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13411 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #35669|0 |1 is obsolete| | --- Comment #11 from Kyle M Hall --- Created attachment 36271 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36271&action=edit Bug 13411 - Koha's SIP server returns not ok for checking in items that are not checked out If an item is not checked out when a checkin via SIP2 is attempted, Koha's SIP server sends back an "ok" of 0, and the AF message "Item not checked out". I am not entirely sure this is good and correct behavior by the SIP2 protocol. In particular, this will cause SIP2 book sorting devices to fail on all items that are not checked out, causing them all to be put into the "special handling" been that should be reserved for things like items checked in at the wrong library and items on hold. Test Plan: 1) Apply the patch for bug 13159 so you can use the new enhanced SIP2 command line emulator 2) Use a command similar to the following to check in an item: sip_cli_emulator.pl -a localhost -su -sp -l --item -m checkin 3) Note the 3rd character is 0, and there is an AF field saying the item is not checked out 4) Apply this patch 5) Restart the SIP server 6) Repeat steps 2-3, note that nothing has changed 7) In the SIP config file, Add the parameter checked_in_ok="1" to the SIP account you are using. 8) Restart the SIP server 9) Repeat steps 2-3, note that this time the 4rd character is 1, and you do not recieve the item not checked out message. Signed-off-by: Benjamin Rokseth -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 11:58:33 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 10:58:33 +0000 Subject: [Koha-bugs] [Bug 13014] Sent an email to budget owner when a suggestion can be treated In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13014 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 Mon Mar 2 11:58:40 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 10:58:40 +0000 Subject: [Koha-bugs] [Bug 13772] koha-translate still looks for ccsr and prog OPAC themes In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13772 Magnus Enger 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 Mon Mar 2 11:58:40 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 10:58:40 +0000 Subject: [Koha-bugs] [Bug 13014] Sent an email to budget owner when a suggestion can be treated In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13014 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #35603|0 |1 is obsolete| | --- Comment #28 from Jonathan Druart --- Created attachment 36272 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36272&action=edit Bug 13014: Notify budget owner on new suggestion - UT When a suggestion is created and linked to a fund, a mail will be generated, using a cronjob, to notify the budget owner. A suggestion is considered as "can be treated" if its status is "ASKED". Signed-off-by: Frederic Demians -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 11:58:48 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 10:58:48 +0000 Subject: [Koha-bugs] [Bug 13014] Sent an email to budget owner when a suggestion can be treated In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13014 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #35604|0 |1 is obsolete| | --- Comment #29 from Jonathan Druart --- Created attachment 36273 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36273&action=edit Bug 13014: Notify budget owner on new suggestion - sample notices This patch add the new notice suggestion > TO_PROCESS Others will be added when the patch will be signed off. Signed-off-by: Frederic Demians Followup expected :-) It would be nice also to have an updatabase.pl entry to insert the new TO_PROCESS notification. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 11:59:10 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 10:59:10 +0000 Subject: [Koha-bugs] [Bug 13772] koha-translate still looks for ccsr and prog OPAC themes In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13772 --- Comment #1 from Magnus Enger --- Created attachment 36274 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36274&action=edit Bug 13772 - koha-translate still looks for CCSR and prog koha-translate still tries to use the CCSR and prog OPAC themes. To reproduce: - Make sure you have at least one other language than en installed - Try to update the language with "koha-translate -u " - Observe warnings similar to this: $ sudo koha-translate -u nb-NO /usr/share/koha/opac/htdocs/opac-tmpl/ccsr/en/: Input must be a directory. (Symbolic links are not supported at the moment) Try `/usr/share/koha/misc/translator/tmpl_process3.pl --help for more information. /usr/share/koha/opac/htdocs/opac-tmpl/prog/en/: Input must be a directory. (Symbolic links are not supported at the moment) Try `/usr/share/koha/misc/translator/tmpl_process3.pl --help for more information. To test: (This is probably easiest to test on a gitified setup) - Apply the patch to your git repo - Copy the modified koha-ranslate to a place where you can use it, e.g.: $ sudo cp debian/scripts/koha-translate /usr/sbin/koha-translate - Run "koha-translate -u " again - Observe the lack of warnings -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 11:59:21 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 10:59:21 +0000 Subject: [Koha-bugs] [Bug 13014] Sent an email to budget owner when a suggestion can be treated In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13014 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #35605|0 |1 is obsolete| | --- Comment #30 from Jonathan Druart --- Created attachment 36275 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36275&action=edit Bug 13014: Notify budget owner on new suggestion - cronjob Test plan: 0/ Create a new notice suggestions > TO_PROCESS You can use the one defined in the other patch. 1/ Create a suggestion and link it to a fund 2/ Add a owner to this fund and make sure this patron has an email address (the email address used should be the one defined in the AutoEmailPrimaryAddress syspref). 3/ Execute the cronjob script with the -v and without the -c argument 4/ The output should tell you that an email will be sent 5/ Execute the cronjob script with the -v and with the -c argument 6/ Verify the notice is generated in the message_queue table and it is correctly formatted. Signed-off-by: Frederic Demians -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 11:59:34 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 10:59:34 +0000 Subject: [Koha-bugs] [Bug 13014] Sent an email to budget owner when a suggestion can be treated In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13014 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #35606|0 |1 is obsolete| | --- Comment #31 from Jonathan Druart --- Created attachment 36276 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36276&action=edit Bug 13014: (follow-up) Notify budget owner on new suggestion - sample notices This patch adds the new notice for all other languages. 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 Mon Mar 2 11:59:45 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 10:59:45 +0000 Subject: [Koha-bugs] [Bug 13014] Sent an email to budget owner when a suggestion can be treated In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13014 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #35607|0 |1 is obsolete| | --- Comment #32 from Jonathan Druart --- Created attachment 36277 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36277&action=edit Bug 13014: (follow-up 2) Notify budget owner on new suggestion - sample notices This patch updates the 2 optional sample_notices.sql files for ru-RU and uk-UA. Not sure if it is relevant but I don't understand why they are not up-to-date. 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 Mon Mar 2 12:09:37 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 11:09:37 +0000 Subject: [Koha-bugs] [Bug 7843] Create RSS for OPAC news In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7843 --- Comment #14 from Viktor Sarge --- Thanks for helping out with newbie mistakes! I'll add links to the posts too since 12729 is now pushed, but I think I'll do a new patch for that even if it's a tiny patch so I don't mess this one up after it's now passed QA. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 12:09:55 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 11:09:55 +0000 Subject: [Koha-bugs] [Bug 11395] Batch modifications for records In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11395 --- Comment #110 from M. de Rooy --- QA: Picking this up again now. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 12:12:23 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 11:12:23 +0000 Subject: [Koha-bugs] [Bug 11201] List pending in-house uses In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11201 Jonathan Druart 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 Mon Mar 2 12:12:28 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 11:12:28 +0000 Subject: [Koha-bugs] [Bug 11201] List pending in-house uses In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11201 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #33185|0 |1 is obsolete| | --- Comment #11 from Jonathan Druart --- Created attachment 36278 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36278&action=edit Bug 11201: Display overdues in red On the pending on-site checkout list, the date for overdues are now displayed in red. Test plan: Make sure you have on-site checkouts created today and before. The date for the ones created before today should be displayed in red. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 12:18:36 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 11:18:36 +0000 Subject: [Koha-bugs] [Bug 13611] Serial enumeration not visible in the opac-user.pl when browsing own holds. In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13611 Nicole C. Engard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #35465|0 |1 is obsolete| | CC| |nengard at gmail.com --- Comment #3 from Nicole C. Engard --- Created attachment 36279 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36279&action=edit [SIGNED-OFF] Bug 13611 - Serial enumeration not visible in the opac-user.pl when browsing own holds. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 12:18:44 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 11:18:44 +0000 Subject: [Koha-bugs] [Bug 13611] Serial enumeration not visible in the opac-user.pl when browsing own holds. In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13611 Nicole C. Engard 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 Mar 2 12:18:44 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 11:18:44 +0000 Subject: [Koha-bugs] [Bug 11201] List pending in-house uses In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11201 --- Comment #12 from Jonathan Druart --- (In reply to Nicole C. Engard from comment #10) > I am not seeing anything on my on site checkouts page and I do have an item > checked out for onsite. Is there something else I need to do? Sorry Nicole, there was a syntax error in the sql query. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 12:20:38 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 11:20:38 +0000 Subject: [Koha-bugs] [Bug 13611] Serial enumeration not visible in the opac-user.pl when browsing own holds. In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13611 --- Comment #4 from Nicole C. Engard --- Olli, Next time you should include a test plan with the patch - this was obvious to me so I was able to test it and sign off easily instead of waiting for a new patch. Nicole -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 12:24:32 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 11:24:32 +0000 Subject: [Koha-bugs] [Bug 13773] add stock number to details and items display In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13773 Dobrica Pavlinusic changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 12:24:36 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 11:24:36 +0000 Subject: [Koha-bugs] [Bug 13773] add stock number to details and items display In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13773 --- Comment #1 from Dobrica Pavlinusic --- Created attachment 36280 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36280&action=edit Bug 13773 - add stock number to details and items display This patch adds stocknumber to details table and items display if it exists. Test scenario: 1. find item(s) which have stock number assigned 2. verify that you don't see stock number in items display 3. apply this patch 4. verify that stock number is now available -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 12:24:57 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 11:24:57 +0000 Subject: [Koha-bugs] [Bug 13773] add stock number to details and items display In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13773 Dobrica Pavlinusic changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|gmcharlt at gmail.com |dpavlin at rot13.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 12:30:31 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 11:30:31 +0000 Subject: [Koha-bugs] [Bug 13774] New: Add the unique anchors of news as links in the RSS for news in Opac Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13774 Bug ID: 13774 Summary: Add the unique anchors of news as links in the RSS for news in Opac 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: viktor.sarge at regionhalland.se QA Contact: testopia at bugs.koha-community.org Bug 7843 introduces an RSS stream for news (currently passed QA) which is valid but don't have a good unique URI of each newsitem for linking purposes. Bug 12729 (pushed) creates unique a unique anchor id for each newsitem and I propose to update the RSS stream with links to these anchors as a first step. The next step would be to create some form of single item view for news and probably a news archive instead of deleting the news when they time out. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 12:32:43 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 11:32:43 +0000 Subject: [Koha-bugs] [Bug 7677] New area in subscriptions and new function when receiving In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7677 --- Comment #47 from Matthias Meusburger --- Updated test plan: Enable the makePreviousSerialAvailable syspref. Set the item-level_itypes syspref to 'specific item'. Create a subscription, with the 'create an item record when receiving this serial' option enabled. Select an item-type (let's say ItemType) and a previous item-type (let's say OldItemType). Receive a serial, and then another, then check that: - the first received serial's itemtype has been set to the "previous item type" value which was set in the subscription (OldItemType in our example). - the first received has been made available. - the last received serial itemtype has been set to the "item type" value, which was set in the subscription (ItemType in our example). - enumchron field of the item is automatically prefilled. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 12:34:12 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 11:34:12 +0000 Subject: [Koha-bugs] [Bug 13731] Suggestions reason doesn't save In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13731 Katrin Fischer 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 Mar 2 12:34:20 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 11:34:20 +0000 Subject: [Koha-bugs] [Bug 13731] Suggestions reason doesn't save In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13731 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36140|0 |1 is obsolete| | --- Comment #8 from Katrin Fischer --- Created attachment 36281 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36281&action=edit [PASSED QA] Bug 13731: Suggestions reason does not save on updating the status On the suggestion list view, if you set a status, it won't be saved. Test plan: 1/ Create a suggestion 2/ Go on the suggestion list view (suggestion/suggestion.pl) 3/ Select a suggestion and marked it as "rejected" (or the status you want) and choose a reason 4/ Save 5/ Browse you suggestions DB table (using your favorite MySQL CLI) and verify that the "reason" field is correctly filled. Works as expected. Signed-off-by: Marc V?ron Signed-off-by: Katrin Fischer Works as expected, thx! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 12:40:25 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 11:40:25 +0000 Subject: [Koha-bugs] [Bug 11120] The date option for the overdue_notices cronjob is broken In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11120 Brendan Gallagher 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 Mar 2 12:40:27 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 11:40:27 +0000 Subject: [Koha-bugs] [Bug 11120] The date option for the overdue_notices cronjob is broken In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11120 Brendan Gallagher changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #34962|0 |1 is obsolete| | --- Comment #27 from Brendan Gallagher --- Created attachment 36282 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36282&action=edit Bug 11120: FIX the --date option for overdue_notices cronjob Bug 7447 introduces the --date option for overdue notices. This option has never worked: the code is waiting for a value but the option is defined as a boolean. This patch fixes the option and change the way to calculate the range of dates. This range is now managed in Perl instead of in the SQL query. To do it in Perl allows to build dates simply using the DateTime and DateTime::Duration modules. To test this patch you should have a DB with a lot of overdues, (I tested on a DB with 512 overdues). A test plan could be: 1/ Dump your message_queue table 2/ Verify the number of overdues in the database before applying the patch: mysql> DELETE FROM message_queue; perl misc/cronjobs/overdue_notices.pl -v -t (the triggered option will generate overdue for today) mysql> SELECT COUNT(*) FROM message_queue; Note this value 2A mysql> DELETE FROM message_queue; perl misc/cronjobs/overdue_notices.pl -v mysql> SELECT COUNT(*) FROM message_queue; Note this value 2B 2/ Apply the patch 4/ Verify the number of overdues generated by the patched script: mysql> DELETE FROM message_queue; perl misc/cronjobs/overdue_notices.pl -v -t mysql> SELECT COUNT(*) FROM message_queue; Note this value 4A mysql> DELETE FROM message_queue; perl misc/cronjobs/overdue_notices.pl -v mysql> SELECT COUNT(*) FROM message_queue; Note this value 4B mysql> DELETE FROM message_queue; # The date should be defined depending your dateformat preference # and should be the date of the current day perl misc/cronjobs/overdue_notices.pl -v -t --date="YYYY-MM-DD" mysql> SELECT COUNT(*) FROM message_queue; Note this value 4C mysql> DELETE FROM message_queue; # The date should be defined depending your dateformat preference # and should be the date of the current day perl misc/cronjobs/overdue_notices.pl -v --date="YYYY-MM-DD" mysql> SELECT COUNT(*) FROM message_queue; Note this value 4D 5/ Compare the values: All values generated with the -t options should be equals. Same for values without the -t options. => 2A == 4A == 4C and 2B == 4B == 4D 6/ Go back to a normal activity for 3 days or manually change the date_due for issues in the DB: mysql> update issues SET date_due = DATE_SUB(date_due, INTERVAL 3 DAY); Do again step 4C and 4D with a date equals to today - 3 days. Values should be the same as 4C and 4D. Signed-off-by: Jonathan Druart Signed-off-by: Katrin Fischer Tested with my own test data, checked generating overdues with and without the --date option. All worked as expected. Signed-off-by: Brendan Gallagher I test with 5318 overdues - works -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 12:40:35 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 11:40:35 +0000 Subject: [Koha-bugs] [Bug 11120] The date option for the overdue_notices cronjob is broken In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11120 Brendan Gallagher changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #34979|0 |1 is obsolete| | --- Comment #28 from Brendan Gallagher --- Created attachment 36283 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36283&action=edit Bug 11120: Follow-up: adding a hint about the date format Adding 2 hints about the expected date format to the error message and the help. To test: - Run overdue_notices.pl --date - Run overdue_notices.pl -man - Verify hint about date format shows up Signed-off-by: Brendan Gallagher -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 12:40:44 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 11:40:44 +0000 Subject: [Koha-bugs] [Bug 11120] The date option for the overdue_notices cronjob is broken In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11120 Brendan Gallagher changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #34980|0 |1 is obsolete| | --- Comment #29 from Brendan Gallagher --- Created attachment 36284 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36284&action=edit Bug 11120: the date input should be in a iso format (YYYY-MM-DD) Note that it cans also accept a date in the same format defined in the dateformat system preference. Signed-off-by: Brendan Gallagher -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 12:44:47 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 11:44:47 +0000 Subject: [Koha-bugs] [Bug 13753] INDEXER_DAEMON default is incorrect in koha-indexer In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13753 Katrin Fischer 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 Mar 2 12:44:53 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 11:44:53 +0000 Subject: [Koha-bugs] [Bug 13753] INDEXER_DAEMON default is incorrect in koha-indexer In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13753 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36169|0 |1 is obsolete| | --- Comment #7 from Katrin Fischer --- Created attachment 36285 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36285&action=edit [PASSED QA] Bug 13731: Suggestions reason does not save on updating the status On the suggestion list view, if you set a status, it won't be saved. Test plan: 1/ Create a suggestion 2/ Go on the suggestion list view (suggestion/suggestion.pl) 3/ Select a suggestion and marked it as "rejected" (or the status you want) and choose a reason 4/ Save 5/ Browse you suggestions DB table (using your favorite MySQL CLI) and verify that the "reason" field is correctly filled. Works as expected. Signed-off-by: Marc V?ron Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 12:47:01 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 11:47:01 +0000 Subject: [Koha-bugs] [Bug 13753] INDEXER_DAEMON default is incorrect in koha-indexer In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13753 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Attachment #36169|1 |0 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 12:48:20 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 11:48:20 +0000 Subject: [Koha-bugs] [Bug 13753] INDEXER_DAEMON default is incorrect in koha-indexer In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13753 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36169|0 |1 is obsolete| | Attachment #36285|0 |1 is obsolete| | --- Comment #8 from Katrin Fischer --- Created attachment 36286 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36286&action=edit [PASSED QA] Bug 13753: koha-indexer contains invalid statement An incorrect conditional makes the indexer daemon fail to load. To test: - Enable the indexer daemon on packages [1] - Restart koha-common: $ service koha-common restart - Run $ ps waux | grep koha-indexer => FAIL: there's no reference to the rebuild_zebra.pl script (line should look like *rebuild_zebra.pl -daemon*) Run ps -ef | grep rebuild_zebra.pl too to make sure. - Apply the patch, repeat the steps => SUCCESS: the rebuild_zebra.pl script is ran - Sign off :-D Thanks Sponsored-by: Universidad Nacional de Cordoba Signed-off-by: Mirko Tietgen Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 12:50:24 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 11:50:24 +0000 Subject: [Koha-bugs] [Bug 9303] relative's checkouts in the opac In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9303 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 12:51:12 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 11:51:12 +0000 Subject: [Koha-bugs] [Bug 9303] relative's checkouts in the opac In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9303 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #35686|0 |1 is obsolete| | Attachment #35687|0 |1 is obsolete| | Attachment #35688|0 |1 is obsolete| | Attachment #35689|0 |1 is obsolete| | Attachment #35690|0 |1 is obsolete| | Attachment #35691|0 |1 is obsolete| | Attachment #35832|0 |1 is obsolete| | --- Comment #201 from Kyle M Hall --- Created attachment 36287 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36287&action=edit Bug 9303 [1] - relative's checkouts in the opac - Database Updates This patch gives patrons the option of allowing other linked relatives to view his or her checkouts from opac-user.pl in a manner similiar to the patron's own checkouts tab. By default the setting is not enabled. Test Plan: 1) Apply this patch 2) Run updatedatabase.pl 3) Create three borrowers, link them as relatives 4) In the OPAC, go to "my privacy" and choose to allow relatives to view current checkouts for borrowers A and B 5) Check out some items to each borrower 6) Log into the OPAC as borrower A, you should see a "Relatives' checkouts" tab. In this tab you should see the checkouts for borrower B 7) Log into the OPAC as borrower C, you should be able to view the current checkouts for both borrower A and borrower B -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 12:51:47 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 11:51:47 +0000 Subject: [Koha-bugs] [Bug 9303] relative's checkouts in the opac In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9303 --- Comment #202 from Kyle M Hall --- Created attachment 36288 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36288&action=edit Bug 9303 [2] - relative's checkouts in the opac - Schema Updates e opac/svc/patron/ -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 12:52:22 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 11:52:22 +0000 Subject: [Koha-bugs] [Bug 9303] relative's checkouts in the opac In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9303 --- Comment #203 from Kyle M Hall --- Created attachment 36289 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36289&action=edit Bug 9303 [3] - relative's checkouts in the opac -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 13:32:32 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 12:32:32 +0000 Subject: [Koha-bugs] [Bug 13775] New: software error when choosing authority via plugin Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13775 Bug ID: 13775 Summary: software error when choosing authority via plugin Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: critical Priority: P5 - low Component: Cataloging Assignee: gmcharlt at gmail.com Reporter: nengard at gmail.com QA Contact: testopia at bugs.koha-community.org CC: m.de.rooy at rijksmuseum.nl When cataloging if you use the authority chooser plugin you get the following error when clicking 'choose' Software error: Can't call method "field" on an undefined value at /home/nengard/kohaclone/authorities/blinddetail-biblio-search.pl line 82. My URL looks like this: cgi-bin/koha/authorities/blinddetail-biblio-search.pl?authid=948&index=tag_600_subfield_a_847208_166743&repet= -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 14:13:04 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 13:13:04 +0000 Subject: [Koha-bugs] [Bug 13776] New: Problem linking an authority if an authorized value is linked to a biblio subfield framework Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13776 Bug ID: 13776 Summary: Problem linking an authority if an authorized value is linked to a biblio subfield framework Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Cataloging Assignee: gmcharlt at gmail.com Reporter: pablo.bianchi at gmail.com QA Contact: testopia at bugs.koha-community.org CC: m.de.rooy at rijksmuseum.nl If on a biblio framework by mistake you link a subfield to an authorized value (dropdown list) (let's say 100$e) on an field linked to authority records, then when trying to link the authority the ?blinddetail-biblio-search.pl pop-up never close and the authority is not linked. Steps to reproduce: + Edit a subfield of a field linked to authority records to an authorized value list (for example 100$e, or 650$2). + Edit or add a new biblio record. + Go to the selected field and try to add a new authority. + After clicking "choose" ?blinddetail-biblio-search.pl pop-up never close. The link to auth record is not created. Is not related but very similar to what happens on bug ?#5093. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 14:26:45 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 13:26:45 +0000 Subject: [Koha-bugs] [Bug 13315] Add feedback for last item checked out to circulation.pl In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13315 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #34384|0 |1 is obsolete| | Attachment #34385|0 |1 is obsolete| | --- Comment #18 from Kyle M Hall --- Created attachment 36290 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36290&action=edit Bug 13315 [Follow-up] Add feedback for last item checked out to circulation.pl This patch changes the position and styling of the information about the last checkout so that it is grouped with the checkout form itself, placing the message in a more visible position, especially for patrons with a lot of information in the right-hand messages column which might push the checkouts table down offscreen. To test, apply the patch and clear your browser cache in order to refresh the main CSS file. Check out an item and confirm that a message is prominently displayed. Signed-off-by: Jason Burds Signed-off-by: Kyle M Hall Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 14:26:40 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 13:26:40 +0000 Subject: [Koha-bugs] [Bug 13315] Add feedback for last item checked out to circulation.pl In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13315 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 14:27:34 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 13:27:34 +0000 Subject: [Koha-bugs] [Bug 13315] Add feedback for last item checked out to circulation.pl In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13315 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36290|0 |1 is obsolete| | --- Comment #19 from Kyle M Hall --- Created attachment 36291 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36291&action=edit Bug 13315 - Add feedback for last item checked out to circulation.pl It seems that many librarians find it disconcerting to have no feedback with the new checkouts table. It seems that many of them wait for it to fully load, check to verify the item was checked out, and only then check out the next item. To help alleviate this issue, we can have the checkouts page give feedback about the item that was just checked out. Test Plan: 1) Apply this patch 2) Check an item out 3) Note the message "$title ($barcode) due on $date_due" Signed-off-by: Owen Leonard This works well and fixes a very problematic issue with the new AJAX circ. I will be submitting a follow-up which I think is an improvement to the display. Signed-off-by: Jason Burds Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 14:27:47 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 13:27:47 +0000 Subject: [Koha-bugs] [Bug 13569] Shibboleth example config for Packages In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13569 --- Comment #3 from Dobrica Pavlinusic --- I'm getting conflict when trying to apply this patch, can you re-base it please? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 14:27:55 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 13:27:55 +0000 Subject: [Koha-bugs] [Bug 13315] Add feedback for last item checked out to circulation.pl In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13315 --- Comment #20 from Kyle M Hall --- Created attachment 36292 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36292&action=edit Bug 13315 [Follow-up] Add feedback for last item checked out to circulation.pl This patch changes the position and styling of the information about the last checkout so that it is grouped with the checkout form itself, placing the message in a more visible position, especially for patrons with a lot of information in the right-hand messages column which might push the checkouts table down offscreen. To test, apply the patch and clear your browser cache in order to refresh the main CSS file. Check out an item and confirm that a message is prominently displayed. Signed-off-by: Jason Burds Signed-off-by: Kyle M Hall Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 14:33:05 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 13:33:05 +0000 Subject: [Koha-bugs] [Bug 13159] Enhancements to the SIP2 command line emulator In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13159 --- Comment #17 from Kyle M Hall --- Created attachment 36293 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36293&action=edit Bug 13159 [QA Followup] - Fix changed namespace for Sip::Constants -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 14:33:55 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 13:33:55 +0000 Subject: [Koha-bugs] [Bug 13159] Enhancements to the SIP2 command line emulator In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13159 --- Comment #18 from Kyle M Hall --- Created attachment 36294 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36294&action=edit Bug 13159 [QA Followup] - Move script back to it's original path -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 14:35:08 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 13:35:08 +0000 Subject: [Koha-bugs] [Bug 11395] Batch modifications for records In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11395 M. de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #35783|0 |1 is obsolete| | --- Comment #111 from M. de Rooy --- Created attachment 36295 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36295&action=edit Bug 11395: Add a batch record modification This patch offers a new tool to modify records in a batch. This feature adds: - a new pl/tt files tools/batch_record_modification - a new permission: tools > records_batchmod Test plan for biblios: 0/ Create a new marc modification template with some actions. 1/ Generate a list of biblionumbers you want to modify. There are two ways to generate a list of biblionumbers: - using the basket: do a search, add some biblio to your basket, open the basket and click on the "Action" button > "Modify" - generating a list from a report 2/ On the "Batch record modification" tool verify: - information is correct. - the preview link show you the needed record. 3/ After clicking on the "Modify selected recors" button, verify the records have been modified as you wanted. Test plan for authority: 0/ Create a new marc modification template with some actions. 1/ Generate a list of authid using a report: 2/ On the "Batch record modification" tool verify: - authorities are display with the summary. - the preview link show you the needed record. 3/ After clicking on the "Modify selected recors" button, verify the records have been modified as you wanted. Catch of errors: if an error occurs during the modification process, the tool displays an error message. Signed-off-by: Brendan Gallagher Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi 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 Mar 2 14:35:14 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 13:35:14 +0000 Subject: [Koha-bugs] [Bug 11395] Batch modifications for records In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11395 M. de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #35784|0 |1 is obsolete| | --- Comment #112 from M. de Rooy --- Created attachment 36296 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36296&action=edit Bug 11395: Add links to the new tool page This patch adds links in the tool module to the new batch tool and in the basket. Signed-off-by: Brendan Gallagher Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi 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 Mar 2 14:35:20 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 13:35:20 +0000 Subject: [Koha-bugs] [Bug 11395] Batch modifications for records In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11395 M. de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #35785|0 |1 is obsolete| | --- Comment #113 from M. de Rooy --- Created attachment 36297 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36297&action=edit Bug 11395: New service to preview a record. The main patch adds the ability to preview a record. This is done using an AJAX way. The preview record is processed on the server side. Note: I don't think an authentification check is necessary here. Signed-off-by: Brendan Gallagher Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi 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 Mar 2 14:35:25 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 13:35:25 +0000 Subject: [Koha-bugs] [Bug 11395] Batch modifications for records In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11395 M. de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #35786|0 |1 is obsolete| | --- Comment #114 from M. de Rooy --- Created attachment 36298 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36298&action=edit Bug 11395: The modification template should be changed on the list view This patch fixes the following issue: If the user comes from a basket, the list view is displayed but there is no way to select the modification template. Now the template can be chosen on the list view. This way, the user is able to change the modifications to apply and see the previewed records. Signed-off-by: Brendan Gallagher Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi 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 Mar 2 14:35:31 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 13:35:31 +0000 Subject: [Koha-bugs] [Bug 11395] Batch modifications for records In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11395 M. de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #35787|0 |1 is obsolete| | --- Comment #115 from M. de Rooy --- Created attachment 36299 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36299&action=edit Bug 11395: DB: Add permission tools_records_batchmod Signed-off-by: Brendan Gallagher Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi 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 Mar 2 14:35:37 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 13:35:37 +0000 Subject: [Koha-bugs] [Bug 11395] Batch modifications for records In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11395 M. de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #35788|0 |1 is obsolete| | --- Comment #116 from M. de Rooy --- Created attachment 36300 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36300&action=edit Bug 11395: Fix path for the checkboxes jQuery plugin This patch fixes a bad resolution conflict (bug 12107). Signed-off-by: Brendan Gallagher Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi 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 Mar 2 14:35:42 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 13:35:42 +0000 Subject: [Koha-bugs] [Bug 11395] Batch modifications for records In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11395 M. de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #35789|0 |1 is obsolete| | --- Comment #117 from M. de Rooy --- Created attachment 36301 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36301&action=edit Bug 11395: prevent processing no record If no record is selected, the modification should not be launched. Signed-off-by: Brendan Gallagher Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi 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 Mar 2 14:35:48 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 13:35:48 +0000 Subject: [Koha-bugs] [Bug 11395] Batch modifications for records In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11395 M. de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #35791|0 |1 is obsolete| | --- Comment #118 from M. de Rooy --- Created attachment 36302 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36302&action=edit Bug 11395: exit should be done after displaying the output Signed-off-by: Brendan Gallagher Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi 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 Mar 2 14:35:54 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 13:35:54 +0000 Subject: [Koha-bugs] [Bug 11395] Batch modifications for records In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11395 --- Comment #119 from M. de Rooy --- Created attachment 36303 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36303&action=edit [FAILED_QA] Bug 11395: Raise an alert if control field is used If a control field is used with a copy or move action, the interface should block the user in some cases: - If a control field is used with a regular field - The subfield should be empty Signed-off-by: Brendan Gallagher Signed-off-by: Kyle M Hall 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 Mar 2 14:36:00 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 13:36:00 +0000 Subject: [Koha-bugs] [Bug 11395] Batch modifications for records In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11395 --- Comment #120 from M. de Rooy --- Created attachment 36304 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36304&action=edit [FAILED_QA] Bug 11395: A control field is a field with tag < 10 This patch fixes the existing test about control fields. A control field is < 10, not <=10! Signed-off-by: Kyle M Hall 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 Mar 2 14:36:50 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 13:36:50 +0000 Subject: [Koha-bugs] [Bug 11395] Batch modifications for records In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11395 M. de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #35792|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 Mar 2 14:36:53 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 13:36:53 +0000 Subject: [Koha-bugs] [Bug 11395] Batch modifications for records In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11395 M. de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #35790|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 Mar 2 14:38:50 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 13:38:50 +0000 Subject: [Koha-bugs] [Bug 13771] Koha 3.18 Help Files In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13771 Jesse Maseto 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 Mar 2 14:38:52 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 13:38:52 +0000 Subject: [Koha-bugs] [Bug 13771] Koha 3.18 Help Files In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13771 Jesse Maseto changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36269|0 |1 is obsolete| | --- Comment #4 from Jesse Maseto --- Created attachment 36305 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36305&action=edit BUG 13771: Update Tools Help Files for 3.18 This patch creates a helpf ile for the batch record delete tool and updates the help files for notices and marc export. To test: * Visit tools > batch record deletion * confirm help is right * Visit tools > Notices & Slips * confirm help is right * Visit tools > export marc * cofirm the help is right -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 14:39:27 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 13:39:27 +0000 Subject: [Koha-bugs] [Bug 11395] Batch modifications for records In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11395 M. de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA --- Comment #121 from M. de Rooy --- QA Comment: The new code looks quite good to me. I have some minor comments as to design issues (no blockers). My only concerns about code concentrate on changes to marc_mod_templates. Since this report actually is a new interface on top of those rules, I would not oppose pushing it without the patches changing marc_mod_templates. If we want to push it with those changes (last two now), I think we should first make some corrections (see below). It is still somewhat unfinished now. Aside from that, I would also suggest changes to marc mod templates to prevent unneeded record saving (with ModBiblio). And aside from that, I would love to see additional code for indicators in Koha/SimpleMarc.pm (containing the actual routines for the record updates). My conclusion: I am setting the status back to Passed QA to pass the ball to Tomas. If you also feel that we should wait for an improvement of the last two patches, please set to FQA. Or push without those two? === Details: tools/batch_record_modification.pl: Design may still need some work (no blocker). E.g. label before the selected marc mod template (position&length, color). Typing an empty line in the biblio number field gives the warning: This biblionumber does not exist in the database. (I would personally ignore the whitespace, not warn here). In the selected biblio number table you have Preview MARC. Just a style issue again: It made me wonder if we had two links there. But it is only one. Note that your column title is already Preview. In line with Cataloging Search, please remove the Preview string in the table and just keep MARC. About Preview: It was not clear to me at first sight that this preview would show a modified record. I interpreted this view as a way to check the record just before updating it. But it actually is a way to test the result of the rule. If you have another name that makes this intuitively more clear, you are welcome :) The results list every biblio number successfully modified. This list could be very long. Since I gave Koha the biblio numbers (in a file or via text box), I would be more interested in the numbers where an error came up. At the same time not all "successfully modified" records have actually been modified. Which ones were really changed? That may however be considered outside the scope of this report and would need some code adjustments in MarcModificationTemplates.pm to make the copy/edit/delete routines return some meaningful value. In that case it would not be necessary in this code to always run ModBiblio (with less [theoretical] risks to hurt data that you did not want to change in the first place).. *** Bug-11395-Raise-an-alert-if-control-field This patch deals with changes in marc mod templates itself. Note that I can still add a rule like: Update field 001$a with value XX (But 001 has no subfields.) Delete field 001$b When moving 022$a to 001, I still have the warning: Both subfields should be filled or empty. Add field 001 value XX: Not allowed, needs subfield !! 001 has not subfields. etc. When you allow rules like this, you can easily generate errors like: The biblio 1 has not been modified. An error occurred on modifying it. (The error was: Can't use an undefined value as an ARRAY reference at /usr/local/share/perl5/MARC/Field.pm line 453. , see the Koha logfile for more information) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 14:45:51 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 13:45:51 +0000 Subject: [Koha-bugs] [Bug 13772] koha-translate still looks for ccsr and prog OPAC themes In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13772 Magnus Enger changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |RESOLVED Resolution|--- |INVALID --- Comment #2 from Magnus Enger --- Hm, the warnings can not be reproduced on different systems. They might be caused by weirdnessess in my setup. Marking as "resolved invalid". -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 14:50:21 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 13:50:21 +0000 Subject: [Koha-bugs] [Bug 13774] Add the unique anchors of news as links in the RSS for news in Opac In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13774 Viktor Sarge changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 14:50:30 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 13:50:30 +0000 Subject: [Koha-bugs] [Bug 13774] Add the unique anchors of news as links in the RSS for news in Opac In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13774 --- Comment #1 from Viktor Sarge --- Created attachment 36306 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36306&action=edit Bug 13774 Add the unique anchors of news as links in the RSS for news in Opac This patch adds the unique anchors of bugs from bug13729 into the rss stream of the news in opac from bug7843. Since 7843 is already passed QA and I'm new to Git and mess things up I chose to post this update in a separate patch even if it's a tiny change. The addition of a unique guid tag both help users and keeps validators happy. Test plan: * Make sure you are on master in order to get the anchors from bug 13729 (or you could apply it manually). * Apply bug 7843 * Apply this patch. * Make shure you have enough news to make the Opac main page scroll. * Find the RSS link at the bottom om opac main and klick it. * Verify that the link displayed for each newsitem takes you to the right anchor. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 14:52:40 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 13:52:40 +0000 Subject: [Koha-bugs] [Bug 13774] Add the unique anchors of news as links in the RSS for news in Opac In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13774 Viktor Sarge changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |7843 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 14:52:40 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 13:52:40 +0000 Subject: [Koha-bugs] [Bug 7843] Create RSS for OPAC news In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7843 Viktor Sarge changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |13774 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 15:04:32 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 14:04:32 +0000 Subject: [Koha-bugs] [Bug 13777] New: patron lists not showing on patron search results Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13777 Bug ID: 13777 Summary: patron lists not showing on patron search results Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Patrons Assignee: koha-bugs at lists.koha-community.org Reporter: nengard at gmail.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com Created attachment 36307 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36307&action=edit no lists I have 2 patron lists and neither shows on the list of patron results. -- 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 Mar 2 15:04:52 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 14:04:52 +0000 Subject: [Koha-bugs] [Bug 13777] patron lists not showing on patron search results In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13777 --- Comment #1 from Nicole C. Engard --- Created attachment 36308 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36308&action=edit lists exist -- 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 Mar 2 15:05:42 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 14:05:42 +0000 Subject: [Koha-bugs] [Bug 13778] New: lists buttons ugly Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13778 Bug ID: 13778 Summary: lists buttons ugly Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: nengard at gmail.com QA Contact: testopia at bugs.koha-community.org Created attachment 36309 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36309&action=edit patron lists buttons The lists buttons are wrapping in some cases when there is plenty of room for them to show - makes them ugly looking. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 15:08:33 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 14:08:33 +0000 Subject: [Koha-bugs] [Bug 13411] Koha's SIP server returns not ok for checking in items that are not checked out In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13411 --- Comment #12 from Kyle M Hall --- Created attachment 36310 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36310&action=edit Bug 13411 [QA Followup] - Add logging -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 15:09:34 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 14:09:34 +0000 Subject: [Koha-bugs] [Bug 13778] lists buttons ugly In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13778 --- Comment #1 from Owen Leonard --- Maybe the button actions could be moved into a single pop-up menu like we did with reports. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 15:12:57 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 14:12:57 +0000 Subject: [Koha-bugs] [Bug 10612] Add ability to delete patrons with batch patron deletion tool In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10612 --- Comment #29 from Kyle M Hall --- Created attachment 36311 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36311&action=edit [SIGNED-OFF] Bug 10612 [Code cleanup] - Rename some variables To move towards a more consistent codebase, I have changed some variables from being camelCased or onelongname to the more standard convention of words_separated_with_underscores. In addition, this changes the use of the word 'member' to the word 'patron' to move towards unification of our terminology. Our internal terminology should move towards matching our external terminology ( members, borrowers => patrons, reserves => holds, etc ). Signed-off-by: Nicole -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 15:13:37 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 14:13:37 +0000 Subject: [Koha-bugs] [Bug 13739] KohaDates should display hours if they exists by default unless specified In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13739 Jesse Maseto 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 Mar 2 15:13:39 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 14:13:39 +0000 Subject: [Koha-bugs] [Bug 13739] KohaDates should display hours if they exists by default unless specified In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13739 Jesse Maseto changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36095|0 |1 is obsolete| | --- Comment #2 from Jesse Maseto --- Created attachment 36312 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36312&action=edit Bug 13739 - KohaDates should display hours if they exists by default unless specified There are many parts of Koha that are now hiding hours by default. This is rarely helpful. KohaDates should display hours by default unless the time is 23:59, in which case the hours should be not be displayed. Test Plan: 1) Check out two items, one due at at an hour, one not 2) View the patron's circ history, note you don't see the hours 3) Apply this patch 4) View the circ history again, note the hours are listed for date/time where the time is not 23:59. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 15:15:34 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 14:15:34 +0000 Subject: [Koha-bugs] [Bug 10612] Add ability to delete patrons with batch patron deletion tool In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10612 Kyle M Hall 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 Mar 2 15:15:40 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 14:15:40 +0000 Subject: [Koha-bugs] [Bug 10612] Add ability to delete patrons with batch patron deletion tool In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10612 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #28779|0 |1 is obsolete| | Attachment #28780|0 |1 is obsolete| | Attachment #36311|0 |1 is obsolete| | --- Comment #30 from Kyle M Hall --- Created attachment 36313 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36313&action=edit [SIGNED-OFF] Bug 10612 - Add ability to delete patrons with batch patron deletion tool This patch adds the ability to select a patron list for deletetion when using the Batch patron deletion/anonymization tool. It also adds buttons to the the patron lists table to access both the batch deletion and batch modification directly from the lists view. Test Plan: 1) Apply this patch 2) Create a list of patrons with the new Patron Lists feature 3) Try using the batch edit link form the lists table 4) Try using the batch delete link from the lists table Signed-off-by: Nicole -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 15:16:11 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 14:16:11 +0000 Subject: [Koha-bugs] [Bug 10612] Add ability to delete patrons with batch patron deletion tool In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10612 --- Comment #31 from Kyle M Hall --- Created attachment 36314 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36314&action=edit [SIGNED-OFF] Bug 10612 [Code cleanup] - Rename some variables To move towards a more consistent codebase, I have changed some variables from being camelCased or onelongname to the more standard convention of words_separated_with_underscores. In addition, this changes the use of the word 'member' to the word 'patron' to move towards unification of our terminology. Our internal terminology should move towards matching our external terminology ( members, borrowers => patrons, reserves => holds, etc ). Signed-off-by: Nicole -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 15:17:31 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 14:17:31 +0000 Subject: [Koha-bugs] [Bug 13760] Authorities merge sometimes create duplicate fields in biblio In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13760 M. de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #2 from M. de Rooy --- (In reply to Fridolin SOMERS from comment #1) > Note that this patch changes the minium of code in order to rebase it > easyly. A followup will do the code formatting. I do not think that this is the recommended approach. If you put some part of the code in an if-statement, you need to indent. Note that part of the same code still contains tabs too.. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 15:17:34 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 14:17:34 +0000 Subject: [Koha-bugs] [Bug 10612] Add ability to delete patrons with batch patron deletion tool In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10612 Nicole C. Engard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36314|0 |1 is obsolete| | --- Comment #32 from Nicole C. Engard --- Created attachment 36315 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36315&action=edit [SIGNED-OFF] Bug 10612 [Code cleanup] - Rename some variables To move towards a more consistent codebase, I have changed some variables from being camelCased or onelongname to the more standard convention of words_separated_with_underscores. In addition, this changes the use of the word 'member' to the word 'patron' to move towards unification of our terminology. Our internal terminology should move towards matching our external terminology ( members, borrowers => patrons, reserves => holds, etc ). Signed-off-by: Nicole -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 15:22:58 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 14:22:58 +0000 Subject: [Koha-bugs] [Bug 13507] Add intranet support for CAS authentication In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13507 Matthias Meusburger changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #34906|0 |1 is obsolete| | --- Comment #4 from Matthias Meusburger --- Created attachment 36316 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36316&action=edit Bug 13507: Add intranet support for CAS authentication This patch allows to use CAS authentication for intranet login. It works exactly the same as the OPAC login, except that the staffClientBaseURL syspref must be set for intranet login (like OPACBaseURL must be set for OPAC login). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 15:23:10 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 14:23:10 +0000 Subject: [Koha-bugs] [Bug 13507] Add intranet support for CAS authentication In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13507 Matthias Meusburger changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #34907|0 |1 is obsolete| | --- Comment #5 from Matthias Meusburger --- Created attachment 36317 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36317&action=edit Bug 13507 [Follow-up] : Add unit test. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 15:30:52 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 14:30:52 +0000 Subject: [Koha-bugs] [Bug 12769] Notice fee management In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12769 Charles Farmer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #34335|0 |1 is obsolete| | --- Comment #5 from Charles Farmer --- Created attachment 36318 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36318&action=edit Bug 12769 - Notice fee management -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 15:32:24 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 14:32:24 +0000 Subject: [Koha-bugs] [Bug 11900] OPAC cart can confuse patrons In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11900 Jesse Maseto changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jesse at bywatersolutions.com Status|Signed Off |Failed QA --- Comment #6 from Jesse Maseto --- After the patch was applied to master, the "tooltip"icon did not appear. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 15:39:39 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 14:39:39 +0000 Subject: [Koha-bugs] [Bug 10937] Option to hide and group itemtypes from advanced search In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10937 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #54 from Kyle M Hall --- FAIL C4/Koha.pm OK critic OK forbidden patterns OK pod FAIL valid FAIL admin/authorised_values.pl OK critic OK forbidden patterns OK pod FAIL valid FAIL admin/itemtypes.pl OK critic OK forbidden patterns OK pod FAIL valid OK installer/data/mysql/updatedatabase.pl OK critic OK forbidden patterns OK pod OK valid FAIL opac/opac-search.pl OK critic OK forbidden patterns OK pod FAIL valid FAIL t/db_dependent/Koha.t OK critic OK forbidden patterns OK pod FAIL valid -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 15:44:16 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 14:44:16 +0000 Subject: [Koha-bugs] [Bug 12446] Enable an adult to have a guarantor In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12446 Nicole C. Engard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA CC| |nengard at gmail.com --- Comment #5 from Nicole C. Engard --- While the code works, this is a problem for many libraries. I think this should be an on/off switch on the patron category administration page. That way some categories can have it and others won't. If it's there for all patrons it will be requested that we hide it for all but children and that can't be done easily. Nicole -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 15:46:13 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 14:46:13 +0000 Subject: [Koha-bugs] [Bug 13771] Koha 3.18 Help Files In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13771 Nicole C. Engard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36305|BUG 13771: Update Tools |[SIGNED-OFF] BUG 13771: description|Help Files for 3.18 |Update Tools Help Files for | |3.18 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 15:47:48 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 14:47:48 +0000 Subject: [Koha-bugs] [Bug 13478] Force item holds only for specific biblios In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13478 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle at bywatersolutions.com Status|Signed Off |In Discussion --- Comment #11 from Kyle M Hall --- Would it not make much more sense to simply have a new `biblio` table field `force_item_level_holds` rather than creating a completely new table with only a single column? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 15:47:54 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 14:47:54 +0000 Subject: [Koha-bugs] [Bug 12769] Notice fee management In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12769 --- Comment #6 from Charles Farmer --- (In reply to Charles Farmer from comment #5) > Created attachment 36318 [details] [review] > Bug 12769 - Notice fee management This last patch was solely made to solve merge-conflicts in updatedatabase.pl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 15:55:07 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 14:55:07 +0000 Subject: [Koha-bugs] [Bug 13771] Koha 3.18 Help Files In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13771 --- Comment #5 from Jesse Maseto --- Created attachment 36319 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36319&action=edit [SIGNED OFF] BUG 13771: Update Tools Help Files for 3.18 This patch creates a helpf ile for the batch record delete tool and updates the help files for notices and marc export. To test: * Visit tools > batch record deletion * confirm help is right * Visit tools > Notices & Slips * confirm help is right * Visit tools > export marc * cofirm the help is right Signed-off-by: Jesse Maseto -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 15:59:37 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 14:59:37 +0000 Subject: [Koha-bugs] [Bug 6427] Rewrite of the accounts system In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6427 --- Comment #619 from Kyle M Hall --- I must disagree. This work closely resembles the original RFC some table and column name changes, as well as a few additions. I've spend countless hours to track this feature against master. Nothing has moved on. It has simply been a lack of persons willing to test and qa this feature that has been the problem so far. (In reply to Martin Renvoize from comment #618) > Further to the above, when I attempted to lookup the original RFC for this, > it does not remotely resemble the actually work, further confusing testing. > > Please don't see this as completely negative.. I just feel things have moved > on allot since this patch was written.. and that the way in which it has > been posted as one massive bug is unmanageable for both testers and qa team. > > I have a alternative schema I'd love to post as a counter patch.. but that > all depends upon having a moment to get to it. -- 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 Mon Mar 2 16:00:50 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 15:00:50 +0000 Subject: [Koha-bugs] [Bug 13740] Timeout on deleting patrons if too many patrons In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13740 Koha Team AMU changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |koha.aixmarseille at gmail.com --- Comment #7 from Koha Team AMU --- I try on a sandbox : Updatedatabase: Upgrade to 3.19.00.000 done (there's life after 3.18)\nUpgrade to 3.19.00.001 done (Bug 13436: Add more options to UsageStatsLibraryType)\nupgrade to 3.19.00.002 done (Bug 10753: replace __ANY__ with empty string in suggestions.branchcode)\nUpgrade to 3.19.00.003 done (Bug 1861 - Unique patrons logins not (totally) enforced)\nUpgrade to 3.19.00.004 done (Bug 13346: OpacExportOptions is now multiple)\nUpgrade to 3.19.00.005 done (Bug 13379 - Modify authorised_values.category to varchar(32))\nUpgrade to 3.19.00.006 done (Bug 11944 - Convert DB tables to utf8_unicode_ci)\nUpgrade to 3.19.00.007 done (Bug 12905: Check budget integrity: OK)\nUpgrade to 3.19.00.008 done (Bug 12601 - Add new foreign key aqorders.budget_id WARNING: temporary budget and fund have been created (search for "BACKUP_TMP"). At least one of your order was not linked to a budget)\nUpgrade to 3.19.00.009 done (Bug 13007 - Add new foreign key suggestions.budgetid)\nUpgrade to 3.19.00.010 done (Bug 5511 - SessionRestrictionByIP)\nUpgrade to 3.19.00.011 done (Bug 13417: Add permission to delete public lists)\nUpgrade to 3.19.00.012 done (Bug 13523 - Remove NOT NULL restriction on field marcxml due to mysql STRICT_TRANS_TABLES) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 16:01:45 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 15:01:45 +0000 Subject: [Koha-bugs] [Bug 13771] Koha 3.18 Help Files In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13771 --- Comment #6 from Jesse Maseto --- Created attachment 36320 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36320&action=edit [SIGNED OFF] Bug 13771: Main Page Help fro 3.18 This updates the main page help file for 3.18. To test: * Log in to staff cleint * Click help on the mian page * Review help file Signed-off-by: Jesse Maseto -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 16:02:16 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 15:02:16 +0000 Subject: [Koha-bugs] [Bug 13771] Koha 3.18 Help Files In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13771 Jesse Maseto changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36268|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 Mar 2 16:02:48 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 15:02:48 +0000 Subject: [Koha-bugs] [Bug 13771] Koha 3.18 Help Files In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13771 Jesse Maseto changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36305|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 Mar 2 16:03:54 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 15:03:54 +0000 Subject: [Koha-bugs] [Bug 13507] Add intranet support for CAS authentication In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13507 Matthias Meusburger changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36316|0 |1 is obsolete| | --- Comment #6 from Matthias Meusburger --- Created attachment 36321 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36321&action=edit Bug 13507: Add intranet support for CAS authentication This patch allows to use CAS authentication for intranet login. It works exactly the same as the OPAC login, except that the staffClientBaseURL syspref must be set for intranet login (like OPACBaseURL must be set for OPAC login). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 16:06:01 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 15:06:01 +0000 Subject: [Koha-bugs] [Bug 6427] Rewrite of the accounts system In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6427 --- Comment #620 from Nicole C. Engard --- I'd like to add that 2 libraries are using it in production and have given their sign off to the features. They are not having issues with anything - and since we're talking money related issues you'd expect a lot of screaming if there were issues. Nicole -- 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 Mon Mar 2 16:12:06 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 15:12:06 +0000 Subject: [Koha-bugs] [Bug 13739] KohaDates should display hours if they exists by default unless specified In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13739 --- Comment #3 from Jesse Maseto --- Created attachment 36322 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36322&action=edit [SIGNED OFF] Bug 13739 - KohaDates should display hours if they exists by default unless specified There are many parts of Koha that are now hiding hours by default. This is rarely helpful. KohaDates should display hours by default unless the time is 23:59, in which case the hours should be not be displayed. Test Plan: 1) Check out two items, one due at at an hour, one not 2) View the patron's circ history, note you don't see the hours 3) Apply this patch 4) View the circ history again, note the hours are listed for date/time where the time is not 23:59. Signed-off-by: Jesse Maseto -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 16:12:31 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 15:12:31 +0000 Subject: [Koha-bugs] [Bug 13739] KohaDates should display hours if they exists by default unless specified In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13739 Jesse Maseto changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jesse at bywatersolutions.com Attachment #36312|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 Mar 2 16:15:06 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 15:15:06 +0000 Subject: [Koha-bugs] [Bug 13662] Serial permissions: receive_serials In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13662 Brendan Gallagher 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 Mar 2 16:15:09 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 15:15:09 +0000 Subject: [Koha-bugs] [Bug 13662] Serial permissions: receive_serials In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13662 --- Comment #6 from Brendan Gallagher --- Created attachment 36323 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36323&action=edit Bug 13662: Fix the serials.receive_serials permissions There are some issues with serial permissions. For instance it's not possible to receive serials if the edit_subscription is not set. Also the toolbar is empty. Test plan: 1/ Set the serials => receive_serials permissions to a patron (and only this one for the serials module). 2/ Verify you cannot create a new subscription, you can search subscriptions but cannot edit them. 3/ On the serial result list, receive a serial (action > Serial receive). You can now change the status and receive it. 4/ On the serial collection, you can edit 1+ serials to reveice it. 5/ Set the serials => edit_subscription permission and confirm there is no regression. QA note: I think we should introduce a C4::Serials::can_receive_serials subroutine, to test the IndependentBranches pref, but I don't want to add to much processing to check permissions. Signed-off-by: Paola Rossi Signed-off-by: Brendan Gallagher -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 16:22:06 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 15:22:06 +0000 Subject: [Koha-bugs] [Bug 13624] Remove columns branchcode, categorytype from table overduerules_transport_types In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13624 Viktor Sarge changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |viktor.sarge at regionhalland. | |se -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 16:22:21 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 15:22:21 +0000 Subject: [Koha-bugs] [Bug 12770] Notice template tool enhancement In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12770 Viktor Sarge changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |viktor.sarge at regionhalland. | |se -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 16:22:34 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 15:22:34 +0000 Subject: [Koha-bugs] [Bug 12769] Notice fee management In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12769 Viktor Sarge changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |viktor.sarge at regionhalland. | |se -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 16:27:03 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 15:27:03 +0000 Subject: [Koha-bugs] [Bug 6427] Rewrite of the accounts system In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6427 Sean McGarvey changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |smcgarvey at pascocountyfl.net --- Comment #621 from Sean McGarvey --- I think i can help out here, Pasco County Library system has been using this patch in production for almost an entire year. We've tested pretty much every way this upgrade works and have made a lot of improvements. We've even found new and interesting ways to break things that no one but a patron could have thought of. Just to confirm I even stepped out to talk to my head of finance who agreed that the system is solid and is functioning as described. We've had 7 libraries using it 5 days a week. At this point human error is what is causing the vast majority of our problems. When this is live in master we hope that other libraries can help us make more tweaks. I can confirm that the system is tested and functioning. Had it not been our county clerk would have made it perfectly clear. If there are individual questions about aspects ill try and answer them as best i can regarding actual function in the library. -- 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 Mon Mar 2 16:27:38 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 15:27:38 +0000 Subject: [Koha-bugs] [Bug 12887] User logged out on refresh after CAS authentication In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12887 Corinne Flacher-David changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |corinne.flacher-david at bibli | |bre.com --- Comment #1 from Corinne Flacher-David --- I add on a test case about user logged out on refresh after CAS authentication : 4) When you try to log in, again, you cannot log in to the Opac. It's impossible. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 16:28:02 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 15:28:02 +0000 Subject: [Koha-bugs] [Bug 13753] INDEXER_DAEMON default is incorrect in koha-indexer In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13753 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #9 from Tom?s Cohen Arazi --- Patch pushed to master. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 16:29:22 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 15:29:22 +0000 Subject: [Koha-bugs] [Bug 13759] git-build-snapshot misses YUI and dies of sorrow during build In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13759 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master CC| |tomascohen at gmail.com --- Comment #4 from Tom?s Cohen Arazi --- Patch pushed to master. Thanks Mirko! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 16:30:15 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 15:30:15 +0000 Subject: [Koha-bugs] [Bug 13676] OpacSuppression description says 'items' but means 'records' In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13676 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master CC| |tomascohen at gmail.com --- Comment #4 from Tom?s Cohen Arazi --- Patch pushed to master. Thanks Marc! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 16:30:56 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 15:30:56 +0000 Subject: [Koha-bugs] [Bug 13646] Facets encoding problem with GRS1 In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13646 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Status|Signed Off |Failed QA --- Comment #9 from Katrin Fischer --- Testing this with Jonathan we located another problem with how the links are build - switching this to "Failed QA" waiting for a follow up or new patch. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 16:31:31 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 15:31:31 +0000 Subject: [Koha-bugs] [Bug 12887] User logged out on refresh after CAS authentication In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12887 --- Comment #2 from Corinne Flacher-David --- I add on a test case about user logged out on refresh after CAS authentication : 4) When you try to log in, again, you cannot authenticate to the OPAC through CAS. It's impossible. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 16:42:32 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 15:42:32 +0000 Subject: [Koha-bugs] [Bug 13741] "No fund found" not translatable In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13741 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master CC| |tomascohen at gmail.com --- Comment #5 from Tom?s Cohen Arazi --- Patch pushed to master. Thanks Katrina! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 16:43:23 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 15:43:23 +0000 Subject: [Koha-bugs] [Bug 12021] SIP2 checkin should alert on transfer and use CT for return branch In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12021 --- Comment #7 from Colin Campbell --- I think there may be an error in the logic behind this patch. It includes a testplan that starts with switching off automaticitemreturn, but if you have it set on you want these fields set so that self checks place returns in correct reshelving bins -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 16:43:36 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 15:43:36 +0000 Subject: [Koha-bugs] [Bug 13745] Serial collection page shows branchcode instead of branchname In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13745 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master CC| |tomascohen at gmail.com --- Comment #4 from Tom?s Cohen Arazi --- Patch pushed to master. Thanks Katrina! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 16:44:11 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 15:44:11 +0000 Subject: [Koha-bugs] [Bug 13731] Suggestions reason doesn't save In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13731 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen at gmail.com Status|Passed QA |Pushed to Master --- Comment #9 from Tom?s Cohen Arazi --- Patch pushed to master. Thanks Jonathan! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 16:50:22 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 15:50:22 +0000 Subject: [Koha-bugs] [Bug 13733] Give librarians the ability to add messages to an item In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13733 fpichenot at ville-roubaix.fr changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fpichenot at ville-roubaix.fr Status|Needs Signoff |Patch doesn't apply --- Comment #4 from fpichenot at ville-roubaix.fr --- In item's detail, I can write a message of a type defined in an authorised value list, but I can't save it. Second problem : the ability to add message doesn't appear in "edit items". -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 16:50:39 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 15:50:39 +0000 Subject: [Koha-bugs] [Bug 6427] Rewrite of the accounts system In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6427 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #35196|0 |1 is obsolete| | Attachment #35197|0 |1 is obsolete| | Attachment #35198|0 |1 is obsolete| | Attachment #35199|0 |1 is obsolete| | Attachment #35200|0 |1 is obsolete| | Attachment #35201|0 |1 is obsolete| | Attachment #35202|0 |1 is obsolete| | Attachment #35203|0 |1 is obsolete| | Attachment #35204|0 |1 is obsolete| | Attachment #35205|0 |1 is obsolete| | Attachment #35206|0 |1 is obsolete| | Attachment #35207|0 |1 is obsolete| | Attachment #35208|0 |1 is obsolete| | Attachment #35302|0 |1 is obsolete| | --- Comment #622 from Kyle M Hall --- Created attachment 36324 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36324&action=edit Bug 6427 - Update database This patch set re-engineers Koha's accounting system to be faster, more stable, and have a better historical accounting of fees and payments while also unifying much of the payment logic and simplifying the code behind it. Three new tables have been created: account_debits stores fines and fees owed by the patron. account_credits stores payments, write-offs, and other line items that reduce the amount owed by a patron. account_offsets stores data about changes to debits and credits, including which credits paid which debits. borrowers.account_balance stores the current balance of the patron, so it does not have to be calculated each time it needs to be displayed. issues.issue_id has been added so that individual fines can be directly linked to the issue that caused them without ambiguity. The various accounting code strings ( F, FU, Rent, etc ), some of which have little or no documentation have been replaced by what enumerated data types which are documented via POD. There are three, one for each of Debits ( fees/fines ), Credits ( payments ), and Offsets. The system continues to allow custom fee types ( moving MANUAL_INV to MANUAL_DEBIT ) while additionally allowing custom payment types ( MANUAL_CREDIT ). The system also allows for overpayment, the the outstanding credit being applied to future fees as they are created. The system also allows for a librarian to accept a different amount of money than what is to be paid, and will calculate the change to be given. Test Plan: 1) Apply this patch 2) Create some manual fees 3) Test the fee payments * Pay one fee * Pay multiple fees * Make a partial payment * Write off a fee 4) View the fees/payments, verify they are correct 5) Check out some items as overdue that should have fines 6) Run fines.pl, verify fines were generated 7) Pay on an accruing fine 8) Run fines.pl again, verify the fine hasn't changed 9) Increase the daily fine in issuing rules 10) Run fines.pl again, verify the fine has increased 11) Decrease the daily fine in issuing rules 12) Run fines.pl again, verify the fine has decreased 13) Test dropbox mode 14) Test WhenLostChargeReplacementFee both ways 15) Test RefundLostItemFeeOnReturn both ways 16) Test WhenLostForgiveFine both ways 17) Test CalculateFinesOnReturn both ways Signed-off-by: Kyle M Hall Signed-off-by: Sean McGarvey -- 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 Mon Mar 2 16:52:06 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 15:52:06 +0000 Subject: [Koha-bugs] [Bug 13771] Koha 3.18 Help Files In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13771 Nicole C. Engard changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |String patch Status|Signed Off |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 16:52:11 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 15:52:11 +0000 Subject: [Koha-bugs] [Bug 13771] Koha 3.18 Help Files In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13771 --- Comment #7 from Nicole C. Engard --- Created attachment 36325 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36325&action=edit Bug 13771: Update Circ Help File This updates the main circulation help file with new features in 3.18. To test: * visit circulation page * click help * review text -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 16:52:42 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 15:52:42 +0000 Subject: [Koha-bugs] [Bug 6427] Rewrite of the accounts system In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6427 --- Comment #623 from Kyle M Hall --- Created attachment 36326 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36326&action=edit Bug 6427 - Update schema files Signed-off-by: Kyle M Hall Signed-off-by: Sean McGarvey -- 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 Mon Mar 2 16:53:05 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 15:53:05 +0000 Subject: [Koha-bugs] [Bug 6427] Rewrite of the accounts system In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6427 --- Comment #624 from Kyle M Hall --- Created attachment 36327 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36327&action=edit Bug 6427 - Add new Accounts related Koha modules Signed-off-by: Kyle M Hall Signed-off-by: Sean McGarvey -- 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 Mon Mar 2 16:53:33 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 15:53:33 +0000 Subject: [Koha-bugs] [Bug 6427] Rewrite of the accounts system In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6427 --- Comment #625 from Kyle M Hall --- Created attachment 36328 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36328&action=edit Bug 6427 - Update existing Koha perl modules Signed-off-by: Kyle M Hall Signed-off-by: Sean McGarvey -- 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 Mon Mar 2 16:53:41 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 15:53:41 +0000 Subject: [Koha-bugs] [Bug 11999] Add two checks in CanBookBeReserved and CanItemBeReserved In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11999 Alex Sassmannshausen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |alex.sassmannshausen at ptfs-e | |urope.com --- Comment #16 from Alex Sassmannshausen --- Hi Julian, I've just tried to sign this one off using a sandbox, but there was a problem applying the patch. I think it may need to be rebased again? I'll try again when you've had a look. Cheers, Alex -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 16:53:58 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 15:53:58 +0000 Subject: [Koha-bugs] [Bug 6427] Rewrite of the accounts system In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6427 --- Comment #626 from Kyle M Hall --- Created attachment 36329 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36329&action=edit Bug 6427 - Add new TT plugin to deal with currency Signed-off-by: Kyle M Hall Signed-off-by: Sean McGarvey -- 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 Mon Mar 2 16:54:21 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 15:54:21 +0000 Subject: [Koha-bugs] [Bug 6427] Rewrite of the accounts system In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6427 --- Comment #627 from Kyle M Hall --- Created attachment 36330 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36330&action=edit Bug 6427 - Add TableTools plugin for DataTables Signed-off-by: Kyle M Hall Signed-off-by: Sean McGarvey -- 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 Mon Mar 2 16:54:30 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 15:54:30 +0000 Subject: [Koha-bugs] [Bug 11999] Add two checks in CanBookBeReserved and CanItemBeReserved In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11999 Alex Sassmannshausen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Patch doesn't apply -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 16:54:44 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 15:54:44 +0000 Subject: [Koha-bugs] [Bug 6427] Rewrite of the accounts system In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6427 --- Comment #628 from Kyle M Hall --- Created attachment 36331 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36331&action=edit Bug 6427 - Add new staff scripts for managing accounts Signed-off-by: Kyle M Hall Signed-off-by: Sean McGarvey -- 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 Mon Mar 2 16:55:26 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 15:55:26 +0000 Subject: [Koha-bugs] [Bug 6427] Rewrite of the accounts system In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6427 --- Comment #629 from Kyle M Hall --- Created attachment 36332 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36332&action=edit Bug 6427 - Update existing intranet scripts Signed-off-by: Kyle M Hall Signed-off-by: Sean McGarvey -- 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 Mon Mar 2 16:56:12 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 15:56:12 +0000 Subject: [Koha-bugs] [Bug 6427] Rewrite of the accounts system In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6427 --- Comment #630 from Kyle M Hall --- Created attachment 36333 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36333&action=edit Bug 6427 - Update OPAC scripts Signed-off-by: Kyle M Hall Signed-off-by: Sean McGarvey -- 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 Mon Mar 2 16:56:32 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 15:56:32 +0000 Subject: [Koha-bugs] [Bug 6427] Rewrite of the accounts system In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6427 --- Comment #631 from Kyle M Hall --- Created attachment 36334 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36334&action=edit Bug 6427 - Add & update cron scripts Signed-off-by: Kyle M Hall Signed-off-by: Sean McGarvey -- 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 Mon Mar 2 16:56:38 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 15:56:38 +0000 Subject: [Koha-bugs] [Bug 13740] Timeout on deleting patrons if too many patrons In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13740 --- Comment #8 from Jonathan Druart --- (In reply to Koha Team AMU from comment #7) > I try on a sandbox : And, what is the problem? Is not an error. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 16:57:36 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 15:57:36 +0000 Subject: [Koha-bugs] [Bug 6427] Rewrite of the accounts system In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6427 --- Comment #632 from Kyle M Hall --- Created attachment 36335 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36335&action=edit Bug 6427 - Delete unused and unnecessary files Signed-off-by: Kyle M Hall Signed-off-by: Sean McGarvey -- 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 Mon Mar 2 16:58:10 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 15:58:10 +0000 Subject: [Koha-bugs] [Bug 13687] ILS-DI services HoldItem and HoldTitle don't consider hold policy by item type In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13687 Katrin Fischer 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 Mon Mar 2 16:58:13 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 15:58:13 +0000 Subject: [Koha-bugs] [Bug 13687] ILS-DI services HoldItem and HoldTitle don't consider hold policy by item type In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13687 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36014|0 |1 is obsolete| | --- Comment #3 from Katrin Fischer --- Created attachment 36336 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36336&action=edit [PASSED QA] Bug 13687: Move hold policy check into CanItemBeReserved This way ILS-DI HoldItem and HoldTitle services also benefit from this check Test plan: 1/ Define some default holds policies by item type in /admin/smart-rules.pl 2/ Use ILS-DI HoldItem service and check that those rules are respected 3/ Check that staff and opac hold behaviour is unchanged regarding these rules. Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Passes tests and QA script. No regressions found, improves the ILS-DI HoldItem response. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 16:58:47 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 15:58:47 +0000 Subject: [Koha-bugs] [Bug 6427] Rewrite of the accounts system In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6427 --- Comment #633 from Kyle M Hall --- Created attachment 36337 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36337&action=edit Bug 6427 - Unit Tests Signed-off-by: Kyle M Hall Signed-off-by: Sean McGarvey -- 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 Mon Mar 2 16:59:23 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 15:59:23 +0000 Subject: [Koha-bugs] [Bug 6427] Rewrite of the accounts system In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6427 --- Comment #634 from Kyle M Hall --- Created attachment 36338 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36338&action=edit Bug 6427 - Make fines tabs link to account payment page Signed-off-by: Kyle M Hall Signed-off-by: Sean McGarvey -- 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 Mon Mar 2 16:59:27 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 15:59:27 +0000 Subject: [Koha-bugs] [Bug 13507] Add intranet support for CAS authentication In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13507 Matthias Meusburger changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36321|0 |1 is obsolete| | --- Comment #7 from Matthias Meusburger --- Created attachment 36339 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36339&action=edit Bug 13507: Add intranet support for CAS authentication This patch allows to use CAS authentication for intranet login. It works exactly the same as the OPAC login, except that the staffClientBaseURL syspref must be set for intranet login (like OPACBaseURL must be set for OPAC login). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 17:00:05 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 16:00:05 +0000 Subject: [Koha-bugs] [Bug 6427] Rewrite of the accounts system In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6427 --- Comment #635 from Kyle M Hall --- Created attachment 36340 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36340&action=edit Bug 6427 [QA Followup] - Improvements to OPAC view -- 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 Mon Mar 2 17:03:36 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 16:03:36 +0000 Subject: [Koha-bugs] [Bug 13507] Add intranet support for CAS authentication In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13507 Matthias Meusburger changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36339|0 |1 is obsolete| | --- Comment #8 from Matthias Meusburger --- Created attachment 36341 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36341&action=edit Bug 13507: Add intranet support for CAS authentication This patch allows to use CAS authentication for intranet login. It works exactly the same as the OPAC login, except that the staffClientBaseURL syspref must be set for intranet login (like OPACBaseURL must be set for OPAC login). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 17:07:57 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 16:07:57 +0000 Subject: [Koha-bugs] [Bug 13733] Give librarians the ability to add messages to an item In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13733 Kyle M Hall 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 Mon Mar 2 17:08:01 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 16:08:01 +0000 Subject: [Koha-bugs] [Bug 13733] Give librarians the ability to add messages to an item In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13733 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36047|0 |1 is obsolete| | --- Comment #5 from Kyle M Hall --- Created attachment 36342 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36342&action=edit Bug 13733 - Give librarians the ability to add messages to an item Some librarians would like the ability to leave messages attached to an item ( outside the scope of itemnotes and itemnotes_nonpublic ). This feature would give the librarians the ability to add and remove messages of arbitrary types defined in an authorised value list. Test Plan: 1) Apply this patch set 2) Run updatedatabase.pl 3) Create some ITEM_MESSAGE authorised values 4) View an item's details 5) Try adding and deleting messages on an item -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 17:08:23 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 16:08:23 +0000 Subject: [Koha-bugs] [Bug 13733] Give librarians the ability to add messages to an item In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13733 --- Comment #6 from Kyle M Hall --- I believe the problem was in the database update. Please retest! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 17:11:14 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 16:11:14 +0000 Subject: [Koha-bugs] [Bug 13392] New statistics wizard for suggestions In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13392 sandboxes at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off --- Comment #22 from sandboxes at biblibre.com --- Patch tested with a sandbox, by Nicole Engard -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 17:11:31 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 16:11:31 +0000 Subject: [Koha-bugs] [Bug 13392] New statistics wizard for suggestions In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13392 sandboxes at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36188|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 Mar 2 17:11:36 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 16:11:36 +0000 Subject: [Koha-bugs] [Bug 13392] New statistics wizard for suggestions In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13392 sandboxes at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36189|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 Mar 2 17:11:41 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 16:11:41 +0000 Subject: [Koha-bugs] [Bug 13392] New statistics wizard for suggestions In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13392 sandboxes at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36190|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 Mar 2 17:11:51 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 16:11:51 +0000 Subject: [Koha-bugs] [Bug 13392] New statistics wizard for suggestions In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13392 --- Comment #23 from sandboxes at biblibre.com --- Created attachment 36343 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36343&action=edit Bug 13392: Add suggestions.ordereddate and suggestions.orderedby Those fields are updated when suggestion status is changed to 'ORDERED' and are displayed on suggestion/suggestion.pl page Signed-off-by: Nicole Engard -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 17:11:54 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 16:11:54 +0000 Subject: [Koha-bugs] [Bug 13392] New statistics wizard for suggestions In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13392 --- Comment #24 from sandboxes at biblibre.com --- Created attachment 36344 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36344&action=edit Bug 13392: New statistics assistant for suggestions New sub C4::Budgets::GetBudgetDescendantsIds (with unit tests) Signed-off-by: Nicole Engard -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 17:11:58 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 16:11:58 +0000 Subject: [Koha-bugs] [Bug 13392] New statistics wizard for suggestions In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13392 --- Comment #25 from sandboxes at biblibre.com --- Created attachment 36345 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36345&action=edit Bug 13392: QA fixes 1/ Add tests descriptions 2/ Do not use Koha::I18N for suggestion statuses, and add statuses from SUGGEST_STATUS authorised values 3/ Use copyrightdate instead of publicationyear which seems to be unused 4/ Display free text filters if there is no values in corresponding authorised values list 5/ Rename 'Branch' to 'Library' and 'Reject reason' to 'Reason' Signed-off-by: Nicole Engard -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 17:13:32 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 16:13:32 +0000 Subject: [Koha-bugs] [Bug 13733] Give librarians the ability to add messages to an item In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13733 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36342|0 |1 is obsolete| | --- Comment #7 from Kyle M Hall --- Created attachment 36346 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36346&action=edit Bug 13733 - Give librarians the ability to add messages to an item Some librarians would like the ability to leave messages attached to an item ( outside the scope of itemnotes and itemnotes_nonpublic ). This feature would give the librarians the ability to add and remove messages of arbitrary types defined in an authorised value list. Test Plan: 1) Apply this patch set 2) Run updatedatabase.pl 3) Create some ITEM_MESSAGE authorised values 4) View an item's details 5) Try adding and deleting messages on an item -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 17:17:02 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 16:17:02 +0000 Subject: [Koha-bugs] [Bug 13744] Paging on some datatables slightly broken In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13744 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36113|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 Mar 2 17:21:51 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 16:21:51 +0000 Subject: [Koha-bugs] [Bug 13744] Paging on some datatables slightly broken In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13744 --- Comment #6 from Katrin Fischer --- Created attachment 36347 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36347&action=edit Bug 13744: Fix datatables paging on 'Holds to pull' report The paging of the datatables on the 'holds to pull' report page is broken without this patch. To test: - Make sure that some holds are placed on available items in your installation - Go to the circulation start page - Open the 'holds to pull' report - Verify that the patch fixes the paging on the result table Also: Fixes "None" in the filter pull downs to be translatable. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 17:22:31 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 16:22:31 +0000 Subject: [Koha-bugs] [Bug 13744] Paging on some datatables slightly broken In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13744 Katrin Fischer 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 Mon Mar 2 17:37:08 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 16:37:08 +0000 Subject: [Koha-bugs] [Bug 13733] Give librarians the ability to add messages to an item In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13733 fpichenot at ville-roubaix.fr changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off --- Comment #8 from fpichenot at ville-roubaix.fr --- Ok, it works. But I think it would be better if the message also appears in the "normal" view. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 17:42:13 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 16:42:13 +0000 Subject: [Koha-bugs] [Bug 13392] New statistics wizard for suggestions In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13392 Courret changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |scourret at gmail.com Status|Signed Off |Needs Signoff --- Comment #26 from Courret --- The suggest date wizard works good. But it seems that Koha reports some suggestions that were rejected, even if these suggestions do not appear in the staff interface. Some rejected suggestions that were refused for a lack of budget in the pro interface do not appear later in the wizard report. Similar issue of inconsistency of results for pending suggestions : 9 reported in the wizard while 19 appear in Koha pro interface. Unfortunately, we miss a running phpmyadmin interface to check the real content of the database. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 17:45:14 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 16:45:14 +0000 Subject: [Koha-bugs] [Bug 13507] Add intranet support for CAS authentication In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13507 sandboxes at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sandboxes at biblibre.com Status|Needs Signoff |Signed Off --- Comment #9 from sandboxes at biblibre.com --- Patch tested with a sandbox, by Koha Team AMU -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 17:45:29 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 16:45:29 +0000 Subject: [Koha-bugs] [Bug 13507] Add intranet support for CAS authentication In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13507 sandboxes at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36317|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 Mar 2 17:45:34 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 16:45:34 +0000 Subject: [Koha-bugs] [Bug 13507] Add intranet support for CAS authentication In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13507 sandboxes at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36341|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 Mar 2 17:45:41 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 16:45:41 +0000 Subject: [Koha-bugs] [Bug 13507] Add intranet support for CAS authentication In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13507 --- Comment #10 from sandboxes at biblibre.com --- Created attachment 36348 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36348&action=edit Bug 13507 [Follow-up] : Add unit test. Signed-off-by: Koha Team AMU -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 17:45:44 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 16:45:44 +0000 Subject: [Koha-bugs] [Bug 13507] Add intranet support for CAS authentication In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13507 --- Comment #11 from sandboxes at biblibre.com --- Created attachment 36349 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36349&action=edit Bug 13507: Add intranet support for CAS authentication This patch allows to use CAS authentication for intranet login. It works exactly the same as the OPAC login, except that the staffClientBaseURL syspref must be set for intranet login (like OPACBaseURL must be set for OPAC login). Signed-off-by: Koha Team AMU -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 18:55:32 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 17:55:32 +0000 Subject: [Koha-bugs] [Bug 6427] Rewrite of the accounts system In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6427 --- Comment #636 from Chris Cormack --- (In reply to Kyle M Hall from comment #619) > I must disagree. This work closely resembles the original RFC some table and > column name changes, as well as a few additions. > > I've spend countless hours to track this feature against master. Nothing has > moved on. It has simply been a lack of persons willing to test and qa this > feature that has been the problem so far. > Hmmm, Martin and others have spent hours trying to QA this. They found problems, they reported them in the spreadsheet. Have you read through the spreadsheet? Or the comment proceeding the one you replied to? I find it quite insulting you just dismiss their findings, and blame them instead. -- 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 Mon Mar 2 20:03:22 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 19:03:22 +0000 Subject: [Koha-bugs] [Bug 12768] Replacement cost and processing fee management In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12768 Charles Farmer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #34333|0 |1 is obsolete| | --- Comment #5 from Charles Farmer --- Created attachment 36350 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36350&action=edit Bug 12768 - Replacement cost and processing fee management -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 20:07:52 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 19:07:52 +0000 Subject: [Koha-bugs] [Bug 6427] Rewrite of the accounts system In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6427 Sherry Sakovich changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ssakovich at hmcpl.org --- Comment #637 from Sherry Sakovich --- Here at Huntsville-Madison County Public Library, we've been using the accounts re-write in production since we went live on Koha a year ago. We absolutely love the granularity this feature allows for payment types and reporting. As a public library, our city/county auditors strictly require this type of detailed information. Also, as a 12 branch county-wide library system, we're able to make better decisions as we now have better accounting. Finally, our patrons really appreciate that our system tracks what they've paid for and by what method. -- 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 Mon Mar 2 20:09:12 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 19:09:12 +0000 Subject: [Koha-bugs] [Bug 12769] Notice fee management In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12769 Charles Farmer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36318|0 |1 is obsolete| | --- Comment #7 from Charles Farmer --- Created attachment 36351 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36351&action=edit Bug 12769 - Notice fee management -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Mar 2 20:37:07 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 19:37:07 +0000 Subject: [Koha-bugs] [Bug 6427] Rewrite of the accounts system In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6427 Aaron Sakovich changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |asakovich at hmcpl.org --- Comment #638 from Aaron Sakovich --- As Sherry said, we at HMCPL have been using this code in production for a whole year. We have tested this exhaustively, on both 3.14 and 3.16, during that period. And by "we", I mean a 12 branch library system open 7 days a week, with well over 2 million items circulated in that time, exclusively using this code. The current code base is functioning nominally, and even relatively gracefully handled the upgrade from 3.14 to 3.16, as well as multiple patches since. We've no outstanding bugs logged against this current version of the code on our internal nor ByWater's ticketing systems. This current piece of kit is rock solid and well tested; it is well beyond the beta stage that we started with a year ago, and I humbly suggest that it is suitably ready for production. -- 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 Mon Mar 2 21:53:20 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 20:53:20 +0000 Subject: [Koha-bugs] [Bug 4041] Address Format as a I18N/L10N system preference In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4041 --- Comment #17 from Marc V?ron --- Created attachment 36352 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36352&action=edit Bug 4041 - Third step - Display address on patron's pages using the system preference This patch displays the address information in the left column of the patron's pages using the new system preference. The address is formatted in member-display-address-style-us.inc and member-display-address-style-de.inc To test: - Apply patch on top of 1st and 2nd patch - Select 'German style' in system preference 'addressformat' in I18N/L10N - Verify that the address information displays properly in the left column of all patron's pages. - Verify that the address displays properly in the main area of moremember.pl as well (Note: In right column, Alternate address /contact are not yet touched)) - Switch system preference to US style, repeat checks -- 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 Mon Mar 2 21:54:10 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 20:54:10 +0000 Subject: [Koha-bugs] [Bug 4041] Address Format as a I18N/L10N system preference In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4041 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |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 Mon Mar 2 22:16:28 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 21:16:28 +0000 Subject: [Koha-bugs] [Bug 4041] Address Format as a I18N/L10N system preference In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4041 Mirko Tietgen changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36352|0 |1 is obsolete| | --- Comment #18 from Mirko Tietgen --- Created attachment 36353 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36353&action=edit Bug 4041 - Third step - Display address on patron's pages using the system preference This patch displays the address information in the left column of the patron's pages using the new system preference. The address is formatted in member-display-address-style-us.inc and member-display-address-style-de.inc To test: - Apply patch on top of 1st and 2nd patch - Select 'German style' in system preference 'addressformat' in I18N/L10N - Verify that the address information displays properly in the left column of all patron's pages. - Verify that the address displays properly in the main area of moremember.pl as well (Note: In right column, Alternate address /contact are not yet touched)) - Switch system preference to US style, repeat checks Signed-off-by: Mirko Tietgen -- 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 Mon Mar 2 22:16:45 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 21:16:45 +0000 Subject: [Koha-bugs] [Bug 4041] Address Format as a I18N/L10N system preference In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4041 Mirko Tietgen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- 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 Mon Mar 2 22:30:44 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 21:30:44 +0000 Subject: [Koha-bugs] [Bug 6427] Rewrite of the accounts system In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6427 Brendan Gallagher changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |brendan at bywatersolutions.co | |m --- Comment #639 from Brendan Gallagher --- (In reply to Chris Cormack from comment #636) > (In reply to Kyle M Hall from comment #619) > > I must disagree. This work closely resembles the original RFC some table and > > column name changes, as well as a few additions. > > > > I've spend countless hours to track this feature against master. Nothing has > > moved on. It has simply been a lack of persons willing to test and qa this > > feature that has been the problem so far. > > > Hmmm, Martin and others have spent hours trying to QA this. They found > problems, they reported them in the spreadsheet. Have you read through the > spreadsheet? > Or the comment proceeding the one you replied to? > > I find it quite insulting you just dismiss their findings, and blame them > instead. Hi All - Please let's not read any tone into any message. We are all friends here and we speak many different languages - I am at fault for using the wrong word with Katrin (someone that I would go to battle for and have the most respect for). So that being said. I think Kyle needs to know how to work with this "BIG IDEA" of the accounts rewrite and work with everyone - from the most experienced (Tomas and Jonathan) to the most experienced me (Brendan). It may take 10 times of telling us to change certain things - but we are more than will to work with anyone of you all - to make those changes. Tempers fly - and I say that is lost in translation. ok - how to change this. Well we are going to sit down with Katrin, Tomas, Jonathan, and hopefully Martin (on google hangouts), and talk about what needs to be changed and how to submit the patches so that it works for everyone. Please remember that all of us - LOVE LOVE LOVE to be part of this community - and all we ever want is to be part of this community. many things are lost in translation - if you need proof - just ask Paul about baseball. Seriously - all we want is to show that we've got so good code and we totally realize that we need tons of help to get it in. Tons of Respect, Brendan Gallagher -- 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 Mon Mar 2 22:32:42 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 21:32:42 +0000 Subject: [Koha-bugs] [Bug 6427] Rewrite of the accounts system In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6427 --- Comment #640 from Brendan Gallagher --- (In reply to Brendan Gallagher from comment #639) > (In reply to Chris Cormack from comment #636) > > (In reply to Kyle M Hall from comment #619) > > > I must disagree. This work closely resembles the original RFC some table and > > > column name changes, as well as a few additions. > > > > > > I've spend countless hours to track this feature against master. Nothing has > > > moved on. It has simply been a lack of persons willing to test and qa this > > > feature that has been the problem so far. > > > > > Hmmm, Martin and others have spent hours trying to QA this. They found > > problems, they reported them in the spreadsheet. Have you read through the > > spreadsheet? > > Or the comment proceeding the one you replied to? > > > > I find it quite insulting you just dismiss their findings, and blame them > > instead. > > Hi All - > > Please let's not read any tone into any message. We are all friends here > and we speak many different languages - I am at fault for using the wrong > word with Katrin (someone that I would go to battle for and have the most > respect for). That should be the most INexperienced me (bag) darn typos > > So that being said. I think Kyle needs to know how to work with this "BIG > IDEA" of the accounts rewrite and work with everyone - from the most > experienced (Tomas and Jonathan) to the most experienced me (Brendan). > > It may take 10 times of telling us to change certain things - but we are > more than will to work with anyone of you all - to make those changes. > Tempers fly - and I say that is lost in translation. > > ok - how to change this. Well we are going to sit down with Katrin, Tomas, > Jonathan, and hopefully Martin (on google hangouts), and talk about what > needs to be changed and how to submit the patches so that it works for > everyone. > > Please remember that all of us - LOVE LOVE LOVE to be part of this community > - and all we ever want is to be part of this community. many things are > lost in translation - if you need proof - just ask Paul about baseball. > > Seriously - all we want is to show that we've got so good code and we > totally realize that we need tons of help to get it in. > > Tons of Respect, > Brendan Gallagher -- 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 Mon Mar 2 23:59:07 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 22:59:07 +0000 Subject: [Koha-bugs] [Bug 11900] OPAC cart can confuse patrons In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11900 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #7 from Marc V?ron --- Hi Jesse, I tested again with IE 11, Firefox 35 and Chrome 40 on Windows 7 IE 11 and Firefox 36 on Windows 8.1 Iceweasel 24.7 on Debian All of them display the tooltips on the "Cart" and "List"-links on top of the OPAC page. Can you please re-test? - Please select "English" to test. Maybe you have to clear the caches. Thanks Marc Switching back to "Needs Signoff" -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 00:18:41 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 23:18:41 +0000 Subject: [Koha-bugs] [Bug 6427] Rewrite of the accounts system In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6427 --- Comment #641 from Kyle M Hall --- (In reply to Martin Renvoize from comment #616) > I don't see how this got to a signed off state, a large part of the testing > spreadsheet recording test results shows half of it is untested. The signer was an independent tester. > I know when I tested it, I found all sorts of issues with display on the > staff client. Please let me know what those issue are! > I also found issues with the code when delving into it to try and fix said > bugs, I'd love to see a good comprehensive re-write of accounts, but this > code shows that it was written some time ago and I don't believe it actually > improved matters. Again, pleases let me know what these bugs are! I believe that this feature improves matters very much. The partners that have been testing this have been able to do far more advanced reporting on fees and payments than is possible with our current schema. I don't see how it *doesn't* improve matters! > > PTFS Europe spent a fair chunk of time attempting to get this in shape for > passing through community so we could base our Cash Management work upon it, > but we didn't even complete testing before we realised how difficult it > would be to extend/enhance it further. I can understand that you want to add a new feature to Koha, and this feature is making it more difficult for you. I've been in the same situation. However, I don't think that's reasonable justification for tossing it out. If you can outline what parts of this are limiting for you, and how I can help resolve this, I would be more than happy to! Have you posted an RFC for your Cash Management feature? -- 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 Mar 3 00:50:15 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 23:50:15 +0000 Subject: [Koha-bugs] [Bug 10988] Allow login via Google OAuth2 In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10988 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #29595|0 |1 is obsolete| | Attachment #30015|0 |1 is obsolete| | --- Comment #20 from M. Tompsett --- Created attachment 36354 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36354&action=edit Bug 10988 - Allow login via Google OAuth2 This is my rework of a patch by Nicholas van Oudtshoorn. Fixed the patch so that it again cleanly applies. Adds googleoauth2 login to koha. Adds applicable system preferences Modifies templates to support oauth2 login failures changes the login links to use googleoauth2 when oauth2 is enabled. Test Plan: 0) Back up your database 1) Apply this patch 2) In your mysql client use your Koha database and execute: > DELETE FROM systempreferences; > SOURCE ~/kohaclone/installer/data/mysql/sysprefs.sql; -- Should be no errors. > SELECT * FROM systempreferences LIKE 'GoogleOAuth%'; -- Should see 4 entries. > QUIT; 3) Restore your database 4) Run ./installer/data/mysql/updatedatabase.pl; 5) In your mysql client use your Koha database and execute: > SELECT * FROM systempreferences LIKE 'GoogleOAuth%'; -- Should see the same 4 entries. 6) Log into the staff client 7) Home -> Koha administration -> Global system preferences 8) -> Administration -- There should be a 'Google OAuth2' section with the ability to set those 4 system preferences. 9) In a new tab, go to https://console.developers.google.com/project 10) Click 'Create Project' 11) Type in a project name that won't freak users out, like your library name (e.g. South Pole Library). 12) Click the 'Create' button. 13) Click the 'APIs & auth' in the left frame. 14) Click 'Credentials' 15) Click 'Create new Client ID' 16) Select 'Web application' and click 'Configure consent screen'. 17) Select the Email Address. 18) Put it a meaningful string into the Product Name (e.g. South Pole Library Authentication) 19) Fill in the other fields as desired (or not) 20) Click 'Save' 21) Change the 'AUTHORIZED JAVASCRIPT ORIGINS' to your OPACBaseURL. (http://library.yourDNS.org) 22) Change the 'AUTHORIZED REDIRECT URIS' to point to the new googleoauth2 script (http://library.yourDNS.org/cgi-bin/koha/svc/googleoauth2) 23) Click 'Create Client ID' 24) Copy and paste the 'CLIENT ID' into the GoogleOAuth2ClientID system preference. 25) Copy and paste the 'CLIENT SECRET' into the GoogleOAuth2ClientSecret system preference. 26) Change the GoogleOAuth2 preference to 'Use'. 27) Click 'Save all Administration preferences' 28) In the OPAC, click 'Log in to your account'. -- You should get a confirmation request, if you are already logged in, OR a login screen if you are not. -- You need to have the primary email address set to one authenticated by Google in order to log in. 29) Run koha qa test tools I've obsoleted the two previous patches. Hopefully, I didn't miss anything. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 00:51:40 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 23:51:40 +0000 Subject: [Koha-bugs] [Bug 10988] Allow login via Google OAuth2 In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10988 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36354|0 |1 is obsolete| | --- Comment #21 from M. Tompsett --- Created attachment 36355 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36355&action=edit Bug 10988 - Allow login via Google OAuth2 This is my rework of a patch by Nicholas van Oudtshoorn. Fixed the patch so that it again cleanly applies. Adds googleoauth2 login to koha. Adds applicable system preferences Modifies templates to support oauth2 login failures changes the login links to use googleoauth2 when oauth2 is enabled. Test Plan: 0) Back up your database 1) Apply this patch 2) In your mysql client use your Koha database and execute: > DELETE FROM systempreferences; > SOURCE ~/kohaclone/installer/data/mysql/sysprefs.sql; -- Should be no errors. > SELECT * FROM systempreferences LIKE 'GoogleOAuth%'; -- Should see 4 entries. > QUIT; 3) Restore your database 4) Run ./installer/data/mysql/updatedatabase.pl; 5) In your mysql client use your Koha database and execute: > SELECT * FROM systempreferences LIKE 'GoogleOAuth%'; -- Should see the same 4 entries. 6) Log into the staff client 7) Home -> Koha administration -> Global system preferences 8) -> Administration -- There should be a 'Google OAuth2' section with the ability to set those 4 system preferences. 9) In a new tab, go to https://console.developers.google.com/project 10) Click 'Create Project' 11) Type in a project name that won't freak users out, like your library name (e.g. South Pole Library). 12) Click the 'Create' button. 13) Click the 'APIs & auth' in the left frame. 14) Click 'Credentials' 15) Click 'Create new Client ID' 16) Select 'Web application' and click 'Configure consent screen'. 17) Select the Email Address. 18) Put it a meaningful string into the Product Name (e.g. South Pole Library Authentication) 19) Fill in the other fields as desired (or not) 20) Click 'Save' 21) Change the 'AUTHORIZED JAVASCRIPT ORIGINS' to your OPACBaseURL. (http://library.yourDNS.org) 22) Change the 'AUTHORIZED REDIRECT URIS' to point to the new googleoauth2 script (http://library.yourDNS.org/cgi-bin/koha/svc/googleoauth2) 23) Click 'Create Client ID' 24) Copy and paste the 'CLIENT ID' into the GoogleOAuth2ClientID system preference. 25) Copy and paste the 'CLIENT SECRET' into the GoogleOAuth2ClientSecret system preference. 26) Change the GoogleOAuth2 preference to 'Use'. 27) Click 'Save all Administration preferences' 28) In the OPAC, click 'Log in to your account'. -- You should get a confirmation request, if you are already logged in, OR a login screen if you are not. -- You need to have the primary email address set to one authenticated by Google in order to log in. 29) 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 Tue Mar 3 00:52:05 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 23:52:05 +0000 Subject: [Koha-bugs] [Bug 10988] Allow login via Google OAuth2 In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10988 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mtompset at hotmail.com Depends on| |5010 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 00:52:05 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 23:52:05 +0000 Subject: [Koha-bugs] [Bug 5010] Fix OPACBaseURL to include protocol In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5010 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |10988 -- 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 Mar 3 00:53:33 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 Mar 2015 23:53:33 +0000 Subject: [Koha-bugs] [Bug 10988] Allow login via Google OAuth2 In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10988 --- Comment #22 from M. Tompsett --- It depends on 5010, because I cut out the hard coded 'http://' part of the code in the new googleoauth2 script. Technically, you can test it without 5010, but you need the protocol in your OPACBaseURL. :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 04:02:39 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 03:02:39 +0000 Subject: [Koha-bugs] [Bug 10988] Allow login via Google OAuth2 In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10988 --- Comment #23 from Nicholas van Oudtshoorn --- Thanks so much to M. Tompsett for doing this. I've been busy with other jobs (including upgrading to 3.18!), and just haven't got around to sending in our patch. :-) (In reply to M. Tompsett from comment #22) > It depends on 5010, because I cut out the hard coded 'http://' part of the > code in the new googleoauth2 script. Technically, you can test it without > 5010, but you need the protocol in your OPACBaseURL. :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 05:32:46 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 04:32:46 +0000 Subject: [Koha-bugs] [Bug 13607] Patron management API In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13607 Robin Sheat changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Medium patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 05:32:49 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 04:32:49 +0000 Subject: [Koha-bugs] [Bug 13607] Patron management API In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13607 --- Comment #17 from Robin Sheat --- Created attachment 36356 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36356&action=edit Bug 13607: correct handling of dateexpiry and dateenrolled With this patch: * if a dateexpiry is not provided, it is generated based on the category. * if a dateenrolled is not provided, it is generated based on 'now'. This applies when a user is created only. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 07:09:26 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 06:09:26 +0000 Subject: [Koha-bugs] [Bug 13779] New: sessionID declared twice in C4::Auth::checkauth() Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13779 Bug ID: 13779 Summary: sessionID declared twice in C4::Auth::checkauth() Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Authentication Assignee: gmcharlt at gmail.com Reporter: dcook at prosentient.com.au QA Contact: testopia at bugs.koha-community.org CC: dpavlin at rot13.org "$sessionID" is declared twice in C4::Auth::checkauth(). The first time is at the start of C4::Auth::checkauth(), while the second is in the "unless ($userid || $sessionID)" block. This means that "return ( $userid, $cookie, $sessionID, $flags )", which is called within the "if ( $loggedin || $authnotrequired )" block, will never ever return the $sessionID created in the "unless ($userid || $sessionID)" block, since it's out of scope. The only time that "return ( $userid, $cookie, $sessionID, $flags )" will return "$sessionID" is if the "elsif ( $sessionID = $query->cookie("CGISESSID") )" block evaluates to true. -- In other words, "my ( $userid, $cookie, $sessionID ) = checkauth( $query, 0, { borrow => 1 }, 'opac', '');" will only have a $sessionID if the user already has the CGISESSID cookie set. This doesn't prevent checkauth() from setting the session or the cookie properly. It just means $sessionID isn't set even though it should be, because it's the value that is stored in the cookie! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 08:10:32 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 07:10:32 +0000 Subject: [Koha-bugs] [Bug 12680] Shibboleth adaptive config In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12680 Bug 12680 depends on bug 13569, which changed state. Bug 13569 Summary: Shibboleth example config for Packages http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13569 What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |RESOLVED Resolution|--- |DUPLICATE -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 08:10:32 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 07:10:32 +0000 Subject: [Koha-bugs] [Bug 12027] Shibboleth authentication for staff client In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12027 Bug 12027 depends on bug 13569, which changed state. Bug 13569 Summary: Shibboleth example config for Packages http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13569 What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |RESOLVED Resolution|--- |DUPLICATE -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 08:10:30 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 07:10:30 +0000 Subject: [Koha-bugs] [Bug 13569] Shibboleth example config for Packages In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13569 Mirko Tietgen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |RESOLVED Resolution|--- |DUPLICATE CC| |mirko at abunchofthings.net --- Comment #4 from Mirko Tietgen --- *** This bug has been marked as a duplicate of bug 13571 *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 08:10:30 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 07:10:30 +0000 Subject: [Koha-bugs] [Bug 13571] koha-conf.xml.in has fallen out of sync with koha-conf.xml In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13571 --- Comment #17 from Mirko Tietgen --- *** Bug 13569 has been marked as a duplicate of this bug. *** -- 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 Mar 3 08:10:32 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 07:10:32 +0000 Subject: [Koha-bugs] [Bug 12681] Shibboleth attributes may contain lists In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12681 Bug 12681 depends on bug 13569, which changed state. Bug 13569 Summary: Shibboleth example config for Packages http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13569 What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |RESOLVED Resolution|--- |DUPLICATE -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 08:10:33 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 07:10:33 +0000 Subject: [Koha-bugs] [Bug 12682] Shibboleth attribute manipulation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12682 Bug 12682 depends on bug 13569, which changed state. Bug 13569 Summary: Shibboleth example config for Packages http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13569 What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |RESOLVED Resolution|--- |DUPLICATE -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 08:10:33 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 07:10:33 +0000 Subject: [Koha-bugs] [Bug 13114] Disabled Shibboleth authentication spams logs In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13114 Bug 13114 depends on bug 13569, which changed state. Bug 13569 Summary: Shibboleth example config for Packages http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13569 What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |RESOLVED Resolution|--- |DUPLICATE -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 08:10:31 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 07:10:31 +0000 Subject: [Koha-bugs] [Bug 12026] Shibboleth auto-provisioning In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12026 Bug 12026 depends on bug 13569, which changed state. Bug 13569 Summary: Shibboleth example config for Packages http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13569 What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |RESOLVED Resolution|--- |DUPLICATE -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 08:19:32 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 07:19:32 +0000 Subject: [Koha-bugs] [Bug 10532] koha-run-backups option --output doesn't work In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10532 Mirko Tietgen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA CC| |mirko at abunchofthings.net --- Comment #3 from Mirko Tietgen --- Setting this to failed QA based on Robin's comment. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 09:08:20 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 08:08:20 +0000 Subject: [Koha-bugs] [Bug 11900] OPAC cart can confuse patrons In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11900 Jesse Maseto 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 Tue Mar 3 09:08:23 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 08:08:23 +0000 Subject: [Koha-bugs] [Bug 11900] OPAC cart can confuse patrons In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11900 --- Comment #8 from Jesse Maseto --- Created attachment 36357 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36357&action=edit [SIGNOFF] Bug 11900 - OPAC cart can confuse patrons This patch adds a title tag to the "Cart" link on Opac main page (and to the "Lists" link as well). Wording should be verified by a native speaker :-) To test: Apply patch Go to OPAC main page, verify that a tooltip appears on the "Cart" and "Lists" links at the top of the page. Signed-off-by: Nick Signed-off-by: Jesse Maseto -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 09:09:12 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 08:09:12 +0000 Subject: [Koha-bugs] [Bug 11999] Add two checks in CanBookBeReserved and CanItemBeReserved In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11999 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #35697|0 |1 is obsolete| | --- Comment #17 from Julian Maurice --- Created attachment 36358 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36358&action=edit Bug 11999: Add two checks in CanBookBeReserved and CanItemBeReserved Rebased on master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 09:09:53 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 08:09:53 +0000 Subject: [Koha-bugs] [Bug 11900] OPAC cart can confuse patrons In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11900 --- Comment #9 from Jesse Maseto --- Thank you Marc. I have retested this patch and have signed off. -Jesse -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 09:10:41 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 08:10:41 +0000 Subject: [Koha-bugs] [Bug 11900] OPAC cart can confuse patrons In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11900 Jesse Maseto changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36239|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 09:14:03 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 08:14:03 +0000 Subject: [Koha-bugs] [Bug 11999] Add two checks in CanBookBeReserved and CanItemBeReserved In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11999 Julian Maurice 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 Mar 3 09:22:33 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 08:22:33 +0000 Subject: [Koha-bugs] [Bug 10855] Additional fields for subscriptions In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10855 Brendan Gallagher changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |brendan at bywatersolutions.co | |m Status|Signed Off |Failed QA --- Comment #194 from Brendan Gallagher --- Jonathan - updatabase just needs a quick rebase. Auto-merging installer/data/mysql/updatedatabase.pl CONFLICT (content): Merge conflict in installer/data/mysql/updatedatabase.pl Auto-merging installer/data/mysql/kohastructure.sql Failed to merge in the changes. Patch failed at 0001 Bug 10855: Update database entry Thanks - Then I can test/qa. -Brendan -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 09:28:12 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 08:28:12 +0000 Subject: [Koha-bugs] [Bug 10855] Additional fields for subscriptions In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10855 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 Tue Mar 3 09:28:20 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 08:28:20 +0000 Subject: [Koha-bugs] [Bug 10855] Additional fields for subscriptions In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10855 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #35310|0 |1 is obsolete| | --- Comment #195 from Jonathan Druart --- Created attachment 36359 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36359&action=edit Bug 10855: Update database entry Add 2 tables: additional_fields and additional_field_values -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 09:36:29 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 08:36:29 +0000 Subject: [Koha-bugs] [Bug 13497] The pref AddPatronLists should be removed In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13497 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36053|0 |1 is obsolete| | --- Comment #5 from Katrin Fischer --- Created attachment 36360 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36360&action=edit [PASSED QA] Bug 13497: Remove the pref AddPatronsLists The pref AddPatronLists does not work as expected if 'generic' is selected. Indeed a patron should be linked to a valid patron category (see the constraint borrowers_ibfk_1 in the DB structure). Test plan: 0/ Confirm that the AddPatronLists does not work as expected if you choose the generic patron types. 1/ Delete all you patron categories and check that the interface invites you to create one. 2/ Confirm that you are able to create a patron and to link it to a patron category you have created. I could not verify step 1/, because at least one Patron category can not be deleted (Staff, since I'm logged in as a Staff patron and you can not delete categories that are in use). Tested 0/ and 2/ Signed-off-by: Marc V?ron Signed-off-by: Katrin Fischer Passes QA script and tests. Current patch-complexity: Small patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 09:37:57 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 08:37:57 +0000 Subject: [Koha-bugs] [Bug 13497] The pref AddPatronLists should be removed In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13497 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |In Discussion CC| |katrin.fischer at bsz-bw.de --- Comment #6 from Katrin Fischer --- Hi Jonathan, I am happy with the patch, but I am having some doubts if we understand how this was meant to work correctly. Would you mind sending a short email to the Koha mailing list asking people about removing it/a use case where this is needed for? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 09:40:12 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 08:40:12 +0000 Subject: [Koha-bugs] [Bug 4402] Date filter in parcels.tt requires db format dates In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4402 --- Comment #30 from Katrin Fischer --- Jonathan, I am not sure I understand what you propose in your last comment - should this go on a separate bug? I'd really like to see this fixed, but not sure how to move on. -- 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 Mar 3 09:47:05 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 08:47:05 +0000 Subject: [Koha-bugs] [Bug 13497] The pref AddPatronLists should be removed In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13497 --- Comment #7 from Jonathan Druart --- (In reply to Katrin Fischer from comment #6) > Hi Jonathan, > > I am happy with the patch, but I am having some doubts if we understand how > this was meant to work correctly. Would you mind sending a short email to > the Koha mailing list asking people about removing it/a use case where this > is needed for? I am not sure it's necessary, the pref has been introduced by bug 1782, the default value is categorycode, and it does not work if category_type if defined. Actually I think this pref should have never been created, and it does not make sense since you need to set the borrowers.categorycode with a valid category code. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 09:54:13 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 08:54:13 +0000 Subject: [Koha-bugs] [Bug 13159] Enhancements to the SIP2 command line emulator In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13159 --- Comment #19 from Benjamin Rokseth --- Still works as intended, so leaving this bug as Signed off for QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 10:20:12 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 09:20:12 +0000 Subject: [Koha-bugs] [Bug 12461] Add patron clubs feature In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12461 Pierre Angot changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tredok.pierre at gmail.com --- Comment #9 from Pierre Angot --- We've tested it on sandbox. The patch apply correctly, but we don't see the "Patron clubs" link. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 10:23:09 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 09:23:09 +0000 Subject: [Koha-bugs] [Bug 13497] The pref AddPatronLists should be removed In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13497 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |Passed QA --- Comment #8 from Katrin Fischer --- I guess I am just worried I misunderstood how it should work - looked for other related bugs, but had not much luck. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 10:23:34 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 09:23:34 +0000 Subject: [Koha-bugs] [Bug 13771] Koha 3.18 Help Files In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13771 Jesse Maseto 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 Tue Mar 3 10:23:36 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 09:23:36 +0000 Subject: [Koha-bugs] [Bug 13771] Koha 3.18 Help Files In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13771 --- Comment #8 from Jesse Maseto --- Created attachment 36361 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36361&action=edit [SIGNED OFF] Bug 13771: Update Circ Help File This updates the main circulation help file with new features in 3.18. To test: * visit circulation page * click help * review text Signed-off-by: Jesse Maseto -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 10:51:56 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 09:51:56 +0000 Subject: [Koha-bugs] [Bug 10855] Additional fields for subscriptions In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10855 Brendan Gallagher 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 Tue Mar 3 10:51:59 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 09:51:59 +0000 Subject: [Koha-bugs] [Bug 10855] Additional fields for subscriptions In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10855 Brendan Gallagher changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #35211|0 |1 is obsolete| | --- Comment #196 from Brendan Gallagher --- Created attachment 36362 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36362&action=edit Bug 10855: Add the new package Koha::AdditionalField Signed-off-by: Brendan Gallagher -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 10:52:09 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 09:52:09 +0000 Subject: [Koha-bugs] [Bug 10855] Additional fields for subscriptions In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10855 Brendan Gallagher changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #35212|0 |1 is obsolete| | --- Comment #197 from Brendan Gallagher --- Created attachment 36363 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36363&action=edit Bug 10855: Add unit tests for the new package Koha::AdditionalField Test plan: - prove t/db_dependent/AdditionalField.t Signed-off-by: Brendan Gallagher -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 10:52:14 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 09:52:14 +0000 Subject: [Koha-bugs] [Bug 10855] Additional fields for subscriptions In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10855 Brendan Gallagher changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #35213|0 |1 is obsolete| | --- Comment #198 from Brendan Gallagher --- Created attachment 36364 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36364&action=edit Bug 10855: interface configuration for adding new fields to subscriptions This patch adds an interface configuration for adding fields to subscriptions. Test plan: - go to serials/serials-home.pl - click on the "Add subscription fields" link on the left of the screen - try to add/update/delete new fields You are not abble to add a field with an authorised value category and a marcfield. Columns are sortable - for the rest, you should have, at least: * a new field named af1, sortable, linked to a category * a new field named af2, sortable, linked to a marcfield * a new field named af3, not sortable Signed-off-by: Brendan Gallagher -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 10:52:20 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 09:52:20 +0000 Subject: [Koha-bugs] [Bug 10855] Additional fields for subscriptions In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10855 Brendan Gallagher changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #35214|0 |1 is obsolete| | --- Comment #199 from Brendan Gallagher --- Created attachment 36365 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36365&action=edit Bug 10855: New fields on adding/updating a subscription This patch adds the ability to add values for additional fields when adding/updating a subscription. Test plan (test the following on adding a new subscription and on editing an existent one): - add/edit a subscription. - verify all additional fields appears into the "Additional fields" block. - fill a value for af1 and af3. - fill others values if you are adding a new subscription. - save. - verify values appears on the detail of the subscription page. - verify the af2 field is automatically filled with the specified marc field of the notice. Signed-off-by: Brendan Gallagher -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 10:52:26 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 09:52:26 +0000 Subject: [Koha-bugs] [Bug 10855] Additional fields for subscriptions In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10855 Brendan Gallagher changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #35215|0 |1 is obsolete| | --- Comment #200 from Brendan Gallagher --- Created attachment 36366 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36366&action=edit Bug 10855: Search subscriptions by additional fields Now you will abble to search subscriptions by additional fields. The additional field values will be displayed in the table results. Test plan: - go on the subscriptions advanced search page (serials/serials-search.pl). - verify all searchable additional fields are displayed on the form. - combine 1 or more values and verify results are consistent. - verify the values are displayed in new columns of the table. - for field linked to an authorised value category, the description is displayed (not the code). Signed-off-by: Brendan Gallagher -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 10:52:34 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 09:52:34 +0000 Subject: [Koha-bugs] [Bug 10855] Additional fields for subscriptions In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10855 Brendan Gallagher changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #35216|0 |1 is obsolete| | --- Comment #201 from Brendan Gallagher --- Created attachment 36367 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36367&action=edit Bug 10855: Search subscriptions by additional fields on the claim page Test plan: - create some serials in late. - go on serials/claims.pl. - choose a vendor. - verify that additional fields are displayed in new columns. - try filters on columns. - verify there is no regression on this page. Signed-off-by: Brendan Gallagher -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 10:52:42 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 09:52:42 +0000 Subject: [Koha-bugs] [Bug 10855] Additional fields for subscriptions In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10855 Brendan Gallagher changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #35217|0 |1 is obsolete| | --- Comment #202 from Brendan Gallagher --- Created attachment 36368 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36368&action=edit Bug 10855: Squash several fixes Bug 10855: FIX: Add additional fields for closed subscriptions Bug 10855: Fix instance vs static method This patch fixes the error message. The 3 modified routines *are* static methods. Bug 10855: FIX conflicts with bug 7688 Bug 10855: Fix typo addition_fields -> additional_fields Bug 10855: A partial search should return the subscriptions If a search on an additional fields is done using a partial string ("foo" and the defined value is "foobar"), the subscription should appear in the result list. Test plan: Try to search a part of the string for an additional field. Bug 10855: Filtering on additional fields don't work if value is equal to 0 If you tried to filter on an additional field linked to an authorised value, that did not work if the value was 0. Bug 10855: Remove the advanced serial search box on the serial home page Bug 10855: FIX an add field should not be created if the marc field does not exist. This patch fixes the following: Create an add fields linked to a nonexistent marc field (does not exist in serials). Edit a subscription and save. Without this patch, an error occured: Software error: DBD::mysql::db do failed: Column 'value' cannot be null at /var/root-koha/bug-10855/Koha/AdditionalField.pm line 107. Bug 10855: Fix Type table vs tablename Koha::AdditionalField->all method take "tablename" not "table" in parameter". Signed-off-by: Brendan Gallagher -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 10:52:52 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 09:52:52 +0000 Subject: [Koha-bugs] [Bug 10855] Additional fields for subscriptions In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10855 Brendan Gallagher changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #35218|0 |1 is obsolete| | --- Comment #203 from Brendan Gallagher --- Created attachment 36369 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36369&action=edit Bug 10855: Fix QA issues This patch fixes the following QA issues: FAIL koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt FAIL forbidden patterns forbidden pattern: KohaAuthorisedValues plugin is deprecated (see bug 10626) (line 2) FAIL koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt FAIL forbidden patterns forbidden pattern: KohaAuthorisedValues plugin is deprecated (see bug 10626) (line 2) FAIL koha-tmpl/intranet-tmpl/prog/en/modules/serials/add_fields.tt FAIL forbidden patterns forbidden pattern: To include datatables files, please use the include file (see bug 10868) (line 12) Signed-off-by: Brendan Gallagher -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 10:52:59 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 09:52:59 +0000 Subject: [Koha-bugs] [Bug 10855] Additional fields for subscriptions In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10855 Brendan Gallagher changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #35220|0 |1 is obsolete| | --- Comment #204 from Brendan Gallagher --- Created attachment 36370 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36370&action=edit Bug 10855: search with exact match if linked to an AV If a field is linked to an AV, the search should be an exact match. Signed-off-by: Brendan Gallagher -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 10:53:05 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 09:53:05 +0000 Subject: [Koha-bugs] [Bug 10855] Additional fields for subscriptions In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10855 Brendan Gallagher changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #35221|0 |1 is obsolete| | --- Comment #205 from Brendan Gallagher --- Created attachment 36371 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36371&action=edit Bug 10855: Additional marc fields are not inserted In subscription-add.pl, the code for inserting additional_fields is not the same for updating and inserting. This patch refactores this code in code to do the same tests. Signed-off-by: Brendan Gallagher -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 10:53:11 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 09:53:11 +0000 Subject: [Koha-bugs] [Bug 10855] Additional fields for subscriptions In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10855 Brendan Gallagher changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #35309|0 |1 is obsolete| | --- Comment #206 from Brendan Gallagher --- Created attachment 36372 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36372&action=edit Bug 10855: Make tests to pass Some recent changes in master make these tests fail. Signed-off-by: Brendan Gallagher -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 10:53:18 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 09:53:18 +0000 Subject: [Koha-bugs] [Bug 10855] Additional fields for subscriptions In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10855 Brendan Gallagher changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #35369|0 |1 is obsolete| | --- Comment #207 from Brendan Gallagher --- Created attachment 36373 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36373&action=edit Bug 10855: (follow-up) Search subscriptions by additional fields 1 occurrence of KohaAuthorisedValues had not been replaced with AuthorisedValues on fixing a previous conflict. Signed-off-by: Brendan Gallagher -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 10:53:25 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 09:53:25 +0000 Subject: [Koha-bugs] [Bug 10855] Additional fields for subscriptions In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10855 Brendan Gallagher changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36359|0 |1 is obsolete| | --- Comment #208 from Brendan Gallagher --- Created attachment 36374 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36374&action=edit Bug 10855: Update database entry Add 2 tables: additional_fields and additional_field_values Signed-off-by: Brendan Gallagher -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 10:57:30 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 09:57:30 +0000 Subject: [Koha-bugs] [Bug 13771] Koha 3.18 Help Files In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13771 Jesse Maseto changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36325|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 10:57:53 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 09:57:53 +0000 Subject: [Koha-bugs] [Bug 13411] Koha's SIP server returns not ok for checking in items that are not checked out In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13411 Benjamin Rokseth changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #13 from Benjamin Rokseth --- there is a small bug in the rebase on line 202: Can't locate object method "Patron" via package "ILS" at C4/SIP/ILS.pm line 202. $circ->patron( $patron = new ILS::Patron $item->{patron} ); should be: $circ->patron($patron = C4::SIP::ILS::Patron->new( $item->{patron} )); otherwise it breaks connection on checkin of checked out item -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 10:59:34 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 09:59:34 +0000 Subject: [Koha-bugs] [Bug 13780] New: A patron without cardnumer will break searching for category code Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13780 Bug ID: 13780 Summary: A patron without cardnumer will break searching for category code Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Patrons Assignee: koha-bugs at lists.koha-community.org Reporter: katrin.fischer at bsz-bw.de QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com If you have a patron without a cardnumber in your database and you try to search for all patrons from a certain patron category, search will always redirect you to this user, even if he doesn't fit the search criteria. -- 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 Mar 3 11:02:19 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 10:02:19 +0000 Subject: [Koha-bugs] [Bug 13771] Koha 3.18 Help Files In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13771 Brendan Gallagher changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA CC| |brendan at bywatersolutions.co | |m --- Comment #9 from Brendan Gallagher --- FAIL koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/circulation.tt FAIL forbidden patterns forbidden pattern: tab char (line 79) forbidden pattern: tab char (line 16) 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 Tue Mar 3 11:03:34 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 10:03:34 +0000 Subject: [Koha-bugs] [Bug 13771] Koha 3.18 Help Files In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13771 --- Comment #10 from Nicole C. Engard --- Created attachment 36375 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36375&action=edit Bug 13771: Add admin help files for 3.18 This patch adds a new help file for column settings and updates the files for budgets, funds, libraries, patron categories, and circ rules. To test: * Visit the above listed admin pages * Review help files -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 11:08:18 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 10:08:18 +0000 Subject: [Koha-bugs] [Bug 11998] Syspref caching issues In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11998 Dobrica Pavlinusic changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dpavlin at rot13.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 11:08:18 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 10:08:18 +0000 Subject: [Koha-bugs] [Bug 13771] Koha 3.18 Help Files In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13771 --- Comment #11 from Nicole C. Engard --- Brendan, All of the help files have tabs because they are HTML and this is okay (according to the conversation with Katrin at hackfest). Thanks, Nicole -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 11:08:39 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 10:08:39 +0000 Subject: [Koha-bugs] [Bug 13771] Koha 3.18 Help Files In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13771 Nicole C. Engard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #12 from Nicole C. Engard --- The newest patch (admin help for 3.18) needs sign off. Nicole -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 11:10:36 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 10:10:36 +0000 Subject: [Koha-bugs] [Bug 12532] Redirect guarantee email to guarantor In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12532 Jesse Maseto changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jesse at bywatersolutions.com --- Comment #7 from Jesse Maseto --- Bug 12532 - Redirect guarantee email to guarantor 35313 - Bug 12532 - Redirect guarantee email to guarantor Apply? [(y)es, (n)o, (i)nteractive] y Applying: Bug 12532 - Redirect guarantee email to guarantor Using index info to reconstruct a base tree... Falling back to patching base and 3-way merge... Auto-merging C4/Members.pm Auto-merging installer/data/mysql/sysprefs.sql Auto-merging installer/data/mysql/updatedatabase.pl CONFLICT (content): Merge conflict in installer/data/mysql/updatedatabase.pl Failed to merge in the changes. Patch failed at 0001 Bug 12532 - Redirect guarantee email to guarantor When you have resolved this problem run "git bz apply --continue". If you would prefer to skip this patch, instead run "git bz apply --skip". To restore the original branch and stop patching run "git bz apply --abort". Patch left in /tmp/Bug-12532---Redirect-guarantee-email-to-guarantor-BQ1gJr.patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 11:12:41 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 10:12:41 +0000 Subject: [Koha-bugs] [Bug 13781] New: Relative's checkouts tableis missing one column heading Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13781 Bug ID: 13781 Summary: Relative's checkouts tableis missing one column heading Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Patrons Assignee: koha-bugs at lists.koha-community.org Reporter: katrin.fischer at bsz-bw.de QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com Created attachment 36376 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36376&action=edit Screenshot of the table In the relatives' checkouts table one column heading is missing, so most of the column headings are off and don't match what is shown in the column. It looks like the very first column heading for 'due date' is missing. -- 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 Mar 3 11:14:15 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 10:14:15 +0000 Subject: [Koha-bugs] [Bug 13781] Relative's checkouts tableis missing one column heading In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13781 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal -- 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 Mar 3 11:15:24 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 10:15:24 +0000 Subject: [Koha-bugs] [Bug 13605] _AUTHOR_ not replaced in relatives checkouts In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13605 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- 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 Mar 3 11:15:28 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 10:15:28 +0000 Subject: [Koha-bugs] [Bug 13605] _AUTHOR_ not replaced in relatives checkouts In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13605 --- Comment #3 from Katrin Fischer --- Created attachment 36377 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36377&action=edit [PASSED QA] Bug 13605 - _AUTHOR_ not replaced in relatives checkouts In members/moremember.pl, in relatives checkouts tab, "by _AUTHOR_" appears before author. This code sould be replaced in JS. Test plan : - Go to a borrower with relative's checkouts => without patch : you see "by _AUTHOR_" string before author name => with patch : you see "by" string before author name Signed-off-by: Brendan Gallagher Signed-off-by: Katrin Fischer Works as described, fixes the problem. -- 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 Mar 3 11:15:53 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 10:15:53 +0000 Subject: [Koha-bugs] [Bug 13605] _AUTHOR_ not replaced in relatives checkouts In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13605 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Attachment #36151|0 |1 is obsolete| | -- 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 Mar 3 11:24:29 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 10:24:29 +0000 Subject: [Koha-bugs] [Bug 7939] Separate po files for different MARC dialects In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7939 Magnus Enger changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36241|0 |1 is obsolete| | --- Comment #11 from Magnus Enger --- Created attachment 36378 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36378&action=edit Bug 7939 - Separate po files for different MARC dialects This patch implements separate PO files for different MARC dialects. It depends on correct filenames, i.e. it will build PO files using files with/without "unimarc|normarc|marc21" on their names. Changes: A) LangInstaller.pm Added definitions to create or update xx-YY-{MARCFLAVOR}.po, minor change to create and install procedure, and modification of install procedure to handle multiple target dirs. Updated documentation. B) Standarization of filenames STAFF po file is now xx-YY-staff-prog.po MARC dialects po files are xx-YY-marc-{MARCFLAVOUR}.po To test: 1) Update po files for your preferred language, ej. nn-NO cd misc/translator perl translate update nn-NO 2) Do some copying/renaming cp po/nn-NO-i-staff-t-prog-v-3006000.po po/nn-NO-marc-UNIMARC.po cp po/nn-NO-i-staff-t-prog-v-3006000.po po/nn-NO-marc-NORMARC.po cp po/nn-NO-i-staff-t-prog-v-3006000.po po/nn-NO-marc-MARC21.po mv po/nn-NO-i-staff-t-prog-v-3006000.po po/nn-NO-staff-prog.po (most MARC dialect strings are on staff, so we use that as basis) 3) Apply the patch 4) Update again to fix translation files, verbose perl translate update nn-NO -v 5) Install language, verbose, verify translations perl translate install nn-NO -v 6) Create translation files rm po/nn-NO* perl translate create nn-NO we must have this list: po/nn-NO-marc-MARC21.po po/nn-NO-marc-NORMARC.po po/nn-NO-marc-UNIMARC.po po/nn-NO-opac-bootstrap.po po/nn-NO-pref.po po/nn-NO-staff-help.po po/nn-NO-staff-prog.po Additional tests: 7) Number of msgids 7.a) Before patch and after upgrade, extract and count msgids for i in $(ls po/nn-NO-*po); \ do msginit -i $i -o nn-old.po --no-translator --no-wrap --locale=nn_NO; \ egrep ^msgid nn-old.po >> old; \ done sort old | uniq | tee s-old | wc -l > n-old s-old: have all msgids n-old: number of msgids 7.b) After patch and after creation of new files Repeat procedure, diferent files (s-new, n-new) 7.c) Compare (diff s-old snew), they are the same (save for a strange UNIMARC char in my case, but it's present on corresponding PO file) 8) Installed dirs/files 8.a) List of EN dirs/files cd koha-tmpl find | egrep "/en/" > en 8.b) List of nn-NO dirs/files. After patch and language install cd koha-tmpl find | egrep "/nn-NO/" | sed 's|/nn-NO/|/en/|' > nn 8.c) Compare (diff en nn), they are the same Signed-off-by: Magnus Enger Followed the steps outlined by Bernardo, and everything works as expected. I think the most important points are that "perl translate create nn-NO" produces the right files, and translating anything in them, then doing "translate install" makes the translations show up in the interface. The numbers msgids in the nn-NO correspond well wit the number of msgids in other sets of .po files. I bet y'all will be happy when you don't have to see the stupid Norwegian strings when you translate! ;-) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 11:24:25 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 10:24:25 +0000 Subject: [Koha-bugs] [Bug 7939] Separate po files for different MARC dialects In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7939 Magnus Enger changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch 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 Tue Mar 3 11:26:28 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 10:26:28 +0000 Subject: [Koha-bugs] [Bug 5786] Move AllowOnShelfHolds and OpacItemHolds system preferences to the Circulation Matrix In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5786 Benjamin Rokseth changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |benjamin.rokseth at kul.oslo.k | |ommune.no --- Comment #111 from Benjamin Rokseth --- I'm not able to patch against master. Is there a dependency I'm missing? fatal: sha1 information is lacking or useless (C4/Auth.pm). Repository lacks necessary blobs to fall back on 3-way merge. Cannot fall back to three-way merge. Patch failed at 0001 Bug 5786 - Move AllowOnShelfHolds and OPACItemHolds system prefs to the Circulation Matrix -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 11:32:36 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 10:32:36 +0000 Subject: [Koha-bugs] [Bug 13578] Parameter public is lost on creating a report In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13578 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch 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 Tue Mar 3 11:32:39 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 10:32:39 +0000 Subject: [Koha-bugs] [Bug 13578] Parameter public is lost on creating a report In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13578 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36152|0 |1 is obsolete| | --- Comment #3 from Katrin Fischer --- Created attachment 36379 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36379&action=edit [PASSED QA] Bug 13578: Make sure the 'public' parameter is passed to the last step If no caching system is up ($usecache == 0), the public parameter is lost on the step 3. The hash passed to the template looks like: 'cache_expiry', 300, 'cache_expiry_units', 'public', 1 So the template receives cache_expiry = 300, cache_expiry_units = 'public' and 1 = undef. This patch fixes the problem passing the cache_expiry* parameters only if the usecache is set. Test plan: 0/ Disable any caching system 1/ Create a new public report and go up to the 6th step, save the report and verify the report is created as public 2/ Enable a caching system 2/ Create a public report with a cache expiry value, save it and verify the report is created as public and the cache expiry value is correct. Signed-off-by: Brendan Gallagher Signed-off-by: Katrin Fischer Works as described. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 11:33:21 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 10:33:21 +0000 Subject: [Koha-bugs] [Bug 4402] Date filter in parcels.tt requires db format dates In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4402 --- Comment #31 from Jonathan Druart --- (In reply to Katrin Fischer from comment #30) > Jonathan, I am not sure I understand what you propose in your last comment - > should this go on a separate bug? I'd really like to see this fixed, but not > sure how to move on. Yes, it is not in the scope of this bug. I suggested to add a global JS rule to add a check on all input dates. -- 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 Mar 3 11:33:51 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 10:33:51 +0000 Subject: [Koha-bugs] [Bug 13578] Parameter public is lost on creating a report In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13578 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #4 from Katrin Fischer --- This works nicely, but wondering why we put the public switch on the first step instead of on the last step when saving the report? Then the forms to create an SQL report and to save a guided report would be more similar. Not a blocker at all as this is a bug fix, just got me a little confused :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 11:34:34 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 10:34:34 +0000 Subject: [Koha-bugs] [Bug 12887] User logged out on refresh after CAS authentication In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12887 --- Comment #3 from Matthias Meusburger --- I cannot reproduce 4) on master. Relogging works for me. Can you provide more informations about how 4) failed for you ? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 11:34:48 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 10:34:48 +0000 Subject: [Koha-bugs] [Bug 6427] Rewrite of the accounts system In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6427 --- Comment #642 from Kyle M Hall --- Created attachment 36380 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36380&action=edit Bug 6427 [QA Followup] - Drop old accounts tables -- 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 Mar 3 11:36:55 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 10:36:55 +0000 Subject: [Koha-bugs] [Bug 13744] Paging on some datatables slightly broken In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13744 Nicole C. Engard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36112|0 |1 is obsolete| | --- Comment #7 from Nicole C. Engard --- Created attachment 36381 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36381&action=edit [SIGNED-OFF] Bug 13744: Fix datatables paging on 'order from subscription' page The paging of the datatable on the 'order from subscription' page is broken without this patch. To test: - Make sure you have a subscription, note the vendor - Create a new basket for this vendor - Add a new order line 'from a subscription' - Check paging on the result table displays correctly Signed-off-by: Nicole -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 11:39:04 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 10:39:04 +0000 Subject: [Koha-bugs] [Bug 13744] Paging on some datatables slightly broken In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13744 Nicole C. Engard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36117|0 |1 is obsolete| | --- Comment #8 from Nicole C. Engard --- Created attachment 36382 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36382&action=edit [SIGNED-OFF] Bug 13744: Fix datatables paging on 'checkout history' page The paging in the datatable on the 'circulation history' page is broken without this patch. /cgi-bin/koha/catalogue/issuehistory.pl?biblionumber=... To test: - Search for a record with items that have been checked out in the past - From the detail page, open the 'checkout history' tab - Check paging displays correctly with this patch and is broken without Signed-off-by: Nicole -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 11:39:28 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 10:39:28 +0000 Subject: [Koha-bugs] [Bug 5786] Move AllowOnShelfHolds and OpacItemHolds system preferences to the Circulation Matrix In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5786 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #35598|0 |1 is obsolete| | --- Comment #112 from Katrin Fischer --- Created attachment 36383 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36383&action=edit Bug 5786 - Move AllowOnShelfHolds and OPACItemHolds system prefs to the Circulation Matrix C4::Reserves: * Added OnShelfHoldsAllowed() to check issuingrules * Added OPACItemHoldsAllowed() to check issuingrules * IsAvailableForItemLevelRequest() changed interface, now takes $item_record,$borrower_record; calls OnShelfHoldsAllowed() opac/opac-reserve.pl and opac/opac-search.pl: * rewrote hold allowed rule to use OPACItemHoldsAllowed() * also use OnShelfHoldsAllowed() through * IsAvailableForItemLevelRequest() templates: * Removed AllowOnShelfHolds and OPACItemHolds global flags, they now only have meaning per item type Signed-off-by: Nicole C. Engard I have tested this patch left, right and upside down for the last several months. All tests have passed. Signed-off-by: Kyle M Hall Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 11:39:50 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 10:39:50 +0000 Subject: [Koha-bugs] [Bug 13364] Add a call number browser in item edition page In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13364 Brendan Gallagher changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA CC| |brendan at bywatersolutions.co | |m --- Comment #32 from Brendan Gallagher --- FAIL koha-tmpl/intranet-tmpl/prog/en/modules/tools/cn_browser.tt FAIL forbidden patterns forbidden pattern: To include datatables files, please use the include file (see bug 10868) (line 12) 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 Tue Mar 3 11:40:08 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 10:40:08 +0000 Subject: [Koha-bugs] [Bug 5786] Move AllowOnShelfHolds and OpacItemHolds system preferences to the Circulation Matrix In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5786 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #35599|0 |1 is obsolete| | --- Comment #113 from Katrin Fischer --- Created attachment 36384 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36384&action=edit Bug 5786 [QA Followup] Signed-off-by: Kyle M Hall Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 11:43:37 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 10:43:37 +0000 Subject: [Koha-bugs] [Bug 8994] Make FindDuplicateAuthority behaviour customizable In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8994 Paola Rossi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Patch doesn't apply CC| |paola.rossi at cineca.it --- Comment #5 from Paola Rossi --- I've tried to apply the patch against master 3.19.00.012 head 13731 Applying: MT9496: Improve FindDuplicateAuthority Using index info to reconstruct a base tree... Falling back to patching base and 3-way merge... Auto-merging koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/authorities.pref Auto-merging installer/data/mysql/updatedatabase.pl CONFLICT (content): Merge conflict in installer/data/mysql/updatedatabase.pl Auto-merging installer/data/mysql/sysprefs.sql Auto-merging C4/AuthoritiesMarc.pm CONFLICT (content): Merge conflict in C4/AuthoritiesMarc.pm Failed to merge in the changes. So I pass the patch to "Patch doesn't apply" status. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 11:43:37 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 10:43:37 +0000 Subject: [Koha-bugs] [Bug 13351] Untranslatable javascript in members.tt In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13351 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |veron at veron.ch |ity.org | --- Comment #3 from Marc V?ron --- To reproduce: Go to Home > Patrons (cgi-bin/koha/members/members-home.pl) - Switch language e.g. to German - Use filter and fill all fields You get a result like: Treffer gefunden for patron on standard fields beginnend mit Nepomuk mit Kategorie Erwachsener in der Bibliothek Allschwil Hmm, English version looks weird too: Results found for patron on borrower number fields starting with 1 with category Staff in library Fairview Something like the following would look better and would be better to translate: Patrons found for: Standard containing 'A' with category 'Adult' in library Airfield -- 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 Mar 3 11:44:08 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 10:44:08 +0000 Subject: [Koha-bugs] [Bug 11211] Move calculation code out of C4::Calendar In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11211 --- Comment #48 from Magnus Enger --- (In reply to Jesse Weaver from comment #47) > RE: comment 5: I used event instead of holiday because you can now record > that a given day is open or closed, seperately of the precedence order of > specific day > day/month > weekday. That change makes sense to me - it looks like a good generalization from holiday (which to me is something like Easter or "summer hliday") to "event" (which to me could be something like "the library is closed for renovation", which would be hard to fit into the "holiday" concept). > RE: comment 32: I will at least cite lines 219-220 of Koha/Calendar.pm to > argue for this patch's interpretation of isexception == open: > > # exceptions are not holidays > return 0; I can sort of see that, but I have two concerns: 1) That future developers will find it hard to understand the name 2) That we are loosing some functionality. The way I understand the current functionality, you can say that there is a holiday and the library is closed from date A to date C, BUT on date B (which is between A and C) the library is open anyway. If I remember correctly, you can also say that the library is closed for a month, but open on Wednesdays. Is it still possible to do something like that after applying the patch on this bug? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 11:45:32 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 10:45:32 +0000 Subject: [Koha-bugs] [Bug 11998] Syspref caching issues In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11998 --- Comment #67 from Dobrica Pavlinusic --- In plack discussion we decided to use this patch as starting point for plack sysprefs problems, but it doesn't apply for me: Applying: Bug 11998 - move most syspref db access into Context.pm fatal: sha1 information is lacking or useless (C4/Context.pm). Repository lacks necessary blobs to fall back on 3-way merge. Cannot fall back to three-way merge. Patch failed at 0001 Bug 11998 - move most syspref db access into Context.pm This one is quite large, so I'm reluctant to apply it by hand. Robin, can you please rebase it? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 11:45:55 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 10:45:55 +0000 Subject: [Koha-bugs] [Bug 13744] Paging on some datatables slightly broken In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13744 Nicole C. Engard 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 Tue Mar 3 11:45:58 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 10:45:58 +0000 Subject: [Koha-bugs] [Bug 13744] Paging on some datatables slightly broken In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13744 Nicole C. Engard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36347|0 |1 is obsolete| | --- Comment #9 from Nicole C. Engard --- Created attachment 36385 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36385&action=edit [SIGNED-OFF] Bug 13744: Fix datatables paging on 'Holds to pull' report The paging of the datatables on the 'holds to pull' report page is broken without this patch. To test: - Make sure that some holds are placed on available items in your installation - Go to the circulation start page - Open the 'holds to pull' report - Verify that the patch fixes the paging on the result table Also: Fixes "None" in the filter pull downs to be translatable. Signed-off-by: Nicole -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 11:47:44 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 10:47:44 +0000 Subject: [Koha-bugs] [Bug 7677] New area in subscriptions and new function when receiving In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7677 --- Comment #48 from Matthias Meusburger --- Paola, about your remarks: the "Item type" and "Previous item type" fields were not set to "Continuing Resources" anymore! (ERROR) => fixed in a little patch I will submit. When I received ("Arrived") an issue [in DB: table serial] of the suscription (the first issue), I saw that the default value of the: "y - Koha item type" field of the new item was set to nothing (why?). => Is your itemtype field (995$y in your case) using itemtypes authorized values in the bibliographic framework ? It does not work if authorized values are not linked. prove t/db_dependent/Serials_2.t => The tests also fail from test #3 on master, so my patch may have not broken the tests (must be fixed on master to be sure, though). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 11:49:44 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 10:49:44 +0000 Subject: [Koha-bugs] [Bug 7843] Create RSS for OPAC news In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7843 Nicole C. Engard changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nengard at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 11:56:51 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 10:56:51 +0000 Subject: [Koha-bugs] [Bug 13351] Untranslatable javascript in members.tt In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13351 --- Comment #4 from Marc V?ron --- Created attachment 36386 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36386&action=edit Bug 13351 - Untranslatable javascript in members.tt This patch streamlines the page title text for search results in Home > Patrons to make it translateable (and more readable). To test: - Apply patch - Select Englsh language - Apply filter wit several values or click on a letter for "Browse by last name" - Verify that the title makes sense - Translate to your language and select this language - Verify that the text appears properly in your language -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 11:57:10 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 10:57:10 +0000 Subject: [Koha-bugs] [Bug 13351] Untranslatable javascript in members.tt In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13351 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Patch complexity|--- |String patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 12:00:16 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 11:00:16 +0000 Subject: [Koha-bugs] [Bug 7843] Create RSS for OPAC news In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7843 Nicole C. Engard changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |13782 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 12:00:16 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 11:00:16 +0000 Subject: [Koha-bugs] [Bug 13782] New: RSS for news needs a bit of styling Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13782 Bug ID: 13782 Summary: RSS for news needs a bit of styling Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: OPAC Assignee: oleonard at myacpl.org Reporter: nengard at gmail.com QA Contact: testopia at bugs.koha-community.org Depends on: 7843 Created attachment 36387 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36387&action=edit display of rss It looks like the RSS feed for the news items could use a bit of styling because right now it is right up against the main body content and that is confusing. I'd say the icon should be at the top of the news on the right or in the opac footer instead of right below the news. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 12:03:07 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 11:03:07 +0000 Subject: [Koha-bugs] [Bug 13478] Force item holds only for specific biblios In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13478 M. de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |Signed Off --- Comment #12 from M. de Rooy --- (In reply to Kyle M Hall from comment #11) > Would it not make much more sense to simply have a new `biblio` table field > `force_item_level_holds` rather than creating a completely new table with > only a single column? Not really, it is somewhat arbitrary. If many libraries would not use this feature or just mark some exceptions as such, it is much cheaper in terms of space to have an additional small table. I would choose now for a small start: Moving the data into biblio at some point in time is just a trivial db rev with a few lines and the table is gone! Back to Signed off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 12:03:39 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 11:03:39 +0000 Subject: [Koha-bugs] [Bug 7843] Create RSS for OPAC news In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7843 Nicole C. Engard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Failed QA --- Comment #15 from Nicole C. Engard --- If you visit : http://mykoha/cgi-bin/koha/opac-main.pl then the RSS feed works and goes to : http://mykoha/cgi-bin/koha/opac-news-rss.pl but if you're on http://mykoha and you click the rss icon you get : http://mykoha/opac-news-rss.pl which is a 404 page. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 12:04:28 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 11:04:28 +0000 Subject: [Koha-bugs] [Bug 9742] Confirm overlay prompt always appears on creating record from Z39.50 In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9742 Katrin Fischer 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 Tue Mar 3 12:04:31 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 11:04:31 +0000 Subject: [Koha-bugs] [Bug 9742] Confirm overlay prompt always appears on creating record from Z39.50 In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9742 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36139|0 |1 is obsolete| | --- Comment #7 from Katrin Fischer --- Created attachment 36388 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36388&action=edit [PASSED QA] Bug 9742: Does not display the popup on creating new record The new confirmation on starting a z39.50 serach in cataloguing always pops up, even when you are working on a new record that has not been saved yet. Test plan: 1/ Edit an existing record, click on the Z3950 search button, confirm the popup appears. 2/ Create a new record, click on the Z3950 search button, confirm the popup does not appear. Followed test plan. Works as expected. Signed-off-by: Marc V?ron Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 12:05:57 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 11:05:57 +0000 Subject: [Koha-bugs] [Bug 7677] New area in subscriptions and new function when receiving In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7677 Matthias Meusburger changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #34223|0 |1 is obsolete| | --- Comment #49 from Matthias Meusburger --- Created attachment 36389 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36389&action=edit BZ7677 [Follow-up]: New areas in subscriptions and new functions when receiving. - Fix missing itemtype and previous itemtype when adding a subscription. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 12:07:39 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 11:07:39 +0000 Subject: [Koha-bugs] [Bug 7843] Create RSS for OPAC news In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7843 --- Comment #16 from Nicole C. Engard --- Created attachment 36390 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36390&action=edit (follow up) Improve RSS feed language The RSS button used to read ' RSS for the librarys general newsfeed.' This included one grammatical error and I think included more words than most average people would read. This patch simplifies it to say 'RSS for Library News.' To test: * Apply all patches * Review RSS feed button's text on main page under news -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 12:08:13 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 11:08:13 +0000 Subject: [Koha-bugs] [Bug 7843] Create RSS for OPAC news In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7843 Nicole C. Engard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36390|(follow up) Improve RSS |Bug 7843: (follow up) description|feed language |Improve RSS feed language -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 12:09:39 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 11:09:39 +0000 Subject: [Koha-bugs] [Bug 7677] New area in subscriptions and new function when receiving In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7677 Matthias Meusburger changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |In Discussion -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 12:12:13 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 11:12:13 +0000 Subject: [Koha-bugs] [Bug 6427] Rewrite of the accounts system In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6427 --- Comment #643 from Kyle M Hall --- Created attachment 36391 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36391&action=edit Bug 6427 [QA Followup] - Further improvments to updatadatabase -- 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 Mar 3 12:16:56 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 11:16:56 +0000 Subject: [Koha-bugs] [Bug 13773] add stock number to details and items display In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13773 Nicole C. Engard 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 Tue Mar 3 12:17:01 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 11:17:01 +0000 Subject: [Koha-bugs] [Bug 13773] add stock number to details and items display In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13773 Nicole C. Engard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36280|0 |1 is obsolete| | --- Comment #2 from Nicole C. Engard --- Created attachment 36392 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36392&action=edit [SIGNED-OFF] Bug 13773 - add stock number to details and items display This patch adds stocknumber to details table and items display if it exists. Test scenario: 1. find item(s) which have stock number assigned 2. verify that you don't see stock number in items display 3. apply this patch 4. verify that stock number is now available Signed-off-by: Nicole -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 12:19:09 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 11:19:09 +0000 Subject: [Koha-bugs] [Bug 6427] Rewrite of the accounts system In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6427 --- Comment #644 from Kyle M Hall --- Created attachment 36393 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36393&action=edit Bug 6427 [QA Followup] - Fix accounts table default sorting -- 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 Mar 3 12:20:04 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 11:20:04 +0000 Subject: [Koha-bugs] [Bug 6427] Rewrite of the accounts system In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6427 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Needs Signoff -- 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 Mar 3 12:21:16 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 11:21:16 +0000 Subject: [Koha-bugs] [Bug 8007] Discharge management In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8007 sandboxes at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sandboxes at biblibre.com Status|Needs Signoff |Signed Off --- Comment #84 from sandboxes at biblibre.com --- Patch tested with a sandbox, by Lucie -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 12:21:53 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 11:21:53 +0000 Subject: [Koha-bugs] [Bug 8007] Discharge management In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8007 sandboxes at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36180|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 12:21:59 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 11:21:59 +0000 Subject: [Koha-bugs] [Bug 8007] Discharge management In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8007 sandboxes at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36181|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 12:22:07 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 11:22:07 +0000 Subject: [Koha-bugs] [Bug 8007] Discharge management In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8007 sandboxes at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36182|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 12:22:14 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 11:22:14 +0000 Subject: [Koha-bugs] [Bug 8007] Discharge management In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8007 sandboxes at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36183|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 12:22:21 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 11:22:21 +0000 Subject: [Koha-bugs] [Bug 8007] Discharge management In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8007 sandboxes at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36184|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 12:22:33 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 11:22:33 +0000 Subject: [Koha-bugs] [Bug 8007] Discharge management In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8007 sandboxes at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36186|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 12:22:27 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 11:22:27 +0000 Subject: [Koha-bugs] [Bug 8007] Discharge management In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8007 sandboxes at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36185|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 12:22:40 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 11:22:40 +0000 Subject: [Koha-bugs] [Bug 8007] Discharge management In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8007 sandboxes at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36187|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 12:22:50 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 11:22:50 +0000 Subject: [Koha-bugs] [Bug 8007] Discharge management In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8007 --- Comment #85 from sandboxes at biblibre.com --- Created attachment 36394 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36394&action=edit Bug 8007: Discharge - DB changes This patch adds: - syspref useDischarge - the new table discharges - the discharge notice Signed-off-by: Lucie -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 12:22:54 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 11:22:54 +0000 Subject: [Koha-bugs] [Bug 8007] Discharge management In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8007 --- Comment #86 from sandboxes at biblibre.com --- Created attachment 36395 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36395&action=edit Bug 8007: Discharge - DBIx changes Signed-off-by: Lucie -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 12:22:58 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 11:22:58 +0000 Subject: [Koha-bugs] [Bug 8007] Discharge management In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8007 --- Comment #87 from sandboxes at biblibre.com --- Created attachment 36396 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36396&action=edit Bug 8007: Discharge - Glue This patch adds: - links to the new pages. - syspref description - links on the main page (intranet) - the DISCHARGE type for debarment Signed-off-by: Lucie -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 12:23:02 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 11:23:02 +0000 Subject: [Koha-bugs] [Bug 8007] Discharge management In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8007 --- Comment #88 from sandboxes at biblibre.com --- Created attachment 36397 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36397&action=edit Bug 8007: Discharge management This patch is the main patch. It adds new package and files for the new pages (opac-discharge, members/discharge and members/discharges). At the intranet, it is now possible to generate a discharge for a patron. At the opac, a patron can request a discharge and a discharge if it has been validated by a librarian. Requirements: The perl module PDF::FromHTML New sysprefs: - useDischarge: Allows librarians to discharge borrowers and borrowers to request a discharge New letter with a letter_code DISCHARGE. Test plan: - Switch on the syspref useDischarge. - Verify a new tab appears in the patron page (intranet and opac). - Verify the discharge cannot be generated if the patron has issues. - Verify the patron can request a discharge from it's opac area. - The request appears on the main page (intranet). - Generate the discharge from the intranet. - Try to download it (from the opac and the intranet). Signed-off-by: Lucie -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 12:23:07 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 11:23:07 +0000 Subject: [Koha-bugs] [Bug 8007] Discharge management In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8007 --- Comment #89 from sandboxes at biblibre.com --- Created attachment 36398 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36398&action=edit Bug 8007: Discharge - Add unit tests Signed-off-by: Lucie -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 12:23:11 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 11:23:11 +0000 Subject: [Koha-bugs] [Bug 8007] Discharge management In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8007 --- Comment #90 from sandboxes at biblibre.com --- Created attachment 36399 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36399&action=edit Bug 8007 : Discharge - Adding Perl dependencie HTML::HTMLDoc is required in order to generate the discharges in PDF format. Signed-off-by: Lucie -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 12:23:15 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 11:23:15 +0000 Subject: [Koha-bugs] [Bug 8007] Discharge management In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8007 --- Comment #91 from sandboxes at biblibre.com --- Created attachment 36400 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36400&action=edit Bug 8007: Replace HTML::HTMLDoc with PDF::FromHTML Signed-off-by: Lucie -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 12:23:19 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 11:23:19 +0000 Subject: [Koha-bugs] [Bug 8007] Discharge management In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8007 --- Comment #92 from sandboxes at biblibre.com --- Created attachment 36401 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36401&action=edit Bug 8007: Compatibility with bug 11944 This patch should be applied to work with bug 11944. If you don't have 11944 yet, just don't apply this patch. Note that the line binmode(STDOUT); in pl files is mandatory. It comes from bug 11944 that adds the line binmode( STDOUT, ":utf8" ); in C4::Templates::gettemplate. Signed-off-by: Lucie -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 12:24:12 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 11:24:12 +0000 Subject: [Koha-bugs] [Bug 4402] Date filter in parcels.tt requires db format dates In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4402 Nicole C. Engard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- 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 Mar 3 12:24:16 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 11:24:16 +0000 Subject: [Koha-bugs] [Bug 4402] Date filter in parcels.tt requires db format dates In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4402 Nicole C. Engard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #35151|0 |1 is obsolete| | --- Comment #32 from Nicole C. Engard --- Created attachment 36402 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36402&action=edit [SIGNED-OFF] Bug 4402: Date filter on parcels.tt required db date format The date filters on the parcel page would only work with dates formatted YYYY-MM-DD. To test: - Select a vendor, that already has a few invoices - "Receive shipment" - you are on the parcels page - Use the From and To filters on the left, notice there is now a date picker on those fields - Verify the search works correctly for different date formats Signed-off-by: Nicole -- 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 Mar 3 12:27:16 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 11:27:16 +0000 Subject: [Koha-bugs] [Bug 13696] Add support for Font Awesome icons in Koha In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13696 Nicole C. Engard changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nengard at gmail.com --- Comment #3 from Nicole C. Engard --- Owen, Are you doing the testing? I'm not sure what I'm seeing on this that's off kilter except that the bottom buttons are smaller. Nicole -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 12:27:36 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 11:27:36 +0000 Subject: [Koha-bugs] [Bug 12739] SendAlerts function does not take care of "html" format or UTF-8 In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12739 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Needs Signoff --- Comment #12 from Katrin Fischer --- There is something here I am not so happy with - the test plan tells you test one out of 4 notices that are touched by this patch set: - notifications about new serial issues - claims in serials - claims in acq I'd love if those could be tested as well. Could a tester take a look at these as well please? Another thing that I am not sure how to solve: there seems a lot of code repeat in Letters.pm that might not be necessary, but is out of the scope of this bug. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 12:30:20 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 11:30:20 +0000 Subject: [Koha-bugs] [Bug 13575] Updating developer list. In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13575 Nicole C. Engard changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nengard at gmail.com Status|Needs Signoff |Failed QA --- Comment #3 from Nicole C. Engard --- I tried to apply this patch and got the following: Applying: Bug 13575 - Names do not appear in the Koha history Timeline. This would be a good addition. The names to be added are: Kahurangi Cormack, Alexander Cheeseman Using index info to reconstruct a base tree... Falling back to patching base and 3-way merge... Auto-merging docs/history.txt CONFLICT (content): Merge conflict in docs/history.txt Failed to merge in the changes. Patch failed at 0001 Bug 13575 - Names do not appear in the Koha history Timeline. This would be a good addition. The names to be added are: Kahurangi Cormack, Alexander Cheeseman When you have resolved this problem run "git bz apply --continue". If you would prefer to skip this patch, instead run "git bz apply --skip". To restore the original branch and stop patching run "git bz apply --abort". Patch left in /tmp/Bug-13575---Names-do-not-appear-in-the-Koha-histor-aJO7vj.patch koha at koha-vm:~/kohaclone$ Maybe you should add it to the official bug instead: bug 7143 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 12:32:29 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 11:32:29 +0000 Subject: [Koha-bugs] [Bug 12770] Notice template tool enhancement In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12770 Nicole C. Engard changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nengard at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 12:34:06 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 11:34:06 +0000 Subject: [Koha-bugs] [Bug 9848] SIP tests : fix in 10renew_all.t (additional checkin) In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9848 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA Summary|SIP tests : fix in |SIP tests : fix in |10renew_all.t (additionnal |10renew_all.t (additional |checkin) |checkin) --- Comment #12 from Katrin Fischer --- I am in favor of pushing these - what I get from the discussion is, that it 'looks right', so it might help when the old testing files are ever used for reference in writing new tests. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 12:45:52 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 11:45:52 +0000 Subject: [Koha-bugs] [Bug 13733] Give librarians the ability to add messages to an item In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13733 Pierre Angot changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tredok.pierre at gmail.com --- Comment #9 from Pierre Angot --- I've tested on sandbox, but there is a software error when we click on items tab. Software error: Template process failed: file error - doc-head-angular.inc: not found at /home/koha/src/C4/Templates.pm line 121. For help, please send mail to the webmaster (webmaster at test5-sandbox), giving this error message and the time and date of the error. It seem to be linked to patch 13563. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 12:46:52 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 11:46:52 +0000 Subject: [Koha-bugs] [Bug 13783] New: script koha_perl_deps.pl doesn't see all installed modules Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13783 Bug ID: 13783 Summary: script koha_perl_deps.pl doesn't see all installed modules Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Installation and upgrade (command-line installer) Assignee: gmcharlt at gmail.com Reporter: z.tajoli at cineca.it QA Contact: testopia at bugs.koha-community.org Testing with perl koha_perl_deps.pl -m -u with a today master, the script says: Module Name Version Version Required -------------------------------------------------------------------------------------------- Readonly::XS 0 * 1.02 No Test::DBIx::Class 0 * 0.42 No -------------------------------------------------------------------------------------------- Total modules reported: 2 * Module is missing or requires an upgrade. In fact Readonly::XS and Test::DBIx::Class are installed by packages and I have also installed by Readonly::XS. I'm working on Xubuntu trusy, 14.04.2 LTS. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 12:57:33 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 11:57:33 +0000 Subject: [Koha-bugs] [Bug 7843] Create RSS for OPAC news In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7843 --- Comment #17 from Bernardo Gonzalez Kriegel --- Created attachment 36403 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36403&action=edit Bug 7843: Followup - fix broken url This patch fixes an invalid URL when clicking on RSS feed. To test: 1) Using Nicole words :) If you visit : http://mykoha/cgi-bin/koha/opac-main.pl then the RSS feed works. If you're on http://mykoha and you click the rss icon you get : http://mykoha/opac-news-rss.pl which is a 404 page. 2) Apply the patch 3) Repeat 1, error is now fixed -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 12:58:00 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 11:58:00 +0000 Subject: [Koha-bugs] [Bug 7843] Create RSS for OPAC news In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7843 Bernardo Gonzalez Kriegel 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 Mar 3 13:06:28 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 12:06:28 +0000 Subject: [Koha-bugs] [Bug 13159] Enhancements to the SIP2 command line emulator In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13159 Olli-Antti Kivilahti changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |olli-antti.kivilahti at jns.fi --- Comment #20 from Olli-Antti Kivilahti --- Testing SIP2 messages, looking into 3M SIP2.0 manual. MEssages are not standards compliant: 63 && 23: - Non-standard compliant, has no zero padded month, day and second. Distorts fixed-length fields. - fields ok 24: - OK 64: - OK No institution ID anywhere?? Will be fixed by 13666. Silly warning: Use of uninitialized value $value in concatenation (.) or string at ./sip_cli_emulator.pl line 462, chunk 1. is ruining my day. Otherwise works as expected. Will proceed to fix and provide a followup. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 14:01:53 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 13:01:53 +0000 Subject: [Koha-bugs] [Bug 13733] Give librarians the ability to add messages to an item In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13733 Juliane changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jcasier at ville-roubaix.fr -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 14:40:48 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 13:40:48 +0000 Subject: [Koha-bugs] [Bug 13680] Items list on edit items page separates add items form from header and sidebar In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13680 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de, | |oleonard at myacpl.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 14:45:05 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 13:45:05 +0000 Subject: [Koha-bugs] [Bug 11999] Add two checks in CanBookBeReserved and CanItemBeReserved In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11999 Alex Sassmannshausen 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 Tue Mar 3 14:45:41 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 13:45:41 +0000 Subject: [Koha-bugs] [Bug 11999] Add two checks in CanBookBeReserved and CanItemBeReserved In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11999 Alex Sassmannshausen changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36358|0 |1 is obsolete| | Assignee|julian.maurice at biblibre.com |alex.sassmannshausen at ptfs-e | |urope.com --- Comment #18 from Alex Sassmannshausen --- Created attachment 36404 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36404&action=edit Signed patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 14:52:38 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 13:52:38 +0000 Subject: [Koha-bugs] [Bug 13696] Add support for Font Awesome icons in Koha In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13696 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |veron at veron.ch --- Comment #4 from Marc V?ron --- Nice Icons. Is it possible to get kind of testig patch for a template just to see how it works, e.g. to reproduce Owens's screenshot? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 15:02:57 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 14:02:57 +0000 Subject: [Koha-bugs] [Bug 5786] Move AllowOnShelfHolds and OpacItemHolds system preferences to the Circulation Matrix In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5786 Benjamin Rokseth changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36384|0 |1 is obsolete| | --- Comment #114 from Benjamin Rokseth --- Created attachment 36405 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36405&action=edit Bug 5786 [QA Followup] Signed-off-by: Kyle M Hall Signed-off-by: Martin Renvoize Signed-off-by: Benjamin Rokseth -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 15:04:38 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 14:04:38 +0000 Subject: [Koha-bugs] [Bug 5786] Move AllowOnShelfHolds and OpacItemHolds system preferences to the Circulation Matrix In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5786 Benjamin Rokseth changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off --- Comment #115 from Benjamin Rokseth --- Tests OK according to test plan. Two tests in Circulation.t fail, but that error is already present on master and has nothing to do with these patches: t/db_dependent/Circulation.t .. 1/59 # Failed test 'userenv set' # at t/db_dependent/Circulation.t line 99. # got: 'surname' # expected: 'MPL' # Failed test '_GetCircControlBranch returned current branch' # at t/db_dependent/Circulation.t line 108. # got: 'surname' # expected: 'MPL' -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 15:09:38 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 14:09:38 +0000 Subject: [Koha-bugs] [Bug 12021] SIP2 checkin should alert on transfer and use CT for return branch In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12021 --- Comment #8 from Benjamin Rokseth --- I might be mistaken, but AutomaticItemReturn triggers automatic transfer and does not alert. Meaning logic to handle return messages/etc. is handled elsewhere/manually and is not notified by SIP. At least this seems to be the case. Whether that is good is another question, but changing that would require another patch. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 15:14:43 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 14:14:43 +0000 Subject: [Koha-bugs] [Bug 13680] Items list on edit items page separates add items form from header and sidebar In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13680 --- Comment #5 from Katrin Fischer --- I am not sure yet if I am just 'ew change!' or if it's something else that bothers me. Still turning this around in my head, not feeling quite ready to pass QA. I'd like to get some more eyes on this. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 15:15:39 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 14:15:39 +0000 Subject: [Koha-bugs] [Bug 13680] Items list on edit items page separates add items form from header and sidebar In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13680 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |In Discussion -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 15:25:23 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 14:25:23 +0000 Subject: [Koha-bugs] [Bug 7677] New area in subscriptions and new function when receiving In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7677 Matthias Meusburger changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |Needs Signoff --- Comment #50 from Matthias Meusburger --- About the tests, my bad: they are not broken in master, BUT these are db_dependent tests, and as such, they need to be run with a proper database. This patch allows to create such a database in your environment : http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10337 With this database on master, the tests run fine. With this database and my patches, the tests also run fine: > prove t/db_dependent/Serials_2.t [...] All tests successful. Files=1, Tests=40, 2 wallclock secs ( 0.04 usr 0.00 sys + 1.14 cusr 0.08 csys = 1.26 CPU) Result: PASS -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 15:28:58 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 14:28:58 +0000 Subject: [Koha-bugs] [Bug 12344] Multi transport types for issues and checkins In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12344 Sophie MEYNIEUX changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #28606|0 |1 is obsolete| | --- Comment #3 from Sophie MEYNIEUX --- Created attachment 36406 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36406&action=edit Bug 12344 - Multi transport types for issues and checkins This small patch corrects the order of generating notices for issues and returns (checkout/checkin) so that borrower's notices are rendered correctly (for sms,email,etc.) Test plan: 1) Edit SMSSendDriver syspref to use driver 'Test' 2) Edit CHECKOUT template for sms to 'SMS test' 3) select SMS for test patron's messaging prefs for item checkout 4) checkout an item 5) check the table message_queue, verify that template sms is not used (message content is not 'SMS test') 6) apply patch, make new checkout 7) check that message_queue table now has a correctly generated notice with 'SMS test' For a real world test use a real SMS::Send driver and run the cronjob process-message-queue.pl to send messages immediately. http://bugs.koha-community.org/show_bug.cgi?id=12344 Signed-off-by: Sophie Meynieux -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 15:30:39 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 14:30:39 +0000 Subject: [Koha-bugs] [Bug 13733] Give librarians the ability to add messages to an item In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13733 --- Comment #10 from Kyle M Hall --- (In reply to Pierre Angot from comment #9) > I've tested on sandbox, but there is a software error when we click on items > tab. > > Software error: > > Template process failed: file error - doc-head-angular.inc: not found at > /home/koha/src/C4/Templates.pm line 121. > > For help, please send mail to the webmaster (webmaster at test5-sandbox), > giving this error message and the time and date of the error. > > > It seem to be linked to patch 13563. I believe that must be because you did not apply the two dependencies. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 15:31:14 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 14:31:14 +0000 Subject: [Koha-bugs] [Bug 12344] Multi transport types for issues and checkins In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12344 Sophie MEYNIEUX changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sophie.meynieux at biblibre.co | |m Status|Needs Signoff |Signed Off --- Comment #4 from Sophie MEYNIEUX --- Works as described : - without patch, letter model used is the one for email - with patch, letter model used is the one for sms -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 15:31:54 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 14:31:54 +0000 Subject: [Koha-bugs] [Bug 13350] Untranslatable strings in aqbudgetperiods.tt In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13350 --- Comment #3 from Marc V?ron --- Created attachment 36407 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36407&action=edit [Signed-off] Bug 13350 - Untranslatable strings in aqbudgetperiods.tt This patch fix a few untranslatable strings in aqbudgetperiods.tt. Style not pretty but work. The section modified is BREADCRUMBS. This patch adds html tags to be recognized by misc/translator/translate script. Test plan --------------- 1) Use another language (not English) 2) Go to More > Administration > Budgets. Notice that "> Budgets administration" is untranslatable in the Navigation section. 3) Try to create a New budget. Notice the same happens as previous step. 4) Try delete, edit, duplicate, and close a budget. The result is the same. 5) Apply the patch. 6) Run perl translate update xx-XX (in my case es-ES) 7) Edit es-ES-i-staff-t-prog-v-3006000.po 8) Get notice that a new lines has been adhered to po file. 9) Run perl translate install es-ES 10) Go to Global system preferences and search for "language" in I18N/L10N preferences. Enable Espa?ol(es-ES). 11) Follow step 2 and 3 and notice that the strings were translated. Sponsored-by: Universidad de El Salvador Signed-off-by: Hector Castro Followed test plan. Works as expected. Signed-off-by: Marc V?ron -- 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 Mar 3 15:32:21 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 14:32:21 +0000 Subject: [Koha-bugs] [Bug 13350] Untranslatable strings in aqbudgetperiods.tt In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13350 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |veron at veron.ch Attachment #36004|0 |1 is obsolete| | -- 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 Mar 3 15:32:37 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 14:32:37 +0000 Subject: [Koha-bugs] [Bug 13350] Untranslatable strings in aqbudgetperiods.tt In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13350 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |String patch Status|Needs Signoff |Signed Off -- 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 Mar 3 15:32:55 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 14:32:55 +0000 Subject: [Koha-bugs] [Bug 11900] OPAC cart can confuse patrons In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11900 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA Patch complexity|String patch |Trivial patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 15:32:59 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 14:32:59 +0000 Subject: [Koha-bugs] [Bug 11900] OPAC cart can confuse patrons In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11900 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36357|0 |1 is obsolete| | --- Comment #10 from Katrin Fischer --- Created attachment 36408 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36408&action=edit [PASSED QA] Bug 11900 - OPAC cart can confuse patrons This patch adds a title tag to the "Cart" link on Opac main page (and to the "Lists" link as well). Wording should be verified by a native speaker :-) To test: Apply patch Go to OPAC main page, verify that a tooltip appears on the "Cart" and "Lists" links at the top of the page. Signed-off-by: Nick Signed-off-by: Jesse Maseto Signed-off-by: Katrin Fischer Works as described, no problems found. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 15:40:41 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 14:40:41 +0000 Subject: [Koha-bugs] [Bug 10328] Rename opaccolorstylesheet to OpacAdditionalStyleSheet In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10328 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Rename opaccolorstylesheet |Rename opaccolorstylesheet |to OpacColorStyleSheet |to OpacAdditionalStyleSheet 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 Tue Mar 3 15:43:10 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 14:43:10 +0000 Subject: [Koha-bugs] [Bug 10328] Rename opaccolorstylesheet to OpacAdditionalStyleSheet In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10328 Katrin Fischer 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 Tue Mar 3 15:43:15 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 14:43:15 +0000 Subject: [Koha-bugs] [Bug 10328] Rename opaccolorstylesheet to OpacAdditionalStyleSheet In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10328 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36172|0 |1 is obsolete| | --- Comment #12 from Katrin Fischer --- Created attachment 36409 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36409&action=edit [PASSED QA] Bug 10328 - Rename opaccolorstylesheet to OpacAdditionalStylesheet Test plan (from comment #1) 1) Apply this patch 2) Run updatedatabase.pl 3) Verify the system pref OpacColorStyleSheet still works i.e. no change should be noted Additionally, I changed the path to an other stylesheet and verified that it worked. Signed-off-by: Marc V?ron Signed-off-by: Katrin Fischer Works as described and no more occurences of opaccolorstylesheet were found. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 15:47:41 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 14:47:41 +0000 Subject: [Koha-bugs] [Bug 13733] Give librarians the ability to add messages to an item In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13733 --- Comment #11 from Pierre Angot --- Yes, you are right ! Sorry for the mistake. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 15:57:14 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 14:57:14 +0000 Subject: [Koha-bugs] [Bug 13740] Timeout on deleting patrons if too many patrons In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13740 sandboxes at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sandboxes at biblibre.com Status|Needs Signoff |Signed Off --- Comment #9 from sandboxes at biblibre.com --- Patch tested with a sandbox, by Koha Team AMU -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 15:57:29 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 14:57:29 +0000 Subject: [Koha-bugs] [Bug 13740] Timeout on deleting patrons if too many patrons In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13740 sandboxes at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36150|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 15:57:34 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 14:57:34 +0000 Subject: [Koha-bugs] [Bug 13740] Timeout on deleting patrons if too many patrons In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13740 sandboxes at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36157|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 15:57:45 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 14:57:45 +0000 Subject: [Koha-bugs] [Bug 13740] Timeout on deleting patrons if too many patrons In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13740 --- Comment #11 from sandboxes at biblibre.com --- Created attachment 36411 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36411&action=edit Bug 13740: Fix null vs not null in the query The previous patch did not work, only patrons *with* guanrantees were deleted! Signed-off-by: Koha Team AMU -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 15:57:42 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 14:57:42 +0000 Subject: [Koha-bugs] [Bug 13740] Timeout on deleting patrons if too many patrons In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13740 --- Comment #10 from sandboxes at biblibre.com --- Created attachment 36410 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36410&action=edit Bug 13740: Remove the NOT NULL clause in GetBorrowersToExpunge C4::Borrowers::GetBorrowersToExpunge should not use a "NOT IN", it is not efficient at all. With only 1 guarantor and more than 136k patrons, the not in clause in this subroutine takes ages: mysql> select count(*) FROM borrowers where borrowernumber NOT IN (SELECT guarantorid FROM borrowers WHERE guarantorid IS NOT NULL AND guarantorid <> 0) ; [...] not ended after 5min With the query modified by this patch, the results come after 1 sec :) Test plan: Verify the delete_patrons.pl cronjob or the cleanborrowers tools work as before. Especially with guarantors. Signed-off-by: Brendan Gallagher Signed-off-by: Koha Team AMU -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 16:02:14 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 15:02:14 +0000 Subject: [Koha-bugs] [Bug 13784] New: Koha-stop-zebra should also work for disabled instances Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13784 Bug ID: 13784 Summary: Koha-stop-zebra should also work for disabled instances Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Packaging Assignee: koha-bugs at lists.koha-community.org Reporter: larry at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: robin at catalyst.net.nz Patch to come. -- 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 Mar 3 16:02:37 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 15:02:37 +0000 Subject: [Koha-bugs] [Bug 13784] Koha-stop-zebra should also work for disabled instances In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13784 Larry Baerveldt changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |larry 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 Tue Mar 3 16:07:43 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 15:07:43 +0000 Subject: [Koha-bugs] [Bug 13784] Koha-stop-zebra should also work for disabled instances In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13784 Larry Baerveldt changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch 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 Mar 3 16:07:53 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 15:07:53 +0000 Subject: [Koha-bugs] [Bug 13784] Koha-stop-zebra should also work for disabled instances In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13784 --- Comment #1 from Larry Baerveldt --- Created attachment 36412 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36412&action=edit Koha-stop-zebra should also work for disabled instances Currently koha-stop-zebra will not stop zebra for disabled instances. It should work more like koha-stop-sip, which does work for disabled instances. Also, koha-stop-zebra is called by '/etc/init.d/koha-common stop' which clearly should also apply to disabled instances. To Test: 1) Disable a koha instance. 2) Run koha-stop-zebra INSTANCE. You should get message "Instance INSTANCE disabled. No action taken." 3) Apply patch, and copy patched file debian/scripts/koha-stop-zebra to package site over /usr/sbin/koha-stop-zebra. 4) Disable koha instance. 5) Run koha-stop-zebra INSTANCE. It should now stop zebra. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 16:08:21 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 15:08:21 +0000 Subject: [Koha-bugs] [Bug 13740] Timeout on deleting patrons if too many patrons In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13740 --- Comment #12 from Koha Team AMU --- Sorry, no problem to apply the patch. Patrons are not deleted if they are guarantor or if there is a fee. So, ok for the deletion. About the massive deletion, we tried it on a sandbox, but the import tool was not efficient. We tried on our server : ok. Even if a message tell us that time is out, the deletion will end. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 16:29:15 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 15:29:15 +0000 Subject: [Koha-bugs] [Bug 13771] Koha 3.18 Help Files In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13771 Bernardo Gonzalez Kriegel changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bgkriegel at gmail.com --- Comment #13 from Bernardo Gonzalez Kriegel --- (In reply to Nicole C. Engard from comment #12) > The newest patch (admin help for 3.18) needs sign off. > > Nicole On help/admin/branches.tt, it's 'New library' and 'New group', not with capitalized second word There are similar cases on the other files, but that predates this bug. koha-qa complains about tabs, not all of them, only the new ones that you are introducing :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 16:31:22 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 15:31:22 +0000 Subject: [Koha-bugs] [Bug 13785] New: Koha-disable should also stop SIP and zebra for instance Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13785 Bug ID: 13785 Summary: Koha-disable should also stop SIP and zebra for instance Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Packaging Assignee: koha-bugs at lists.koha-community.org Reporter: larry at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: robin at catalyst.net.nz Patch to come. -- 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 Mar 3 16:31:31 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 15:31:31 +0000 Subject: [Koha-bugs] [Bug 13785] Koha-disable should also stop SIP and zebra for instance In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13785 Larry Baerveldt changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |larry at bywatersolutions.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 Mar 3 16:39:39 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 15:39:39 +0000 Subject: [Koha-bugs] [Bug 13784] Koha-stop-zebra should also work for disabled instances In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13784 Larry Baerveldt changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |13785 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 16:39:39 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 15:39:39 +0000 Subject: [Koha-bugs] [Bug 13785] Koha-disable should also stop SIP and zebra for instance In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13785 Larry Baerveldt changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |13784 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 Tue Mar 3 16:39:41 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 15:39:41 +0000 Subject: [Koha-bugs] [Bug 13785] Koha-disable should also stop SIP and zebra for instance In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13785 --- Comment #1 from Larry Baerveldt --- Created attachment 36413 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36413&action=edit Bug 13785 - Koha-disable should also stop SIP and zebra for instance Currently koha-disable ONLY disables the instance in the apache conf file. Presumably if you want to disable the instance, you also want its processes to stop, so this patch will stop zebra, if running, and SIP, if enabled. Depends on Bug 13784. To Test: 1) Have an enabled instance, with zebra and SIP running. 2) Run koha-disable INST. Note that after, both zebra and SIP will still be running. 3) Re-enable INST. 4) Apply patch, and then copy debian/scripts/koha-disable to package site, over /usr/sbin/koha-disable. 5) Run koha-disable INST. You should now see that both zebra and SIP have been stopped. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 16:51:14 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 15:51:14 +0000 Subject: [Koha-bugs] [Bug 7843] Create RSS for OPAC news In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7843 sandboxes at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sandboxes at biblibre.com Status|Needs Signoff |Signed Off --- Comment #18 from sandboxes at biblibre.com --- Patch tested with a sandbox, by Pierre -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 16:51:39 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 15:51:39 +0000 Subject: [Koha-bugs] [Bug 7843] Create RSS for OPAC news In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7843 sandboxes at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36023|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 16:51:43 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 15:51:43 +0000 Subject: [Koha-bugs] [Bug 7843] Create RSS for OPAC news In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7843 sandboxes at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36024|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 16:51:48 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 15:51:48 +0000 Subject: [Koha-bugs] [Bug 7843] Create RSS for OPAC news In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7843 sandboxes at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36025|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 16:51:53 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 15:51:53 +0000 Subject: [Koha-bugs] [Bug 7843] Create RSS for OPAC news In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7843 sandboxes at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36390|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 16:51:58 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 15:51:58 +0000 Subject: [Koha-bugs] [Bug 7843] Create RSS for OPAC news In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7843 sandboxes at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36403|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 16:52:07 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 15:52:07 +0000 Subject: [Koha-bugs] [Bug 7843] Create RSS for OPAC news In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7843 --- Comment #19 from sandboxes at biblibre.com --- Created attachment 36414 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36414&action=edit Bug 7843 Create an RSS feed for news in Opac Test plan: * Install the patch * Make shure there is news in the Opac * Go to the Opac (opac-main.pl) * Make shure you see an RSS icon below the news and a short text. * Click the RSS icon and verify that you get an RSS feed that validates. Signed-off-by: Chris Cormack I took the liberty of fixing the copyright statement when signing it off Signed-off-by: Pierre -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 16:52:10 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 15:52:10 +0000 Subject: [Koha-bugs] [Bug 7843] Create RSS for OPAC news In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7843 --- Comment #20 from sandboxes at biblibre.com --- Created attachment 36415 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36415&action=edit Bug 7843: Remove the useless use of casAuthentication Certainly a c/p error from opac-main.pl Signed-off-by: Pierre -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 16:52:14 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 15:52:14 +0000 Subject: [Koha-bugs] [Bug 7843] Create RSS for OPAC news In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7843 --- Comment #21 from sandboxes at biblibre.com --- Created attachment 36416 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36416&action=edit Bug 7843: (qa-followup) Create an RSS feed for news in Opac 1/ use strict and warnings are useless, Modern::Perl is used 2/ Prefer to use the interface and theme TT var instead of the hard coded path Signed-off-by: Pierre -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 16:52:17 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 15:52:17 +0000 Subject: [Koha-bugs] [Bug 7843] Create RSS for OPAC news In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7843 --- Comment #22 from sandboxes at biblibre.com --- Created attachment 36417 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36417&action=edit (follow up) Improve RSS feed language The RSS button used to read ' RSS for the librarys general newsfeed.' This included one grammatical error and I think included more words than most average people would read. This patch simplifies it to say 'RSS for Library News.' To test: * Apply all patches * Review RSS feed button's text on main page under news http://bugs.koha-community.org/show_bug.cgi?id=7843 Signed-off-by: Pierre -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 16:52:20 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 15:52:20 +0000 Subject: [Koha-bugs] [Bug 7843] Create RSS for OPAC news In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7843 --- Comment #23 from sandboxes at biblibre.com --- Created attachment 36418 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36418&action=edit Bug 7843: Followup - fix broken url This patch fixes an invalid URL when clicking on RSS feed. To test: 1) Using Nicole words :) If you visit : http://mykoha/cgi-bin/koha/opac-main.pl then the RSS feed works. If you're on http://mykoha and you click the rss icon you get : http://mykoha/opac-news-rss.pl which is a 404 page. 2) Apply the patch 3) Repeat 1, error is now fixed Signed-off-by: Pierre -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 16:55:42 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 15:55:42 +0000 Subject: [Koha-bugs] [Bug 7736] Edifact QUOTE and ORDER functionality In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7736 --- Comment #113 from Brendan Gallagher --- I'm really itching to get this fixed up and tested this week - while we have everyone hacking. We can get some great testing done here and get you the feedback. Really important for this week. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 16:59:00 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 15:59:00 +0000 Subject: [Koha-bugs] [Bug 13478] Force item holds only for specific biblios In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13478 --- Comment #13 from Jonathan Druart --- FWIW I think Kyle is right, we don't need to create a new table for a 1:1 relationship. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 17:19:00 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 16:19:00 +0000 Subject: [Koha-bugs] [Bug 13774] Add the unique anchors of news as links in the RSS for news in Opac In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13774 Pierre Angot changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tredok.pierre at gmail.com --- Comment #2 from Pierre Angot --- I've tested on sandbox. I've added the RSS on my agregator (Leed). It works correctly, but when I click on a link, I'm not direct to the opac. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 17:20:05 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 16:20:05 +0000 Subject: [Koha-bugs] [Bug 5338] Serials in guided reports In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5338 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #27 from Katrin Fischer --- Starting to work on this today, I'd like to suggest a change: - Remove the database update and don't force the new report group into existing installatoins. My reasoning is that when they have serials reports, they will already have created the REPORT_GROUPS to match their needs and it might be annoying or even create a duplicate warning if they have used SER as well. And adding a report group is optional on the saving step. - Add the new REPORT_GROUP values to the sample data for new installations instead. Otherwise this works pretty well and I am almost ready to pass QA :) Setting to "FQA" to gt Jonathan's attention. -- 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 Mar 3 17:20:12 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 16:20:12 +0000 Subject: [Koha-bugs] [Bug 5338] Serials in guided reports In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5338 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA -- 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 Mar 3 17:24:28 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 16:24:28 +0000 Subject: [Koha-bugs] [Bug 13159] Enhancements to the SIP2 command line emulator In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13159 Olli-Antti Kivilahti changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #35666|0 |1 is obsolete| | --- Comment #21 from Olli-Antti Kivilahti --- Created attachment 36419 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36419&action=edit Bug 13159 - Enhancements to the SIP2 command line emulator I needed to be able to perform checkout operations for testing from the command line. I ended up reengineering the SIP2 command line tester quite a bit. Enhancements: * Moved message generation code to subroutines * Added support for more messages * Added command line switches for each supported message * Enabled use of Sip::Constants to keep code DRY and more understandable * Moved script from misc to C4/SIP * Designed with an eye towards possibly moving some code to CPAN in the future * Also designed to make adding new messages much easier in the future Test Plan: 1) Apply this patch 2) Look at help via ./C4/SIP/sip_cli_emulator.pl --help 3) Test patron status request and patron information, should work as before except you need to pass the command line switche -m 4) Test the new checkout option using -m checkout -i Signed-off-by: Benjamin Rokseth Worked as advertised, with one warning at renew only: Trying 'renew' Use of uninitialized value $value in concatenation (.) or string at ./sip_cli_emulator.pl line 462, chunk 1. Signed-off-by: Olli-Antti Kivilahti -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 17:24:56 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 16:24:56 +0000 Subject: [Koha-bugs] [Bug 13159] Enhancements to the SIP2 command line emulator In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13159 Olli-Antti Kivilahti changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36143|0 |1 is obsolete| | --- Comment #22 from Olli-Antti Kivilahti --- Created attachment 36420 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36420&action=edit Bug 13159 [QA Followup] - Fix flag parameters Signed-off-by: Olli-Antti Kivilahti -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 17:25:41 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 16:25:41 +0000 Subject: [Koha-bugs] [Bug 13159] Enhancements to the SIP2 command line emulator In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13159 Olli-Antti Kivilahti changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36293|0 |1 is obsolete| | --- Comment #23 from Olli-Antti Kivilahti --- Created attachment 36421 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36421&action=edit Bug 13159 [QA Followup] - Fix changed namespace for Sip::Constants Signed-off-by: Olli-Antti Kivilahti -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 17:26:36 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 16:26:36 +0000 Subject: [Koha-bugs] [Bug 13159] Enhancements to the SIP2 command line emulator In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13159 Olli-Antti Kivilahti changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36294|0 |1 is obsolete| | --- Comment #24 from Olli-Antti Kivilahti --- Created attachment 36422 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36422&action=edit Bug 13159 [QA Followup] - Move script back to it's original path Signed-off-by: Olli-Antti Kivilahti -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 17:27:07 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 16:27:07 +0000 Subject: [Koha-bugs] [Bug 13159] Enhancements to the SIP2 command line emulator In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13159 --- Comment #25 from Olli-Antti Kivilahti --- Created attachment 36423 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36423&action=edit Bug 13159 [QA Followup] - Fix transaction_date and undefined warning cli-client doesnt respect the transaction_date format "YYYYMMDDZZZZHHMMSS" Using timestamp() to generate the proper datetime format. "String $value undefined"-warning in build_field() fixed. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 17:27:59 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 16:27:59 +0000 Subject: [Koha-bugs] [Bug 8994] Make FindDuplicateAuthority behaviour customizable In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8994 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #22465|0 |1 is obsolete| | --- Comment #6 from Julian Maurice --- Created attachment 36424 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36424&action=edit Bug 8994: Improve FindDuplicateAuthority Rebased on master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 17:28:08 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 16:28:08 +0000 Subject: [Koha-bugs] [Bug 13666] Allow SIP2 checkin/checkout to get branch from institution_id field AO In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13666 Olli-Antti Kivilahti changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |olli-antti.kivilahti at jns.fi --- Comment #2 from Olli-Antti Kivilahti --- Hi! I would need more information about the use-cases. > - SIPConfig.xml would not need reconfiguration each time a new client is added I don't understand how this patch has to do with SIPConfig? There are no such followups/dependencies for that either. > - SIP2 connections could fetch from a pool of connections, so e.g. ten SIP2 workers could easily serve hundreds of clients SIP2 connections are already reused by the Net::Server? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 17:28:14 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 16:28:14 +0000 Subject: [Koha-bugs] [Bug 8994] Make FindDuplicateAuthority behaviour customizable In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8994 Julian Maurice 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 Mar 3 17:39:03 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 16:39:03 +0000 Subject: [Koha-bugs] [Bug 13680] Items list on edit items page separates add items form from header and sidebar In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13680 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |veron at veron.ch --- Comment #6 from Marc V?ron --- I played around with the orignil an d the new version. My conclusion is that the new version (item list on bottom of the page) would be better. CSS patch follows as a proposition for formatting the form a little bit to make it more compact and better readable. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 17:40:02 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 16:40:02 +0000 Subject: [Koha-bugs] [Bug 13680] Items list on edit items page separates add items form from header and sidebar In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13680 --- Comment #7 from Marc V?ron --- Created attachment 36425 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36425&action=edit Bug 13680 - Make form on edit items page more compact and better readable This patch makes the form on the edit items page more compact by decreasing the label font and indenting properly if a laberl has multiple rows. Additionally, a thin white line helps the eye to connect a label with the appropriate field. It is just a proposition regardless whether the form will be displayed above or below the items table. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 17:47:21 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 16:47:21 +0000 Subject: [Koha-bugs] [Bug 13159] Enhancements to the SIP2 command line emulator In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13159 Benjamin Rokseth changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36422|0 |1 is obsolete| | --- Comment #26 from Benjamin Rokseth --- Created attachment 36426 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36426&action=edit Bug 13159 [QA Followup] - Move script back to it's original path Fixed bug in C4/SIP/ILS.pm line 202 as mentioned above. Tested OK again and setting to Signed Off as it already working before QA. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 17:48:04 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 16:48:04 +0000 Subject: [Koha-bugs] [Bug 13478] Force item holds only for specific biblios In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13478 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #14 from Katrin Fischer --- I talked to Kyle earlier about this and I am also in favor of not adding another table. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 17:50:14 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 16:50:14 +0000 Subject: [Koha-bugs] [Bug 13159] Enhancements to the SIP2 command line emulator In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13159 Benjamin Rokseth changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36426|0 |1 is obsolete| | --- Comment #27 from Benjamin Rokseth --- Comment on attachment 36426 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36426 Bug 13159 [QA Followup] - Move script back to it's original path patched the wrong bug, silly me! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 17:50:45 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 16:50:45 +0000 Subject: [Koha-bugs] [Bug 13159] Enhancements to the SIP2 command line emulator In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13159 Benjamin Rokseth changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36422|1 |0 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 18:09:28 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 17:09:28 +0000 Subject: [Koha-bugs] [Bug 13351] Untranslatable javascript in members.tt In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13351 Mirko Tietgen changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36386|0 |1 is obsolete| | --- Comment #5 from Mirko Tietgen --- Created attachment 36427 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36427&action=edit Bug 13351 - Untranslatable javascript in members.tt This patch streamlines the page title text for search results in Home > Patrons to make it translateable (and more readable). To test: - Apply patch - Select Englsh language - Apply filter wit several values or click on a letter for "Browse by last name" - Verify that the title makes sense - Translate to your language and select this language - Verify that the text appears properly in your language Signed-off-by: Mirko Tietgen -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 18:09:58 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 17:09:58 +0000 Subject: [Koha-bugs] [Bug 13351] Untranslatable javascript in members.tt In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13351 Mirko Tietgen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off CC| |mirko at abunchofthings.net -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 18:15:47 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 17:15:47 +0000 Subject: [Koha-bugs] [Bug 13784] Koha-stop-zebra should also work for disabled instances In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13784 Mirko Tietgen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mirko at abunchofthings.net --- Comment #2 from Mirko Tietgen --- Wouldn't it make more sense to make to have koha-disable stop Zebra (if it does not do that atm)? Why would you have Zebra running for disabled instances and need to disable it with koha-stop-zebra? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 18:15:57 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 17:15:57 +0000 Subject: [Koha-bugs] [Bug 13411] Koha's SIP server returns not ok for checking in items that are not checked out In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13411 Benjamin Rokseth changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36310|0 |1 is obsolete| | --- Comment #14 from Benjamin Rokseth --- Created attachment 36428 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36428&action=edit Bug 13411 [QA Followup] - Add logging Added a fix for bug in C4/SIP/ILS.pm line 202 as described above. Tested OK. Setting to Signed Off as it works as previously noted. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 18:17:08 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 17:17:08 +0000 Subject: [Koha-bugs] [Bug 13411] Koha's SIP server returns not ok for checking in items that are not checked out In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13411 Benjamin Rokseth 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 Mar 3 18:17:56 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 17:17:56 +0000 Subject: [Koha-bugs] [Bug 13769] Barcode showing blank in catalog/null in database In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13769 Johnathan Cintron changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |P3 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 18:32:58 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 17:32:58 +0000 Subject: [Koha-bugs] [Bug 12461] Add patron clubs feature In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12461 --- Comment #10 from Marc V?ron --- I do not see see the "Patron clubs" link either. It seems that changes to /prog/en/modules/tools/tools-home.tt are missing. They were e.g. in Attachment #30456 (Going to the page directly with /cgi-bin/koha/clubs/clubs.pl works) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 21:23:03 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 20:23:03 +0000 Subject: [Koha-bugs] [Bug 13575] Updating developer list. In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13575 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz Status|Failed QA |Patch doesn't apply -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 21:24:17 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 20:24:17 +0000 Subject: [Koha-bugs] [Bug 10963] Simplified creation of MARC21 sample frameworks In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10963 Mirko Tietgen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mirko at abunchofthings.net --- Comment #41 from Mirko Tietgen --- Patch does not apply. I already did half the test plan, I'd continue testing if you'd rebase it. Apply? [(y)es, (n)o, (i)nteractive] i Applying: Bug 10963 - Simplified creation - FA framework Applying: Bug 10963 - Simplified creation - BKS framework Using index info to reconstruct a base tree... Falling back to patching base and 3-way merge... Auto-merging installer/data/mysql/en/marcflavour/marc21/optional/marc21_simple_bib_frameworks.sql CONFLICT (content): Merge conflict in installer/data/mysql/en/marcflavour/marc21/optional/marc21_simple_bib_frameworks.sql Failed to merge in the changes. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 21:39:42 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 20:39:42 +0000 Subject: [Koha-bugs] [Bug 13575] Updating developer list. In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13575 Chris Cormack 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 Mar 3 21:39:46 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 20:39:46 +0000 Subject: [Koha-bugs] [Bug 13575] Updating developer list. In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13575 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #35168|0 |1 is obsolete| | --- Comment #4 from Chris Cormack --- Created attachment 36429 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36429&action=edit Bug 13575 - Names do not appear in the Koha history Timeline. This would be a good addition. The names to be added are: Kahurangi Cormack, Alexander Cheeseman -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 21:40:19 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 20:40:19 +0000 Subject: [Koha-bugs] [Bug 13575] Updating developer list. In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13575 --- Comment #5 from Chris Cormack --- One from one of the Academy students, fixed the conflict, can we just punch this one through, unless you really need me to shift the patch? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 21:55:36 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 20:55:36 +0000 Subject: [Koha-bugs] [Bug 13786] New: Strange _AUTHOR_ tag in Relative's checkout table Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13786 Bug ID: 13786 Summary: Strange _AUTHOR_ tag in Relative's checkout table Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Circulation Assignee: koha-bugs at lists.koha-community.org Reporter: veron at veron.ch QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com In relatives issues tabel on Checkout page I get a strange tag _AUHOR_ in Title Column Example: Wachtmeister Studers erste F?lle : by _AUTHOR_ Glauser -- 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 Mar 3 22:05:36 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 21:05:36 +0000 Subject: [Koha-bugs] [Bug 13786] Strange _AUTHOR_ tag in Relative's checkout table In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13786 --- Comment #1 from Marc V?ron --- Seems to be related to following line in koha-tmpl/intranet-tmpl/prog/en/includes/strings.inc var BY = _("by _AUTHOR_"); -- 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 Mar 3 22:06:02 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 21:06:02 +0000 Subject: [Koha-bugs] [Bug 13786] Strange _AUTHOR_ text in Relative's checkout table In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13786 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Strange _AUTHOR_ tag in |Strange _AUTHOR_ text in |Relative's checkout table |Relative's checkout table -- 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 Mar 3 22:11:06 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 21:11:06 +0000 Subject: [Koha-bugs] [Bug 13786] Strange _AUTHOR_ text in Relative's checkout table In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13786 --- Comment #2 from Marc V?ron --- Created attachment 36430 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36430&action=edit Bug 13786 - Strange _AUTHOR_ text in Relative's checkout table To reproduce: Go to Home > Circulation > Checkouts > [a patron who has relatives with checkouts] Select Tab "Relative's checkouts" Result: In Title Column the text by _AUTHOR_ appears, e.g. by _AUTHOR_ Glauser, Friedrich To test: Apply patch and refresh Result: The text _AUTHOR_ no longer appears. The Example above reads by Glauser, Friedrich -- 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 Mar 3 22:11:43 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 21:11:43 +0000 Subject: [Koha-bugs] [Bug 13786] Strange _AUTHOR_ text in Relative's checkout table In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13786 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |veron at veron.ch |ity.org | Status|NEW |Needs Signoff Patch complexity|--- |String patch -- 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 Mar 3 22:21:30 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 21:21:30 +0000 Subject: [Koha-bugs] [Bug 12459] clicking spent on acq main page not showing everything In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12459 Hugo Agud changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hagud at orex.es -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 23:01:26 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 22:01:26 +0000 Subject: [Koha-bugs] [Bug 13364] Add a call number browser in item edition page In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13364 --- Comment #33 from simith.doliveira at inlibro.com --- Created attachment 36431 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36431&action=edit fix datatables.inc -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 23:03:12 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 22:03:12 +0000 Subject: [Koha-bugs] [Bug 13364] Add a call number browser in item edition page In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13364 simith.doliveira at inlibro.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #34 from simith.doliveira at inlibro.com --- QA corrected -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 23:11:07 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 22:11:07 +0000 Subject: [Koha-bugs] [Bug 13605] _AUTHOR_ not replaced in relatives checkouts In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13605 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |veron at veron.ch --- Comment #4 from Katrin Fischer --- *** Bug 13786 has been marked as a duplicate of this bug. *** -- 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 Mar 3 23:11:07 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 22:11:07 +0000 Subject: [Koha-bugs] [Bug 13786] Strange _AUTHOR_ text in Relative's checkout table In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13786 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Status|Needs Signoff |RESOLVED Resolution|--- |DUPLICATE --- Comment #3 from Katrin Fischer --- Sorry, I think this is a duplicate - I QA'd the other patch today. *** This bug has been marked as a duplicate of bug 13605 *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Mar 3 23:26:28 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 22:26:28 +0000 Subject: [Koha-bugs] [Bug 10937] Option to hide and group itemtypes from advanced search In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10937 simith.doliveira at inlibro.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #55 from simith.doliveira at inlibro.com --- I got that when I ran QA : OK C4/Koha.pm OK pod OK valid OK critic OK forbidden patterns OK admin/authorised_values.pl OK pod OK valid OK critic OK forbidden patterns OK admin/itemtypes.pl OK pod OK forbidden patterns OK valid OK critic OK installer/data/mysql/updatedatabase.pl OK forbidden patterns OK valid OK critic OK pod OK opac/opac-search.pl OK critic OK valid OK forbidden patterns OK pod OK t/db_dependent/Koha.t OK valid OK critic OK forbidden patterns OK pod OK koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt OK valid_template OK forbidden patterns OK tt_valid OK koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt OK tt_valid OK forbidden patterns OK valid_template Can anyone else run QA? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 00:18:21 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 23:18:21 +0000 Subject: [Koha-bugs] [Bug 13696] Add support for Font Awesome icons in Koha In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13696 --- Comment #5 from Mirko Tietgen --- Created attachment 36432 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36432&action=edit Bug 13636 SAMPLE: Add support for Font Awesome icons in Koha This is just a sample file, not part of the enhancement. Changing members-toolbar.inc to FontAwesome icons (fixed width). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 00:22:49 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 23:22:49 +0000 Subject: [Koha-bugs] [Bug 13696] Add support for Font Awesome icons in Koha In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13696 Mirko Tietgen changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36432|0 |1 is obsolete| | --- Comment #6 from Mirko Tietgen --- Created attachment 36433 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36433&action=edit Bug 13636 SAMPLE: Add support for Font Awesome icons in Koha This is just a sample file, not part of the enhancement. Changing members-toolbar.inc to FontAwesome icons (fixed width). http://bugs.koha-community.org/show_bug.cgi?id=13696 Bug 13636 SAMPLE: Add support for Font Awesome icons in Koha Some more icons changed -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 00:28:19 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 23:28:19 +0000 Subject: [Koha-bugs] [Bug 13696] Add support for Font Awesome icons in Koha In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13696 Mirko Tietgen changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #35829|0 |1 is obsolete| | --- Comment #7 from Mirko Tietgen --- Created attachment 36434 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36434&action=edit Bug 13696 - Add support for Font Awesome icons in Koha Font Awesome is similar to Glyphicons included in Twitter Bootstrap, except better in every way and more Free. Test Plan: 1) Apply this patch 2) Edit the template for a page, and add a Font Awesome tag to it, examples can be found here: http://fortawesome.github.io/Font-Awesome/examples/ 3) Reload the page and verify the icon displays. Signed-off-by: Mirko Tietgen -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 00:33:52 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 23:33:52 +0000 Subject: [Koha-bugs] [Bug 13696] Add support for Font Awesome icons in Koha In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13696 Mirko Tietgen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mirko at abunchofthings.net Status|Needs Signoff |Signed Off --- Comment #8 from Mirko Tietgen --- Patch works as promised. I came across these icons some time ago and wondered if we could use them in Koha, nice enhancement! This is not supposed to invalidate Owen's concerns, just confirming that using the icons on a page works for me. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 00:58:07 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 23:58:07 +0000 Subject: [Koha-bugs] [Bug 13143] Add a tool to show a Koha's password In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13143 Mirko Tietgen changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #33962|0 |1 is obsolete| | --- Comment #17 from Mirko Tietgen --- Created attachment 36435 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36435&action=edit Bug 13143: Followup - Correct the pause message 'read anykey' actually requires enter under sh. This patch changes the string from: 'Press any key to clear the screen...' to 'Press enter to clear the screen...' TEST PLAN --------- 1) Apply the first two patches 2) Trigger the script. 2) Press 'q' or anything other than enter when prompted. --- You could type a whole sentence! Oops! 3) Press enter. 4) Apply this patch 5) Trigger the script. 6) Be happy that you aren't told any key will work. 7) run koha qa tools Signed-off-by: Mirko Tietgen http://bugs.koha-community.org/show_bug.cgi?id=13141 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 00:58:30 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 Mar 2015 23:58:30 +0000 Subject: [Koha-bugs] [Bug 13143] Add a tool to show a Koha's password In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13143 Mirko Tietgen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mirko at abunchofthings.net 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 Mar 4 01:30:04 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 00:30:04 +0000 Subject: [Koha-bugs] [Bug 5786] Move AllowOnShelfHolds and OpacItemHolds system preferences to the Circulation Matrix In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5786 --- Comment #116 from Srdjan Jankovic --- (In reply to Benjamin Rokseth from comment #115) > Tests OK according to test plan. > > Two tests in Circulation.t fail, but that error is already present on master > and has nothing to do with these patches: Yes, I have fixed that elsewhere, will submit a bug/patch shortly. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 01:42:10 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 00:42:10 +0000 Subject: [Koha-bugs] [Bug 12739] SendAlerts function does not take care of "html" format or UTF-8 In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12739 --- Comment #13 from David Cook --- I'm going to take another look at this bug when I have a chance. Tempted to break this into 2 separate bugs as well... one for the HTML and one for the UTF-8 stuff. A lot of the code around Notices && Slips could use a good refactoring... :/ -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 02:06:58 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 01:06:58 +0000 Subject: [Koha-bugs] [Bug 10988] Allow login via Google OAuth2 In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10988 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #24 from David Cook --- I'm just wrapping up a local project on using OpenID Connect, which is basically a wrapper around OAuth2.0 with a few extras thrown in on top, so I'd be interested in taking a look at this at some point. Could we look at making this more extensible though? There are lots of other OAuth2.0 providers than just Google. Have yo looked at http://search.cpan.org/~kgrennan/Net-OAuth2-0.06/lib/Net/OAuth2.pm? I believe Chris Cormack took a look at that recently. Anywho, I could be interested in testing this out down the road! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 02:12:34 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 01:12:34 +0000 Subject: [Koha-bugs] [Bug 10988] Allow login via Google OAuth2 In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10988 --- Comment #25 from David Cook --- Hmm, it might be a better idea to add a parameter instead of using the $persona parameter in C4::Auth::checkauth(). C4::Auth needs a clean-up in general... which Martin (ashimema) is working on, I believe. In any case, locally I added a $external_authen hashref as a parameter after $persona. I use $external_authen->{OpenIDConnect} to store the data I need to pass to checkauth(), add some handling in the appropriate spots, and that's it. You might want to look at RFC 6749 (OAuth 2.0) http://tools.ietf.org/html/rfc6749 as well, as it might give you some more information. OpenID Connect has a lot of validation steps, which may or may not also exist in OAuth2.0... not sure. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 02:41:16 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 01:41:16 +0000 Subject: [Koha-bugs] [Bug 13784] Koha-stop-zebra should also work for disabled instances In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13784 --- Comment #3 from Robin Sheat --- (In reply to Mirko Tietgen from comment #2) > Wouldn't it make more sense to make to have koha-disable stop Zebra (if it > does not do that atm)? Why would you have Zebra running for disabled > instances and need to disable it with koha-stop-zebra? You are correct, but there's also no reason to have it not work if it could be useful in some weird circumstance. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 02:41:20 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 01:41:20 +0000 Subject: [Koha-bugs] [Bug 10988] Allow login via Google OAuth2 In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10988 --- Comment #26 from M. Tompsett --- (In reply to David Cook from comment #25) > Hmm, it might be a better idea to add a parameter instead of using the > $persona parameter in C4::Auth::checkauth(). I would think the parameter would be better renamed to $AuthenticatedEmail, because persona and this OAuth patch both authenticate against an Email address (the primary email address is used to find the user). > C4::Auth needs a clean-up in general... which Martin (ashimema) is working > on, I believe. True, it does need clean-up. > In any case, locally I added a $external_authen hashref as a parameter after > $persona. I use $external_authen->{OpenIDConnect} to store the data I need > to pass to checkauth(), add some handling in the appropriate spots, and > that's it. NOOOOOO! Please hashref the parameter! If there are more than 3 parameters, you probably should use a hashref. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 03:01:39 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 02:01:39 +0000 Subject: [Koha-bugs] [Bug 13787] New: Clean up noisy koha qa tool warnings Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13787 Bug ID: 13787 Summary: Clean up noisy koha qa tool warnings Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Searching Assignee: gmcharlt at gmail.com Reporter: mtompset at hotmail.com QA Contact: testopia at bugs.koha-community.org While testing bug 10937, there were noisy warnings, which distracted from testing the functionality of it. Here is a snippet of the after the patch warnings: Argument "" isn't numeric in numeric gt (>) at /home/mtompset/kohaclone/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt line 384. Argument "" isn't numeric in numeric gt (>) at /home/mtompset/kohaclone/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt line 161. Argument "" isn't numeric in numeric gt (>) at /home/mtompset/kohaclone/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt line 161. Argument "" isn't numeric in numeric gt (>) at /home/mtompset/kohaclone/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt line 177. Argument "" isn't numeric in numeric gt (>) at /home/mtompset/kohaclone/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt line 177. Argument "" isn't numeric in numeric gt (>) at /home/mtompset/kohaclone/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt line 202. Argument "" isn't numeric in numeric gt (>) at /home/mtompset/kohaclone/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt line 202. Argument "" isn't numeric in numeric gt (>) at /home/mtompset/kohaclone/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt line 240. Argument "" isn't numeric in numeric gt (>) at /home/mtompset/kohaclone/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt line 240. Argument "" isn't numeric in numeric gt (>) at /home/mtompset/kohaclone/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt line 256. Argument "" isn't numeric in numeric gt (>) at /home/mtompset/kohaclone/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt line 256. Argument "" isn't numeric in numeric gt (>) at /home/mtompset/kohaclone/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt line 356. Argument "" isn't numeric in numeric gt (>) at /home/mtompset/kohaclone/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt line 356. Argument "" isn't numeric in numeric gt (>) at /home/mtompset/kohaclone/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt line 369. Argument "" isn't numeric in numeric gt (>) at /home/mtompset/kohaclone/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt line 369. Tweaking the [% IF %] statements eliminated the warnings. TEST PLAN --------- 1) Apply patch 2) Run koha qa test tools. -- there will be noisy warnings in the before processing, but there will be no such messages in the after processing. 3) git diff origin/master -- there should be no visible typos. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 03:02:33 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 02:02:33 +0000 Subject: [Koha-bugs] [Bug 13787] Clean up noisy koha qa tool warnings In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13787 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 03:02:36 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 02:02:36 +0000 Subject: [Koha-bugs] [Bug 13787] Clean up noisy koha qa tool warnings In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13787 --- Comment #1 from M. Tompsett --- Created attachment 36436 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36436&action=edit Bug 13787 - Clean up noisy opac-advsearch warnings While testing bug 10937, there were noisy warnings, which distracted from testing the functionality of it. Here is a snippet of the after the patch warnings: Argument "" isn't numeric in numeric gt (>) at /home/mtompset/kohaclone/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt line 384. Argument "" isn't numeric in numeric gt (>) at /home/mtompset/kohaclone/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt line 161. Argument "" isn't numeric in numeric gt (>) at /home/mtompset/kohaclone/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt line 161. Argument "" isn't numeric in numeric gt (>) at /home/mtompset/kohaclone/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt line 177. Argument "" isn't numeric in numeric gt (>) at /home/mtompset/kohaclone/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt line 177. Argument "" isn't numeric in numeric gt (>) at /home/mtompset/kohaclone/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt line 202. Argument "" isn't numeric in numeric gt (>) at /home/mtompset/kohaclone/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt line 202. Argument "" isn't numeric in numeric gt (>) at /home/mtompset/kohaclone/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt line 240. Argument "" isn't numeric in numeric gt (>) at /home/mtompset/kohaclone/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt line 240. Argument "" isn't numeric in numeric gt (>) at /home/mtompset/kohaclone/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt line 256. Argument "" isn't numeric in numeric gt (>) at /home/mtompset/kohaclone/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt line 256. Argument "" isn't numeric in numeric gt (>) at /home/mtompset/kohaclone/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt line 356. Argument "" isn't numeric in numeric gt (>) at /home/mtompset/kohaclone/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt line 356. Argument "" isn't numeric in numeric gt (>) at /home/mtompset/kohaclone/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt line 369. Argument "" isn't numeric in numeric gt (>) at /home/mtompset/kohaclone/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt line 369. Tweaking the [% IF %] statements eliminated the warnings. TEST PLAN --------- 1) Apply patch 2) Run koha qa test tools. -- there will be noisy warnings in the before processing, but there will be no such messages in the after processing. 3) git diff origin/master -- there should be no visible typos. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 03:02:56 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 02:02:56 +0000 Subject: [Koha-bugs] [Bug 13787] Clean up noisy koha qa tool warnings In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13787 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|gmcharlt at gmail.com |mtompset at hotmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 03:37:38 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 02:37:38 +0000 Subject: [Koha-bugs] [Bug 13788] New: Checked out On Date Appears without Time Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13788 Bug ID: 13788 Summary: Checked out On Date Appears without Time 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: rizwan.ahmed at 1campusconsulting.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com Created attachment 36437 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36437&action=edit KOHA - Check Out On Time Missing The staff has checked out a book but the system did not show time in field "Checked Out On"; it is only displaying date for the recent item. For previous checked out items, the system is displaying both date and time in the field "Checked Out On". What could be the reason of this error ? How we can fix 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 Wed Mar 4 03:43:11 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 02:43:11 +0000 Subject: [Koha-bugs] [Bug 10988] Allow login via Google OAuth2 In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10988 --- Comment #27 from Nicholas van Oudtshoorn --- (In reply to David Cook from comment #24) > I'm just wrapping up a local project on using OpenID Connect, which is > basically a wrapper around OAuth2.0 with a few extras thrown in on top, so > I'd be interested in taking a look at this at some point. > > Could we look at making this more extensible though? There are lots of other > OAuth2.0 providers than just Google. > > Have yo looked at > http://search.cpan.org/~kgrennan/Net-OAuth2-0.06/lib/Net/OAuth2.pm? I > believe Chris Cormack took a look at that recently. > > Anywho, I could be interested in testing this out down the road! Hi David, I like the idea of making it more extensible, and when I get a chance (probably in a few weeks from now) I'll see about checking out OAuth2.pm . Since we run Google Apps for Education for our students (at library.pbc.wa.edu.au), Google's oauth2 was our priority. It's been quite a while since I wrote this, but I think google has some google-specific functionality available - like the hd parameter. (Actually, the hd parameter isn't all that useful for us, seeing as it doesn't seem to like subdomains) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 03:53:36 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 02:53:36 +0000 Subject: [Koha-bugs] [Bug 13788] Checked out On Date Appears without Time In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13788 Rizwan changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |critical Priority|P5 - low |P1 - high -- 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 Mar 4 09:19:02 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 08:19:02 +0000 Subject: [Koha-bugs] [Bug 13784] Koha-stop-zebra should also work for disabled instances In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13784 --- Comment #4 from Larry Baerveldt --- It's not even that weird of a situation. We often need to temporarily block access to a site for both the public catalog and the staff client (such as when performing maintenance, or other actions where we wouldn't want the database to be touched), and disabling the instance is the fastest way to do that, and still present a "maintenance" page to the user. Unless you remember to stop zebra manually first, then if you have already disabled the instance, then you *can't* stop zebra without just killing the processes. This patch addresses that. Also, I did just submit a patch for koha-disable to stop zebra (and SIP) (see 13785). However, for that patch to work, this one first has to be pushed. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 09:28:08 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 08:28:08 +0000 Subject: [Koha-bugs] [Bug 11368] Add script to import Lexile scores In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11368 Mirko Tietgen changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #28092|0 |1 is obsolete| | --- Comment #5 from Mirko Tietgen --- Created attachment 36438 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36438&action=edit Bug 11368 - Add script to import Lexile scores Koha needs a script to automate the importing of Lexile score data for titles that have available scores but are not currently in the title's record. This script will take a CSV file of Lexile scores, and locate any matching records in the Koha database ( by ISBN ). If the record already has a score, it will be updated. If not, the Lexile score field will be created. Test Plan: 1) Apply this patch 2) Catalog a record for each of the following ISBNs: 0789170191 9780673779410 3) Download the file LexileTitlesTruncated.txt attached to this bug report 4) Run the script from the command line: ./misc/migraction_tools/import_lexile.pl -v --file /path/to/LexileTitlesTruncated.txt 5) View those records in Koha 6) Note those records now have valid Lexile scores 7) Edit the Lexile score ( 521$a ) and change the value to something else 8) Repeat step 4 9) Note the original Lexile score has been restored Signed-off-by: Mirko Tietgen -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 09:28:47 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 08:28:47 +0000 Subject: [Koha-bugs] [Bug 11368] Add script to import Lexile scores In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11368 Mirko Tietgen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off CC| |mirko at abunchofthings.net -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 09:31:12 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 08:31:12 +0000 Subject: [Koha-bugs] [Bug 13611] Serial enumeration not visible in the opac-user.pl when browsing own holds. In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13611 Brendan Gallagher 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 Wed Mar 4 09:31:17 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 08:31:17 +0000 Subject: [Koha-bugs] [Bug 13611] Serial enumeration not visible in the opac-user.pl when browsing own holds. In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13611 Brendan Gallagher changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36279|0 |1 is obsolete| | --- Comment #5 from Brendan Gallagher --- Created attachment 36439 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36439&action=edit Bug 13611 - Serial enumeration not visible in the opac-user.pl when browsing own holds. Having placed holds on Serial Items with an enumchron, and browsing the opac-user.pl's "Holds"-tab, the user cannot see which numbers of magazines/serials he has on hold. This patch appends the koha.items.enumchron after the title component in the opac-user.pl's Holds-view. Signed-off-by: Nicole C. Engard Signed-off-by: Brendan Gallagher -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 09:42:39 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 08:42:39 +0000 Subject: [Koha-bugs] [Bug 13784] Koha-stop-zebra should also work for disabled instances In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13784 --- Comment #5 from Robin Sheat --- Well the idea being that if koha-disable stops zebra, then zebra still running would be a weird situation :) I'm quite happy with all these patches, all going well I'll have a real look at them tomorrow and get them through. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 09:55:25 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 08:55:25 +0000 Subject: [Koha-bugs] [Bug 13789] New: facets with accented utf-8 characters generate double encoded links Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13789 Bug ID: 13789 Summary: facets with accented utf-8 characters generate double encoded links Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Searching Assignee: gmcharlt at gmail.com Reporter: dpavlin at rot13.org QA Contact: testopia at bugs.koha-community.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 10:01:36 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 09:01:36 +0000 Subject: [Koha-bugs] [Bug 3] mod_env module checking in installer.pl In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3 --- Comment #1 from Brendan Gallagher --- Created attachment 36440 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36440&action=edit Bug 13744: Fix datatables paging on 'Holds to pull' report The paging of the datatables on the 'holds to pull' report page is broken without this patch. To test: - Make sure that some holds are placed on available items in your installation - Go to the circulation start page - Open the 'holds to pull' report - Verify that the patch fixes the paging on the result table Also: Fixes "None" in the filter pull downs to be translatable. Signed-off-by: Nicole Signed-off-by: Brendan Gallagher -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 10:04:08 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 09:04:08 +0000 Subject: [Koha-bugs] [Bug 13774] Add the unique anchors of news as links in the RSS for news in Opac In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13774 Nicole C. Engard changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nengard at gmail.com Status|Needs Signoff |Failed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 10:08:35 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 09:08:35 +0000 Subject: [Koha-bugs] [Bug 13790] New: Add unique id issue_id to issues and oldissues tables Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13790 Bug ID: 13790 Summary: Add unique id issue_id to issues and oldissues tables Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: gmcharlt at gmail.com Reporter: kyle at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 10:30:06 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 09:30:06 +0000 Subject: [Koha-bugs] [Bug 13790] Add unique id issue_id to issues and oldissues tables In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13790 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 10:30:10 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 09:30:10 +0000 Subject: [Koha-bugs] [Bug 13790] Add unique id issue_id to issues and oldissues tables In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13790 --- Comment #1 from Kyle M Hall --- Created attachment 36441 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36441&action=edit Bug 13790 - Add unique id issue_id to issues and old_issues tables Test Plan: 1) Use a database with existing issues and old issues 2) Apply this patch 3) Run updatedatabase 4) Inspect the database a) old_issues should now have a column issue_id starting with 1 b) issues should now have a column issue_id starting with the number of rows in the old_issues table plus one -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 10:30:59 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 09:30:59 +0000 Subject: [Koha-bugs] [Bug 13790] Add unique id issue_id to issues and oldissues tables In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13790 --- Comment #2 from Kyle M Hall --- Created attachment 36442 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36442&action=edit Bug 13790 - Update Koha Schema -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 10:55:45 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 09:55:45 +0000 Subject: [Koha-bugs] [Bug 13789] facets with accented utf-8 characters generate double encoded links In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13789 Marijana Glavica changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mglavica at ffzg.hr -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 11:03:23 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 10:03:23 +0000 Subject: [Koha-bugs] [Bug 12768] Replacement cost and processing fee management In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12768 Nicole C. Engard changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nengard at gmail.com --- Comment #6 from Nicole C. Engard --- I want to sign off on this - but can only test the staff client part of things. Everything there works great!! Maybe someone else could test the long over due cron part? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 11:04:55 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 10:04:55 +0000 Subject: [Koha-bugs] [Bug 13789] facets with accented utf-8 characters generate double encoded links In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13789 Dobrica Pavlinusic changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |http://bugs.koha-community. | |org/bugzilla3/show_bug.cgi? | |id=11944 Assignee|gmcharlt at gmail.com |dpavlin at rot13.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 11:04:55 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 10:04:55 +0000 Subject: [Koha-bugs] [Bug 11944] Cleanup Koha UTF-8 In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11944 Dobrica Pavlinusic changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |http://bugs.koha-community. | |org/bugzilla3/show_bug.cgi? | |id=13789 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 11:05:59 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 10:05:59 +0000 Subject: [Koha-bugs] [Bug 13789] facets with accented utf-8 characters generate double encoded links In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13789 Dobrica Pavlinusic changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |http://bugs.koha-community. | |org/bugzilla3/show_bug.cgi? | |id=13425 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 11:05:59 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 10:05:59 +0000 Subject: [Koha-bugs] [Bug 13425] There is an xss vulnerability in 3.16, 3.18 and master in the opac and intranet facets In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13425 Dobrica Pavlinusic changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |http://bugs.koha-community. | |org/bugzilla3/show_bug.cgi? | |id=13789 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 11:09:25 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 10:09:25 +0000 Subject: [Koha-bugs] [Bug 13791] New: Plack out of the box Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13791 Bug ID: 13791 Summary: Plack out of the box Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: gmcharlt at gmail.com Reporter: dpavlin at rot13.org QA Contact: testopia at bugs.koha-community.org Offer plack as valid alternative for installation. For now, some progress is documented at wiki page: http://wiki.koha-community.org/wiki/Plack -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 11:26:38 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 10:26:38 +0000 Subject: [Koha-bugs] [Bug 13575] Updating developer list. In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13575 Nicole C. Engard changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |String patch 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 Mar 4 11:26:49 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 10:26:49 +0000 Subject: [Koha-bugs] [Bug 13575] Updating developer list. In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13575 Nicole C. Engard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36429|0 |1 is obsolete| | --- Comment #6 from Nicole C. Engard --- Created attachment 36443 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36443&action=edit Bug 13575 - Names do not appear in the Koha history Timeline. This would be a good addition. The names to be added are: Kahurangi Cormack, Alexander Cheeseman -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 11:32:51 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 10:32:51 +0000 Subject: [Koha-bugs] [Bug 13792] New: Impossibility to pay a fee Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13792 Bug ID: 13792 Summary: Impossibility to pay a fee Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Patrons Assignee: koha-bugs at lists.koha-community.org Reporter: jcasier at ville-roubaix.fr QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com I'm working on the master version of 3.19.00.012 I create a patron in a category with enrolment fee to pay I try to pay it clicking on "Make payment" / Pay amount / confirm The Fees & Charges doesn't deseapear. I tried the same on the 3.18.03.000 version of Koha, I don't have the problem -- 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 Mar 4 11:33:19 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 10:33:19 +0000 Subject: [Koha-bugs] [Bug 11430] Search history: Delete selected lines In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11430 Matthias Meusburger changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #33835|0 |1 is obsolete| | --- Comment #74 from Matthias Meusburger --- Created attachment 36444 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36444&action=edit Bug 11430: DB changes: Add the primary key for search_history Adds a primary key search_history.id. Signed-off-by: sonia BOUIS 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 Mar 4 11:33:38 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 10:33:38 +0000 Subject: [Koha-bugs] [Bug 11430] Search history: Delete selected lines In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11430 Matthias Meusburger changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |matthias.meusburger at biblibr | |e.com --- Comment #75 from Matthias Meusburger --- patch rebased. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 11:36:38 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 10:36:38 +0000 Subject: [Koha-bugs] [Bug 13697] Syspref to not add a fee when a patron changes to a category with enrolment fee In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13697 Juliane changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off CC| |jcasier at ville-roubaix.fr --- Comment #5 from Juliane --- Ok, tested and it works. Case 1 tested: the patron has already a category with enrolment fee, I change it to another category with enrolment fee, the patron has no enrolment fee to pay Case 2 tested : the patron has a free category , I change it to a category with enrolment fee, the patron has no enrolment fee to pay Howether, I created the 13792 bugzilla : testing make me realise a bug about payment on fees on the master version of koha (not linked to this patch) -- 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 Mar 4 11:42:03 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 10:42:03 +0000 Subject: [Koha-bugs] [Bug 13789] facets with accented utf-8 characters generate double encoded links In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13789 --- Comment #1 from Dobrica Pavlinusic --- Created attachment 36445 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36445&action=edit Bug 13789 - facets with accented utf-8 characters generate double encoded links Bug 13425 tried to fix XSS in OPAC, but as result it double encoded strings in facets and made links with accented characters (which where encoded by url filter) broken. This is just a test commit to see wheater removing url filter fixes this (it does), but it also re-introduces XSS bug so it's not ready for signoff. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 11:45:09 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 10:45:09 +0000 Subject: [Koha-bugs] [Bug 13791] Plack out of the box In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13791 Mirko Tietgen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mirko at abunchofthings.net -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 11:46:18 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 10:46:18 +0000 Subject: [Koha-bugs] [Bug 13792] Impossibility to pay a fee In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13792 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal CC| |katrin.fischer at bsz-bw.de -- 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 Mar 4 11:49:06 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 10:49:06 +0000 Subject: [Koha-bugs] [Bug 7677] New area in subscriptions and new function when receiving In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7677 Matthias Meusburger changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #34221|0 |1 is obsolete| | --- Comment #51 from Matthias Meusburger --- Created attachment 36446 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36446&action=edit BZ7677: New areas in subscriptions and new functions when receiving. When enabling the makePreviousSerialAvailable syspref, the previously received serial's itemtype is set as defined in the subscription. (Please note that the item-level_itypes syspref must be set to specific item.) It is also made available. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 11:49:27 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 10:49:27 +0000 Subject: [Koha-bugs] [Bug 7677] New area in subscriptions and new function when receiving In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7677 --- Comment #52 from Matthias Meusburger --- patch rebased for updatedatabase. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 11:50:01 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 10:50:01 +0000 Subject: [Koha-bugs] [Bug 13575] Updating developer list. In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13575 Nicole C. Engard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36443|0 |1 is obsolete| | --- Comment #7 from Nicole C. Engard --- Created attachment 36447 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36447&action=edit Bug 13575 - Names do not appear in the Koha history Timeline. This would be a good addition. The names to be added are: Kahurangi Cormack, Alexander Cheeseman Signed-off-by: Nicole -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 11:50:46 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 10:50:46 +0000 Subject: [Koha-bugs] [Bug 13793] New: The installer does not output the result of the update using Plack Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13793 Bug ID: 13793 Summary: The installer does not output the result of the update using Plack Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: normal Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: jonathan.druart at biblibre.com Reporter: jonathan.druart at biblibre.com QA Contact: testopia at bugs.koha-community.org Under Plack, the installer does not output the result of the update. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 11:51:25 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 10:51:25 +0000 Subject: [Koha-bugs] [Bug 13793] The installer does not output the result of the update using Plack In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13793 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |13791 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 11:51:25 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 10:51:25 +0000 Subject: [Koha-bugs] [Bug 13791] Plack out of the box In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13791 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |13793 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 11:57:55 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 10:57:55 +0000 Subject: [Koha-bugs] [Bug 9897] members/member.pl double encoded utf-8 strings In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9897 Dobrica Pavlinusic changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #4 from Dobrica Pavlinusic --- This bug was fixed by subsequent code changes so no need to keep it open. -- 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 Mar 4 11:58:27 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 10:58:27 +0000 Subject: [Koha-bugs] [Bug 7677] New area in subscriptions and new function when receiving In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7677 Matthias Meusburger changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36446|0 |1 is obsolete| | --- Comment #53 from Matthias Meusburger --- Created attachment 36448 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36448&action=edit BZ7677: New areas in subscriptions and new functions when receiving. When enabling the makePreviousSerialAvailable syspref, the previously received serial's itemtype is set as defined in the subscription. (Please note that the item-level_itypes syspref must be set to specific item.) It is also made available. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 11:59:36 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 10:59:36 +0000 Subject: [Koha-bugs] [Bug 7677] New area in subscriptions and new function when receiving In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7677 Matthias Meusburger changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36448|0 |1 is obsolete| | --- Comment #54 from Matthias Meusburger --- Created attachment 36449 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36449&action=edit BZ7677: New areas in subscriptions and new functions when receiving. When enabling the makePreviousSerialAvailable syspref, the previously received serial's itemtype is set as defined in the subscription. (Please note that the item-level_itypes syspref must be set to specific item.) It is also made available. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 11:59:45 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 10:59:45 +0000 Subject: [Koha-bugs] [Bug 7677] New area in subscriptions and new function when receiving In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7677 Matthias Meusburger changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #34220|0 |1 is obsolete| | --- Comment #55 from Matthias Meusburger --- Created attachment 36450 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36450&action=edit Bug 7677: UT: add unit tests for GetPreviousSerialid -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 11:59:51 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 10:59:51 +0000 Subject: [Koha-bugs] [Bug 7677] New area in subscriptions and new function when receiving In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7677 Matthias Meusburger changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #34222|0 |1 is obsolete| | --- Comment #56 from Matthias Meusburger --- Created attachment 36451 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36451&action=edit Bug 7677: FIX QA issues FAIL C4/Serials.pm FAIL forbidden patterns forbidden pattern: trailing space char (line 1501) forbidden pattern: trailing space char (line 921) FAIL serials/serials-edit.pl FAIL valid "my" variable $dbh masks earlier declaration in same scope -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 12:00:05 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 11:00:05 +0000 Subject: [Koha-bugs] [Bug 7677] New area in subscriptions and new function when receiving In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7677 Matthias Meusburger changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #34665|0 |1 is obsolete| | --- Comment #57 from Matthias Meusburger --- Created attachment 36452 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36452&action=edit Bug 7677: Fix tests They don't pass since bug 12098 has been pushed. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 12:00:12 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 11:00:12 +0000 Subject: [Koha-bugs] [Bug 7677] New area in subscriptions and new function when receiving In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7677 Matthias Meusburger changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36389|0 |1 is obsolete| | --- Comment #58 from Matthias Meusburger --- Created attachment 36453 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36453&action=edit BZ7677 [Follow-up]: New areas in subscriptions and new functions when receiving. - Fix missing itemtype and previous itemtype when adding a subscription. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 12:03:46 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 11:03:46 +0000 Subject: [Koha-bugs] [Bug 13791] Plack out of the box In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13791 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen at gmail.com Assignee|gmcharlt at gmail.com |tomascohen at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 12:03:49 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 11:03:49 +0000 Subject: [Koha-bugs] [Bug 13793] The installer does not output the result of the update using Plack In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13793 Jonathan Druart 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 Wed Mar 4 12:03:52 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 11:03:52 +0000 Subject: [Koha-bugs] [Bug 13793] The installer does not output the result of the update using Plack In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13793 --- Comment #1 from Jonathan Druart --- Created attachment 36454 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36454&action=edit Bug 13793: Make the installer output the result of the updates under Plack Test plan: 0/ Start plack for intranet 1/ Create a new entry in updatedatabase.pl, something like: $DBversion = "3.19.00.013"; if(CheckVersion($DBversion)) { print "Upgrade to $DBversion done (Bug test plack - This is a est)\n"; print "Upgrade to $DBversion done (Bug test plack - This is anoter est)\n"; print "Upgrade to $DBversion done (Bug test plack - This is a third est)\n"; warn "this is an error"; } and modify the kohaversion.pl accordingly. You can also warn something to simulate an error. 2/ Go on the mainpage (or wherever you want), you should be redirected to the installer 3/ Notice that the output of the updatedatabase is displayed on the screen. 4/ Confirm that new files have been created in your Koha log directory (check the logdir entry in your koha conf file). 5/ Confirm that the output is still displayed without Plack. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 12:11:01 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 11:11:01 +0000 Subject: [Koha-bugs] [Bug 11559] Professional cataloger's interface In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11559 --- Comment #72 from Jesse Weaver --- Created attachment 36455 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36455&action=edit Bug 11559 followup - a number of small UI bugfixes -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 12:12:20 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 11:12:20 +0000 Subject: [Koha-bugs] [Bug 10937] Option to hide and group itemtypes from advanced search In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10937 --- Comment #56 from Jonathan Druart --- Looks good to me too. Kyle could you run perl -wc Koha.pm and tell us what is the error/warning? It's certainly related to the perl version (5.20 here). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 12:14:02 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 11:14:02 +0000 Subject: [Koha-bugs] [Bug 11559] Professional cataloger's interface In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11559 --- Comment #73 from Jesse Weaver --- Notes: All settings, including switching between the basic editor and Rancor, are saved per-user as local settings. This means they should be completely separated by user (though not private). Also, the [@number] markings are just an artifact of the software used to prepare this. The individual parts of this test plan should be separately testable; please test what you can! 1. Apply patch. *** Part 1 - Navigating to editor 2. [@2] Go to the Cataloging section. 3. Click on "Advanced editor." This should take you to Rancor with an empty record loaded. 4. Click on "Settings" -> "Switch to basic editor," then "OK." This should switch to the basic editor with an empty record. 5. Click on "Switch to advanced editor." This should take you back to Rancor. 6. Navigate to a record, and click "Edit" -> "Edit record." This should load the record in Rancor. 7. Verify that clicking on "(view)" and "(edit items)" go to the correct screens for the current record (in a new window). 8. Click "Settings" -> "Switch to basic editor," then repeat. This should now load in the basic editor. Click "Switch to advanced editor" for the following steps. 9. Go back to the Cataloging home page. 10. Click on "New from Z39.50/SRU," run a Z39.50 search (doesn't matter what for) and click "Import." This should open in the basic editor; the old-style Z39.50 search interface is separate from that built into Rancor. *** Part 2 - Editing records 11. [@11] Return back to a new record in Rancor. 12. Verify that the data portion non-control fields (>010) can be freely typed into. Typing a dollar sign, alphanumeric and a space should create a new subfield. For known MARC subfields, the description of the current field (and subfield) should be shown in the status bar at the bottom. 13. The data portion of control fields, tag numbers and indicators should be editable, but in overwrite mode. If a syntactically incorrect MARC tag is entered, the entire line should lose any other highlighting and turn red. 14. For known fixed fields (currently only MARC21 leader or 000, 005 and 008), the data portion of the field should be displayed as a widget, with underlined portions that expand into text fields/dropdowns for the various coded parts of the field. These widgets are toggleable in the settings. 15. Subfields with authorized values attached to them should also be displayed as simple, single-dropdown widgets. 16. It should be possible to tab between the tag number, indicators, each subfield and each element in a fixed field widget. Typing values for these fields should work as expected. 17. By pressing Enter anywhere in a field, the cursor should be moved to a new field on the next line. 18. After typing in the number of a tag, pressing Tab should tab through and automatically create the indicator positions. 19. By pressing Ctrl-X, the entire field should be deleted. *** Part 3 - Record Import/Export 20. [@20] By entering text into any of the given fields on the left, a search will be run with the given search field and contents (and none of the others). Verify that they can be focused with their listed keyboard shortcuts. 21. Click on the checkboxes next to any of the available search targets to enable/disable that target. 22. Click on the arrows above any column to resort the results by that column. Sorting defaults to title. NOTE: performance of the above will be severely degraded if Koha::Cache is not running in memcached/fastmmap mode. 23. Click on "View MARC" to show a preview of the record contents, and "Hide MARC" to return to the original view. 24. Click on "Import", and the record contents should be replaced with that of the selected record. 25. Click on "Advanced" in the search box on the left. 26. Check or uncheck any of the servers to enable/disable them before the search. The search query will be ANDed together from any non-empty fields. 27. Verify that advanced search behaves similarly to a quick search after results are returned. 28. Open an existing catalog record in Rancor. 29. Perform a search, and verify that "Substitute" copies the record contents into the current catalog record, while "Import" starts editing a new record. 30. Verify that "Save" correctly saves record contents to the catalog. 31. Click on the dropdown next to "Save to catalog," then either "Save as ISO2709 (.mrc) file" or "Save as MARCXML (.xml) file." Click "Save file" (or your browser's equivalent), then verify that the exported record's contents are correct. 32. Click on "Import record", then any ISO-2709 (.mrc) or MARC-XML (.xml) record. The record contents should be loaded. *** Part 4 - Settings/Macros 33. [@33] The "Settings" menu contains several font configuration options. Verify that they all work as expected (some fonts may not exist on your system). 34. Click on "Macros." This should bring up a screen with no existing macros. 35. Click "New macro..." and type in a name for the new macro. It should be added to the list on the side. 36. The format dropdown exists to allow compatibility with a proprietary vendor format; the default of Rancor should be sufficient. 37. Type any text into the macro editor, and it should be autosaved after a brief delay. 38. Hit "Delete macro" to delete this macro. 39. Create a new macro, insert some text, wait for it to autosave, then reload the page to verify that the macro contents are saved. 40. Enter in some test macros, and verify that they work as expected. There are a number of possible macro commands, but all are variants of two basic forms: - delete TARGET :: Deletes the given TARGET. - TARGET=SOURCE :: Copies the contents of SOURCE into TARGET (spaces around the equals sign are not allowed for reasons of ambiguity in fixed fields). 41. The possible targets are (specific tags/subfields are used, but only as examples): - 001 :: The entire contents of a control field (will be created if needed). - 245 :: The entire contents of the first 245 field (will be created if needed). - new 245 :: The entire contents of a new 245 field, inserted in numerical order. - new 245 grouped :: The entire contents of a new 245 field, inserted at the end of the 200s. - 245a OR 245a at end :: The contents of the $a subfield of the first 245 field (will be created at the end of the field if needed). - 245a after c :: The contents of the 245 $a subfield (will be created after the $c subfield if needed). - new 245a OR new 245a at end OR new 245a after c :: The contents of a new 245 $a subfield in the given position. - $a :: The contents of the $a subfield of the last mentioned tag. - 245 indicators OR indicators :: Sets both indicators of either the first field with the given tag or the last mentioned tag. 42. The possible sources are: - 001 OR 245 :: The entire contents of the first field with the given tag. - 245a :: The contents of the first $a subfield of the first 245 field. 43. Some example commands: - new 245=$a Charlotte's Web /$c by E.B. White. - delete 245c - 003=ByWater 44. Verify that entering a syntactically correct macro and hitting "Run macro" closes the macro editor and runs the given macro. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 12:15:12 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 11:15:12 +0000 Subject: [Koha-bugs] [Bug 11559] Professional cataloger's interface In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11559 --- Comment #74 from Jesse Weaver --- Addendum to the above, part 2; Ctrl-D should insert the subfield delimiter (currently somewhat hardcoded as $). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 12:16:23 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 11:16:23 +0000 Subject: [Koha-bugs] [Bug 13771] Koha 3.18 Help Files In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13771 Jesse Maseto changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36375|0 |1 is obsolete| | --- Comment #14 from Jesse Maseto --- Created attachment 36456 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36456&action=edit Bug 13771: Add admin help files for 3.18 This patch adds a new help file for column settings and updates the files for budgets, funds, libraries, patron categories, and circ rules. To test: * Visit the above listed admin pages * Review help files Signed-off-by: Jesse Maseto -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 12:19:04 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 11:19:04 +0000 Subject: [Koha-bugs] [Bug 13771] Koha 3.18 Help Files In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13771 Jesse Maseto changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36456|Bug 13771: Add admin help |[SIGNED OFF] Bug 13771: Add description|files for 3.18 |admin help files for 3.18 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 12:19:17 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 11:19:17 +0000 Subject: [Koha-bugs] [Bug 13771] Koha 3.18 Help Files In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13771 Jesse Maseto 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 Mar 4 12:24:13 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 11:24:13 +0000 Subject: [Koha-bugs] [Bug 12460] Search history: Combine to start a new search In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12460 claire.hernandez at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |claire.hernandez at biblibre.c | |om --- Comment #7 from claire.hernandez at biblibre.com --- To add in test plan: Enable syspref EnableSearchHistory before testing. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 12:28:17 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 11:28:17 +0000 Subject: [Koha-bugs] [Bug 5338] Serials in guided reports In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5338 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off -- 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 Wed Mar 4 12:28:25 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 11:28:25 +0000 Subject: [Koha-bugs] [Bug 5338] Serials in guided reports In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5338 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #35301|0 |1 is obsolete| | --- Comment #28 from Jonathan Druart --- Created attachment 36457 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36457&action=edit Bug 5338: Add "Serials" to the report group list Signed-off-by: Paola Rossi -- 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 Wed Mar 4 12:28:40 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 11:28:40 +0000 Subject: [Koha-bugs] [Bug 5338] Serials in guided reports In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5338 --- Comment #29 from Jonathan Druart --- Created attachment 36458 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36458&action=edit Bug 5338: Use insert ignore to avoid a warning if 'SER' already exists -- 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 Wed Mar 4 12:28:48 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 11:28:48 +0000 Subject: [Koha-bugs] [Bug 5338] Serials in guided reports In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5338 --- Comment #30 from Jonathan Druart --- Created attachment 36459 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36459&action=edit Bug 5338: Add the "SER" report group for all languages. -- 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 Wed Mar 4 12:29:28 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 11:29:28 +0000 Subject: [Koha-bugs] [Bug 5338] Serials in guided reports In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5338 --- Comment #31 from Jonathan Druart --- (In reply to Katrin Fischer from comment #27) > - Remove the database update and don't force the new report group into > existing installatoins. My reasoning is that when they have serials reports, > they will already have created the REPORT_GROUPS to match their needs and it > might be annoying or even create a duplicate warning if they have used SER > as well. And adding a report group is optional on the saving step. Compromise found using insert ignore :) -- 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 Wed Mar 4 12:58:36 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 11:58:36 +0000 Subject: [Koha-bugs] [Bug 10963] Simplified creation of MARC21 sample frameworks In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10963 Bernardo Gonzalez Kriegel changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #27056|0 |1 is obsolete| | --- Comment #42 from Bernardo Gonzalez Kriegel --- Created attachment 36460 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36460&action=edit Bug 10963: Simplified creation - FA framework Patch 1/9 This patch modifies Fast Add framework -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 12:58:46 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 11:58:46 +0000 Subject: [Koha-bugs] [Bug 10963] Simplified creation of MARC21 sample frameworks In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10963 Bernardo Gonzalez Kriegel changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #27057|0 |1 is obsolete| | --- Comment #43 from Bernardo Gonzalez Kriegel --- Created attachment 36461 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36461&action=edit Bug 10963: Simplified creation - BKS framework Patch 2/9 This patch rewrites BKS framework -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 12:58:57 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 11:58:57 +0000 Subject: [Koha-bugs] [Bug 10963] Simplified creation of MARC21 sample frameworks In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10963 Bernardo Gonzalez Kriegel changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #27058|0 |1 is obsolete| | --- Comment #44 from Bernardo Gonzalez Kriegel --- Created attachment 36462 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36462&action=edit Bug 10963: Simplified creation - CF framework Patch 3/9 This patch rewrites CF framework -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 12:59:13 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 11:59:13 +0000 Subject: [Koha-bugs] [Bug 10963] Simplified creation of MARC21 sample frameworks In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10963 Bernardo Gonzalez Kriegel changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #27059|0 |1 is obsolete| | --- Comment #45 from Bernardo Gonzalez Kriegel --- Created attachment 36463 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36463&action=edit Bug 10963: Simplified creation - SR framework Patch 4/9 This patch rewrites SR framework -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 12:59:28 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 11:59:28 +0000 Subject: [Koha-bugs] [Bug 10963] Simplified creation of MARC21 sample frameworks In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10963 Bernardo Gonzalez Kriegel changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #27060|0 |1 is obsolete| | --- Comment #46 from Bernardo Gonzalez Kriegel --- Created attachment 36464 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36464&action=edit Bug 10963: Simplified creation - VR framework Patch 5/9 This patch rewrites VR framework -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 12:59:44 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 11:59:44 +0000 Subject: [Koha-bugs] [Bug 10963] Simplified creation of MARC21 sample frameworks In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10963 Bernardo Gonzalez Kriegel changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #27061|0 |1 is obsolete| | --- Comment #47 from Bernardo Gonzalez Kriegel --- Created attachment 36465 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36465&action=edit Bug 10963: Simplified creation - AR framework Patch 6/9 This patch rewrites AR framework -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 12:59:54 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 11:59:54 +0000 Subject: [Koha-bugs] [Bug 10963] Simplified creation of MARC21 sample frameworks In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10963 Bernardo Gonzalez Kriegel changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #27062|0 |1 is obsolete| | --- Comment #48 from Bernardo Gonzalez Kriegel --- Created attachment 36466 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36466&action=edit Bug 10963: Simplified creation - KT framework Patch 7/9 This patch rewrites KT framework -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 13:00:06 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 12:00:06 +0000 Subject: [Koha-bugs] [Bug 10963] Simplified creation of MARC21 sample frameworks In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10963 Bernardo Gonzalez Kriegel changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #27063|0 |1 is obsolete| | --- Comment #49 from Bernardo Gonzalez Kriegel --- Created attachment 36467 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36467&action=edit Bug 10963: Simplified creation - IR framework Patch 8/9 This patch rewrites IR framework -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 13:00:19 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 12:00:19 +0000 Subject: [Koha-bugs] [Bug 10963] Simplified creation of MARC21 sample frameworks In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10963 Bernardo Gonzalez Kriegel changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #27064|0 |1 is obsolete| | --- Comment #50 from Bernardo Gonzalez Kriegel --- Created attachment 36468 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36468&action=edit Bug 10963: Simplified creation - SER framework Patch 9/9 This patch rewrites SER framework -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 13:00:29 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 12:00:29 +0000 Subject: [Koha-bugs] [Bug 10963] Simplified creation of MARC21 sample frameworks In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10963 Bernardo Gonzalez Kriegel changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #27065|0 |1 is obsolete| | --- Comment #51 from Bernardo Gonzalez Kriegel --- Created attachment 36469 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36469&action=edit Bug 10963: Revert old hidden values This patch reverts old hidden values to marc_subfield_structure. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 13:02:18 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 12:02:18 +0000 Subject: [Koha-bugs] [Bug 10963] Simplified creation of MARC21 sample frameworks In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10963 --- Comment #52 from Bernardo Gonzalez Kriegel --- (In reply to Mirko Tietgen from comment #41) > Patch does not apply. I already did half the test plan, I'd continue testing > if you'd rebase it. > Patches rebased, Thanks for testing!! Test on Comment #26 still valid. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 13:02:29 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 12:02:29 +0000 Subject: [Koha-bugs] [Bug 11881] Small improvements in OPAC results list. In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11881 Nicole C. Engard 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 Mar 4 13:02:33 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 12:02:33 +0000 Subject: [Koha-bugs] [Bug 11881] Small improvements in OPAC results list. In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11881 --- Comment #22 from Nicole C. Engard --- Created attachment 36470 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36470&action=edit [SIGNED-OFF] Small improvements for the availability informations in the search results list on the OPAC. http://bugs.koha-community.org/show_bug.cgi?id=11881 Signed-off-by: Nicole -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 13:35:22 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 12:35:22 +0000 Subject: [Koha-bugs] [Bug 10937] Option to hide and group itemtypes from advanced search In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10937 Nicole C. Engard 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 Mar 4 13:43:32 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 12:43:32 +0000 Subject: [Koha-bugs] [Bug 13487] DataTables pagination needs some fixes In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13487 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |http://bugs.koha-community. | |org/bugzilla3/show_bug.cgi? | |id=13744 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 13:43:32 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 12:43:32 +0000 Subject: [Koha-bugs] [Bug 13744] Paging on some datatables slightly broken In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13744 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |http://bugs.koha-community. | |org/bugzilla3/show_bug.cgi? | |id=13487 CC| |jonathan.druart at biblibre.co | |m -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 13:47:40 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 12:47:40 +0000 Subject: [Koha-bugs] [Bug 11201] List pending in-house uses In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11201 Nicole C. Engard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #31666|0 |1 is obsolete| | --- Comment #13 from Nicole C. Engard --- Created attachment 36471 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36471&action=edit [SIGNED-OFF] Bug 11201: Add a in-house use list pages The circulation page has a new entry: a link to a list of the pending in-house use. Bug 10860 introduces a new way for managing in-house uses. This patch adds a new page (from the circulation home page) to list all pending in-house uses. Test plan: Go on the circulation home page and click on the in-house use link. Verify all your in-house uses are listed and information are consistent. Bug 11201: Display lib instead of AV code This patch assumes that items.location is linked the the LOC authorised values. Signed-off-by: Nicole -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 13:49:35 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 12:49:35 +0000 Subject: [Koha-bugs] [Bug 13744] Paging on some datatables slightly broken In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13744 Jonathan Druart 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 Wed Mar 4 13:49:38 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 12:49:38 +0000 Subject: [Koha-bugs] [Bug 13744] Paging on some datatables slightly broken In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13744 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36381|0 |1 is obsolete| | Attachment #36382|0 |1 is obsolete| | Attachment #36385|0 |1 is obsolete| | --- Comment #10 from Jonathan Druart --- Created attachment 36472 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36472&action=edit Bug 13744: Fix datatables paging on 'order from subscription' page The paging of the datatable on the 'order from subscription' page is broken without this patch. To test: - Make sure you have a subscription, note the vendor - Create a new basket for this vendor - Add a new order line 'from a subscription' - Check paging on the result table displays correctly Signed-off-by: Nicole 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 Wed Mar 4 13:50:29 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 12:50:29 +0000 Subject: [Koha-bugs] [Bug 13744] Paging on some datatables slightly broken In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13744 --- Comment #11 from Jonathan Druart --- Created attachment 36473 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36473&action=edit Bug 13744: Fix datatables paging on 'checkout history' page The paging in the datatable on the 'circulation history' page is broken without this patch. /cgi-bin/koha/catalogue/issuehistory.pl?biblionumber=... To test: - Search for a record with items that have been checked out in the past - From the detail page, open the 'checkout history' tab - Check paging displays correctly with this patch and is broken without Signed-off-by: Nicole 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 Wed Mar 4 13:50:34 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 12:50:34 +0000 Subject: [Koha-bugs] [Bug 13744] Paging on some datatables slightly broken In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13744 --- Comment #12 from Jonathan Druart --- Created attachment 36474 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36474&action=edit Bug 13744: Fix datatables paging on 'Holds to pull' report The paging of the datatables on the 'holds to pull' report page is broken without this patch. To test: - Make sure that some holds are placed on available items in your installation - Go to the circulation start page - Open the 'holds to pull' report - Verify that the patch fixes the paging on the result table Also: Fixes "None" in the filter pull downs to be translatable. Signed-off-by: Nicole 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 Wed Mar 4 13:50:56 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 12:50:56 +0000 Subject: [Koha-bugs] [Bug 11201] List pending in-house uses In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11201 Nicole C. Engard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off 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 Mar 4 13:51:02 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 12:51:02 +0000 Subject: [Koha-bugs] [Bug 11201] List pending in-house uses In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11201 --- Comment #14 from Nicole C. Engard --- Created attachment 36475 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36475&action=edit [SIGNED-OFF] Bug 11201: Display overdues in red On the pending on-site checkout list, the date for overdues are now displayed in red. Test plan: Make sure you have on-site checkouts created today and before. The date for the ones created before today should be displayed in red. Signed-off-by: Nicole -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 13:54:39 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 12:54:39 +0000 Subject: [Koha-bugs] [Bug 11881] Small improvements in OPAC results list. In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11881 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA CC| |jonathan.druart at biblibre.co | |m --- Comment #23 from Jonathan Druart --- Simith, The css file is generated from the less file (less/opac.less). You need to attach to the patch the change you have done to this file too. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 13:55:20 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 12:55:20 +0000 Subject: [Koha-bugs] [Bug 2499] Improvement on text wrapping algorithm needed In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2499 Nicole C. Engard changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nengard at gmail.com Status|Needs Signoff |Failed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 13:56:27 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 12:56:27 +0000 Subject: [Koha-bugs] [Bug 12768] Replacement cost and processing fee management In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12768 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle at bywatersolutions.com Status|Needs Signoff |Failed QA --- Comment #7 from Kyle M Hall --- a) _insert_accontlines() has a typo, it should be _insert_accountlines() b) Can you please either rewrite chargelostitem() to use manualinvoice() for creating the accountline, or change manualinvoice() to use _insert_accontlines() as well? c) You have chargelostitem() returning an accountline as a value, which can be either the processing fee or the lost fee, but not both even though both may be charged. This return value is not even used by any code. The simplest resolution would be to delete the line. Thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 13:58:32 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 12:58:32 +0000 Subject: [Koha-bugs] [Bug 8438] Users should only claim for serials related to their branch. In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8438 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #35 from Katrin Fischer --- Ok, here it is: - We failed to get superserials and this patch set into the same version. - Superserials permission has been in use for quite a while now (see bug 8435) - This patch currently updates your permission set to add 'superserials' to it, if you had the permission to claim serials before. - We have a time gap here that will cause some change in behaviour, no matter how we do it. So this is the situation as I see it: 1) Not using IndependentBranches = Nothing needs to be done, because nothing should change. No need to update the permissions in that case. We could add an additional check for IndependentBranches to the database update. 2) Using IndependentBranches a) Having superserials permission already = Nothing changes b) Not having superserials permission before update = Can now suddenly manage serials from other branches after the update. If we don't update the permission: = Can suddenly no longer claim issues from other branches So what can we do here? - Introducing a 'superserialclaim permission' seems silly. - Taking away a smaller permission seems making more sense than giving access to even more data than before. - I'd vote for 'don't add the superserials permission on update'. Another thing: If I am not allowed to claim the issues from other branches, should these issues be visible to me? A user without superlibrarian/superserials will still see all issues that need claiming in the serial claim view, but they will miss the checkbox for claiming them. This doesn't seem to make sense, as I can't find the subscription using the search... but I can access it form the link. This is not very clean. I think the access problem could be on a separate bug ("Can still access other branches subsriptions with IndyBranches and no superserials"), but I'd really like to see a filtered view for the claims. Jonathan, could you take a look? Woudl also be good to get more opinions about b). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 13:59:51 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 12:59:51 +0000 Subject: [Koha-bugs] [Bug 6934] New report Cash Register Statistics In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6934 Nicole C. Engard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off Patch complexity|Medium patch |Small patch -- 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 Wed Mar 4 13:59:56 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 12:59:56 +0000 Subject: [Koha-bugs] [Bug 6934] New report Cash Register Statistics In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6934 --- Comment #22 from Nicole C. Engard --- Created attachment 36476 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36476&action=edit [SIGNED-OFF] Bug 6934 New report Cash Register Statistics This patch creates a new report that outputs cash register stats for a specific period. Changes: koha-tmpl/intranet-tmpl/prog/en/includes/reports-menu.inc - Added cash register report link koha-tmpl/intranet-tmpl/prog/en/modules/reports/cash-register_stats.tt - new file koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tt - Added cash register report link reports/cash-register_stats.pl - new file Testing: I Apply the patch 0) Go to reports home page (Home ? Reports); 1) Validate link << Cash Register >> under Statistics wizards; 2) Click link; 3) Validate page with three fieldsets; 4) Chose a date interval, a transaction type, a library and an output; 5) Validade the result. Signed-off-by: Nicole -- 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 Wed Mar 4 14:02:10 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 13:02:10 +0000 Subject: [Koha-bugs] [Bug 13392] New statistics wizard for suggestions In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13392 Nicole C. Engard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off CC| |nengard at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 14:02:53 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 13:02:53 +0000 Subject: [Koha-bugs] [Bug 13334] Add a warning during the return of a document that was reserved to a course. In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13334 Nicole C. Engard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA CC| |nengard at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 14:07:48 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 13:07:48 +0000 Subject: [Koha-bugs] [Bug 12528] Enable staff to deny message setting access to patrons on the OPAC In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12528 Nicole C. Engard changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nengard at gmail.com Attachment #30259|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 14:11:25 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 13:11:25 +0000 Subject: [Koha-bugs] [Bug 8236] Prevent renewing if overdue or restriction In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8236 Koha Team Lyon 3 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 Wed Mar 4 14:16:38 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 13:16:38 +0000 Subject: [Koha-bugs] [Bug 13635] $record->title is called even if marc flavour is UNIMARC In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13635 Bernardo Gonzalez Kriegel changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bgkriegel at gmail.com Status|Needs Signoff |Failed QA --- Comment #3 from Bernardo Gonzalez Kriegel --- Hi Jonathan, Seems that 'usmarc' is not a valid value for 'marcflavour' syspref, only MARC21, UNIMARC and NORMARC And the same error is on line 916 of addbiblio.pl Perhaps is better to write the code as: if ( $record ne "-1" ) { if ( C4::Context->preference('marcflavour') =~/unimarc/i ) { $template->param( title => $record->subfield('200',"a") ); } else { $template->param( title => $record->title() ); } } ... unless I'm mistaken. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 14:18:46 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 13:18:46 +0000 Subject: [Koha-bugs] [Bug 12528] Enable staff to deny message setting access to patrons on the OPAC In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12528 Nicole C. Engard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #30259|1 |0 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 14:31:58 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 13:31:58 +0000 Subject: [Koha-bugs] [Bug 13789] facets with accented utf-8 characters generate double encoded links In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13789 Dobrica Pavlinusic 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 Wed Mar 4 14:32:01 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 13:32:01 +0000 Subject: [Koha-bugs] [Bug 13789] facets with accented utf-8 characters generate double encoded links In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13789 Dobrica Pavlinusic changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36445|0 |1 is obsolete| | --- Comment #2 from Dobrica Pavlinusic --- Created attachment 36477 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36477&action=edit Bug 13789 - facets with accented utf-8 characters generate double encoded links Bug 13425 tried to fix XSS in OPAC, by using url filter in template toolkit on whole generated url. This doesn't work and create double encoded strings in facets because we are creating url variable by concatenating query_cgi (which did pass through uri_escape_utf8 on perl side) and other parameters which have to be escaped in template. Also, code like [% SET limit_cgi_f = limit_cgi | url %] doesn't do anything (at least doesn't apply url filter) so it's not needed. Test scenario: 1. find results in your opac which contain accented characters 2. click on them and verify that results are missing 3. apply this patch 4. re-run search and click on facets link verifying that there are now results 5. verify that facets are still safe from injection by constructing url like /cgi-bin/koha/opac-search.pl?q=123&sort_by='">&limit=123 and verifying that you DON'T see prompt window in your browser -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 14:32:05 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 13:32:05 +0000 Subject: [Koha-bugs] [Bug 13624] Remove columns branchcode, categorytype from table overduerules_transport_types In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13624 Jesse Maseto changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA CC| |jesse at bywatersolutions.com --- Comment #9 from Jesse Maseto --- I received a CONFLICT while trying to apply this patch. -Jesse CONFLICT (content): Merge conflict in installer/data/mysql/updatedatabase.pl Failed to merge in the changes. Patch failed at 0001 Bug #13624: Remove columns branchcode, categorytype from table overduerules_transport_types -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 14:34:29 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 13:34:29 +0000 Subject: [Koha-bugs] [Bug 13382] RDA: 700/710/711 display in XSLT In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13382 Nicole C. Engard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 14:37:49 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 13:37:49 +0000 Subject: [Koha-bugs] [Bug 8236] Prevent renewing if overdue or restriction In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8236 Aur?lie Fichot changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Patch doesn't apply --- Comment #77 from Aur?lie Fichot --- The sandbox you've requested is not ready. Some problems occurred applying patches from bug 8236:

Something went wrong !

Applying: Bug 8236 Renewing policy in overdue or restriction case Using index info to reconstruct a base tree... Falling back to patching base and 3-way merge... Auto-merging installer/data/mysql/updatedatabase.pl CONFLICT (content): Merge conflict in installer/data/mysql/updatedatabase.pl Auto-merging installer/data/mysql/sysprefs.sql Auto-merging C4/Circulation.pm Failed to merge in the changes. Patch failed at 0001 Bug 8236 Renewing policy in overdue or restriction case When you have resolved this problem run git bz apply --continue. If you would prefer to skip this patch, instead run git bz apply --skip. To restore the original branch and stop patching run git bz apply --abort. Bug 8236 - Prevent renewing if overdue or restriction 35372 - Bug 8236 Renewing policy in overdue or restriction case Apply? [(y)es, (n)o, (i)nteractive] Patch left in /tmp/Bug-8236-Renewing-policy-in-overdue-or-restriction-Gwo9FG.patch . -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 14:42:08 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 13:42:08 +0000 Subject: [Koha-bugs] [Bug 12412] Add ability for plugins to convert arbitrary files to MARC from record staging tool In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12412 Katrin Fischer 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 Wed Mar 4 14:42:11 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 13:42:11 +0000 Subject: [Koha-bugs] [Bug 12412] Add ability for plugins to convert arbitrary files to MARC from record staging tool In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12412 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #35483|0 |1 is obsolete| | --- Comment #8 from Katrin Fischer --- Created attachment 36478 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36478&action=edit [PASSED QA] Bug 12412 - Add ability for plugins to convert arbitrary files to MARC from record staging tool Many libraries would like to be able to import various types of files as MARC records ( citations, csv files, etc ). We can add a new function to the plugins system to allow that kind of behavior at a very custom level. Test Plan: 1) Ensure you have plugins enabled and configured correctly 2) Installed the attached version 2.00 of the Kitchen Sink plugin 3) Download the attached text file 4) Browse to "Stage MARC records for import" 5) Select the downloaded text file for staging 6) After uploading, you should see a new area "Transform file to MARC:", select "Example Kitchen-Sink Plugin" from the pulldown menu 7) Click 'Stage for import" 8) Click 'Manage staged records" 9) You should now see two new MARC records! Signed-off-by: Aleisha Signed-off-by: Katrin Fischer Works as described - interesting new feature. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 14:48:35 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 13:48:35 +0000 Subject: [Koha-bugs] [Bug 12412] Add ability for plugins to convert arbitrary files to MARC from record staging tool In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12412 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #9 from Katrin Fischer --- Wondering if we should update this to be a 'new feature'? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 14:53:47 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 13:53:47 +0000 Subject: [Koha-bugs] [Bug 11559] Professional cataloger's interface In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11559 Zeno Tajoli changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |z.tajoli at cineca.it --- Comment #75 from Zeno Tajoli --- Hi Jessie, What about transfer support of JSONP for services in a specific bug ? It is a modification of C4/Service.pm. I think could be useful alone. And probably in this way coulod be possible to extract also metasearch for Opac on z39.50 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 14:59:50 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 13:59:50 +0000 Subject: [Koha-bugs] [Bug 10963] Simplified creation of MARC21 sample frameworks In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10963 Mirko Tietgen changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36460|0 |1 is obsolete| | Attachment #36461|0 |1 is obsolete| | Attachment #36462|0 |1 is obsolete| | Attachment #36463|0 |1 is obsolete| | Attachment #36464|0 |1 is obsolete| | Attachment #36465|0 |1 is obsolete| | Attachment #36466|0 |1 is obsolete| | Attachment #36467|0 |1 is obsolete| | Attachment #36468|0 |1 is obsolete| | Attachment #36469|0 |1 is obsolete| | --- Comment #53 from Mirko Tietgen --- Created attachment 36479 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36479&action=edit Bug 10963: Simplified creation - FA framework Patch 1/9 This patch modifies Fast Add framework Signed-off-by: Mirko Tietgen -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 15:00:09 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 14:00:09 +0000 Subject: [Koha-bugs] [Bug 10963] Simplified creation of MARC21 sample frameworks In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10963 --- Comment #54 from Mirko Tietgen --- Created attachment 36480 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36480&action=edit Bug 10963: Simplified creation - BKS framework Patch 2/9 This patch rewrites BKS framework Signed-off-by: Mirko Tietgen -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 15:00:19 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 14:00:19 +0000 Subject: [Koha-bugs] [Bug 10963] Simplified creation of MARC21 sample frameworks In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10963 --- Comment #55 from Mirko Tietgen --- Created attachment 36481 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36481&action=edit Bug 10963: Simplified creation - CF framework Patch 3/9 This patch rewrites CF framework Signed-off-by: Mirko Tietgen -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 15:00:29 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 14:00:29 +0000 Subject: [Koha-bugs] [Bug 10963] Simplified creation of MARC21 sample frameworks In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10963 --- Comment #56 from Mirko Tietgen --- Created attachment 36482 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36482&action=edit Bug 10963: Simplified creation - SR framework Patch 4/9 This patch rewrites SR framework Signed-off-by: Mirko Tietgen -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 15:00:40 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 14:00:40 +0000 Subject: [Koha-bugs] [Bug 10963] Simplified creation of MARC21 sample frameworks In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10963 --- Comment #57 from Mirko Tietgen --- Created attachment 36483 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36483&action=edit Bug 10963: Simplified creation - VR framework Patch 5/9 This patch rewrites VR framework Signed-off-by: Mirko Tietgen -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 15:00:50 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 14:00:50 +0000 Subject: [Koha-bugs] [Bug 10963] Simplified creation of MARC21 sample frameworks In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10963 --- Comment #58 from Mirko Tietgen --- Created attachment 36484 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36484&action=edit Bug 10963: Simplified creation - AR framework Patch 6/9 This patch rewrites AR framework Signed-off-by: Mirko Tietgen -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 15:01:02 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 14:01:02 +0000 Subject: [Koha-bugs] [Bug 10963] Simplified creation of MARC21 sample frameworks In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10963 --- Comment #59 from Mirko Tietgen --- Created attachment 36485 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36485&action=edit Bug 10963: Simplified creation - KT framework Patch 7/9 This patch rewrites KT framework Signed-off-by: Mirko Tietgen -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 15:01:12 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 14:01:12 +0000 Subject: [Koha-bugs] [Bug 10963] Simplified creation of MARC21 sample frameworks In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10963 --- Comment #60 from Mirko Tietgen --- Created attachment 36486 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36486&action=edit Bug 10963: Simplified creation - IR framework Patch 8/9 This patch rewrites IR framework Signed-off-by: Mirko Tietgen -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 15:01:23 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 14:01:23 +0000 Subject: [Koha-bugs] [Bug 10963] Simplified creation of MARC21 sample frameworks In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10963 --- Comment #61 from Mirko Tietgen --- Created attachment 36487 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36487&action=edit Bug 10963: Simplified creation - SER framework Patch 9/9 This patch rewrites SER framework Signed-off-by: Mirko Tietgen -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 15:01:29 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 14:01:29 +0000 Subject: [Koha-bugs] [Bug 10963] Simplified creation of MARC21 sample frameworks In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10963 --- Comment #62 from Mirko Tietgen --- Created attachment 36488 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36488&action=edit Bug 10963: Revert old hidden values This patch reverts old hidden values to marc_subfield_structure. Signed-off-by: Mirko Tietgen -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 15:03:04 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 14:03:04 +0000 Subject: [Koha-bugs] [Bug 10963] Simplified creation of MARC21 sample frameworks In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10963 Mirko Tietgen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off --- Comment #63 from Mirko Tietgen --- Followed the test plan in comment 26, diffs contain no lines. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 15:04:50 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 14:04:50 +0000 Subject: [Koha-bugs] [Bug 13014] Sent an email to budget owner when a suggestion can be treated In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13014 --- Comment #33 from Katrin Fischer --- Hi Jonathan, this looks good so far in code review and the unit tests all pass. Just wondering: Why not send out the email immediately like the other emails, but via a cronjob? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 15:05:47 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 14:05:47 +0000 Subject: [Koha-bugs] [Bug 7683] statistic wizard: cataloging In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7683 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #28466|0 |1 is obsolete| | --- Comment #81 from Julian Maurice --- Created attachment 36489 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36489&action=edit Bug 7683: Cataloguing statistics wizard improvements Rebased on master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 15:05:59 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 14:05:59 +0000 Subject: [Koha-bugs] [Bug 7683] statistic wizard: cataloging In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7683 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #28467|0 |1 is obsolete| | --- Comment #82 from Julian Maurice --- Created attachment 36490 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36490&action=edit Bug 7683 [Follow-up] Move unit tests in t/db_dependent/Biblio.t Rebased on master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 15:06:11 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 14:06:11 +0000 Subject: [Koha-bugs] [Bug 7683] statistic wizard: cataloging In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7683 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #28468|0 |1 is obsolete| | --- Comment #83 from Julian Maurice --- Created attachment 36491 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36491&action=edit Bug 7683: Remove use of items.statisticvalue and DHTMLcalendar() Rebased on master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 15:06:23 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 14:06:23 +0000 Subject: [Koha-bugs] [Bug 7683] statistic wizard: cataloging In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7683 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #28469|0 |1 is obsolete| | --- Comment #84 from Julian Maurice --- Created attachment 36492 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36492&action=edit Bug 7683: Remove dead code about dewey and lccn filters Rebased on master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 15:06:43 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 14:06:43 +0000 Subject: [Koha-bugs] [Bug 7683] statistic wizard: cataloging In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7683 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #28470|0 |1 is obsolete| | --- Comment #85 from Julian Maurice --- Created attachment 36493 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36493&action=edit Bug 7683: Fix a shift in date filter indexes Rebased on master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 15:08:33 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 14:08:33 +0000 Subject: [Koha-bugs] [Bug 13575] Updating developer list. In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13575 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |master 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 Wed Mar 4 15:08:45 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 14:08:45 +0000 Subject: [Koha-bugs] [Bug 12887] User logged out on refresh after CAS authentication In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12887 --- Comment #4 from Matthias Meusburger --- Anyway, the logout occurs because directly after login the ticket parameter is still in the url. When pressing refresh, the page is called again with the ticket parameter, which will trigger ticket validation, that will fail because the ticket has already been used, provoking the logout. A possible fix would be to check if the user is already logged-in and prevent CAS ticket validation if it is the case. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 15:09:04 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 14:09:04 +0000 Subject: [Koha-bugs] [Bug 13624] Remove columns branchcode, categorytype from table overduerules_transport_types In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13624 Charles Farmer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36122|0 |1 is obsolete| | --- Comment #10 from Charles Farmer --- Created attachment 36494 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36494&action=edit Bug #13624: Remove columns branchcode, categorytype from table overduerules_transport_types Sponsored by Halland County Library This patch is a _requirement_ to Bug #12771, and will be necessary once we start managing more than 3 levels of overdue notice In installer/data/mysql/updatedatabase.pl - A new column and primary key, 'overduerules_id', is added to the table 'overduerules' - A new column referencing a foreign key, 'overduerules_id', is added to the table 'overduerules_transport_types' - The columns 'branchcode' and 'categorytype' are removed from the table 'overduerules_transport_types' - Data is migrated from the old tables to the new ones In installer/data/mysql/kohastructure.sql : - Table 'overduerules' - Added a primary key named 'overduerules_id' - Table 'overduerules_transport_types' - Added a foreign key named 'overduerules_id' - Dropped columns 'branchcode', 'categorycode' since we now have them referenced through 'overduerules_id' In tools/overduerules.pl - INSERT and DELETE queries on 'overduerules_transport_types' were changed to reflect the new schema In C4/Overdues.pm : - The SQL query of the function 'GetOverdueMessageTransportTypes' is changed to take into account the new design of 'overduerules_transport In t/db_dependent/Overdues.t : - The INSERT calls before the tests were changed to take into account the new design of 'overduerules' and 'overduerules_transport_types' TEST PLAN --------- 1) Apply the patch 2) Run the script installer/data/mysql/updatedatabase.pl - It will create new tables and migrate the data 3) Run Overdues.t. Tests should be successful -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 15:09:35 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 14:09:35 +0000 Subject: [Koha-bugs] [Bug 11881] Small improvements in OPAC results list. In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11881 simith.doliveira at inlibro.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36470|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 15:10:29 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 14:10:29 +0000 Subject: [Koha-bugs] [Bug 13575] Updating developer list. In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13575 Katrin Fischer 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 Wed Mar 4 15:10:39 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 14:10:39 +0000 Subject: [Koha-bugs] [Bug 13575] Updating developer list. In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13575 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36447|0 |1 is obsolete| | --- Comment #8 from Katrin Fischer --- Created attachment 36495 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36495&action=edit [PASSED QA] Bug 13575 - Names do not appear in the Koha history Timeline. This would be a good addition. The names to be added are: Kahurangi Cormack, Alexander Cheeseman Signed-off-by: Nicole Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 15:11:27 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 14:11:27 +0000 Subject: [Koha-bugs] [Bug 11881] Small improvements in OPAC results list. In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11881 --- Comment #24 from simith.doliveira at inlibro.com --- Created attachment 36496 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36496&action=edit Add changes to opac.less -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 15:12:25 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 14:12:25 +0000 Subject: [Koha-bugs] [Bug 11881] Small improvements in OPAC results list. In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11881 simith.doliveira at inlibro.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #25 from simith.doliveira at inlibro.com --- opac.less file added -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 15:21:12 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 14:21:12 +0000 Subject: [Koha-bugs] [Bug 13382] RDA: 700/710/711 display in XSLT In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13382 --- Comment #23 from Winona Salesky --- Nick, Do you have a test record that has the issue with the chopped string? I have not turned this bug up with my test records. Thanks for the help. -Winona (In reply to Nick Clemens from comment #21) > The only issue I see is that when displaying at a 'Contained Work' the last > character of the field preceding the relator terms is clipped. > > When displaying contributors all looks fine. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 15:25:19 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 14:25:19 +0000 Subject: [Koha-bugs] [Bug 13624] Remove columns branchcode, categorytype from table overduerules_transport_types In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13624 Jesse Maseto 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 Wed Mar 4 15:25:26 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 14:25:26 +0000 Subject: [Koha-bugs] [Bug 13624] Remove columns branchcode, categorytype from table overduerules_transport_types In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13624 Jesse Maseto changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36494|0 |1 is obsolete| | --- Comment #11 from Jesse Maseto --- Created attachment 36497 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36497&action=edit Bug #13624: Remove columns branchcode, categorytype from table overduerules_transport_types Sponsored by Halland County Library This patch is a _requirement_ to Bug #12771, and will be necessary once we start managing more than 3 levels of overdue notice In installer/data/mysql/updatedatabase.pl - A new column and primary key, 'overduerules_id', is added to the table 'overduerules' - A new column referencing a foreign key, 'overduerules_id', is added to the table 'overduerules_transport_types' - The columns 'branchcode' and 'categorytype' are removed from the table 'overduerules_transport_types' - Data is migrated from the old tables to the new ones In installer/data/mysql/kohastructure.sql : - Table 'overduerules' - Added a primary key named 'overduerules_id' - Table 'overduerules_transport_types' - Added a foreign key named 'overduerules_id' - Dropped columns 'branchcode', 'categorycode' since we now have them referenced through 'overduerules_id' In tools/overduerules.pl - INSERT and DELETE queries on 'overduerules_transport_types' were changed to reflect the new schema In C4/Overdues.pm : - The SQL query of the function 'GetOverdueMessageTransportTypes' is changed to take into account the new design of 'overduerules_transport In t/db_dependent/Overdues.t : - The INSERT calls before the tests were changed to take into account the new design of 'overduerules' and 'overduerules_transport_types' TEST PLAN --------- 1) Apply the patch 2) Run the script installer/data/mysql/updatedatabase.pl - It will create new tables and migrate the data 3) Run Overdues.t. Tests should be successful Signed-off-by: Jesse Maseto -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 15:26:05 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 14:26:05 +0000 Subject: [Koha-bugs] [Bug 12460] Search history: Combine to start a new search In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12460 Pierre Angot changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tredok.pierre at gmail.com Status|Needs Signoff |Signed Off --- Comment #8 from Pierre Angot --- I've tested it on sandbox. It Works ! ^^ -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 15:27:56 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 14:27:56 +0000 Subject: [Koha-bugs] [Bug 13773] add stock number to details and items display In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13773 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Status|Signed Off |Failed QA --- Comment #3 from Katrin Fischer --- Hi Dobrica, a small thing: Could you rename "Stock number" to "Inventory number" please? And I think the change in the debug section is not necessary - that appears to seem somewhat dead debug code. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 15:57:16 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 14:57:16 +0000 Subject: [Koha-bugs] [Bug 13789] facets with accented utf-8 characters generate double encoded links In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13789 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA CC| |jonathan.druart at biblibre.co | |m --- Comment #3 from Jonathan Druart --- Sorry Dobrica, I found an issue :-/ The encoding problem is fixed for the facet lib, but try to click on one facet, it should be selected (i.e. not a link and with the [x] to remove it), and it's not. It looks like there is another encoding issue somewhere else... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 16:03:21 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 15:03:21 +0000 Subject: [Koha-bugs] [Bug 13014] Sent an email to budget owner when a suggestion can be treated In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13014 --- Comment #34 from Jonathan Druart --- (In reply to Katrin Fischer from comment #33) > Just wondering: Why not send out the email immediately like the other > emails, but via a cronjob? Because we would like the ability to sent an email for the suggestions not processed for X days. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 16:04:35 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 15:04:35 +0000 Subject: [Koha-bugs] [Bug 11881] Small improvements in OPAC results list. In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11881 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off --- Comment #26 from Jonathan Druart --- (In reply to simith.doliveira from comment #25) > opac.less file added Ok thanks. No signoff needed for this one. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 16:12:28 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 15:12:28 +0000 Subject: [Koha-bugs] [Bug 12446] Enable an adult to have a guarantor In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12446 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle at bywatersolutions.com --- Comment #6 from Kyle M Hall --- I completely agree. This should be an optional feature implemented at the patron category level. Otherwise this makes an irreversible change to Koha. Many librarians complain that the patron form is too long already. We cannot hide this for adults without also hiding it for children, thus it must be implemented as an optional feature. The most sensible way to do this would be to add a switch at the patron category level that enables the ability to set a guarantor for a given patron type. (In reply to Nicole C. Engard from comment #5) > While the code works, this is a problem for many libraries. I think this > should be an on/off switch on the patron category administration page. That > way some categories can have it and others won't. If it's there for all > patrons it will be requested that we hide it for all but children and that > can't be done easily. > > Nicole -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 16:22:46 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 15:22:46 +0000 Subject: [Koha-bugs] [Bug 13717] Add ability to move old patron attributes when importing borrowers In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13717 Nicole C. Engard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Patch doesn't apply CC| |nengard at gmail.com --- Comment #2 from Nicole C. Engard --- Applying: Bug 13717 - Add ability to move old patron attributes when importing new patron data fatal: sha1 information is lacking or useless (Koha/Borrower/Import.pm). Repository lacks necessary blobs to fall back on 3-way merge. Cannot fall back to three-way merge. Patch failed at 0001 Bug 13717 - Add ability to move old patron attributes when importing new patron data When you have resolved this problem run "git bz apply --continue". If you would prefer to skip this patch, instead run "git bz apply --skip". To restore the original branch and stop patching run "git bz apply --abort". Patch left in /tmp/Bug-13717---Add-ability-to-move-old-patron-attribu-k3144M.patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 16:22:56 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 15:22:56 +0000 Subject: [Koha-bugs] [Bug 12887] User logged out on refresh after CAS authentication In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12887 --- Comment #5 from Matthias Meusburger --- Created attachment 36498 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36498&action=edit Bug 12887: User logged out on refresh after CAS authentication - If the user is already logged-in, do not trigger CAS authentication even if there is a ticket in the parameters. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 16:23:50 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 15:23:50 +0000 Subject: [Koha-bugs] [Bug 12887] User logged out on refresh after CAS authentication In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12887 Matthias Meusburger 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 Wed Mar 4 16:25:28 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 15:25:28 +0000 Subject: [Koha-bugs] [Bug 12446] Enable an adult to have a guarantor In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12446 Francois Charbonnier changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |In Discussion --- Comment #7 from Francois Charbonnier --- Hi Nicole, Hi Kyle, I do not agree since it fixes an issue in Koha. Koha already allows librarian to linked adult cards together. But once the cards are linked together, if the guarantee is an adult, the patron edit page doesn't display the "Guarantor information". So you can't edit the link. If you want to, you have to change the patron category to a child type, edit it and then put back the correct patron category. To me, it's a feature that needed to be fixed. I agree there is a need to be able to hide parts of the patron edit page but I think it should be part of a different feature. If we add the ability to control the display of the edit patron page, we should be able to do it for every part of the page. What do you think? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 16:26:49 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 15:26:49 +0000 Subject: [Koha-bugs] [Bug 11881] Small improvements in OPAC results list. In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11881 --- Comment #27 from Jonathan Druart --- The opac.css does not look good. With your patch: -rw-r--r-- 1 koha koha 42132 Mar 4 16:25 bootstrap/css/opac.css $lessc --compress bootstrap/less/opac.less > bootstrap/css/opac.css -rw-r--r-- 1 koha koha 42946 Mar 4 16:25 bootstrap/css/opac.css -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 16:29:28 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 15:29:28 +0000 Subject: [Koha-bugs] [Bug 2806] issuingbranch isn't used In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2806 Bernardo Gonzalez Kriegel changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36124|0 |1 is obsolete| | --- Comment #4 from Bernardo Gonzalez Kriegel --- Created attachment 36499 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36499&action=edit [SIGNED-OFF] Bug 2806: Remove issuingbranch columns This column is not in used in the Koha code and could be removed. Test plan: Verify the branch is correctly displayed on the circulation history (members/readingrec.pl) and that both reports Most-cisulated items (cat_issues_top.pl) and Avg checkout (issues_avg_stats.pl) work as before. Signed-off-by: Bernardo Gonzalez Kriegel No problems found. Fixed wrong table name on updatedatabase.pl and a tab char. -- 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 Wed Mar 4 16:30:03 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 15:30:03 +0000 Subject: [Koha-bugs] [Bug 2806] issuingbranch isn't used In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2806 Bernardo Gonzalez Kriegel changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bgkriegel at gmail.com Status|Needs Signoff |Signed Off Patch complexity|--- |Small patch -- 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 Wed Mar 4 16:46:33 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 15:46:33 +0000 Subject: [Koha-bugs] [Bug 12344] Multi transport types for issues and checkins In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12344 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #5 from Jonathan Druart --- I think I found an issue, to reproduce: Enable sms + email for checkout, check an item out => no letter is generated. Ok it's a configuration problem, but I think it could easily be fixed if you next instead of return if the template does not exist. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 16:49:10 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 15:49:10 +0000 Subject: [Koha-bugs] [Bug 13771] Koha 3.18 Help Files In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13771 Nicole C. Engard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 16:49:13 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 15:49:13 +0000 Subject: [Koha-bugs] [Bug 13771] Koha 3.18 Help Files In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13771 --- Comment #15 from Nicole C. Engard --- Created attachment 36500 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36500&action=edit Bug 13771: Add missing item search help file This patch adds a help file for the staff item search. To test: * Click search * click item search * click help * review the help file -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 16:52:52 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 15:52:52 +0000 Subject: [Koha-bugs] [Bug 13789] facets with accented utf-8 characters generate double encoded links In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13789 Dobrica Pavlinusic 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 Wed Mar 4 16:52:55 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 15:52:55 +0000 Subject: [Koha-bugs] [Bug 13789] facets with accented utf-8 characters generate double encoded links In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13789 Dobrica Pavlinusic changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36477|0 |1 is obsolete| | --- Comment #4 from Dobrica Pavlinusic --- Created attachment 36501 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36501&action=edit Bug 13789 - facets with accented utf-8 characters generate double encoded links Bug 13425 tried to fix XSS in OPAC, by using url filter in template toolkit on whole generated url. This doesn't work and create double encoded strings in facets because we are creating url variable by concatenating query_cgi (which did pass through uri_escape_utf8 on perl side) and other parameters which have to be escaped in template. Also, code like [% SET limit_cgi_f = limit_cgi | url %] doesn't do anything (at least doesn't apply url filter) so it's not needed. Test scenario: 1. find results in your opac which contain accented characters 2. click on them and verify that results are missing 3. apply this patch 4. re-run search and click on facets link verifying that there are now results 5. verify that facets are still safe from injection by constructing url like /cgi-bin/koha/opac-search.pl?q=123&sort_by='">&limit=123 and verifying that you DON'T see prompt window in your browser -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 16:59:26 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 15:59:26 +0000 Subject: [Koha-bugs] [Bug 12446] Enable an adult to have a guarantor In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12446 --- Comment #8 from Nicole C. Engard --- Discussion from IRC: http://irc.koha-community.org/koha/2015-03-04#i_1645311 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 17:11:03 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 16:11:03 +0000 Subject: [Koha-bugs] [Bug 1985] Email notification of new OPAC comments In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1985 Koha Team Lyon 3 changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |koha at univ-lyon3.fr Status|Needs Signoff |Failed QA --- Comment #11 from Koha Team Lyon 3 --- I tested this patch on a sandbox : 1. set syspref CommentModeratorsEmail with my email adress 2. go to public interface and add a comment on a book 3. go to saved reports to check to table message_queue : I have a new record with the letter_code ''COMMENT_CREATED' : Ok, it works ! 4. Go to notices and slips to change the message of ''COMMENT_CREATED' model : in email tab, I try to add the title of the book in the message (<>) and the biblionumber (<>) 5. Go to the opac and add a new comment on an other book 6. go to saved reports to check to table message_queue : I don't retrieve the title of the book and the biblionumber in the email : it's a pity because it can be usefull informations for the librarian. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 17:15:48 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 16:15:48 +0000 Subject: [Koha-bugs] [Bug 13635] $record->title is called even if marc flavour is UNIMARC In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13635 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #35575|0 |1 is obsolete| | Attachment #35576|0 |1 is obsolete| | --- Comment #4 from Jonathan Druart --- Created attachment 36502 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36502&action=edit Bug 13635: Unimarc - On editing a notice, the title should be displayed The title method of MARC::Record does not deal with UNIMARC, it should not be called if the marc flavour is UNIMARC. Test plan: On an unimarc installation, edit a notice, with this patch you should see "Editing TITLE (Record number BIBLIONUMBER)" Without, the title was not displayed. Same in the breadcrumbs. Bug 13635: Remove another useless call There is another call to the title method in additem.pl without any check on the marc flavour. But here the title variable sent to the template is redefined 3 lines later. So it can be simply removed. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 17:15:44 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 16:15:44 +0000 Subject: [Koha-bugs] [Bug 13635] $record->title is called even if marc flavour is UNIMARC In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13635 Jonathan Druart 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 Wed Mar 4 17:16:27 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 16:16:27 +0000 Subject: [Koha-bugs] [Bug 13771] Koha 3.18 Help Files In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13771 Mirko Tietgen changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36500|0 |1 is obsolete| | --- Comment #16 from Mirko Tietgen --- Created attachment 36503 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36503&action=edit Bug 13771: Add missing item search help file This patch adds a help file for the staff item search. To test: * Click search * click item search * click help * review the help file Signed-off-by: Mirko Tietgen -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 17:16:30 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 16:16:30 +0000 Subject: [Koha-bugs] [Bug 13635] $record->title is called even if marc flavour is UNIMARC In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13635 --- Comment #5 from Jonathan Druart --- (In reply to Bernardo Gonzalez Kriegel from comment #3) > Hi Jonathan, > Seems that 'usmarc' is not a valid value for 'marcflavour' syspref, > only MARC21, UNIMARC and NORMARC > > And the same error is on line 916 of addbiblio.pl > > Perhaps is better to write the code as: > > if ( $record ne "-1" ) { > if ( C4::Context->preference('marcflavour') =~/unimarc/i ) { > $template->param( title => $record->subfield('200',"a") ); > } else { > $template->param( title => $record->title() ); > } > } > > ... unless I'm mistaken. Yes of course, you are right! Now patch attached. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 17:16:41 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 16:16:41 +0000 Subject: [Koha-bugs] [Bug 12446] Enable an adult to have a guarantor In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12446 Francois Charbonnier changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |ASSIGNED --- Comment #9 from Francois Charbonnier --- Thanks nicole! We just talked about this with Nicole and Kyle. We agreeded on this : * On the patron category page, there will be a new button : "display the edit garantor information box" : yes | no * by default, we will have "yes" for child and professional categories * if yes, we will display the edit guarantor box on the patron edit page -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 17:18:50 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 16:18:50 +0000 Subject: [Koha-bugs] [Bug 13771] Koha 3.18 Help Files In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13771 Mirko Tietgen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mirko at abunchofthings.net Status|Needs Signoff |Signed Off --- Comment #17 from Mirko Tietgen --- Item search help works for me. I noticed that about the first half of the text is a description of how to get to the very page you open that help file from, I'm not sure it is very helpful in this context. :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 17:33:23 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 16:33:23 +0000 Subject: [Koha-bugs] [Bug 12460] Search history: Combine to start a new search In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12460 LuceBarbey changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |luce.barbey at cirad.fr --- Comment #9 from LuceBarbey --- I've tested it and I've some comments. 1.This function (developpement) needs a documentation about the behavior. 2. The first time we come on search history, we must select some lines and click on "start a new search" before to see the boolean operator 'NOT'. It's not intuitive 3. To build a complex search, we must proceed in several steps, because we could search only with AND (match all) / OR (match any.) Proposals : 1. Display the "not" column immediately 2. Modify the form : when nothing is checked display "Select searches to run a combined search". When at least one search is checked, display "With selected searches run a combined search [matching any of selected searches] [ok] -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 17:34:39 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 16:34:39 +0000 Subject: [Koha-bugs] [Bug 12461] Add patron clubs feature In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12461 Mirko Tietgen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mirko at abunchofthings.net Status|Needs Signoff |In Discussion -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 17:39:08 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 16:39:08 +0000 Subject: [Koha-bugs] [Bug 12085] Allow staff to place multiple reserves for the same patron In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12085 Mirko Tietgen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mirko at abunchofthings.net Status|Needs Signoff |In Discussion -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 17:54:07 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 16:54:07 +0000 Subject: [Koha-bugs] [Bug 12769] Notice fee management In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12769 --- Comment #8 from Ahmed Sfayhi --- Created attachment 36504 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36504&action=edit Bug 12769 - Display fee in notice fee -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 17:58:13 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 16:58:13 +0000 Subject: [Koha-bugs] [Bug 1985] Email notification of new OPAC comments In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1985 --- Comment #12 from M. Tompsett --- I think that may be a cronjob configuration problem. I'll recheck this. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 17:59:31 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 16:59:31 +0000 Subject: [Koha-bugs] [Bug 12769] Notice fee management In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12769 Ahmed Sfayhi changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ahmed.sfayhi at inlibro.com --- Comment #9 from Ahmed Sfayhi --- This attachment correct the problem with the last attachment: the fee was not displayed in the notice fee input -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 18:05:17 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 17:05:17 +0000 Subject: [Koha-bugs] [Bug 12768] Replacement cost and processing fee management In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12768 --- Comment #8 from Charles Farmer --- I read _insert_accountlines again and adapted manualinvoice to take its place. I also removed the *return* instruction at the end of chargelostitem() because, as you said, it wasn't used anywhere (except once in ChargeLostItem.t) Thank you for your time! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 18:05:44 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 17:05:44 +0000 Subject: [Koha-bugs] [Bug 12768] Replacement cost and processing fee management In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12768 Charles Farmer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36350|0 |1 is obsolete| | --- Comment #9 from Charles Farmer --- Created attachment 36505 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36505&action=edit Bug 12768 - Replacement cost and processing fee management -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 18:08:30 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 17:08:30 +0000 Subject: [Koha-bugs] [Bug 12768] Replacement cost and processing fee management In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12768 Charles Farmer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36505|0 |1 is obsolete| | --- Comment #10 from Charles Farmer --- Created attachment 36506 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36506&action=edit Bug 12768 - Replacement cost and processing fee management -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 18:33:48 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 17:33:48 +0000 Subject: [Koha-bugs] [Bug 13635] $record->title is called even if marc flavour is UNIMARC In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13635 Bernardo Gonzalez Kriegel changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36502|0 |1 is obsolete| | --- Comment #6 from Bernardo Gonzalez Kriegel --- Created attachment 36507 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36507&action=edit [SIGNED-OFF] Bug 13635: Unimarc - On editing a notice, the title should be displayed The title method of MARC::Record does not deal with UNIMARC, it should not be called if the marc flavour is UNIMARC. Test plan: On an unimarc installation, edit a notice, with this patch you should see "Editing TITLE (Record number BIBLIONUMBER)" Without, the title was not displayed. Same in the breadcrumbs. Bug 13635: Remove another useless call There is another call to the title method in additem.pl without any check on the marc flavour. But here the title variable sent to the template is redefined 3 lines later. So it can be simply removed. Signed-off-by: Bernardo Gonzalez Kriegel Tested on UNIMARC install, editing a 'record' (not notice) does not show title on breadcrumbs, status bar or page title. With patch it does! No koha-qa errors. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 18:34:39 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 17:34:39 +0000 Subject: [Koha-bugs] [Bug 13635] $record->title is called even if marc flavour is UNIMARC In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13635 Bernardo Gonzalez Kriegel 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 Mar 4 19:14:36 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 18:14:36 +0000 Subject: [Koha-bugs] [Bug 6810] Send membership expiry reminder notices In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6810 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick at quecheelibrary.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 19:30:47 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 18:30:47 +0000 Subject: [Koha-bugs] [Bug 12768] Replacement cost and processing fee management In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12768 Charles Farmer 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 Wed Mar 4 20:00:33 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 19:00:33 +0000 Subject: [Koha-bugs] [Bug 13784] Koha-stop-zebra should also work for disabled instances In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13784 Mirko Tietgen changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36412|0 |1 is obsolete| | --- Comment #6 from Mirko Tietgen --- Created attachment 36508 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36508&action=edit Koha-stop-zebra should also work for disabled instances Currently koha-stop-zebra will not stop zebra for disabled instances. It should work more like koha-stop-sip, which does work for disabled instances. Also, koha-stop-zebra is called by '/etc/init.d/koha-common stop' which clearly should also apply to disabled instances. To Test: 1) Disable a koha instance. 2) Run koha-stop-zebra INSTANCE. You should get message "Instance INSTANCE disabled. No action taken." 3) Apply patch, and copy patched file debian/scripts/koha-stop-zebra to package site over /usr/sbin/koha-stop-zebra. 4) Disable koha instance. 5) Run koha-stop-zebra INSTANCE. It should now stop zebra. http://bugs.koha-community.org/show_bug.cgi?id=13784 Signed-off-by: Mirko Tietgen -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 20:00:49 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 19:00:49 +0000 Subject: [Koha-bugs] [Bug 13784] Koha-stop-zebra should also work for disabled instances In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13784 Mirko Tietgen 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 Mar 4 20:08:25 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 19:08:25 +0000 Subject: [Koha-bugs] [Bug 13785] Koha-disable should also stop SIP and zebra for instance In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13785 Mirko Tietgen changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36413|0 |1 is obsolete| | --- Comment #2 from Mirko Tietgen --- Created attachment 36509 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36509&action=edit Bug 13785 - Koha-disable should also stop SIP and zebra for instance Currently koha-disable ONLY disables the instance in the apache conf file. Presumably if you want to disable the instance, you also want its processes to stop, so this patch will stop zebra, if running, and SIP, if enabled. Depends on Bug 13784. To Test: 1) Have an enabled instance, with zebra and SIP running. 2) Run koha-disable INST. Note that after, both zebra and SIP will still be running. 3) Re-enable INST. 4) Apply patch, and then copy debian/scripts/koha-disable to package site, over /usr/sbin/koha-disable. 5) Run koha-disable INST. You should now see that both zebra and SIP have been stopped. Signed-off-by: Mirko Tietgen -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 20:08:42 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 19:08:42 +0000 Subject: [Koha-bugs] [Bug 13785] Koha-disable should also stop SIP and zebra for instance In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13785 Mirko Tietgen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mirko at abunchofthings.net 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 Mar 4 20:12:03 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 19:12:03 +0000 Subject: [Koha-bugs] [Bug 11881] Small improvements in OPAC results list. In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11881 --- Comment #28 from simith.doliveira at inlibro.com --- Created attachment 36510 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36510&action=edit Small improvements for the availability informations in the search results list on the OPAC This patch contains small modifications to the template of OPAC search results. Theses modifications affect the "Availability" line : * Add a linebreak after each location. * Add the text "Call Number:" before call numbers. To test: I) Apply the patch II) Include the following test in the OPACUserCSS preference: .searchresults .CommasWithLinebreaks { display: block; # block - line breaks, inline - all one line } .searchresults .LabelCallNumber { display: inline; # inline - display, none - don't display } III) Do a search on the OPAC IV) Validate : check the format of availability informations for each search result (Breakline or "Call Number:" text). Sponsored-by: CCSR ( http://www.ccsr.qc.ca ) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 20:12:48 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 19:12:48 +0000 Subject: [Koha-bugs] [Bug 11881] Small improvements in OPAC results list. In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11881 simith.doliveira at inlibro.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #34004|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 20:13:04 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 19:13:04 +0000 Subject: [Koha-bugs] [Bug 11881] Small improvements in OPAC results list. In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11881 simith.doliveira at inlibro.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36496|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 20:22:50 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 19:22:50 +0000 Subject: [Koha-bugs] [Bug 11881] Small improvements in OPAC results list. In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11881 --- Comment #29 from simith.doliveira at inlibro.com --- I created a new patch with just MARC21slim2OPACResults.xsl file because reading the comments #2, #4, #9 and #21 we don't need .css ou .less files. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 20:48:57 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 19:48:57 +0000 Subject: [Koha-bugs] [Bug 12528] Enable staff to deny message setting access to patrons on the OPAC In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12528 Mirko Tietgen changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #30259|0 |1 is obsolete| | --- Comment #12 from Mirko Tietgen --- Created attachment 36511 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36511&action=edit Bug 12528 - Enable staff to deny message setting access to patrons on the OPAC This fix permits the staff to pull apart the access to patron message setting. Modified: installer/data/mysql/sysprefs.sql -OPACEnhancedMessagingPreferences preference added koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref -OPACEnhancedMessagingPreferences preference added koha-tmpl/opac-tmpl/bootstrap/en/includes/usermenu.inc -access to message setting changed Testing: I Apply the patch II Run updatedatabase.pl 0) Search OPACEnhancedMessagingPreferences preference; 1) Validate "OPACEnhancedMessagingPreferences show patron messaging setting on the OPAC (NOTE: EnhancedMessagingPreferences must be enabled)."; 2) Disable OPACEnhancedMessagingPreferences preference; 3) Enable EnhancedMessagingPreferences preference; 4) On the OPAC -> user's settings, validate "your messaging" is not showed. Patch behaves as expected Signed-off-by: Marc V?ron Signed-off-by: Mirko Tietgen I fixed some minor conflicts, so I'm sending all patches w/ signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 20:49:09 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 19:49:09 +0000 Subject: [Koha-bugs] [Bug 12528] Enable staff to deny message setting access to patrons on the OPAC In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12528 Mirko Tietgen changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #30487|0 |1 is obsolete| | --- Comment #13 from Mirko Tietgen --- Created attachment 36512 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36512&action=edit Bug 12528 - Enable staff to deny message setting access to patrons on the OPAC QA Follow up This patch will stop a person without access hitting the url directly and being able to change their messaging preferences. Signed-off-by: Chris Cormack Signed-off-by: Mirko Tietgen I fixed some minor conflicts, so I'm sending all patches w/ signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 20:49:23 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 19:49:23 +0000 Subject: [Koha-bugs] [Bug 12528] Enable staff to deny message setting access to patrons on the OPAC In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12528 Mirko Tietgen changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #31047|0 |1 is obsolete| | --- Comment #14 from Mirko Tietgen --- Created attachment 36513 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36513&action=edit Bug 12528 Patch with updatedatabase.pl included Signed-off-by: Mirko Tietgen -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 20:49:51 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 19:49:51 +0000 Subject: [Koha-bugs] [Bug 12528] Enable staff to deny message setting access to patrons on the OPAC In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12528 Mirko Tietgen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mirko at abunchofthings.net 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 Mar 4 20:52:38 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 19:52:38 +0000 Subject: [Koha-bugs] [Bug 12528] Enable staff to deny message setting access to patrons on the OPAC In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12528 --- Comment #15 from Mirko Tietgen --- The description of EnhancedMessagingPreferences should probably be reworded as it does not make much sense in combination with OPACEnhancedMessagingPreferences. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 23:07:11 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 22:07:11 +0000 Subject: [Koha-bugs] [Bug 13794] New: Input field values not translated Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13794 Bug ID: 13794 Summary: Input field values not translated Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: I18N/L10N Assignee: koha-bugs at lists.koha-community.org Reporter: maxime.beaulieu at inlibro.com QA Contact: testopia at bugs.koha-community.org CC: frederic at tamil.fr The template translation tool does not translate input field values. I have fixed a logical test marked by a #FIXME tag in tmpl_process3.pl. -- 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 Mar 4 23:10:58 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 22:10:58 +0000 Subject: [Koha-bugs] [Bug 13794] Input field values not translated In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13794 --- Comment #1 from Maxime Beaulieu --- Created attachment 36514 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36514&action=edit Fixed logical test in tmpl_process3.pl The line: next if $a eq 'value' && ($tag ne 'input' || (ref $attr->{'type'} && $attr->{'type'}->[1] =~ /^(?:checkbox|hidden|radio|text)$/)); # FIXME This portion: (ref $attr->{'type'} && $attr->{'type'}->[1] =~ /^(?:checkbox|hidden|radio|text)$/) checks if the input type is valid. We get the following (wrong) logic: next IF $a eq value AND the tag is not an input OR the input type is valid The test is true when : $a eq value, tag is an input, input type is valid We skip the tag when it is valid, it is never translated. I propose the following change: my $isValidType = ref $attr->{'type'} && $attr->{'type'}->[1] =~ /^(?:checkbox|hidden|radio|text)$/; next if $a eq 'value' && !($tag eq 'input' && $isValidType); next IF $a eq value AND NOT ( tag is an input AND input type is valid ) in short: NOT (tag is a valid input tag) [ Alternative ] ( Not included in patch ) next if $a eq 'value' && ($tag ne 'input' || (ref $attr->{'type'} && $attr->{'type'}->[1] !~ /^(?:checkbox|hidden|radio|text)$/)); No extra variable, at the cost of code readability. -- 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 Mar 4 23:11:40 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 22:11:40 +0000 Subject: [Koha-bugs] [Bug 13794] Input field values not translated In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13794 Maxime Beaulieu changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |philippe.blouin at inlibro.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 23:12:01 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 22:12:01 +0000 Subject: [Koha-bugs] [Bug 13794] Input field values not translated In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13794 Maxime Beaulieu changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |eric.begin at inLibro.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Mar 4 23:18:46 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 22:18:46 +0000 Subject: [Koha-bugs] [Bug 10988] Allow login via Google OAuth2 In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10988 --- Comment #28 from David Cook --- (In reply to M. Tompsett from comment #26) > I would think the parameter would be better renamed to $AuthenticatedEmail, > because persona and this OAuth patch both authenticate against an Email > address (the primary email address is used to find the user). > Yeah, I thought about that a bit, but it also sets a "persona" key in the session, which I think might be used for persona session management, so re-using it without careful checking could lead to weirdness with Persona. > NOOOOOO! Please hashref the parameter! > If there are more than 3 parameters, you probably should use a hashref. ... Yes, a single hashref would be nicer. If I were designing a new sub, I would use a single hashref. However, I'm personally not planning on refactoring C4::Auth::checkauth() and testing every use of it. Nor am I going to add checking to checkauth() so that it can use a single hashref OR a bunch of scalars. That just leads to more technical debt. Of course, I'm not planning on upstreaming my OpenID Connect work at the moment anyway, so it doesn't really matter. I'm sure whoever refactors checkauth() someday will use a single hashref instead. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 00:39:37 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 Mar 2015 23:39:37 +0000 Subject: [Koha-bugs] [Bug 13382] RDA: 700/710/711 display in XSLT In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13382 --- Comment #24 from Nick Clemens --- Created attachment 36515 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36515&action=edit MARC record with contained works When displaying the contained works with this patch the last character is chopped. Presumably this is to remove punctuation, but for an incorrectly punctuated field or field ending in ')' this could be problematic. In the attached record the first 700 contained work is badly punctuated and the word orchestra is trimmed, for others a comma is trimmed and replaced with a ';' separator. When testing it seems to be any character in the last field displayed AFAIK subject fields will trim a '.' on display, but not a ')' so maybe just ensure only certain punctuation is trimmed if possible Probably contained works should be separated by the '|' character as other fields are for consistency throughout -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 02:19:01 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 01:19:01 +0000 Subject: [Koha-bugs] [Bug 1985] Email notification of new OPAC comments In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1985 --- Comment #13 from M. Tompsett --- Another reason this is currently failed qa. This modifies C4/Review.pm without adding any tests. Don't worry, the patch I'm working on for this will handle comment #11 and add tests. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 03:49:11 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 02:49:11 +0000 Subject: [Koha-bugs] [Bug 1985] Email notification of new OPAC comments In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1985 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36065|0 |1 is obsolete| | --- Comment #14 from M. Tompsett --- Created attachment 36516 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36516&action=edit Bug 1985 - Email notification of new OPAC comments This feature adds YAS 'CommentModeratorsEmail', where an email (template code COMMENT_CREATED) is sent when a borrower creates/modifies an comment/review. The syspref is empty by default and no email is sent when the syspref is empty. This feature is needed because we want to alert our content moderators to take action when needed. Usually it is our librarians who write reviews and this improvement makes the process of moving Koha reviews to our CMS more smooth. TEST SETUP: -1. Run updatedatabase.pl to add the syspref and the new letter template. 0. Go to admin/preferences.pl?tab=opac, and set the 'CommentModeratorsEmail'-syspref to your email-address. TEST PLAN: 1. Log in to OPAC and find any Biblio. 2. Make a comment/review for it. 3. Check the koha.message_queue-table for any letter_code = 'COMMENT_CREATED'. You should see the reasonable default message. You can change the message in tools/letter.pl. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 03:49:24 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 02:49:24 +0000 Subject: [Koha-bugs] [Bug 1985] Email notification of new OPAC comments In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1985 --- Comment #15 from M. Tompsett --- Created attachment 36517 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36517&action=edit Bug 1985 - Add missing table variables, tweak License, and cleanup In comment #11, it was mentioned that title and biblionumber from the biblio table were not available as variables in the letter. This corrects this by converting the parameter list to a hashref, and adding the missing biblio number. It also cleans up the license on C4/Review.pm to be in line with the current coding guidelines license. Also strict and warning have been changed to the 'Use Modern::Perl;' now. TEST PLAN --------- 1) Create test branch and apply patch 2) run installer/data/mysql/updatedatabase.pl -- this will add the required default letter. 3) In the staff client: a) set the CommentModeratorsEmail system preference. -- not setting it will mean you won't get any queued letters. b) modify the COMMENT_CREATED default letter as desired. -- feel free to add other things. 4) In the OPAC: a) Log in b) Find something c) Click on the 'Comments' tab -- Holdings/Title notes/Comments (#) is at the bottom d) Click 'Post or edit your comments on this item' e) In the window that pops up, type your comment. f) Click 'Submit and close this window'. g) Click 'Edit' and repeat steps e and f again. 5) In a mysql client: a) Open the koha database b) SELECT * FROM message_queue WHERE letter_code='COMMENT_CREATED'; -- There should be at least two. -- They should be able to contain the borrower number, biblio title, and other borrower and biblio related things. -- Comments are at a biblio level, so items, and issues don't make sense as variables for the letter. 6) prove -v t/db_dependent/Review.t 6) Run the koha qa test tool. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 03:50:39 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 02:50:39 +0000 Subject: [Koha-bugs] [Bug 1985] Email notification of new OPAC comments In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1985 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #16 from M. Tompsett --- Obviously item numbers and the like don't make sense in the context of this bug, but fixing what is listed for what reports would require a separate enhancement. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 03:52:21 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 02:52:21 +0000 Subject: [Koha-bugs] [Bug 1985] Email notification of new OPAC comments In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1985 --- Comment #17 from M. Tompsett --- And by the way, comment 10 is still a valid issue. I figure it might be useful to include it in the letter in the future, but no code was added to make that possible. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 05:37:45 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 04:37:45 +0000 Subject: [Koha-bugs] [Bug 13785] Koha-disable should also stop SIP and zebra for instance In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13785 Robin Sheat changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36518|0 |1 is obsolete| | --- Comment #4 from Robin Sheat --- Created attachment 36519 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36519&action=edit Bug 13785 - Koha-disable should also stop SIP and zebra for instance Currently koha-disable ONLY disables the instance in the apache conf file. Presumably if you want to disable the instance, you also want its processes to stop, so this patch will stop zebra, if running, and SIP, if enabled. Depends on Bug 13784. To Test: 1) Have an enabled instance, with zebra and SIP running. 2) Run koha-disable INST. Note that after, both zebra and SIP will still be running. 3) Re-enable INST. 4) Apply patch, and then copy debian/scripts/koha-disable to package site, over /usr/sbin/koha-disable. 5) Run koha-disable INST. You should now see that both zebra and SIP have been stopped. Signed-off-by: Mirko Tietgen Signed-off-by: Robin Sheat -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 05:37:02 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 04:37:02 +0000 Subject: [Koha-bugs] [Bug 13785] Koha-disable should also stop SIP and zebra for instance In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13785 Robin Sheat 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 Thu Mar 5 05:37:06 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 04:37:06 +0000 Subject: [Koha-bugs] [Bug 13785] Koha-disable should also stop SIP and zebra for instance In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13785 Robin Sheat changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36509|0 |1 is obsolete| | --- Comment #3 from Robin Sheat --- Created attachment 36518 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36518&action=edit Bug 13785 - Koha-disable should also stop SIP and zebra for instance Currently koha-disable ONLY disables the instance in the apache conf file. Presumably if you want to disable the instance, you also want its processes to stop, so this patch will stop zebra, if running, and SIP, if enabled. Depends on Bug 13784. To Test: 1) Have an enabled instance, with zebra and SIP running. 2) Run koha-disable INST. Note that after, both zebra and SIP will still be running. 3) Re-enable INST. 4) Apply patch, and then copy debian/scripts/koha-disable to package site, over /usr/sbin/koha-disable. 5) Run koha-disable INST. You should now see that both zebra and SIP have been stopped. Signed-off-by: Mirko Tietgen Signed-off-by: Robin Sheat -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 05:39:01 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 04:39:01 +0000 Subject: [Koha-bugs] [Bug 13784] Koha-stop-zebra should also work for disabled instances In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13784 Robin Sheat 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 Thu Mar 5 05:39:04 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 04:39:04 +0000 Subject: [Koha-bugs] [Bug 13784] Koha-stop-zebra should also work for disabled instances In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13784 --- Comment #7 from Robin Sheat --- Created attachment 36520 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36520&action=edit Bug 13784: Koha-stop-zebra should also work for disabled instances Currently koha-stop-zebra will not stop zebra for disabled instances. It should work more like koha-stop-sip, which does work for disabled instances. Also, koha-stop-zebra is called by '/etc/init.d/koha-common stop' which clearly should also apply to disabled instances. To Test: 1) Disable a koha instance. 2) Run koha-stop-zebra INSTANCE. You should get message "Instance INSTANCE disabled. No action taken." 3) Apply patch, and copy patched file debian/scripts/koha-stop-zebra to package site over /usr/sbin/koha-stop-zebra. 4) Disable koha instance. 5) Run koha-stop-zebra INSTANCE. It should now stop zebra. http://bugs.koha-community.org/show_bug.cgi?id=13784 Signed-off-by: Mirko Tietgen Signed-off-by: Robin Sheat -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 05:43:33 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 04:43:33 +0000 Subject: [Koha-bugs] [Bug 1985] Email notification of new OPAC comments In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1985 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36516|0 |1 is obsolete| | --- Comment #18 from M. Tompsett --- Created attachment 36521 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36521&action=edit Bug 1985 - Email notification of new OPAC comments This feature adds YAS 'CommentModeratorsEmail', where an email (template code COMMENT_CREATED) is sent when a borrower creates/modifies an comment/review. The syspref is empty by default and no email is sent when the syspref is empty. This feature is needed because we want to alert our content moderators to take action when needed. Usually it is our librarians who write reviews and this improvement makes the process of moving Koha reviews to our CMS more smooth. TEST SETUP: -1. Run updatedatabase.pl to add the syspref and the new letter template. 0. Go to admin/preferences.pl?tab=opac, and set the 'CommentModeratorsEmail'-syspref to your email-address. TEST PLAN: 1. Log in to OPAC and find any Biblio. 2. Make a comment/review for it. 3. Check the koha.message_queue-table for any letter_code = 'COMMENT_CREATED'. You should see the reasonable default message. You can change the message in tools/letter.pl. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 05:43:50 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 04:43:50 +0000 Subject: [Koha-bugs] [Bug 1985] Email notification of new OPAC comments In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1985 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36517|0 |1 is obsolete| | --- Comment #19 from M. Tompsett --- Created attachment 36522 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36522&action=edit Bug 1985 - tweak License and lots of cleanup In comment #11, it was mentioned that title and biblionumber from the biblio table were not available as variables in the letter. This corrects this by converting the parameter list to a hashref, and adding the missing biblio number. It also cleans up the license on C4/Review.pm to be in line with the current coding guidelines license. Also strict and warning have been changed to the 'Use Modern::Perl;' now. Additionally, <> is now usable in the letter, as is <>. These were required additions, because comment #1 expressly says there should be a direct link to approve or delete. I also included a review everything link, since there could be multiple comments outstanding. The default letter was tweaked as well to reflect these changes. TEST PLAN --------- 1) Create test branch and apply patch 2) run installer/data/mysql/updatedatabase.pl -- this will add the required default letter. 3) In the staff client: a) set the CommentModeratorsEmail system preference. -- not setting it will mean you won't get any queued letters. b) modify the COMMENT_CREATED default letter as desired. -- feel free to add other things. 4) In the OPAC: a) Log in b) Find something c) Click on the 'Comments' tab -- Holdings/Title notes/Comments (#) is at the bottom d) Click 'Post or edit your comments on this item' e) In the window that pops up, type your comment. f) Click 'Submit and close this window'. g) Click 'Edit' and repeat steps e and f again. 5) In a mysql client: a) Open the koha database b) SELECT * FROM message_queue WHERE letter_code='COMMENT_CREATED'; -- There should be at least two. -- They should be able to contain the borrower number, biblio title, and other borrower and biblio related things. -- Comments are at a biblio level, so items, and issues don't make sense as variables for the letter. 6) prove -v t/db_dependent/Review.t 7) Run the koha qa test tool. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 05:45:24 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 04:45:24 +0000 Subject: [Koha-bugs] [Bug 1985] Email notification of new OPAC comments In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1985 --- Comment #20 from M. Tompsett --- Ignore comments #10 and #17. My second commit covers all that. :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 05:45:26 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 04:45:26 +0000 Subject: [Koha-bugs] [Bug 11998] Syspref caching issues In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11998 Robin Sheat 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 Thu Mar 5 05:45:30 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 04:45:30 +0000 Subject: [Koha-bugs] [Bug 11998] Syspref caching issues In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11998 Robin Sheat changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #32870|0 |1 is obsolete| | --- Comment #68 from Robin Sheat --- Created attachment 36523 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36523&action=edit Bug 11998 - timeout for syspref caching This adds a 30 second timeout for syspref caching so that when run under plack, you don't end up with different workers having different ideas of what the sysprefs are for too long. Signed-off-by: Brendan Gallagher -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 05:45:36 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 04:45:36 +0000 Subject: [Koha-bugs] [Bug 11998] Syspref caching issues In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11998 Robin Sheat changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #32871|0 |1 is obsolete| | --- Comment #69 from Robin Sheat --- Created attachment 36524 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36524&action=edit Bug 11998 - move most syspref db access into Context.pm There was a lot of direct database access in systempreferences.pl. This moves a lot of it into C4::Context so that it'll interact with caching better, and to centralise common functions and logging in one place. Test plan: * Make sure that creating, editing, deleting local use preferences works * Make sure that other system preferences still function normally Signed-off-by: Brendan Gallagher -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 05:45:44 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 04:45:44 +0000 Subject: [Koha-bugs] [Bug 11998] Syspref caching issues In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11998 Robin Sheat changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #32872|0 |1 is obsolete| | --- Comment #70 from Robin Sheat --- Created attachment 36525 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36525&action=edit Bug 11998 - sysprefs in memcached The caching mechanism has been abstracted a little bit, and now supports memcached for storing sysprefs. These should be correctly stored and cleared so caching will work between processes. Signed-off-by: Brendan Gallagher -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 05:45:50 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 04:45:50 +0000 Subject: [Koha-bugs] [Bug 11998] Syspref caching issues In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11998 Robin Sheat changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #32873|0 |1 is obsolete| | --- Comment #71 from Robin Sheat --- Created attachment 36526 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36526&action=edit Bug 11998 - add test case, fix issue found Adds a test case with improved coverage of the caching functionality. Fixes a bug that was uncovered by writing the test case. Signed-off-by: Brendan Gallagher -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 05:46:03 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 04:46:03 +0000 Subject: [Koha-bugs] [Bug 11998] Syspref caching issues In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11998 Robin Sheat changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #32874|0 |1 is obsolete| | --- Comment #72 from Robin Sheat --- Created attachment 36527 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36527&action=edit Bug 11998 - make syspref caching use Koha::Cache This modifies the caching system in C4::Context to use Koha::Cache instead of a custom implementation. It should be applied on top of the other syspref caching patches. Signed-off-by: Brendan Gallagher -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 05:46:08 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 04:46:08 +0000 Subject: [Koha-bugs] [Bug 11998] Syspref caching issues In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11998 Robin Sheat changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #33183|0 |1 is obsolete| | --- Comment #73 from Robin Sheat --- Created attachment 36528 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36528&action=edit Bug 11998: QA follow-up - fix the perlcritic error % perlcritic C4/Context.pm Variable declared in conditional statement at line 544, column 5. Declare variables outside of the condition. (Severity: 5) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 05:46:14 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 04:46:14 +0000 Subject: [Koha-bugs] [Bug 11998] Syspref caching issues In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11998 Robin Sheat changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #33670|0 |1 is obsolete| | --- Comment #74 from Robin Sheat --- Created attachment 36529 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36529&action=edit Bug 11998 - fix compile warnings This creates a simplified logging system that can be used by C4::Context. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 05:46:19 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 04:46:19 +0000 Subject: [Koha-bugs] [Bug 11998] Syspref caching issues In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11998 Robin Sheat changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #33724|0 |1 is obsolete| | --- Comment #75 from Robin Sheat --- Created attachment 36530 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36530&action=edit Bug 11998 - remove logging from places where it shouldn't be This prevents duplicate action_log entries when a preference is updated. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 05:46:25 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 04:46:25 +0000 Subject: [Koha-bugs] [Bug 11998] Syspref caching issues In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11998 Robin Sheat changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #33725|0 |1 is obsolete| | --- Comment #76 from Robin Sheat --- Created attachment 36531 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36531&action=edit Bug 11998 - fix test case so it's testing the cache properly -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 05:46:31 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 04:46:31 +0000 Subject: [Koha-bugs] [Bug 11998] Syspref caching issues In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11998 Robin Sheat changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #33746|0 |1 is obsolete| | --- Comment #77 from Robin Sheat --- Created attachment 36532 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36532&action=edit Bug 11998: Add Koha::Config::SystemPreference This (dirty) patch extract the syspref set and delete routine into a module. It fixes the circular dependency and the logging problem. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 05:46:37 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 04:46:37 +0000 Subject: [Koha-bugs] [Bug 11998] Syspref caching issues In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11998 Robin Sheat changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #33829|0 |1 is obsolete| | --- Comment #78 from Robin Sheat --- Created attachment 36533 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36533&action=edit Bug 11998 - tidy up the Koha::Config::SystemPreferences module a bit -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 05:46:43 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 04:46:43 +0000 Subject: [Koha-bugs] [Bug 11998] Syspref caching issues In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11998 Robin Sheat changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #33940|0 |1 is obsolete| | --- Comment #79 from Robin Sheat --- Created attachment 36534 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36534&action=edit Bug 11998 - fix some compile warnings This lazy-loads C4::Context and some other modules so that they can be be safely used by C4::Context without introducing problematic circular dependencies. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 05:59:31 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 04:59:31 +0000 Subject: [Koha-bugs] [Bug 13143] Add a tool to show a Koha's password In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13143 Robin Sheat changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #18 from Robin Sheat --- My issue is that the pausing thing means it can't be used within a script. It shouldn't say "password for x is y", it should just output the password, and it should only block if it's outputting to a terminal, otherwise it'll block forever. A test for this is here: http://stackoverflow.com/questions/911168/how-to-detect-if-my-shell-script-is-running-through-a-pipe running koha-passwd instance | cat should output the password and then finish without issuing a clear or anything. This makes it easy for people who need the password as part of some other shell script. Additionally, it'd probably be good (although I wouldn't consider it a blocker) to make a function in koha-functions.sh to fetch the password and use that, that way other scripts in the koha-* set can use that (if you're really keen you can change them to use it, but certainly don't consider than necessary.) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 06:01:57 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 05:01:57 +0000 Subject: [Koha-bugs] [Bug 11881] Small improvements in OPAC results list. In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11881 --- Comment #30 from M. Tompsett --- (In reply to Jonathan Druart from comment #27) > The opac.css does not look good. > With your patch: > -rw-r--r-- 1 koha koha 42132 Mar 4 16:25 bootstrap/css/opac.css > > $lessc --compress bootstrap/less/opac.less > bootstrap/css/opac.css > -rw-r--r-- 1 koha koha 42946 Mar 4 16:25 bootstrap/css/opac.css mtompset at ubuntu:~/kohaclone$ git reset --hard origin/master HEAD is now at 45e5afb Bug 13731: Suggestions reason does not save on updating the status mtompset at ubuntu:~/kohaclone$ ls -la koha-tmpl/opac-tmpl/bootstrap/css/opac.css -rw-rw-r-- 1 mtompset mtompset 42879 Mar 5 00:01 koha-tmpl/opac-tmpl/bootstrap/css/opac.css mtompset at ubuntu:~/kohaclone$ lessc --compress koha-tmpl/opac-tmpl/bootstrap/less/opac.less > koha-tmpl/opac-tmpl/bootstrap/css/opac.css mtompset at ubuntu:~/kohaclone$ ls -la koha-tmpl/opac-tmpl/bootstrap/css/opac.css -rw-rw-r-- 1 mtompset mtompset 43371 Mar 5 00:01 koha-tmpl/opac-tmpl/bootstrap/css/opac.css mtompset at ubuntu:~/kohaclone$ I don't think it is this patch per say. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 06:45:39 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 05:45:39 +0000 Subject: [Koha-bugs] [Bug 12478] Elasticsearch support for Koha In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12478 --- Comment #41 from Robin Sheat --- FYI, the catalyst repo branch now has basic authority search working. There's still a good bit to do (paging, biblio counts, many more things aren't there yet), but results are coming out so I'm counting that as a win :) You can see it in action here: http://elasticsearch.koha.catalystdemo.net.nz/cgi-bin/koha/opac-authorities-home.pl?op=do_search&type=opac&operator=contains&value=robert&marclist=any&and_or=and&orderby=HeadingAsc I think the fact that there are so many Jordan, Roberts is due to the data, but I haven't actually checked yet. At the moment it just replicates how the zebra version works, but I do want to push some of the things into the indexing side so that there's less computation needed to display results and things can perhaps be made a bit simpler. We can do this because we can store arbitrary fields in elasticsearch alongside the actual records. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 08:10:54 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 07:10:54 +0000 Subject: [Koha-bugs] [Bug 13411] Koha's SIP server returns not ok for checking in items that are not checked out In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13411 --- Comment #15 from Katrin Fischer --- Colin, could you take a look at this again please? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 08:13:41 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 07:13:41 +0000 Subject: [Koha-bugs] [Bug 10480] Improvements for framework plugins in cataloguing/item editor In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10480 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |enhancement CC| |katrin.fischer at bsz-bw.de --- Comment #35 from Katrin Fischer --- I think this probably shouldn't go on to the stable branches as it would break custom plugins the library might have. As the title says "improvements" switching to "enh" - but I know it's not quite. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 08:34:13 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 07:34:13 +0000 Subject: [Koha-bugs] [Bug 10480] Improvements for framework plugins in cataloguing/item editor In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10480 --- Comment #36 from M. de Rooy --- (In reply to Katrin Fischer from comment #35) > I think this probably shouldn't go on to the stable branches as it would > break custom plugins the library might have. Do you have any reasons to say that it would break custom plugins? Part of some complexity here is backward compatibility. BTW I agree that this is not targeted for the stable branches in the first place. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 09:04:21 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 08:04:21 +0000 Subject: [Koha-bugs] [Bug 12768] Replacement cost and processing fee management In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12768 --- Comment #11 from Kyle M Hall --- (In reply to Charles Farmer from comment #8) > I read _insert_accountlines again and adapted manualinvoice to take its > place. I also removed the *return* instruction at the end of > chargelostitem() because, as you said, it wasn't used anywhere (except once > in ChargeLostItem.t) > > Thank you for your time! Thanks for those fixes! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 09:06:10 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 08:06:10 +0000 Subject: [Koha-bugs] [Bug 13789] facets with accented utf-8 characters generate double encoded links In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13789 Dobrica Pavlinusic changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |In Discussion -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 09:35:37 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 08:35:37 +0000 Subject: [Koha-bugs] [Bug 13773] add stock number to details and items display In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13773 Dobrica Pavlinusic 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 Thu Mar 5 09:35:40 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 08:35:40 +0000 Subject: [Koha-bugs] [Bug 13773] add stock number to details and items display In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13773 Dobrica Pavlinusic changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36392|0 |1 is obsolete| | --- Comment #4 from Dobrica Pavlinusic --- Created attachment 36535 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36535&action=edit Bug 13773 - add stock number to details and items display This patch adds stocknumber (named Inventory number in interface) to details table and items display if it exists. Test scenario: 1. find item(s) which have inventory number assigned 2. verify that you don't see inventory number in items display 3. apply this patch 4. verify that inventory number is now available -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 09:36:33 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 08:36:33 +0000 Subject: [Koha-bugs] [Bug 13773] add stock number to details and items display In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13773 --- Comment #5 from Dobrica Pavlinusic --- Nicole, can I bother you for another sign-off? I decided not to make follow up, because I think that master doesn't need two commits for such a simple change. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 09:40:47 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 08:40:47 +0000 Subject: [Koha-bugs] [Bug 12399] opaccredits printing at top on printable version In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12399 Katrin Fischer 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 Thu Mar 5 09:40:50 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 08:40:50 +0000 Subject: [Koha-bugs] [Bug 12399] opaccredits printing at top on printable version In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12399 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36263|0 |1 is obsolete| | --- Comment #5 from Katrin Fischer --- Created attachment 36536 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36536&action=edit [PASSED QA] Bug 12399 - opaccredits printing at top on printable version This patch introduces a new class "noprint" in koha-tmpl/opac-tmpl/bootstrap/css/print.css With this class, unwanted elements can be hidden when printing. To test: In OPAC, do a search with many results (> 1 Page) Print page or do a print preview See that footer elements are not displayed correctly (as of screenshot in comment #1) and that on top of page 2 the language selector overlays the list Apply patch Repeat steps above. Verify that printed page looks much nicer now by hiding unwanted elements (including e.g. RSS icon, toolbar etc.) This mechanism can be used on other pages as well. Signed-off-by: Brendan Gallagher Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 09:41:26 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 08:41:26 +0000 Subject: [Koha-bugs] [Bug 12399] opaccredits printing at top on printable version In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12399 --- Comment #6 from Katrin Fischer --- Created attachment 36537 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36537&action=edit Bug 12399: Small change to remove the whole paging Previous patch only removed the next and previous buttons. This patch changes it a bit to remove the whole paging from the print view of the page. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 09:46:54 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 08:46:54 +0000 Subject: [Koha-bugs] [Bug 12399] opaccredits printing at top on printable version In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12399 --- Comment #7 from Brendan Gallagher --- Created attachment 36538 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36538&action=edit Bug 12399 - opaccredits printing at top on printable version This patch introduces a new class "noprint" in koha-tmpl/opac-tmpl/bootstrap/css/print.css With this class, unwanted elements can be hidden when printing. To test: In OPAC, do a search with many results (> 1 Page) Print page or do a print preview See that footer elements are not displayed correctly (as of screenshot in comment #1) and that on top of page 2 the language selector overlays the list Apply patch Repeat steps above. Verify that printed page looks much nicer now by hiding unwanted elements (including e.g. RSS icon, toolbar etc.) This mechanism can be used on other pages as well. Signed-off-by: Brendan Gallagher Signed-off-by: Katrin Fischer Signed-off-by: Brendan Gallagher -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 09:47:10 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 08:47:10 +0000 Subject: [Koha-bugs] [Bug 12399] opaccredits printing at top on printable version In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12399 Brendan Gallagher changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36537|0 |1 is obsolete| | --- Comment #8 from Brendan Gallagher --- Created attachment 36539 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36539&action=edit Bug 12399: Small change to remove the whole paging Previous patch only removed the next and previous buttons. This patch changes it a bit to remove the whole paging from the print view of the page. Signed-off-by: Brendan Gallagher -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 09:48:15 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 08:48:15 +0000 Subject: [Koha-bugs] [Bug 12399] opaccredits printing at top on printable version In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12399 Brendan Gallagher changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |brendan at bywatersolutions.co | |m Attachment #36538|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 10:07:32 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 09:07:32 +0000 Subject: [Koha-bugs] [Bug 13789] facets with accented utf-8 characters generate double encoded links In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13789 Dobrica Pavlinusic changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |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 Thu Mar 5 10:07:35 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 09:07:35 +0000 Subject: [Koha-bugs] [Bug 13789] facets with accented utf-8 characters generate double encoded links In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13789 Dobrica Pavlinusic changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36501|0 |1 is obsolete| | --- Comment #5 from Dobrica Pavlinusic --- Created attachment 36540 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36540&action=edit Bug 13789 - facets with accented utf-8 characters generate double encoded links Bug 13425 tried to fix XSS in OPAC, by using url filter in template toolkit on whole generated url. This doesn't work and create double encoded strings in facets because we are creating url variable by concatenating query_cgi (which did pass through uri_escape_utf8 on perl side) and other parameters which have to be escaped in template. Also, code like [% SET limit_cgi_f = limit_cgi | url %] doesn't do anything (at least doesn't apply url filter) so it's not needed. This patch also fixes encoding of hidden fields used in sort by form. And lastly, it tries to make facet changes for opac and intranet as same as possible to simplify future maintencence of this code. Test scenario: 1. find results in your opac which contain accented characters 2. click on them and verify that results are missing 3. apply this patch 4. re-run search and click on facets link verifying that there are now results 5. test sort by form and verify that results are ok 6. verify that facets are still safe from injection by constructing url like /cgi-bin/koha/opac-search.pl?q=123&sort_by='">&limit=123 and verifying that you DON'T see prompt window in your browser -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 10:11:46 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 09:11:46 +0000 Subject: [Koha-bugs] [Bug 11311] Browse selected authorities In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11311 fpichenot at ville-roubaix.fr changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fpichenot at ville-roubaix.fr --- Comment #6 from fpichenot at ville-roubaix.fr --- Install -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 10:12:50 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 09:12:50 +0000 Subject: [Koha-bugs] [Bug 1985] Email notification of new OPAC comments In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1985 --- Comment #21 from Koha Team Lyon 3 --- I have just tested it. Everything is fine except that <> isn't filled in the email : ... BEGIN COMMENT --- A lire absolument --- END COMMENT --- To approve: http:///cgi-bin/koha/review/reviewswaiting.pl?op=approve&reviewid=10 To delete: http:///cgi-bin/koha/review/reviewswaiting.pl?op=delete&reviewid=10 Or to review all comments: http:///cgi-bin/koha/review/reviewswaiting.pl Check it out! Your library. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 10:13:19 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 09:13:19 +0000 Subject: [Koha-bugs] [Bug 11311] Browse selected authorities In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11311 --- Comment #7 from fpichenot at ville-roubaix.fr --- Installation failed on sandbox : The sandbox you've requested is not ready. Some problems occurred applying patches from bug 10858 11311:

Something went wrong !

Applying: Bug 10858: Browse selected biblios Using index info to reconstruct a base tree... Falling back to patching base and 3-way merge... Auto-merging opac/opac-detail.pl CONFLICT (content): Merge conflict in opac/opac-detail.pl CONFLICT (modify/delete): koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tt deleted in HEAD and modified in Bug 10858: Browse selected biblios. Version Bug 10858: Browse selected biblios of koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tt left in tree. CONFLICT (modify/delete): koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt deleted in HEAD and modified in Bug 10858: Browse selected biblios. Version Bug 10858: Browse selected biblios of koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt left in tree. CONFLICT (modify/delete): koha-tmpl/opac-tmpl/prog/en/includes/doc-head-close.inc deleted in HEAD and modified in Bug 10858: Browse selected biblios. Version Bug 10858: Browse selected biblios of koha-tmpl/opac-tmpl/prog/en/includes/doc-head-close.inc left in tree. CONFLICT (modify/delete): koha-tmpl/opac-tmpl/ccsr/en/includes/doc-head-close.inc deleted in HEAD and modified in Bug 10858: Browse selected biblios. Version Bug 10858: Browse selected biblios of koha-tmpl/opac-tmpl/ccsr/en/includes/doc-head-close.inc left in tree. Failed to merge in the changes. Patch failed at 0001 Bug 10858: Browse selected biblios When you have resolved this problem run git bz apply --continue. If you would prefer to skip this patch, instead run git bz apply --skip. To restore the original branch and stop patching run git bz apply --abort. Bug 10858 - Browse selected biblios 25643 - Bug 10858: Browse selected biblios 25644 - Bug 10858 [Follow-up] Browse selected biblios 25645 - Bug 10858: FIX error if no biblio is selected 25646 - Bug 10858: Don't use the cookie if the ft is disabled 25647 - Bug 10858: Browse selected biblios - bootstrap 25648 - Bug 10858: FIX the Browse selected link 25649 - Bug 10858: FIX Only one occurrence of the biblionumbers should be stored 25650 - Bug 10858: Replace Browse results with Browse selected results 25651 - Bug 10858: fix bad merge conflict 25652 - Bug 10858: follow-up Don't use the cookie if the ft is disabled 25653 - Bug 10858: Handle JS deactivated and cookies disabled Apply? [(y)es, (n)o, (i)nteractive] Patch left in /tmp/Bug-10858-Browse-selected-biblios-_uhkSZ.patch . sandbox is not ready ! Admin User Koha Jeudi 05 Mars 2015 10:04 A : fpichenot at ville-roubaix.fr Afficher les d?tails The sandbox you've requested is not ready. Some problems occurred applying patches from bug 10858 11311:

Something went wrong !

Applying: Bug 10858: Browse selected biblios Using index info to reconstruct a base tree... Falling back to patching base and 3-way merge... Auto-merging opac/opac-detail.pl CONFLICT (content): Merge conflict in opac/opac-detail.pl CONFLICT (modify/delete): koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tt deleted in HEAD and modified in Bug 10858: Browse selected biblios. Version Bug 10858: Browse selected biblios of koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tt left in tree. CONFLICT (modify/delete): koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt deleted in HEAD and modified in Bug 10858: Browse selected biblios. Version Bug 10858: Browse selected biblios of koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt left in tree. CONFLICT (modify/delete): koha-tmpl/opac-tmpl/prog/en/includes/doc-head-close.inc deleted in HEAD and modified in Bug 10858: Browse selected biblios. Version Bug 10858: Browse selected biblios of koha-tmpl/opac-tmpl/prog/en/includes/doc-head-close.inc left in tree. CONFLICT (modify/delete): koha-tmpl/opac-tmpl/ccsr/en/includes/doc-head-close.inc deleted in HEAD and modified in Bug 10858: Browse selected biblios. Version Bug 10858: Browse selected biblios of koha-tmpl/opac-tmpl/ccsr/en/includes/doc-head-close.inc left in tree. Failed to merge in the changes. Patch failed at 0001 Bug 10858: Browse selected biblios When you have resolved this problem run git bz apply --continue. If you would prefer to skip this patch, instead run git bz apply --skip. To restore the original branch and stop patching run git bz apply --abort. Bug 10858 - Browse selected biblios 25643 - Bug 10858: Browse selected biblios 25644 - Bug 10858 [Follow-up] Browse selected biblios 25645 - Bug 10858: FIX error if no biblio is selected 25646 - Bug 10858: Don't use the cookie if the ft is disabled 25647 - Bug 10858: Browse selected biblios - bootstrap 25648 - Bug 10858: FIX the Browse selected link 25649 - Bug 10858: FIX Only one occurrence of the biblionumbers should be stored 25650 - Bug 10858: Replace Browse results with Browse selected results 25651 - Bug 10858: fix bad merge conflict 25652 - Bug 10858: follow-up Don't use the cookie if the ft is disabled 25653 - Bug 10858: Handle JS deactivated and cookies disabled -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 10:18:51 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 09:18:51 +0000 Subject: [Koha-bugs] [Bug 12478] Elasticsearch support for Koha In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12478 Peter Zhao changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |peterzhaonj at 163.com --- Comment #42 from Peter Zhao --- (In reply to Robin Sheat from comment #41) > FYI, the catalyst repo branch now has basic authority search working. > There's still a good bit to do (paging, biblio counts, many more things > aren't there yet), but results are coming out so I'm counting that as a win > :) > > You can see it in action here: > > http://elasticsearch.koha.catalystdemo.net.nz/cgi-bin/koha/opac-authorities- > home. > pl?op=do_search&type=opac&operator=contains&value=robert&marclist=any&and_or= > and&orderby=HeadingAsc > > I think the fact that there are so many Jordan, Roberts is due to the data, > but I haven't actually checked yet. At the moment it just replicates how the > zebra version works, but I do want to push some of the things into the > indexing side so that there's less computation needed to display results and > things can perhaps be made a bit simpler. We can do this because we can > store arbitrary fields in elasticsearch alongside the actual records. Dear Robin, It is a great job! Thanks a lot. I tried to install a ES. It seems to index the biblio. But I can't search the record."No results found!" I can find the record by Zebra. koha at koha:~$ /home/koha/kohaclone/misc/search_tools/rebuild_elastic_search.pl -v -d Indexing biblios 1 Could you give some advice? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 10:21:03 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 09:21:03 +0000 Subject: [Koha-bugs] [Bug 7143] Bug for tracking changes to the about page In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7143 Nicole C. Engard changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|Trivial patch |String patch Depends on| |13575 Status|ASSIGNED |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 Thu Mar 5 10:21:03 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 09:21:03 +0000 Subject: [Koha-bugs] [Bug 13575] Updating developer list. In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13575 Nicole C. Engard changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |7143 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 10:21:13 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 09:21:13 +0000 Subject: [Koha-bugs] [Bug 7143] Bug for tracking changes to the about page In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7143 --- Comment #231 from Nicole C. Engard --- Created attachment 36541 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36541&action=edit BUG 7143: Add Kyle Hall as the 42nd developer to history I found Kyle's first commit and added him to the history http://lists.gnu.org/archive/cgi-bin/namazu.cgi?query=kyle&submit=Search!&idxname=koha-cvs&max=20&result=normal&sort=date%3Aearly While in there I added tags to releases and developers that were missing. To test: * Log in to staff client * visit about koha * check to make sure timeline is right -- 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 Thu Mar 5 10:32:59 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 09:32:59 +0000 Subject: [Koha-bugs] [Bug 7143] Bug for tracking changes to the about page In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7143 Nicole C. Engard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36541|0 |1 is obsolete| | --- Comment #232 from Nicole C. Engard --- Created attachment 36542 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36542&action=edit BUG 7143: Add Kyle Hall as the 42nd developer to history I found Kyle's first commit and added him to the history http://lists.gnu.org/archive/cgi-bin/namazu.cgi?query=kyle&submit=Search!&idxname=koha-cvs&max=20&result=normal&sort=date%3Aearly While in there I added tags to releases and developers that were missing. To test: * Log in to staff client * visit about koha * check to make sure timeline is right -- 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 Thu Mar 5 10:37:33 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 09:37:33 +0000 Subject: [Koha-bugs] [Bug 12528] Enable staff to deny message setting access to patrons on the OPAC In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12528 --- Comment #16 from Jonathan Druart --- Comment on attachment 36512 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36512 Bug 12528 - Enable staff to deny message setting access to patrons on the OPAC Review of attachment 36512: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=12528&attachment=36512) ----------------------------------------------------------------- ::: opac/opac-messaging.pl @@ +69,5 @@ > SMSnumber => defined $borrower->{'smsalertnumber'} ? $borrower->{'smsalertnumber'} : $borrower->{'mobile'}, > SMSSendDriver => C4::Context->preference("SMSSendDriver"), > + TalkingTechItivaPhone => C4::Context->preference("TalkingTechItivaPhoneNotification"), > + admin => C4::Context->preference('KohaAdminEmailAddress'), > + Authorized => C4::Context->preference('OPACEnhancedMessagingPreferences')); Please use the Koha plugin to access system preference values from the templates ([% IF Koha.Preference('OPACEnhancedMessagingPreferences') %]). And maybe EnhancedMessagingPreferences should be checked too, according to the description of the syspref. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 10:37:46 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 09:37:46 +0000 Subject: [Koha-bugs] [Bug 12528] Enable staff to deny message setting access to patrons on the OPAC In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12528 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA CC| |jonathan.druart at biblibre.co | |m -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 10:37:48 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 09:37:48 +0000 Subject: [Koha-bugs] [Bug 7143] Bug for tracking changes to the about page In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7143 Larry Baerveldt 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 Thu Mar 5 10:37:52 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 09:37:52 +0000 Subject: [Koha-bugs] [Bug 7143] Bug for tracking changes to the about page In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7143 Larry Baerveldt changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36542|0 |1 is obsolete| | --- Comment #233 from Larry Baerveldt --- Created attachment 36543 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36543&action=edit BUG 7143: Add Kyle Hall as the 42nd developer to history I found Kyle's first commit and added him to the history http://lists.gnu.org/archive/cgi-bin/namazu.cgi?query=kyle&submit=Search!&idxname=koha-cvs&max=20&result=normal&sort=date%3Aearly While in there I added tags to releases and developers that were missing. To test: * Log in to staff client * visit about koha * check to make sure timeline is 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 Thu Mar 5 10:40:06 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 09:40:06 +0000 Subject: [Koha-bugs] [Bug 7143] Bug for tracking changes to the about page In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7143 Larry Baerveldt changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36543|0 |1 is obsolete| | --- Comment #234 from Larry Baerveldt --- Created attachment 36544 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36544&action=edit BUG 7143: Add Kyle Hall as the 42nd developer to history I found Kyle's first commit and added him to the history http://lists.gnu.org/archive/cgi-bin/namazu.cgi?query=kyle&submit=Search!&idxname=koha-cvs&max=20&result=normal&sort=date%3Aearly While in there I added tags to releases and developers that were missing. To test: * Log in to staff client * visit about koha * check to make sure timeline is right Signed-off-by: Larry Baerveldt -- 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 Thu Mar 5 10:44:23 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 09:44:23 +0000 Subject: [Koha-bugs] [Bug 13771] Koha 3.18 Help Files In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13771 aloij changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aloi54 at live.fr -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 10:49:01 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 09:49:01 +0000 Subject: [Koha-bugs] [Bug 7143] Bug for tracking changes to the about page In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7143 Nicole C. Engard changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nengard at gmail.com --- Comment #235 from Nicole C. Engard --- Note that my patch depends on bug 15375 (listed as a dependency above) since that has passed qa already. -- 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 Thu Mar 5 10:49:14 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 09:49:14 +0000 Subject: [Koha-bugs] [Bug 7143] Bug for tracking changes to the about page In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7143 --- Comment #236 from Nicole C. Engard --- bug 13575 -- 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 Thu Mar 5 10:54:50 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 09:54:50 +0000 Subject: [Koha-bugs] [Bug 12887] User logged out on refresh after CAS authentication In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12887 LuceBarbey changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |luce.barbey at cirad.fr -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 10:57:02 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 09:57:02 +0000 Subject: [Koha-bugs] [Bug 11882] Add a new button to the checkout confirmation dialog when checking out a reserved item. In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11882 Jonathan Druart 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 Thu Mar 5 10:57:12 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 09:57:12 +0000 Subject: [Koha-bugs] [Bug 11882] Add a new button to the checkout confirmation dialog when checking out a reserved item. In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11882 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36197|0 |1 is obsolete| | --- Comment #30 from Jonathan Druart --- Created attachment 36545 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36545&action=edit Bug 11882 - Add a new button to the checkout confirmation dialog when checking out a reserved item This patch adds a "Don't Check Out and Print Slip" button to the dialog that appears when trying to checkout a reserved item. Test case : * Put a hold on an item for User A. * Try to check out it item with User B. * The "Please confirm checkout" box should appear. The "Don't Check Out and Print Slip" button should appear in this box. * Click on the "Don't Check Out and Print Slip" button. * A print popup will appear Signed-off-by: Nick Followed test plan, works as expected. Signed-off-by: Marc V?ron -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 10:59:37 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 09:59:37 +0000 Subject: [Koha-bugs] [Bug 13793] The installer does not output the result of the update using Plack In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13793 Dobrica Pavlinusic changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36454|0 |1 is obsolete| | --- Comment #2 from Dobrica Pavlinusic --- Created attachment 36546 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36546&action=edit Bug 13793: Make the installer output the result of the updates under Plack Test plan: 0/ Start plack for intranet 1/ Create a new entry in updatedatabase.pl, something like: $DBversion = "3.19.00.013"; if(CheckVersion($DBversion)) { print "Upgrade to $DBversion done (Bug test plack - This is a est)\n"; print "Upgrade to $DBversion done (Bug test plack - This is anoter est)\n"; print "Upgrade to $DBversion done (Bug test plack - This is a third est)\n"; warn "this is an error"; } and modify the kohaversion.pl accordingly. You can also warn something to simulate an error. 2/ Go on the mainpage (or wherever you want), you should be redirected to the installer 3/ Notice that the output of the updatedatabase is displayed on the screen. 4/ Confirm that new files have been created in your Koha log directory (check the logdir entry in your koha conf file). 5/ Confirm that the output is still displayed without Plack. Signed-off-by: Dobrica Pavlinusic -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 11:00:00 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 10:00:00 +0000 Subject: [Koha-bugs] [Bug 13793] The installer does not output the result of the update using Plack In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13793 Dobrica Pavlinusic changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off CC| |dpavlin at rot13.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 11:04:14 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 10:04:14 +0000 Subject: [Koha-bugs] [Bug 11395] Batch modifications for records In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11395 LuceBarbey changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |luce.barbey at cirad.fr -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 11:05:16 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 10:05:16 +0000 Subject: [Koha-bugs] [Bug 13771] Koha 3.18 Help Files In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13771 --- Comment #18 from Nicole C. Engard --- Created attachment 36547 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36547&action=edit Bug 13771: Update manage staged marc help for 3.18 This updates the manage staged marc files help. To test: * Visit Tools > Staged MARC record management * Click help * Confirm it's there and correct -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 11:05:12 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 10:05:12 +0000 Subject: [Koha-bugs] [Bug 13771] Koha 3.18 Help Files In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13771 Nicole C. Engard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 11:21:44 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 10:21:44 +0000 Subject: [Koha-bugs] [Bug 13657] Don't show extra comma after guarantor name on patron details In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13657 Katrin Fischer 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 Thu Mar 5 11:21:48 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 10:21:48 +0000 Subject: [Koha-bugs] [Bug 13657] Don't show extra comma after guarantor name on patron details In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13657 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36266|0 |1 is obsolete| | --- Comment #4 from Katrin Fischer --- Created attachment 36548 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36548&action=edit [PASSED QA] Bug 13657 - Don't show extra comma after guarantor name on patron details This patch suppresses the first name part (including comma) if first name is empty. This way, first name is still displays with natural persons, but not with organizations. To test: Apply this patch (without the first patch). Have one patron with a natural person as guarantor and one patron with an organization as guarantor. Verify that both display properly on the patron details page. Signed-off-by: Jesse Maseto Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 11:24:24 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 10:24:24 +0000 Subject: [Koha-bugs] [Bug 12887] User logged out on refresh after CAS authentication In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12887 Koha Team Lyon 3 changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off CC| |koha at univ-lyon3.fr --- Comment #6 from Koha Team Lyon 3 --- Tested on a sandbox : 1. I've Changed this syspref : casAuthentication (use), casServerUrl, OPACBaseURL 2. Go to the opac and connect this CAS authentication 3. refresh the page (I've tried F5 and the refresh button) : I'm still logged in. 4. I've tried to deconnect and reconnect : no problem. It works ! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 11:26:49 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 10:26:49 +0000 Subject: [Koha-bugs] [Bug 13778] lists buttons ugly In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13778 --- Comment #2 from Nicole C. Engard --- I like that idea. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 11:27:28 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 10:27:28 +0000 Subject: [Koha-bugs] [Bug 13695] Allow ISBD format export In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13695 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at biblibre.co | |m --- Comment #9 from Jonathan Druart --- (In reply to Hugo Agud from comment #8) > We have applied the patch and it works, but we have found some issues Hugo, I don't reproduce the encoding issue (pmvers Encode: 2.60). Is it expected to retrieve a file with the html tag? IMO the ISBD generated file should be a simple text file, don't you think? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 11:31:11 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 10:31:11 +0000 Subject: [Koha-bugs] [Bug 13695] Allow ISBD format export In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13695 --- Comment #10 from Hugo Agud --- (In reply to Jonathan Druart from comment #9) > (In reply to Hugo Agud from comment #8) > > We have applied the patch and it works, but we have found some issues > > Hugo, I don't reproduce the encoding issue (pmvers Encode: 2.60). > Is it expected to retrieve a file with the html tag? > IMO the ISBD generated file should be a simple text file, don't you think? Yes txt is desirable of course, we just did that change becasue we were in a hurry to push to the server. We faced problems with diacritics (spanish), I will chech the encoding againg, thanks for the tip -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 11:31:32 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 10:31:32 +0000 Subject: [Koha-bugs] [Bug 13478] Force item holds only for specific biblios In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13478 M. de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |In Discussion -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 11:32:58 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 10:32:58 +0000 Subject: [Koha-bugs] [Bug 13766] biblioitems.ean field is too short In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13766 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA CC| |jonathan.druart at biblibre.co | |m --- Comment #3 from Jonathan Druart --- Fr?d?ric, I got an error on executing the updatedb entry: DBD::mysql::db do failed: BLOB/TEXT column 'ean' used in key specification without a key length at installer/data/mysql/updatedatabase.pl line 9798. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 11:34:15 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 10:34:15 +0000 Subject: [Koha-bugs] [Bug 4402] Date filter in parcels.tt requires db format dates In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4402 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- 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 Thu Mar 5 11:34:23 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 10:34:23 +0000 Subject: [Koha-bugs] [Bug 4402] Date filter in parcels.tt requires db format dates In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4402 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36402|0 |1 is obsolete| | --- Comment #33 from Katrin Fischer --- Created attachment 36549 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36549&action=edit [PASSED QA] Bug 4402: Date filter on parcels.tt required db date format The date filters on the parcel page would only work with dates formatted YYYY-MM-DD. To test: - Select a vendor, that already has a few invoices - "Receive shipment" - you are on the parcels page - Use the From and To filters on the left, notice there is now a date picker on those fields - Verify the search works correctly for different date formats Signed-off-by: Nicole Signed-off-by: Katrin Fischer -- 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 Thu Mar 5 11:38:35 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 10:38:35 +0000 Subject: [Koha-bugs] [Bug 12460] Search history: Combine to start a new search In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12460 LuceBarbey changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |In Discussion -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 11:39:21 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 10:39:21 +0000 Subject: [Koha-bugs] [Bug 13771] Koha 3.18 Help Files In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13771 Larry Baerveldt 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 Thu Mar 5 11:39:24 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 10:39:24 +0000 Subject: [Koha-bugs] [Bug 13771] Koha 3.18 Help Files In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13771 --- Comment #19 from Larry Baerveldt --- Created attachment 36550 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36550&action=edit [SIGNED OFF] Bug 13771: Update manage staged marc help for 3.18 This updates the manage staged marc files help. To test: * Visit Tools > Staged MARC record management * Click help * Confirm it's there and correct Signed-off-by: Larry Baerveldt -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 11:41:33 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 10:41:33 +0000 Subject: [Koha-bugs] [Bug 13771] Koha 3.18 Help Files In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13771 Larry Baerveldt changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36547|0 |1 is obsolete| | Attachment #36550|0 |1 is obsolete| | --- Comment #20 from Larry Baerveldt --- Created attachment 36551 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36551&action=edit [SIGNED OFF] Bug 13771: Update manage staged marc help for 3.18 This updates the manage staged marc files help. To test: * Visit Tools > Staged MARC record management * Click help * Confirm it's there and correct Signed-off-by: Larry Baerveldt -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 11:44:51 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 10:44:51 +0000 Subject: [Koha-bugs] [Bug 13771] Koha 3.18 Help Files In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13771 Mirko Tietgen changed: What |Removed |Added ---------------------------------------------------------------------------- CC|mirko at abunchofthings.net | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 11:47:16 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 10:47:16 +0000 Subject: [Koha-bugs] [Bug 12768] Replacement cost and processing fee management In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12768 Kyle M Hall 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 Thu Mar 5 11:47:20 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 10:47:20 +0000 Subject: [Koha-bugs] [Bug 12768] Replacement cost and processing fee management In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12768 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36506|0 |1 is obsolete| | --- Comment #12 from Kyle M Hall --- Created attachment 36552 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36552&action=edit Bug 12768 [QA Followup] - Fix unit tests -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 11:48:37 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 10:48:37 +0000 Subject: [Koha-bugs] [Bug 12768] Replacement cost and processing fee management In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12768 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36552|0 |1 is obsolete| | --- Comment #13 from Kyle M Hall --- Created attachment 36553 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36553&action=edit Bug 12768 [QA Followup] - Fix unit tests -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 11:49:29 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 10:49:29 +0000 Subject: [Koha-bugs] [Bug 12768] Replacement cost and processing fee management In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12768 --- Comment #14 from Kyle M Hall --- Created attachment 36554 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36554&action=edit [SIGNED-OFF] Bug 12768 - Replacement cost and processing fee management 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 Thu Mar 5 11:50:03 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 10:50:03 +0000 Subject: [Koha-bugs] [Bug 12768] Replacement cost and processing fee management In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12768 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36553|0 |1 is obsolete| | --- Comment #15 from Kyle M Hall --- Created attachment 36555 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36555&action=edit Bug 12768 [QA Followup] - Fix unit tests -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 11:56:37 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 10:56:37 +0000 Subject: [Koha-bugs] [Bug 13787] Clean up noisy koha qa tool warnings In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13787 Magnus Enger changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |10937 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 11:56:37 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 10:56:37 +0000 Subject: [Koha-bugs] [Bug 10937] Option to hide and group itemtypes from advanced search In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10937 Magnus Enger changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |13787 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 11:57:14 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 10:57:14 +0000 Subject: [Koha-bugs] [Bug 12887] User logged out on refresh after CAS authentication In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12887 --- Comment #7 from LuceBarbey --- I've also tested and it works for me too -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 11:59:13 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 10:59:13 +0000 Subject: [Koha-bugs] [Bug 13773] add stock number to details and items display In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13773 Nicole C. Engard 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 Thu Mar 5 11:59:19 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 10:59:19 +0000 Subject: [Koha-bugs] [Bug 13773] add stock number to details and items display In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13773 Nicole C. Engard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36535|0 |1 is obsolete| | --- Comment #6 from Nicole C. Engard --- Created attachment 36556 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36556&action=edit [SIGNED-OFF] Bug 13773 - add stock number to details and items display This patch adds stocknumber (named Inventory number in interface) to details table and items display if it exists. Test scenario: 1. find item(s) which have inventory number assigned 2. verify that you don't see inventory number in items display 3. apply this patch 4. verify that inventory number is now available Signed-off-by: Nicole -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 11:59:34 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 10:59:34 +0000 Subject: [Koha-bugs] [Bug 13787] Clean up noisy koha qa tool warnings In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13787 Magnus Enger 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 Thu Mar 5 11:59:38 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 10:59:38 +0000 Subject: [Koha-bugs] [Bug 13787] Clean up noisy koha qa tool warnings In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13787 Magnus Enger changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36436|0 |1 is obsolete| | --- Comment #2 from Magnus Enger --- Created attachment 36557 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36557&action=edit Bug 13787 - Clean up noisy opac-advsearch warnings While testing bug 10937, there were noisy warnings, which distracted from testing the functionality of it. Here is a snippet of the after the patch warnings: Argument "" isn't numeric in numeric gt (>) at /home/mtompset/kohaclone/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt line 384. Argument "" isn't numeric in numeric gt (>) at /home/mtompset/kohaclone/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt line 161. Argument "" isn't numeric in numeric gt (>) at /home/mtompset/kohaclone/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt line 161. Argument "" isn't numeric in numeric gt (>) at /home/mtompset/kohaclone/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt line 177. Argument "" isn't numeric in numeric gt (>) at /home/mtompset/kohaclone/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt line 177. Argument "" isn't numeric in numeric gt (>) at /home/mtompset/kohaclone/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt line 202. Argument "" isn't numeric in numeric gt (>) at /home/mtompset/kohaclone/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt line 202. Argument "" isn't numeric in numeric gt (>) at /home/mtompset/kohaclone/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt line 240. Argument "" isn't numeric in numeric gt (>) at /home/mtompset/kohaclone/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt line 240. Argument "" isn't numeric in numeric gt (>) at /home/mtompset/kohaclone/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt line 256. Argument "" isn't numeric in numeric gt (>) at /home/mtompset/kohaclone/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt line 256. Argument "" isn't numeric in numeric gt (>) at /home/mtompset/kohaclone/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt line 356. Argument "" isn't numeric in numeric gt (>) at /home/mtompset/kohaclone/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt line 356. Argument "" isn't numeric in numeric gt (>) at /home/mtompset/kohaclone/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt line 369. Argument "" isn't numeric in numeric gt (>) at /home/mtompset/kohaclone/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt line 369. Tweaking the [% IF %] statements eliminated the warnings. TEST PLAN --------- 1) Apply patch 2) Run koha qa test tools. -- there will be noisy warnings in the before processing, but there will be no such messages in the after processing. 3) git diff origin/master -- there should be no visible typos. Signed-off-by: Magnus Enger - Applied the patch from bug 10937 - Ran "koha-qa.pl -c 1" and observed the warnings described in the commit message - Applied the patch from this bug - Ran "koha-qa.pl -c 1" again and saw no warnings - Ran "koha-qa.pl -c 2" and saw no warnings I have not tested the functionality of 10937 with this patch, just verified that the changes look sensible. This patch feels more like a followup for 10937, than a separate patch, especially since 10937 is just "signed off" at this time. But as long as it works... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 12:00:14 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 11:00:14 +0000 Subject: [Koha-bugs] [Bug 10937] Option to hide and group itemtypes from advanced search In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10937 --- Comment #57 from Magnus Enger --- It might be a good idea to QA bug 13787 at the same time as this bug. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 12:00:52 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 11:00:52 +0000 Subject: [Koha-bugs] [Bug 13709] Patron cards creator doesn't work with diacritics, utf-8 or ttf fonts In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13709 Jonathan Druart 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 Thu Mar 5 12:00:56 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 11:00:56 +0000 Subject: [Koha-bugs] [Bug 13709] Patron cards creator doesn't work with diacritics, utf-8 or ttf fonts In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13709 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36264|0 |1 is obsolete| | --- Comment #3 from Jonathan Druart --- Created attachment 36558 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36558&action=edit Bug 13709 - Patron cards creator utf-8 encoding and ttf fonts broken This change is similar to Bug 8375 which introduced ttf fonts for labels printing in order to support diacritics and utf-8 encoding, but this change was never implemented for patron cards. Test scenario: 1. make sure that you have font mapping in koha-conf.xml 2. define partron card layout, template, profile and batch (with utf-8 chars, probably in patron firstname or surname) 3. verify that without this patch pdf export file is error message Wide character in compress at /usr/share/perl5/PDF/Reuse.pm line 820 4. apply this patch and verify that generated pdf has correct encoding Signed-off-by: Brendan Gallagher 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 Thu Mar 5 12:03:13 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 11:03:13 +0000 Subject: [Koha-bugs] [Bug 11299] Add a button that automatically links authority records to a biblio record during edition. (AJAX) In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11299 fpichenot at ville-roubaix.fr changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fpichenot at ville-roubaix.fr --- Comment #9 from fpichenot at ville-roubaix.fr --- I don't see the "Link authorities automatically" button. Does this patch still apply ? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 12:04:49 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 11:04:49 +0000 Subject: [Koha-bugs] [Bug 2806] issuingbranch isn't used In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2806 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- 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 Thu Mar 5 12:04:52 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 11:04:52 +0000 Subject: [Koha-bugs] [Bug 2806] issuingbranch isn't used In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2806 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36499|0 |1 is obsolete| | --- Comment #5 from Katrin Fischer --- Created attachment 36559 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36559&action=edit [PASSED QA] Bug 2806: Remove issuingbranch columns This column is not in used in the Koha code and could be removed. Test plan: Verify the branch is correctly displayed on the circulation history (members/readingrec.pl) and that both reports Most-cisulated items (cat_issues_top.pl) and Avg checkout (issues_avg_stats.pl) work as before. Signed-off-by: Bernardo Gonzalez Kriegel No problems found. Fixed wrong table name on updatedatabase.pl and a tab char. Signed-off-by: Katrin Fischer Passes tests and QA script. Checked issues and returns are still working correctly. There is no mention of issuingbranch in the codebase. -- 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 Thu Mar 5 12:06:37 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 11:06:37 +0000 Subject: [Koha-bugs] [Bug 12344] Multi transport types for issues and checkins In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12344 --- Comment #6 from Benjamin Rokseth --- good catch, Jonathan! If a patron enables multiple message types, and a message type is missing a template, it would return before processing the remaining types. A simple fix, as suggested, is to use next instead of return -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 12:08:15 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 11:08:15 +0000 Subject: [Koha-bugs] [Bug 13771] Koha 3.18 Help Files In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13771 sandboxes at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sandboxes at biblibre.com --- Comment #21 from sandboxes at biblibre.com --- Patch tested with a sandbox, by JA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 12:08:39 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 11:08:39 +0000 Subject: [Koha-bugs] [Bug 13771] Koha 3.18 Help Files In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13771 sandboxes at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36319|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 12:08:43 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 11:08:43 +0000 Subject: [Koha-bugs] [Bug 13771] Koha 3.18 Help Files In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13771 sandboxes at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36320|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 12:08:49 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 11:08:49 +0000 Subject: [Koha-bugs] [Bug 13771] Koha 3.18 Help Files In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13771 sandboxes at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36361|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 12:08:53 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 11:08:53 +0000 Subject: [Koha-bugs] [Bug 13771] Koha 3.18 Help Files In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13771 sandboxes at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36456|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 12:08:57 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 11:08:57 +0000 Subject: [Koha-bugs] [Bug 13771] Koha 3.18 Help Files In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13771 sandboxes at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36503|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 12:09:02 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 11:09:02 +0000 Subject: [Koha-bugs] [Bug 13771] Koha 3.18 Help Files In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13771 sandboxes at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36551|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 12:09:21 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 11:09:21 +0000 Subject: [Koha-bugs] [Bug 13791] Plack out of the box In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13791 Dobrica Pavlinusic changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |http://bugs.koha-community. | |org/bugzilla3/show_bug.cgi? | |id=11998 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 12:09:21 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 11:09:21 +0000 Subject: [Koha-bugs] [Bug 11998] Syspref caching issues In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11998 Dobrica Pavlinusic changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |http://bugs.koha-community. | |org/bugzilla3/show_bug.cgi? | |id=13791 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 12:09:22 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 11:09:22 +0000 Subject: [Koha-bugs] [Bug 13771] Koha 3.18 Help Files In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13771 --- Comment #22 from sandboxes at biblibre.com --- Created attachment 36560 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36560&action=edit Bug 13753: koha-indexer contains invalid statement An incorrect conditional makes the indexer daemon fail to load. To test: - Enable the indexer daemon on packages [1] - Restart koha-common: $ service koha-common restart - Run $ ps waux | grep koha-indexer => FAIL: there's no reference to the rebuild_zebra.pl script (line should look like *rebuild_zebra.pl -daemon*) Run ps -ef | grep rebuild_zebra.pl too to make sure. - Apply the patch, repeat the steps => SUCCESS: the rebuild_zebra.pl script is ran - Sign off :-D Thanks Sponsored-by: Universidad Nacional de Cordoba Signed-off-by: Mirko Tietgen Signed-off-by: Katrin Fischer 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 Thu Mar 5 12:09:25 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 11:09:25 +0000 Subject: [Koha-bugs] [Bug 13771] Koha 3.18 Help Files In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13771 --- Comment #23 from sandboxes at biblibre.com --- Created attachment 36561 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36561&action=edit Bug 13759 - git-build-snapshot misses YUI and dies of sorrow during build Due to a line in debian/rules, git-build-snapshot tries to delete a YUI-related path that does not exist anymore (bug 13612 I guess). Build process ends with an error. This patch deletes the line. Signed-off-by: Robin Sheat 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 Thu Mar 5 12:09:28 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 11:09:28 +0000 Subject: [Koha-bugs] [Bug 13771] Koha 3.18 Help Files In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13771 --- Comment #24 from sandboxes at biblibre.com --- Created attachment 36562 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36562&action=edit Bug 13676 - OpacSuppression description says 'items' but means 'records' This patch changes the wording for the OpacSuppression preference description. Without patch: ... items marked as suppressed from OPAC search results. Note that you must have the Suppress index set up in Zebra and at least one suppressed item, or your searches will be broken. ... With patch: ... items marked as suppressed from OPAC search results. Note that you must have the Suppress index set up in Zebra and at least one suppressed biblio record, or your searches will be broken. ... Signed-off-by: Brendan Gallagher Signed-off-by: Jonathan Druart 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 Thu Mar 5 12:09:31 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 11:09:31 +0000 Subject: [Koha-bugs] [Bug 13771] Koha 3.18 Help Files In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13771 --- Comment #25 from sandboxes at biblibre.com --- Created attachment 36563 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36563&action=edit Bug 13741: "No fund found" is not translatable The string "No fund found" on the funds overview page is not translatable. To test: - Create a new budget - Check for the string on the funds page of the new budget - Run an update on one of the po file sets cd misc/translator perl translate update - Verify that the string now appars in the po file for staff - Verify the page still looks the same as before the patch Signed-off-by: Brendan Gallagher Signed-off-by: Jonathan Druart 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 Thu Mar 5 12:09:35 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 11:09:35 +0000 Subject: [Koha-bugs] [Bug 13771] Koha 3.18 Help Files In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13771 --- Comment #26 from sandboxes at biblibre.com --- Created attachment 36564 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36564&action=edit Bug 13745: Fix serial collection page to always show branch name The serial collection page shows 2 tables, one for the subscriptions and a second for the issues. Both show the branch, but the first showed the code while the second showed the name. With this patch both tables show the name. To test: - Search for a subscription or create one - Navigate to the serial collection page (navigation on left side) - Check both tables on the page show the branch name with the patch applied Signed-off-by: Brendan Gallagher Signed-off-by: Jonathan Druart 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 Thu Mar 5 12:09:38 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 11:09:38 +0000 Subject: [Koha-bugs] [Bug 13771] Koha 3.18 Help Files In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13771 --- Comment #27 from sandboxes at biblibre.com --- Created attachment 36565 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36565&action=edit Bug 13731: Suggestions reason does not save on updating the status On the suggestion list view, if you set a status, it won't be saved. Test plan: 1/ Create a suggestion 2/ Go on the suggestion list view (suggestion/suggestion.pl) 3/ Select a suggestion and marked it as "rejected" (or the status you want) and choose a reason 4/ Save 5/ Browse you suggestions DB table (using your favorite MySQL CLI) and verify that the "reason" field is correctly filled. Works as expected. Signed-off-by: Marc V?ron Signed-off-by: Katrin Fischer Works as expected, thx! 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 Thu Mar 5 12:17:41 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 11:17:41 +0000 Subject: [Koha-bugs] [Bug 13478] Force item holds only for specific biblios In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13478 --- Comment #16 from M. de Rooy --- Created attachment 36567 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36567&action=edit Bug 13478: Database revision (new biblio column and pref description) TEST PLAN: [1] Run the database revision. Check if the new column is present. Signed-off-by: Nick Signed-off-by: Marcel de Rooy Amended: Added a new column to biblio instead of the new table. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 12:17:34 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 11:17:34 +0000 Subject: [Koha-bugs] [Bug 13478] Force item holds only for specific biblios In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13478 M. de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36237|0 |1 is obsolete| | Attachment #36238|0 |1 is obsolete| | --- Comment #15 from M. de Rooy --- Created attachment 36566 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36566&action=edit Bug 13478: Force item holds only for specific biblios This patch adds the option to selectively force item holds for specific biblionumbers. The patch adds routine C4::Reserves::CheckBiblioForceItemHolds. It is tested in Reserves.t. The preference OPACItemHolds gets a new choice: selectiveforce. The description of the pref is adjusted. Please note that this option is specifically targeted for the OPAC. Staff users still have both possibilities. A follow-up report (13479) will add the possibility for staff users to enable the forced item hold on biblio level. TEST PLAN: [ 1] Run the unit test t/db_dependent/Reserves.t. [ 2] Set OPACItemHolds to force. [ 3] Add a hold in the OPAC; verify that you cannot place a next/av hold. [ 4] Set OPACItemHolds to Allow. [ 5] Add a hold in the OPAC; verify that you can place both hold types. [ 6] Set OPACItemHolds to Do not allow. [ 7] Add a hold in the OPAC; verify that you can only place next/av holds. [ 8] Enable forced item holds for two biblionumbers: UPDATE biblio SET forced_item_holds=1 WHERE biblionumber=? [ 9] Set OPACItemHolds to Selectively force. [10] Add a hold on three biblionumbers at once (including these two). Verify that you have two hold types for the single biblio and that you have only item holds for the two other biblios. Signed-off-by: Nick Signed-off-by: Marcel de Rooy Amended: Added the column to biblio and removed the separate table. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 12:23:25 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 11:23:25 +0000 Subject: [Koha-bugs] [Bug 13478] Force item holds only for specific biblios In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13478 M. de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |Signed Off --- Comment #17 from M. de Rooy --- In view of the overwhelming requests for a new column instead of a new small table :) I have slightly adjusted the two patches. Back to Signed off. If Nick could resign or one of the column requestors (Kyle, Jonathan, Katrin), that would be welcome too. In that case feel free to set back to NSO and add your SO. Thanks. BTW I will soon submit something for the follow-up report (13479). But no need to wait for that.. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 12:28:11 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 11:28:11 +0000 Subject: [Koha-bugs] [Bug 13001] Refactor VAT and price calculation - parcel page In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13001 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |http://bugs.koha-community. | |org/bugzilla3/show_bug.cgi? | |id=9225 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 12:28:12 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 11:28:12 +0000 Subject: [Koha-bugs] [Bug 12173] Improving Plack support on the staff client OMNIBUS In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12173 Bug 12173 depends on bug 9225, which changed state. Bug 9225 Summary: Subroutines should not be defined in acqui/parcel.pl http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9225 What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 12:28:11 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 11:28:11 +0000 Subject: [Koha-bugs] [Bug 9225] Subroutines should not be defined in acqui/parcel.pl In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9225 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED See Also| |http://bugs.koha-community. | |org/bugzilla3/show_bug.cgi? | |id=13001 CC| |jonathan.druart at biblibre.co | |m Status|NEW |RESOLVED --- Comment #1 from Jonathan Druart --- These 3 subroutines have been removed by bug 13001. -- 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 Thu Mar 5 12:30:26 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 11:30:26 +0000 Subject: [Koha-bugs] [Bug 13478] Force item holds only for specific biblios In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13478 --- Comment #18 from M. de Rooy --- Probably resign is something different than re-sign (sign off again).. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 12:32:32 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 11:32:32 +0000 Subject: [Koha-bugs] [Bug 11300] Add a new authority linker which searches for authority links on a Z39.50 server. In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11300 fpichenot at ville-roubaix.fr changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fpichenot at ville-roubaix.fr --- Comment #1 from fpichenot at ville-roubaix.fr --- Nice feature, but I can't test the patch on a sandbox. Some problems occurred applying patches from bug 11299 11300:

Something went wrong !

Applying: Add a Z39.50 Linker that searches for authority links in the specified Z39.50 server. Also modifies the automatic linker button so it won't create empty authorities when used. fatal: sha1 information is lacking or useless (C4/Biblio.pm). Repository lacks necessary blobs to fall back on 3-way merge. Cannot fall back to three-way merge. Patch failed at 0001 Add a Z39.50 Linker that searches for authority links in the specified Z39.50 server. Also modifies the automatic linker button so it won't create empty authorities when used. When you have resolved this problem run git bz apply --continue. If you would prefer to skip this patch, instead run git bz apply --skip. To restore the original branch and stop patching run git bz apply --abort. Bug 11300 - Add a new authority linker which searches for authority links on a Z39.50 server. 23147 - Add a Z39.50 Linker that searches for authority links in the specified Z39.50 server. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 12:34:56 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 11:34:56 +0000 Subject: [Koha-bugs] [Bug 12344] Multi transport types for issues and checkins In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12344 Benjamin Rokseth changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36406|0 |1 is obsolete| | --- Comment #7 from Benjamin Rokseth --- Created attachment 36568 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36568&action=edit Bug 12344 - Multi transport types for issues and checkins This small patch corrects the order of generating notices for issues and returns (checkout/checkin) so that borrower's notices are rendered correctly (for sms,email,etc.) Test plan: 1) Edit SMSSendDriver syspref to use driver 'Test' 2) Edit CHECKOUT template for sms to 'SMS test' 3) select SMS for test patron's messaging prefs for item checkout 4) checkout an item 5) check the table message_queue, verify that template sms is not used (message content is not 'SMS test') 6) apply patch, make new checkout 7) check that message_queue table now has a correctly generated notice with 'SMS test' For a real world test use a real SMS::Send driver and run the cronjob process-message-queue.pl to send messages immediately. http://bugs.koha-community.org/show_bug.cgi?id=12344 Signed-off-by: Sophie Meynieux -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 12:37:14 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 11:37:14 +0000 Subject: [Koha-bugs] [Bug 12291] Replace the acronym HTML tag with abbr In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12291 --- Comment #8 from Magnus Enger --- Created attachment 36569 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36569&action=edit Bug 12291: [SIGNED-OFF] Replace acronym with tag at the OPAC On the OPAC authentification page, the acronym tag is used, but deprecated. It should be replaced with abbr: http://www.w3.org/wiki/HTML/Elements/acronym Test plan: Enable the CAS authentification and verify the tags have correctly been replaced. Signed-off-by: Magnus Enger Befor the patch, "grep -r ", 3 related to CAS. After the patch, the same grep shows 1 remaining , in acqui/parcels.tt. I sign off this patch and will provide a followup for the last occurrence. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 12:37:15 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 11:37:15 +0000 Subject: [Koha-bugs] [Bug 12344] Multi transport types for issues and checkins In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12344 --- Comment #8 from Benjamin Rokseth --- Created attachment 36570 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36570&action=edit QA followup: Use next instead of return when generating templates. In case patron has enabled a message type that misses a template, next message type will be attempted instead of returning at once. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 12:38:14 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 11:38:14 +0000 Subject: [Koha-bugs] [Bug 11998] Syspref caching issues In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11998 --- Comment #80 from Dobrica Pavlinusic --- Created attachment 36571 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36571&action=edit Bug 11998 - Syspref caching issues fix delete_preference method and make t/db_dependent/sysprefs.t pass again -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 12:38:33 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 11:38:33 +0000 Subject: [Koha-bugs] [Bug 12344] Multi transport types for issues and checkins In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12344 Benjamin Rokseth changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36570|QA followup: |QA followup: skip message description| |type if template is missing -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 12:39:07 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 11:39:07 +0000 Subject: [Koha-bugs] [Bug 12344] Multi transport types for issues and checkins In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12344 Benjamin Rokseth 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 Thu Mar 5 12:42:50 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 11:42:50 +0000 Subject: [Koha-bugs] [Bug 13739] KohaDates should display hours if they exists by default unless specified In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13739 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #4 from Jonathan Druart --- Kyle, Before this patch, the plugin manages the as_due_date parameter. It's not with your patch. Marked as Failed QA. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 13:02:50 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 12:02:50 +0000 Subject: [Koha-bugs] [Bug 13635] $record->title is called even if marc flavour is UNIMARC In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13635 aloij changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aloi54 at live.fr --- Comment #7 from aloij --- Tested on UNIMARC install the title is displayed correctly in the instructions with this patch signed-off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 13:26:25 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 12:26:25 +0000 Subject: [Koha-bugs] [Bug 12291] Replace the acronym HTML tag with abbr In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12291 Magnus Enger changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |magnus at enger.priv.no Attachment #36064|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 13:26:44 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 12:26:44 +0000 Subject: [Koha-bugs] [Bug 12291] Replace the acronym HTML tag with abbr In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12291 Magnus Enger 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 Thu Mar 5 13:30:04 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 12:30:04 +0000 Subject: [Koha-bugs] [Bug 12291] Replace the acronym HTML tag with abbr In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12291 Magnus Enger changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 13:30:09 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 12:30:09 +0000 Subject: [Koha-bugs] [Bug 12291] Replace the acronym HTML tag with abbr In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12291 --- Comment #9 from Magnus Enger --- Created attachment 36572 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36572&action=edit Bug 12291 - Replace the acronym HTML tag with abbr - FOLLOWUP This patch replaces the last occurrence of with . To test: - Apply this patch on top of the first patch and check that "grep -r " References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13648 Jonathan Druart 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 Thu Mar 5 13:38:16 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 12:38:16 +0000 Subject: [Koha-bugs] [Bug 13648] OPAC = hidden removes pull down from item form In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13648 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #35736|0 |1 is obsolete| | Attachment #36265|0 |1 is obsolete| | --- Comment #5 from Jonathan Druart --- Created attachment 36573 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36573&action=edit Bug 13648: OPAC = hidden removes pull down from edit item form If you uncheck the checkbox OPAC in the bibliographic framework definition for an item subfield that is linked to an authorized value list, the pull down will disappear from the item edit form on staff. The label still shows. 1) Go to administration > bibliographic frameworks 2) Select a framework and go to the item field (MARC21: 952) 3) Edit a subfield with an authorized values list like damaged, lost or withdrawn 4) Uncheck the checkbox for OPAC visibility 5) Edit or add an item within your chosen framework 6) Verify the subfield code and description are shown, but the pull down has disappeared 7) Apply patch, verify the pull down shows now 8) Also test following hidden combination works correctly: OPAC: checked All other options: unchecked Documentation of hidden values: http://wiki.koha-community.org/wiki/Hidden_values With special thanks to Jonathan Druart for helping me figure this out! Signed-off-by: Nicole C. Engard 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 Thu Mar 5 13:39:55 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 12:39:55 +0000 Subject: [Koha-bugs] [Bug 13635] $record->title is called even if marc flavour is UNIMARC In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13635 --- Comment #8 from aloij --- (In reply to aloij from comment #7) > Tested on UNIMARC install > the title is displayed correctly in the "edit record" with this patch > signed-off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 13:40:58 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 12:40:58 +0000 Subject: [Koha-bugs] [Bug 12291] Replace the acronym HTML tag with abbr In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12291 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 Thu Mar 5 13:41:01 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 12:41:01 +0000 Subject: [Koha-bugs] [Bug 12291] Replace the acronym HTML tag with abbr In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12291 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36572|0 |1 is obsolete| | --- Comment #10 from Jonathan Druart --- Created attachment 36574 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36574&action=edit Bug 12291 - Replace the acronym HTML tag with abbr - FOLLOWUP This patch replaces the last occurrence of with . To test: - Apply this patch on top of the first patch and check that "grep -r " -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 13:42:13 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 12:42:13 +0000 Subject: [Koha-bugs] [Bug 13635] $record->title is called even if marc flavour is UNIMARC In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13635 sandboxes at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sandboxes at biblibre.com --- Comment #9 from sandboxes at biblibre.com --- Patch tested with a sandbox, by joel aloi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 13:42:25 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 12:42:25 +0000 Subject: [Koha-bugs] [Bug 13635] $record->title is called even if marc flavour is UNIMARC In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13635 sandboxes at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36507|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 13:42:32 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 12:42:32 +0000 Subject: [Koha-bugs] [Bug 13666] Allow SIP2 checkin/checkout to get branch from institution_id field AO In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13666 --- Comment #3 from Benjamin Rokseth --- Hi Olli! To recap: the SIP-server infers the transaction branch from the C4::Context->userenv->{'branch'}, but for some reason only on checkouts. This has to do with how SIP2 uses AddIssue and ModReserve to handle reserves and circulation. AddIssue uses patron context, while AddReturn takes branch as param. This is probably good enough for intranet use, but not for a service. Use-case that illustrate this enhancement: - library has need for a centralised handling of SIP connections, for handling e.g. 10 or, say, 50 concurrent connections. SIP clients range from SelfCheck automats to RFID clients and automated circulation systems. - this is best handled by a centralised service which maintains a pool of connections (users sippool1, sippool2, ...) - centralised service handles connections and could easily open and close connections at need, so we don't have to open connection, login, and close for each transaction, (poor performance) or worse, spawn 100+ workers with keep-alive connections - more dynamic solution than maintaining two sets of "SIP users", one in SIPConfig.xml and the other in Koha - centralised service could handle retry logic, logging, message rewriting, etc, and SIP server can focus on transactions. I believe any library with a hope to use SIP2 effectively would benefit from this patch. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 13:42:33 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 12:42:33 +0000 Subject: [Koha-bugs] [Bug 13635] $record->title is called even if marc flavour is UNIMARC In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13635 --- Comment #10 from sandboxes at biblibre.com --- Created attachment 36575 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36575&action=edit Bug 13635: Unimarc - On editing a notice, the title should be displayed The title method of MARC::Record does not deal with UNIMARC, it should not be called if the marc flavour is UNIMARC. Test plan: On an unimarc installation, edit a notice, with this patch you should see "Editing TITLE (Record number BIBLIONUMBER)" Without, the title was not displayed. Same in the breadcrumbs. Bug 13635: Remove another useless call There is another call to the title method in additem.pl without any check on the marc flavour. But here the title variable sent to the template is redefined 3 lines later. So it can be simply removed. Signed-off-by: Bernardo Gonzalez Kriegel Tested on UNIMARC install, editing a 'record' (not notice) does not show title on breadcrumbs, status bar or page title. With patch it does! No koha-qa errors. Signed-off-by: joel aloi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 13:48:25 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 12:48:25 +0000 Subject: [Koha-bugs] [Bug 12344] Multi transport types for issues and checkins In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12344 Jonathan Druart 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 Thu Mar 5 13:48:28 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 12:48:28 +0000 Subject: [Koha-bugs] [Bug 12344] Multi transport types for issues and checkins In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12344 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36568|0 |1 is obsolete| | Attachment #36570|0 |1 is obsolete| | --- Comment #9 from Jonathan Druart --- Created attachment 36576 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36576&action=edit Bug 12344 - Multi transport types for issues and checkins This small patch corrects the order of generating notices for issues and returns (checkout/checkin) so that borrower's notices are rendered correctly (for sms,email,etc.) Test plan: 1) Edit SMSSendDriver syspref to use driver 'Test' 2) Edit CHECKOUT template for sms to 'SMS test' 3) select SMS for test patron's messaging prefs for item checkout 4) checkout an item 5) check the table message_queue, verify that template sms is not used (message content is not 'SMS test') 6) apply patch, make new checkout 7) check that message_queue table now has a correctly generated notice with 'SMS test' For a real world test use a real SMS::Send driver and run the cronjob process-message-queue.pl to send messages immediately. Signed-off-by: Sophie Meynieux 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 Thu Mar 5 13:48:37 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 12:48:37 +0000 Subject: [Koha-bugs] [Bug 12344] Multi transport types for issues and checkins In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12344 --- Comment #10 from Jonathan Druart --- Created attachment 36577 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36577&action=edit Bug 12344: QA followup: use next instead of return Use next instead of return when generating templates. In case patron has enabled a message type that misses a template, next message type will be attempted instead of returning at once. 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 Thu Mar 5 13:51:03 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 12:51:03 +0000 Subject: [Koha-bugs] [Bug 11300] Add a new authority linker which searches for authority links on a Z39.50 server. In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11300 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Patch doesn't apply -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 13:51:55 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 12:51:55 +0000 Subject: [Koha-bugs] [Bug 7187] Prioritize cover image sources such as Amazon, Google and add fail over i.e. if first source fails, go to next In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7187 LuceBarbey changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |luce.barbey at cirad.fr --- Comment #32 from LuceBarbey --- What's the news about this patch ? Thanks -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 14:03:25 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 13:03:25 +0000 Subject: [Koha-bugs] [Bug 13795] New: Delete unused columns from statistics table. Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13795 Bug ID: 13795 Summary: Delete unused columns from statistics table. Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: minor Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: nengard at gmail.com Reporter: nengard at gmail.com QA Contact: testopia at bugs.koha-community.org I ran the following on a system that has been using Koha for 3 years and it appears that none of these fields are ever used: mysql> select distinct proccode from statistics; +----------+ | proccode | +----------+ | NULL | +----------+ 1 row in set (0.00 sec) mysql> select distinct other from statistics; +-------+ | other | +-------+ | | +-------+ 1 row in set (18.30 sec) mysql> select distinct usercode from statistics; +----------+ | usercode | +----------+ | NULL | +----------+ 1 row in set (0.03 sec) mysql> select distinct associatedborrower from statistics; +--------------------+ | associatedborrower | +--------------------+ | NULL | +--------------------+ 1 row in set (0.00 sec) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 14:05:54 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 13:05:54 +0000 Subject: [Koha-bugs] [Bug 13795] Delete unused columns from statistics table. In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13795 Nicole C. Engard 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 Thu Mar 5 14:05:58 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 13:05:58 +0000 Subject: [Koha-bugs] [Bug 13795] Delete unused columns from statistics table. In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13795 --- Comment #1 from Nicole C. Engard --- Created attachment 36578 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36578&action=edit Bug 13795: Delete unused columns from stats table The following 4 fields are never used in the statistics table: associatedborrower other proccode usercode This patch removes them. To test: * check the database and make sure columns are gone -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 14:10:42 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 13:10:42 +0000 Subject: [Koha-bugs] [Bug 13351] Untranslatable javascript in members.tt In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13351 Katrin Fischer 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 Thu Mar 5 14:10:46 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 13:10:46 +0000 Subject: [Koha-bugs] [Bug 13351] Untranslatable javascript in members.tt In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13351 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36427|0 |1 is obsolete| | --- Comment #6 from Katrin Fischer --- Created attachment 36579 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36579&action=edit [PASSED QA] Bug 13351 - Untranslatable javascript in members.tt This patch streamlines the page title text for search results in Home > Patrons to make it translateable (and more readable). To test: - Apply patch - Select Englsh language - Apply filter wit several values or click on a letter for "Browse by last name" - Verify that the title makes sense - Translate to your language and select this language - Verify that the text appears properly in your language Signed-off-by: Mirko Tietgen Signed-off-by: Katrin Fischer Works as described, no problems found. http://bugs.koha-community.org/show_bug.cgi?id=13352 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 14:11:16 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 13:11:16 +0000 Subject: [Koha-bugs] [Bug 11979] items status not for loan on course reserve In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11979 Tom Misilo changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |misilot at fit.edu -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 14:20:23 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 13:20:23 +0000 Subject: [Koha-bugs] [Bug 12291] Replace the acronym HTML tag with abbr In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12291 Katrin Fischer 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 Thu Mar 5 14:20:27 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 13:20:27 +0000 Subject: [Koha-bugs] [Bug 12291] Replace the acronym HTML tag with abbr In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12291 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36569|0 |1 is obsolete| | Attachment #36574|0 |1 is obsolete| | --- Comment #11 from Katrin Fischer --- Created attachment 36580 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36580&action=edit [PASSED QA] Bug 12291: [SIGNED-OFF] Replace acronym with tag at the OPAC On the OPAC authentification page, the acronym tag is used, but deprecated. It should be replaced with abbr: http://www.w3.org/wiki/HTML/Elements/acronym Test plan: Enable the CAS authentification and verify the tags have correctly been replaced. Signed-off-by: Magnus Enger Befor the patch, "grep -r ", 3 related to CAS. After the patch, the same grep shows 1 remaining , in acqui/parcels.tt. I sign off this patch and will provide a followup for the last occurrence. Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 14:20:45 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 13:20:45 +0000 Subject: [Koha-bugs] [Bug 12291] Replace the acronym HTML tag with abbr In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12291 --- Comment #12 from Katrin Fischer --- Created attachment 36581 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36581&action=edit [PASSED QA] Bug 12291 - Replace the acronym HTML tag with abbr - FOLLOWUP This patch replaces the last occurrence of with . To test: - Apply this patch on top of the first patch and check that "grep -r " Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 14:28:08 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 13:28:08 +0000 Subject: [Koha-bugs] [Bug 10703] add/update database documentation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10703 Nicole C. Engard 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 Thu Mar 5 14:28:14 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 13:28:14 +0000 Subject: [Koha-bugs] [Bug 10703] add/update database documentation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10703 --- Comment #14 from Nicole C. Engard --- Created attachment 36582 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36582&action=edit Bug 10703: Update course reserves DB documentation To test review database documentation to see that course tables are all documented. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 14:33:25 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 13:33:25 +0000 Subject: [Koha-bugs] [Bug 10020] Remove old code related to 'ethnicity' In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10020 Nicole C. Engard changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nengard at gmail.com --- Comment #5 from Nicole C. Engard --- +1 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 14:36:20 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 13:36:20 +0000 Subject: [Koha-bugs] [Bug 11998] Syspref caching issues In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11998 Brendan Gallagher 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 Thu Mar 5 14:36:24 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 13:36:24 +0000 Subject: [Koha-bugs] [Bug 11998] Syspref caching issues In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11998 Brendan Gallagher changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36523|0 |1 is obsolete| | --- Comment #81 from Brendan Gallagher --- Created attachment 36583 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36583&action=edit Bug 11998 - timeout for syspref caching This adds a 30 second timeout for syspref caching so that when run under plack, you don't end up with different workers having different ideas of what the sysprefs are for too long. Signed-off-by: Brendan Gallagher Signed-off-by: Brendan Gallagher -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 14:36:32 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 13:36:32 +0000 Subject: [Koha-bugs] [Bug 11998] Syspref caching issues In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11998 Brendan Gallagher changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36524|0 |1 is obsolete| | --- Comment #82 from Brendan Gallagher --- Created attachment 36584 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36584&action=edit Bug 11998 - move most syspref db access into Context.pm There was a lot of direct database access in systempreferences.pl. This moves a lot of it into C4::Context so that it'll interact with caching better, and to centralise common functions and logging in one place. Test plan: * Make sure that creating, editing, deleting local use preferences works * Make sure that other system preferences still function normally Signed-off-by: Brendan Gallagher Signed-off-by: Brendan Gallagher -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 14:36:38 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 13:36:38 +0000 Subject: [Koha-bugs] [Bug 11998] Syspref caching issues In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11998 Brendan Gallagher changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36525|0 |1 is obsolete| | --- Comment #83 from Brendan Gallagher --- Created attachment 36585 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36585&action=edit Bug 11998 - sysprefs in memcached The caching mechanism has been abstracted a little bit, and now supports memcached for storing sysprefs. These should be correctly stored and cleared so caching will work between processes. Signed-off-by: Brendan Gallagher Signed-off-by: Brendan Gallagher -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 14:36:47 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 13:36:47 +0000 Subject: [Koha-bugs] [Bug 11998] Syspref caching issues In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11998 Brendan Gallagher changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36526|0 |1 is obsolete| | --- Comment #84 from Brendan Gallagher --- Created attachment 36586 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36586&action=edit Bug 11998 - add test case, fix issue found Adds a test case with improved coverage of the caching functionality. Fixes a bug that was uncovered by writing the test case. Signed-off-by: Brendan Gallagher Signed-off-by: Brendan Gallagher -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 14:37:02 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 13:37:02 +0000 Subject: [Koha-bugs] [Bug 11998] Syspref caching issues In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11998 Brendan Gallagher changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36527|0 |1 is obsolete| | --- Comment #85 from Brendan Gallagher --- Created attachment 36587 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36587&action=edit Bug 11998 - make syspref caching use Koha::Cache This modifies the caching system in C4::Context to use Koha::Cache instead of a custom implementation. It should be applied on top of the other syspref caching patches. Signed-off-by: Brendan Gallagher Signed-off-by: Brendan Gallagher -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 14:37:20 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 13:37:20 +0000 Subject: [Koha-bugs] [Bug 11998] Syspref caching issues In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11998 Brendan Gallagher changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36528|0 |1 is obsolete| | --- Comment #86 from Brendan Gallagher --- Created attachment 36588 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36588&action=edit Bug 11998: QA follow-up - fix the perlcritic error % perlcritic C4/Context.pm Variable declared in conditional statement at line 544, column 5. Declare variables outside of the condition. (Severity: 5) Signed-off-by: Brendan Gallagher -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 14:37:28 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 13:37:28 +0000 Subject: [Koha-bugs] [Bug 11998] Syspref caching issues In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11998 Brendan Gallagher changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36529|0 |1 is obsolete| | --- Comment #87 from Brendan Gallagher --- Created attachment 36589 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36589&action=edit Bug 11998 - fix compile warnings This creates a simplified logging system that can be used by C4::Context. Signed-off-by: Brendan Gallagher -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 14:37:35 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 13:37:35 +0000 Subject: [Koha-bugs] [Bug 11998] Syspref caching issues In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11998 Brendan Gallagher changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36530|0 |1 is obsolete| | --- Comment #88 from Brendan Gallagher --- Created attachment 36590 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36590&action=edit Bug 11998 - remove logging from places where it shouldn't be This prevents duplicate action_log entries when a preference is updated. Signed-off-by: Brendan Gallagher -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 14:37:42 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 13:37:42 +0000 Subject: [Koha-bugs] [Bug 11998] Syspref caching issues In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11998 Brendan Gallagher changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36531|0 |1 is obsolete| | --- Comment #89 from Brendan Gallagher --- Created attachment 36591 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36591&action=edit Bug 11998 - fix test case so it's testing the cache properly Signed-off-by: Brendan Gallagher -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 14:37:52 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 13:37:52 +0000 Subject: [Koha-bugs] [Bug 11998] Syspref caching issues In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11998 Brendan Gallagher changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36532|0 |1 is obsolete| | --- Comment #90 from Brendan Gallagher --- Created attachment 36592 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36592&action=edit Bug 11998: Add Koha::Config::SystemPreference This (dirty) patch extract the syspref set and delete routine into a module. It fixes the circular dependency and the logging problem. Signed-off-by: Brendan Gallagher -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 14:37:58 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 13:37:58 +0000 Subject: [Koha-bugs] [Bug 11998] Syspref caching issues In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11998 Brendan Gallagher changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36533|0 |1 is obsolete| | --- Comment #91 from Brendan Gallagher --- Created attachment 36593 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36593&action=edit Bug 11998 - tidy up the Koha::Config::SystemPreferences module a bit Signed-off-by: Brendan Gallagher -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 14:38:04 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 13:38:04 +0000 Subject: [Koha-bugs] [Bug 11998] Syspref caching issues In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11998 Brendan Gallagher changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36534|0 |1 is obsolete| | --- Comment #92 from Brendan Gallagher --- Created attachment 36594 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36594&action=edit Bug 11998 - fix some compile warnings This lazy-loads C4::Context and some other modules so that they can be be safely used by C4::Context without introducing problematic circular dependencies. Signed-off-by: Brendan Gallagher -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 14:38:11 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 13:38:11 +0000 Subject: [Koha-bugs] [Bug 11998] Syspref caching issues In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11998 Brendan Gallagher changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36571|0 |1 is obsolete| | --- Comment #93 from Brendan Gallagher --- Created attachment 36595 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36595&action=edit Bug 11998 - Syspref caching issues fix delete_preference method and make t/db_dependent/sysprefs.t pass again Signed-off-by: Brendan Gallagher -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 14:40:29 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 13:40:29 +0000 Subject: [Koha-bugs] [Bug 13795] Delete unused columns from statistics table. In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13795 Dobrica Pavlinusic changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dpavlin at rot13.org Status|Needs Signoff |Failed QA --- Comment #2 from Dobrica Pavlinusic --- I have something in proccode, but nothing in others: mysql> select distinct proccode from statistics; +----------+ | proccode | +----------+ | NULL | | | | 1 | | 2 | | 3 | | 6 | +----------+ 6 rows in set (0.00 sec) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 14:43:04 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 13:43:04 +0000 Subject: [Koha-bugs] [Bug 13364] Add a call number browser in item edition page In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13364 Magnus Enger changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36249|0 |1 is obsolete| | --- Comment #35 from Magnus Enger --- Created attachment 36596 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36596&action=edit Bug 13364 - Add a call number browser in item edition page When editing an item, the call number browser search for existing call number. If it shows a line is green between two calli numbers, the call numbers searched is available. If the call number is highlighted in red, it means that it already exists. This can be used to avoid repeated call numbers in your collection. The call number browser also shows its position relative to the rest of the collection. Sponsored-by: CCSR To test : 1) Go to MARC bibliographic framework Home ? Administration ? MARC frameworks 2) Click in MARC structure (Default framework) 3) Search field 952 and click in subfields 4) Edit subfield o (Full call number) 5) Click Display more constraints 6) In Others Options, Plugin, Choose cn_browser.pl and save changes 7) Search a record and edit its items Validate : three points (?) beside Full call number input 8) Click in ? Validate : if it can not find the given call number, a green line is shown. Otherwise, the given call number is highlighted in red. Followed test plan. Works as expected. Signed-off-by: Marc V?ron Signed-off-by: Magnus Works as advertised. QA scripts pass. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 14:43:41 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 13:43:41 +0000 Subject: [Koha-bugs] [Bug 13364] Add a call number browser in item edition page In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13364 Magnus Enger changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36596|0 |1 is obsolete| | --- Comment #36 from Magnus Enger --- Created attachment 36597 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36597&action=edit Bug 13364 - Add a call number browser in item edition page When editing an item, the call number browser search for existing call number. If it shows a line is green between two calli numbers, the call numbers searched is available. If the call number is highlighted in red, it means that it already exists. This can be used to avoid repeated call numbers in your collection. The call number browser also shows its position relative to the rest of the collection. Sponsored-by: CCSR To test : 1) Go to MARC bibliographic framework Home ? Administration ? MARC frameworks 2) Click in MARC structure (Default framework) 3) Search field 952 and click in subfields 4) Edit subfield o (Full call number) 5) Click Display more constraints 6) In Others Options, Plugin, Choose cn_browser.pl and save changes 7) Search a record and edit its items Validate : three points (?) beside Full call number input 8) Click in ? Validate : if it can not find the given call number, a green line is shown. Otherwise, the given call number is highlighted in red. Followed test plan. Works as expected. Signed-off-by: Marc V?ron Signed-off-by: Magnus Works as advertised. QA scripts pass. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 14:44:17 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 13:44:17 +0000 Subject: [Koha-bugs] [Bug 13364] Add a call number browser in item edition page In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13364 Magnus Enger changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36597|0 |1 is obsolete| | --- Comment #37 from Magnus Enger --- Created attachment 36598 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36598&action=edit Bug 13364 - Add a call number browser in item edition page When editing an item, the call number browser search for existing call number. If it shows a line is green between two calli numbers, the call numbers searched is available. If the call number is highlighted in red, it means that it already exists. This can be used to avoid repeated call numbers in your collection. The call number browser also shows its position relative to the rest of the collection. Sponsored-by: CCSR To test : 1) Go to MARC bibliographic framework Home ? Administration ? MARC frameworks 2) Click in MARC structure (Default framework) 3) Search field 952 and click in subfields 4) Edit subfield o (Full call number) 5) Click Display more constraints 6) In Others Options, Plugin, Choose cn_browser.pl and save changes 7) Search a record and edit its items Validate : three points (?) beside Full call number input 8) Click in ? Validate : if it can not find the given call number, a green line is shown. Otherwise, the given call number is highlighted in red. Followed test plan. Works as expected. Signed-off-by: Marc V?ron Signed-off-by: Magnus Works as advertised. QA scripts pass. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 14:44:57 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 13:44:57 +0000 Subject: [Koha-bugs] [Bug 13364] Add a call number browser in item edition page In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13364 Magnus Enger changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36598|0 |1 is obsolete| | --- Comment #38 from Magnus Enger --- Created attachment 36599 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36599&action=edit Bug 13364 - Add a call number browser in item edition page When editing an item, the call number browser search for existing call number. If it shows a line is green between two calli numbers, the call numbers searched is available. If the call number is highlighted in red, it means that it already exists. This can be used to avoid repeated call numbers in your collection. The call number browser also shows its position relative to the rest of the collection. Sponsored-by: CCSR To test : 1) Go to MARC bibliographic framework Home ? Administration ? MARC frameworks 2) Click in MARC structure (Default framework) 3) Search field 952 and click in subfields 4) Edit subfield o (Full call number) 5) Click Display more constraints 6) In Others Options, Plugin, Choose cn_browser.pl and save changes 7) Search a record and edit its items Validate : three points (?) beside Full call number input 8) Click in ? Validate : if it can not find the given call number, a green line is shown. Otherwise, the given call number is highlighted in red. Followed test plan. Works as expected. Signed-off-by: Marc V?ron Signed-off-by: Magnus Works as advertised. QA scripts pass. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 14:45:27 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 13:45:27 +0000 Subject: [Koha-bugs] [Bug 13364] Add a call number browser in item edition page In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13364 Magnus Enger 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 Thu Mar 5 14:45:37 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 13:45:37 +0000 Subject: [Koha-bugs] [Bug 13364] Add a call number browser in item edition page In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13364 Magnus Enger changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36599|0 |1 is obsolete| | --- Comment #39 from Magnus Enger --- Created attachment 36600 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36600&action=edit Bug 13364 - Add a call number browser in item edition page When editing an item, the call number browser search for existing call number. If it shows a line is green between two calli numbers, the call numbers searched is available. If the call number is highlighted in red, it means that it already exists. This can be used to avoid repeated call numbers in your collection. The call number browser also shows its position relative to the rest of the collection. Sponsored-by: CCSR To test : 1) Go to MARC bibliographic framework Home ? Administration ? MARC frameworks 2) Click in MARC structure (Default framework) 3) Search field 952 and click in subfields 4) Edit subfield o (Full call number) 5) Click Display more constraints 6) In Others Options, Plugin, Choose cn_browser.pl and save changes 7) Search a record and edit its items Validate : three points (?) beside Full call number input 8) Click in ? Validate : if it can not find the given call number, a green line is shown. Otherwise, the given call number is highlighted in red. Followed test plan. Works as expected. Signed-off-by: Marc V?ron Signed-off-by: Magnus Works as advertised. QA scripts pass. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 14:50:55 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 13:50:55 +0000 Subject: [Koha-bugs] [Bug 13364] Add a call number browser in item edition page In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13364 Magnus Enger changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36431|0 |1 is obsolete| | Attachment #36600|0 |1 is obsolete| | --- Comment #40 from Magnus Enger --- Created attachment 36601 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36601&action=edit Bug 13364 - fix datatables.inc http://bugs.koha-community.org/show_bug.cgi?id=13364 Signed-off-by: Magnus Works as advertised. QA scripts pass. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 14:52:26 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 13:52:26 +0000 Subject: [Koha-bugs] [Bug 13364] Add a call number browser in item edition page In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13364 Magnus Enger changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |magnus at enger.priv.no --- Comment #41 from Magnus Enger --- (Sorry about the spam with the first patch! Git bz was timing out and I didn't realize it was actually attaching the first patch...) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 14:54:30 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 13:54:30 +0000 Subject: [Koha-bugs] [Bug 13364] Add a call number browser in item edition page In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13364 Magnus Enger changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36600|1 |0 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 14:56:50 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 13:56:50 +0000 Subject: [Koha-bugs] [Bug 10703] add/update database documentation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10703 --- Comment #15 from Nicole C. Engard --- Created attachment 36602 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36602&action=edit Bug 10703: Update stats table documentation This patch updates the DB documentation for the statistics table. To test review the file and cofirm that documentation is there -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 15:02:51 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 14:02:51 +0000 Subject: [Koha-bugs] [Bug 13796] New: Alert in OPAC when renewing an item with a rental charge Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13796 Bug ID: 13796 Summary: Alert in OPAC when renewing an item with a rental charge Change sponsored?: --- Product: Koha Version: 3.18 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: OPAC Assignee: oleonard at myacpl.org Reporter: fiona.borthwick at ptfs-europe.com QA Contact: testopia at bugs.koha-community.org Could a patron see an alert when renewing their items via My Account on the OPAC if the item has a rental fee associated with it? This would be very useful as then the patron could decide whether or not they wish to go ahead with the renewal. So for example, they have borrowed a DVD and already paid ?2.50 at the time of checking the item out. If they renew this DVD then they are automatically charged another ?2.50 but currently there is no alert at the point of renewing in the opac to tell them this. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 15:02:52 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 14:02:52 +0000 Subject: [Koha-bugs] [Bug 13350] Untranslatable strings in aqbudgetperiods.tt In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13350 --- Comment #4 from Katrin Fischer --- Comment on attachment 36407 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36407 [Signed-off] Bug 13350 - Untranslatable strings in aqbudgetperiods.tt Review of attachment 36407: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=13350&attachment=36407) ----------------------------------------------------------------- Hi H?ctor, I think something strange is going on here and I would like to avoid changing how the bradcrumbs display the last bit - could you take another look? Also adding Bernardo, maybe he has some ideas. ::: koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt @@ +238,2 @@ > [% ELSE %] > + Delete budget '[% budget_period_description %]'? I am not sure why the ' would cause the strings to be not translatable, but probably easisest would be to just remove them and maybe also the ? Thinking about how this looks like in other places in Koha. @@ +240,5 @@ > [% END %] > [% END %] > > [% IF ( duplicate_form ) %] > + BudgetsDuplicate budget I think we shouldn't use strong here, as the current page is not highlighted like that on the other pages. I think a should do the trick without an optical change, but it would be a little better to see why these pages don't get translated, while other pages work correctly and adjust the code to look the same (hope I make sense). @@ +257,5 @@ > [% END %] > > > [% IF ( else ) %] > + Budgets administration Same here as above - there are a lot of strange looking comments on this site. Hm. -- 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 Thu Mar 5 15:03:08 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 14:03:08 +0000 Subject: [Koha-bugs] [Bug 13350] Untranslatable strings in aqbudgetperiods.tt In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13350 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- 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 Thu Mar 5 15:03:27 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 14:03:27 +0000 Subject: [Koha-bugs] [Bug 13350] Untranslatable strings in aqbudgetperiods.tt In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13350 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA -- 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 Thu Mar 5 15:04:20 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 14:04:20 +0000 Subject: [Koha-bugs] [Bug 13796] Alert in OPAC when renewing an item with a rental charge In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13796 Fiona Borthwick changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fiona.borthwick at ptfs-europe | |.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 15:06:00 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 14:06:00 +0000 Subject: [Koha-bugs] [Bug 10703] add/update database documentation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10703 Dobrica Pavlinusic 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 Thu Mar 5 15:06:04 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 14:06:04 +0000 Subject: [Koha-bugs] [Bug 10703] add/update database documentation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10703 Dobrica Pavlinusic changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36582|0 |1 is obsolete| | --- Comment #16 from Dobrica Pavlinusic --- Created attachment 36603 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36603&action=edit Bug 10703: Update course reserves DB documentation To test review database documentation to see that course tables are all documented. Signed-off-by: Dobrica Pavlinusic -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 15:07:14 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 14:07:14 +0000 Subject: [Koha-bugs] [Bug 10703] add/update database documentation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10703 Dobrica Pavlinusic changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36602|0 |1 is obsolete| | --- Comment #17 from Dobrica Pavlinusic --- Created attachment 36604 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36604&action=edit Bug 10703: Update stats table documentation This patch updates the DB documentation for the statistics table. To test review the file and cofirm that documentation is there Signed-off-by: Dobrica Pavlinusic -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 15:18:56 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 14:18:56 +0000 Subject: [Koha-bugs] [Bug 10703] add/update database documentation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10703 --- Comment #18 from Nicole C. Engard --- Created attachment 36605 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36605&action=edit Bug 10703: Update Patron DB Documentation Update patron categories and patron restrictions DB docs. To test: * Review database documentation for categories * Review database documentation for patron_debarments -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 15:20:22 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 14:20:22 +0000 Subject: [Koha-bugs] [Bug 11982] Show local cover images in the biblio details page in the intranet. In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11982 Maxime Beaulieu changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #34813|1 |0 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 15:21:36 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 14:21:36 +0000 Subject: [Koha-bugs] [Bug 7981] Remove HomeOrHoldingBranchReturn syspref In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7981 Benjamin Rokseth changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #28199|1 |0 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 15:24:01 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 14:24:01 +0000 Subject: [Koha-bugs] [Bug 8438] Users should only claim for serials related to their branch. In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8438 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #35312|0 |1 is obsolete| | --- Comment #36 from Jonathan Druart --- Comment on attachment 35312 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=35312 [SIGNED OFF] Bug 8438: Followup Set the superserials permission for all users with the claim_serials permission So it is preferable not to update the user permissions and maybe let a note in the release notes to explain that if they have issues with serial permissions to check the user permissions. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 15:24:10 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 14:24:10 +0000 Subject: [Koha-bugs] [Bug 8438] Users should only claim for serials related to their branch. In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8438 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 Thu Mar 5 15:26:56 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 14:26:56 +0000 Subject: [Koha-bugs] [Bug 10021] Remove dead(?) code related to notifys In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10021 Nicole C. Engard changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |6427 CC| |kyle.m.hall at gmail.com, | |nengard at gmail.com --- Comment #3 from Nicole C. Engard --- Most of this is solved in the accounts rewrite - bug 6427 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 15:26:56 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 14:26:56 +0000 Subject: [Koha-bugs] [Bug 6427] Rewrite of the accounts system In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6427 Nicole C. Engard changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |10021 -- 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 Thu Mar 5 15:28:19 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 14:28:19 +0000 Subject: [Koha-bugs] [Bug 13479] Add option to add/remove biblios from list of books with forced item holds In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13479 --- Comment #2 from M. de Rooy --- Created attachment 36606 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36606&action=edit Bug 13479: Enable/disable forced item holds on biblio level This is a follow-up of report 13478. If you set OPACItemHolds to 'selectiveforce', you can now enable or disable forced item holds on biblio level on the Holds tab of the staff detail page. -- 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 Thu Mar 5 15:28:44 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 14:28:44 +0000 Subject: [Koha-bugs] [Bug 13479] Add option to add/remove biblios from list of books with forced item holds In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13479 M. 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 the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 15:28:57 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 14:28:57 +0000 Subject: [Koha-bugs] [Bug 13766] biblioitems.ean field is too short In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13766 --- Comment #4 from Fr?d?ric Demians --- (In reply to Jonathan Druart from comment #3) > Fr?d?ric, I got an error on executing the updatedb entry: > > DBD::mysql::db do failed: BLOB/TEXT column 'ean' used in key specification > without a key length at installer/data/mysql/updatedatabase.pl line 9798. Thanks testing. I also can get this error. I don't have it on recent DB. I get it on older. In updatedatebase.pl, line 5323: $dbh->do("CREATE INDEX `ean` ON biblioitems (`ean`) "); So a DB which was on Koha 3.8, and earlier, has an index on biblioitems.ean. A fresh DB, hasn't such an index. kohastructre.sql, line 186 and after, there are index defined for isbn but not for ean. Do you think that an index is required on ean field? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 15:29:23 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 14:29:23 +0000 Subject: [Koha-bugs] [Bug 13479] Add option to add/remove biblios from list of books with forced item holds In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13479 --- Comment #3 from M. de Rooy --- This work is not yet ready, but this may helps those want to sign off on report 13478. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 15:29:36 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 14:29:36 +0000 Subject: [Koha-bugs] [Bug 13635] $record->title is called even if marc flavour is UNIMARC In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13635 Katrin Fischer 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 Thu Mar 5 15:29:39 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 14:29:39 +0000 Subject: [Koha-bugs] [Bug 13635] $record->title is called even if marc flavour is UNIMARC In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13635 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36575|0 |1 is obsolete| | --- Comment #11 from Katrin Fischer --- Created attachment 36607 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36607&action=edit [PASSED QA] Bug 13635: Unimarc - On editing a notice, the title should be displayed The title method of MARC::Record does not deal with UNIMARC, it should not be called if the marc flavour is UNIMARC. Test plan: On an unimarc installation, edit a notice, with this patch you should see "Editing TITLE (Record number BIBLIONUMBER)" Without, the title was not displayed. Same in the breadcrumbs. Bug 13635: Remove another useless call There is another call to the title method in additem.pl without any check on the marc flavour. But here the title variable sent to the template is redefined 3 lines later. So it can be simply removed. Signed-off-by: Bernardo Gonzalez Kriegel Tested on UNIMARC install, editing a 'record' (not notice) does not show title on breadcrumbs, status bar or page title. With patch it does! No koha-qa errors. Signed-off-by: joel aloi Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 15:30:15 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 14:30:15 +0000 Subject: [Koha-bugs] [Bug 13479] Add option to add/remove biblios from list of books with forced item holds In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13479 M. de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36606|0 |1 is obsolete| | --- Comment #4 from M. de Rooy --- Created attachment 36608 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36608&action=edit Bug 13479: Enable/disable forced item holds on biblio level This is a follow-up of report 13478. If you set OPACItemHolds to 'selectiveforce', you can now enable or disable forced item holds on biblio level on the Holds tab of the staff detail page. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 15:30:27 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 14:30:27 +0000 Subject: [Koha-bugs] [Bug 13789] facets with accented utf-8 characters generate double encoded links In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13789 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #6 from Jonathan Druart --- Sorry, failing qa again. The title of the [X] link (to delete the facet) is badly encoded. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 15:31:54 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 14:31:54 +0000 Subject: [Koha-bugs] [Bug 13797] New: Applet / Script for combination silent printing/ till drawer kick out from Citizen CBM 1000 slip printer Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13797 Bug ID: 13797 Summary: Applet / Script for combination silent printing/ till drawer kick out from Citizen CBM 1000 slip printer Change sponsored?: --- Product: Koha Version: 3.18 Hardware: PC OS: Windows Status: NEW Severity: enhancement Priority: P5 - low Component: Staff Client Assignee: koha-bugs at lists.koha-community.org Reporter: thomas.rowley at cheshiresharedservices.gov.uk QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com Is there an applet/script that combines the ability to 'silent' print (negating dialog box intervention) and the kick out command sequence for a till drawer? However the till only needs to come out for financial transactions via patron accout or pay screen NOT any other receipt commands eg:- printing a list of books on issue to a patron. -- 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 Thu Mar 5 15:31:59 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 14:31:59 +0000 Subject: [Koha-bugs] [Bug 13798] New: Display issues with forced item holds Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13798 Bug ID: 13798 Summary: Display issues with forced item holds Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Hold requests Assignee: koha-bugs at lists.koha-community.org Reporter: kyle at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com Created attachment 36609 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36609&action=edit Screenshot When a record it forced to allow item holds, there are two oddities: a) We can collapse the item selection list b) We have a single radio button option set to 'A specific item' -- 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 Thu Mar 5 15:32:17 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 14:32:17 +0000 Subject: [Koha-bugs] [Bug 13797] Applet / Script for combination silent printing/ till drawer kick out from Citizen CBM 1000 slip printer In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13797 Tom Rowley changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |P1 - high -- 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 Thu Mar 5 15:33:18 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 14:33:18 +0000 Subject: [Koha-bugs] [Bug 1985] Email notification of new OPAC comments In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1985 --- Comment #22 from M. Tompsett --- (In reply to Koha Team Lyon 3 from comment #21) > I have just tested it. Everything is fine except that <> > isn't filled in the email : > ... > BEGIN COMMENT --- A lire absolument --- END COMMENT --- To approve: > http:///cgi-bin/koha/review/reviewswaiting.pl?op=approve&reviewid=10 To > delete: http:///cgi-bin/koha/review/reviewswaiting.pl?op=delete&reviewid=10 > Or to review all comments: http:///cgi-bin/koha/review/reviewswaiting.pl > Check it out! Your library. Not to ask the obvious question, but did you set staffClientBaseURL? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 15:36:00 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 14:36:00 +0000 Subject: [Koha-bugs] [Bug 11982] Show local cover images in the biblio details page in the intranet. In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11982 Maxime Beaulieu changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #34815|1 |0 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 15:36:27 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 14:36:27 +0000 Subject: [Koha-bugs] [Bug 5337] In Acquisition, EAN search will return results In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5337 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |http://bugs.koha-community. | |org/bugzilla3/show_bug.cgi? | |id=13766 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 15:36:27 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 14:36:27 +0000 Subject: [Koha-bugs] [Bug 13766] biblioitems.ean field is too short In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13766 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |http://bugs.koha-community. | |org/bugzilla3/show_bug.cgi? | |id=5337 --- Comment #5 from Jonathan Druart --- (In reply to Fr?d?ric Demians from comment #4) > Do you think that an index is required on ean field? It has been added by bug 5337, but the patch does not update the kohastructure.sql file. I think it's an oversight and should exist. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 15:37:37 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 14:37:37 +0000 Subject: [Koha-bugs] [Bug 13478] Force item holds only for specific biblios In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13478 --- Comment #19 from M. de Rooy --- (In reply to M. de Rooy from comment #17) > BTW I will soon submit something for the follow-up report (13479). But no > need to wait for that.. If you do not like to run the update statement manually (in the test plan), apply the 13479 preliminary patch. And you can do it in the staff client. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 15:47:39 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 14:47:39 +0000 Subject: [Koha-bugs] [Bug 8484] Add ability to choose if lost items are removed from a borrowers record. In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8484 --- Comment #24 from Nicole C. Engard --- This is something that came up at the hackfest - it's an option that a few people here would still like to see make it in to Koha. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 15:51:52 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 14:51:52 +0000 Subject: [Koha-bugs] [Bug 13787] Clean up noisy koha qa tool warnings In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13787 Jonathan Druart 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 Thu Mar 5 15:51:55 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 14:51:55 +0000 Subject: [Koha-bugs] [Bug 13787] Clean up noisy koha qa tool warnings In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13787 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36557|0 |1 is obsolete| | --- Comment #3 from Jonathan Druart --- Created attachment 36610 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36610&action=edit Bug 13787 - Clean up noisy opac-advsearch warnings While testing bug 10937, there were noisy warnings, which distracted from testing the functionality of it. Here is a snippet of the after the patch warnings: Argument "" isn't numeric in numeric gt (>) at /home/mtompset/kohaclone/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt line 384. Argument "" isn't numeric in numeric gt (>) at /home/mtompset/kohaclone/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt line 161. Argument "" isn't numeric in numeric gt (>) at /home/mtompset/kohaclone/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt line 161. Argument "" isn't numeric in numeric gt (>) at /home/mtompset/kohaclone/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt line 177. Argument "" isn't numeric in numeric gt (>) at /home/mtompset/kohaclone/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt line 177. Argument "" isn't numeric in numeric gt (>) at /home/mtompset/kohaclone/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt line 202. Argument "" isn't numeric in numeric gt (>) at /home/mtompset/kohaclone/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt line 202. Argument "" isn't numeric in numeric gt (>) at /home/mtompset/kohaclone/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt line 240. Argument "" isn't numeric in numeric gt (>) at /home/mtompset/kohaclone/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt line 240. Argument "" isn't numeric in numeric gt (>) at /home/mtompset/kohaclone/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt line 256. Argument "" isn't numeric in numeric gt (>) at /home/mtompset/kohaclone/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt line 256. Argument "" isn't numeric in numeric gt (>) at /home/mtompset/kohaclone/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt line 356. Argument "" isn't numeric in numeric gt (>) at /home/mtompset/kohaclone/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt line 356. Argument "" isn't numeric in numeric gt (>) at /home/mtompset/kohaclone/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt line 369. Argument "" isn't numeric in numeric gt (>) at /home/mtompset/kohaclone/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt line 369. Tweaking the [% IF %] statements eliminated the warnings. TEST PLAN --------- 1) Apply patch 2) Run koha qa test tools. -- there will be noisy warnings in the before processing, but there will be no such messages in the after processing. 3) git diff origin/master -- there should be no visible typos. Signed-off-by: Magnus Enger - Applied the patch from bug 10937 - Ran "koha-qa.pl -c 1" and observed the warnings described in the commit message - Applied the patch from this bug - Ran "koha-qa.pl -c 1" again and saw no warnings - Ran "koha-qa.pl -c 2" and saw no warnings I have not tested the functionality of 10937 with this patch, just verified that the changes look sensible. This patch feels more like a followup for 10937, than a separate patch, especially since 10937 is just "signed off" at this time. But as long as it works... 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 Thu Mar 5 15:52:39 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 14:52:39 +0000 Subject: [Koha-bugs] [Bug 11900] OPAC cart can confuse patrons In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11900 --- Comment #11 from Nicole C. Engard --- This is a step, but I do feel that we need a bit more because CART appears in many places and is not easy to change with jquery. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 15:52:46 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 14:52:46 +0000 Subject: [Koha-bugs] [Bug 13787] Clean up noisy koha qa tool warnings In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13787 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |http://bugs.koha-community. | |org/bugzilla3/show_bug.cgi? | |id=10937 Depends on|10937 | CC| |jonathan.druart at biblibre.co | |m --- Comment #4 from Jonathan Druart --- I removed the dependency, this patch can be pushed before bug 10937. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 15:52:46 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 14:52:46 +0000 Subject: [Koha-bugs] [Bug 10937] Option to hide and group itemtypes from advanced search In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10937 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|13787 | See Also| |http://bugs.koha-community. | |org/bugzilla3/show_bug.cgi? | |id=13787 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 15:54:01 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 14:54:01 +0000 Subject: [Koha-bugs] [Bug 12887] User logged out on refresh after CAS authentication In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12887 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at biblibre.co | |m Assignee|gmcharlt at gmail.com |matthias.meusburger at biblibr | |e.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 15:55:14 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 14:55:14 +0000 Subject: [Koha-bugs] [Bug 13789] facets with accented utf-8 characters generate double encoded links In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13789 Dobrica Pavlinusic changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36540|0 |1 is obsolete| | --- Comment #7 from Dobrica Pavlinusic --- Created attachment 36611 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36611&action=edit Bug 13789 - facets with accented utf-8 characters generate double encoded links Bug 13425 tried to fix XSS in OPAC, by using url filter in template toolkit on whole generated url. This doesn't work and create double encoded strings in facets because we are creating url variable by concatenating query_cgi (which did pass through uri_escape_utf8 on perl side) and other parameters which have to be escaped in template. Also, code like [% SET limit_cgi_f = limit_cgi | url %] doesn't do anything (at least doesn't apply url filter) so it's not needed. This patch also fixes encoding of hidden fields used in sort by form. And lastly, it tries to make facet changes for opac and intranet as same as possible to simplify future maintencence of this code. Test scenario: 1. find results in your opac which contain accented characters 2. click on them and verify that results are missing 3. apply this patch 4. re-run search and click on facets link verifying that there are now results 5. test sort by form and verify that results are ok 6. verify that facets are still safe from injection by constructing url like /cgi-bin/koha/opac-search.pl?q=123&sort_by='">&limit=123 and verifying that you DON'T see prompt window in your browser -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 15:55:40 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 14:55:40 +0000 Subject: [Koha-bugs] [Bug 13789] facets with accented utf-8 characters generate double encoded links In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13789 Dobrica Pavlinusic 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 Thu Mar 5 15:59:07 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 14:59:07 +0000 Subject: [Koha-bugs] [Bug 10703] add/update database documentation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10703 Nicole C. Engard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Needs Signoff --- Comment #19 from Nicole C. Engard --- Latest patch needs sign off. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 16:01:52 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 15:01:52 +0000 Subject: [Koha-bugs] [Bug 13787] Clean up noisy koha qa tool warnings In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13787 --- Comment #5 from M. Tompsett --- There is no need to expressly test bug 10937, you can put a blank line into opac-advsearch.tt and trigger the same problems. I was merely giving a historical context. It does not depend solely on 10937. It depends on anyone making a modification to the opac-advsearch.tt template file. Thank you for changing this from 'Depends on' to 'See also', Jonathan. Consider that this patch modifies that file. You should the problems before, but not after the processing when running the koha qa tool. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 16:03:57 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 15:03:57 +0000 Subject: [Koha-bugs] [Bug 13773] add stock number to details and items display In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13773 Jonathan Druart 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 Thu Mar 5 16:04:00 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 15:04:00 +0000 Subject: [Koha-bugs] [Bug 13773] add stock number to details and items display In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13773 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36556|0 |1 is obsolete| | --- Comment #7 from Jonathan Druart --- Created attachment 36612 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36612&action=edit Bug 13773 - add stock number to details and items display This patch adds stocknumber (named Inventory number in interface) to details table and items display if it exists. Test scenario: 1. find item(s) which have inventory number assigned 2. verify that you don't see inventory number in items display 3. apply this patch 4. verify that inventory number is now available Signed-off-by: Nicole 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 Thu Mar 5 16:06:13 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 15:06:13 +0000 Subject: [Koha-bugs] [Bug 1985] Email notification of new OPAC comments In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1985 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36521|0 |1 is obsolete| | --- Comment #23 from M. Tompsett --- Created attachment 36613 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36613&action=edit [SIGNED OFF] Bug 1985 - Email notification of new OPAC comments This feature adds YAS 'CommentModeratorsEmail', where an email (template code COMMENT_CREATED) is sent when a borrower creates/modifies an comment/review. The syspref is empty by default and no email is sent when the syspref is empty. This feature is needed because we want to alert our content moderators to take action when needed. Usually it is our librarians who write reviews and this improvement makes the process of moving Koha reviews to our CMS more smooth. TEST SETUP: -1. Run updatedatabase.pl to add the syspref and the new letter template. 0. Go to admin/preferences.pl?tab=opac, and set the 'CommentModeratorsEmail'-syspref to your email-address. TEST PLAN: 1. Log in to OPAC and find any Biblio. 2. Make a comment/review for it. 3. Check the koha.message_queue-table for any letter_code = 'COMMENT_CREATED'. You should see the reasonable default message. You can change the message in tools/letter.pl. NOTE: Tested in conjunction with my patch. However, this piece alone: - lacked unit tests since it modified C4/Review.pm - failed to provide the desired links in the email message, as mentioned in comment #1. - failed to pass biblionumber information for use in the letter as mentioned in comment #11. - passed $review, when it was really id that should have been passed and used to implement the inclusion of reviews.reviewid and other reviews table fields. 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 Thu Mar 5 16:06:27 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 15:06:27 +0000 Subject: [Koha-bugs] [Bug 1985] Email notification of new OPAC comments In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1985 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36522|0 |1 is obsolete| | --- Comment #24 from M. Tompsett --- Created attachment 36614 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36614&action=edit Bug 1985 - tweak License and lots of cleanup In comment #11, it was mentioned that title and biblionumber from the biblio table were not available as variables in the letter. This corrects this by converting the parameter list to a hashref, and adding the missing biblio number. It also cleans up the license on C4/Review.pm to be in line with the current coding guidelines license. Also strict and warning have been changed to the 'Use Modern::Perl;' now. Additionally, <> is now usable in the letter, as is <>. These were required additions, because comment #1 expressly says there should be a direct link to approve or delete. I also included a review everything link, since there could be multiple comments outstanding. The default letter was tweaked as well to reflect these changes. TEST PLAN --------- 1) Create test branch and apply patch 2) run installer/data/mysql/updatedatabase.pl -- this will add the required default letter. 3) In the staff client: a) set the CommentModeratorsEmail system preference. -- not setting it will mean you won't get any queued letters. a) set the staffClientBaseURL system preference. -- not setting it will mean your email links won't be valid (i.e http:///...). b) modify the COMMENT_CREATED default letter as desired. -- feel free to add other things. 4) In the OPAC: a) Log in b) Find something c) Click on the 'Comments' tab -- Holdings/Title notes/Comments (#) is at the bottom d) Click 'Post or edit your comments on this item' e) In the window that pops up, type your comment. f) Click 'Submit and close this window'. g) Click 'Edit' and repeat steps e and f again. 5) In a mysql client: a) Open the koha database b) SELECT * FROM message_queue WHERE letter_code='COMMENT_CREATED'; -- There should be at least two. -- They should be able to contain the borrower number, biblio title, and other borrower and biblio related things. -- Comments are at a biblio level, so items, and issues don't make sense as variables for the letter. 6) prove -v t/db_dependent/Review.t 7) Run the koha qa test tool. NOTE: Improved the test plan to make staffClientBaseURL obvious. 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 Thu Mar 5 16:13:58 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 15:13:58 +0000 Subject: [Koha-bugs] [Bug 1985] Email notification of new OPAC comments In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1985 --- Comment #25 from Koha Team Lyon 3 --- Yes, you're right :-) I forgot to set the staffClientBaseURL syspref ... I'll test one more time -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 16:14:15 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 15:14:15 +0000 Subject: [Koha-bugs] [Bug 7981] Remove HomeOrHoldingBranchReturn syspref In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7981 Benjamin Rokseth 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 Thu Mar 5 16:14:18 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 15:14:18 +0000 Subject: [Koha-bugs] [Bug 7981] Remove HomeOrHoldingBranchReturn syspref In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7981 Benjamin Rokseth changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #28199|0 |1 is obsolete| | Attachment #33455|0 |1 is obsolete| | --- Comment #26 from Benjamin Rokseth --- Created attachment 36615 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36615&action=edit Bug 7981 - Remove HomeOrHoldingBranchReturn syspref This patch removes HomeOrHoldingBranchReturn syspref and makes circ/returns.pl respect branch circulation rules from C4::Circulation::GetBranchItemRule. Also transfer slip notice should reflect this. Default should always be to return item to home branch. Test plan: - make sure syspref 'AutomaticItemReturn' is set to 'false' - unset 'Default checkout, hold and return policy' or set 'Return policy' to 'Item returns home' - checkout an item and do a checkin from different branch than items homebranch - verify that you're prompted with a transfer message to item's home branch and that print slip matches - set 'Return policy' to 'Item returns to issuing library' - do a checkout and a checkin from branch different than item's home branch - verify that you're not prompted with a transfer message and that holding library is your current branch Signed-off-by: Kyle M Hall Follow-up: - Added 3 tests in t/db_dependent/Circulation_Branches.t to test AddReturn policies - Removed HomeOrHoldingBranchReturn from sysprefs.sql - Added notice on removing syspref in updatedatabase QA edits: - removed trailing whitespace in tests - moved branchname lookup from returns.pl to template -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 16:16:08 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 15:16:08 +0000 Subject: [Koha-bugs] [Bug 13789] facets with accented utf-8 characters generate double encoded links In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13789 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 Thu Mar 5 16:16:15 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 15:16:15 +0000 Subject: [Koha-bugs] [Bug 13789] facets with accented utf-8 characters generate double encoded links In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13789 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36611|0 |1 is obsolete| | --- Comment #8 from Jonathan Druart --- Created attachment 36616 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36616&action=edit Bug 13789 - facets with accented utf-8 characters generate double encoded links Bug 13425 tried to fix XSS in OPAC, by using url filter in template toolkit on whole generated url. This doesn't work and create double encoded strings in facets because we are creating url variable by concatenating query_cgi (which did pass through uri_escape_utf8 on perl side) and other parameters which have to be escaped in template. Also, code like [% SET limit_cgi_f = limit_cgi | url %] doesn't do anything (at least doesn't apply url filter) so it's not needed. This patch also fixes encoding of hidden fields used in sort by form. And lastly, it tries to make facet changes for opac and intranet as same as possible to simplify future maintencence of this code. Test scenario: 1. find results in your opac which contain accented characters 2. click on them and verify that results are missing 3. apply this patch 4. re-run search and click on facets link verifying that there are now results 5. test sort by form and verify that results are ok 6. verify that facets are still safe from injection by constructing url like /cgi-bin/koha/opac-search.pl?q=123&sort_by='">&limit=123 and verifying that you DON'T see prompt window in your browser 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 Thu Mar 5 16:25:27 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 15:25:27 +0000 Subject: [Koha-bugs] [Bug 13350] Untranslatable strings in aqbudgetperiods.tt In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13350 --- Comment #5 from H?ctor Eduardo Castro Avalos --- Hi Katrine I've used strong tag on example basis. If you go to Patrons and then create a New patron (e.g. Staff), this will display "Add patron (Staff)" in bold type. So, this kind of code has been used in memberentrygen.tt I will try to test another solution or if Bernardo can help, he has got more experiences with untranslatables strings. Regards -- 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 Thu Mar 5 16:28:06 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 15:28:06 +0000 Subject: [Koha-bugs] [Bug 13350] Untranslatable strings in aqbudgetperiods.tt In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13350 --- Comment #6 from Bernardo Gonzalez Kriegel --- I'm looking into this right now :) -- 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 Thu Mar 5 16:28:56 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 15:28:56 +0000 Subject: [Koha-bugs] [Bug 13789] facets with accented utf-8 characters generate double encoded links In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13789 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |major --- Comment #9 from Jonathan Druart --- Bumping the severity since it's a regression. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 16:31:44 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 15:31:44 +0000 Subject: [Koha-bugs] [Bug 12122] TransferSlip should accept both itemnumber and barcode In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12122 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master CC| |tomascohen at gmail.com --- Comment #15 from Tom?s Cohen Arazi --- Patch pushed to master. Sk?le! -- 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 Thu Mar 5 16:32:22 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 15:32:22 +0000 Subject: [Koha-bugs] [Bug 9848] SIP tests : fix in 10renew_all.t (additional checkin) In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9848 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #13 from Tom?s Cohen Arazi --- Patch pushed to master. Thanks Adrien! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 16:32:50 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 15:32:50 +0000 Subject: [Koha-bugs] [Bug 13575] Updating developer list. In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13575 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master CC| |tomascohen at gmail.com --- Comment #9 from Tom?s Cohen Arazi --- Patch pushed to master. Thanks Brandon! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 16:33:49 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 15:33:49 +0000 Subject: [Koha-bugs] [Bug 13605] _AUTHOR_ not replaced in relatives checkouts In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13605 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen at gmail.com Status|Passed QA |Pushed to Master --- Comment #5 from Tom?s Cohen Arazi --- Patch pushed to master. Thanks Frido! -- 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 Thu Mar 5 16:34:38 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 15:34:38 +0000 Subject: [Koha-bugs] [Bug 11395] Batch modifications for records In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11395 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #122 from Tom?s Cohen Arazi --- Patches pushed to master. Nice job Jonathan! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 16:37:14 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 15:37:14 +0000 Subject: [Koha-bugs] [Bug 13635] $record->title is called even if marc flavour is UNIMARC In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13635 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master CC| |tomascohen at gmail.com --- Comment #12 from Tom?s Cohen Arazi --- Patch pushed to master. Thanks Jonathan! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 16:37:55 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 15:37:55 +0000 Subject: [Koha-bugs] [Bug 11371] Add a new report : Orders by budget In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11371 simith.doliveira at inlibro.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #35385|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Mar 5 16:49:54 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 Mar 2015 15:49:54 +0000 Subject: [Koha-bugs] [Bug 13364] Add a call number browser in item edition page In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13364 --- Comment #42 from Jonathan Druart --- Comment on attachment 36600 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36600 Bug 13364 - Add a call number browser in item edition page Review of attachment 36600: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=13364&attachment=36600) ----------------------------------------------------------------- Is there a good reason to have the template file in the tools directory, instead of cataloguing/value_builder? The green line is always at the top of the table. If I am remember correctly, in the previous version it was inserted correctly. ::: cataloguing/value_builder/cn_browser.pl @@ +1,4 @@ > +#!/usr/bin/perl > + > +use strict; > +use warnings; Prefer use Modern::Perl; @@ +9,5 @@ > +use C4::Output; > +use POSIX; > +use C4::ClassSource; > +use URI::Escape; > +use Data::Dumper; No needed. ::: koha-tmpl/intranet-tmpl/prog/en/modules/tools/cn_browser.tt @@ +12,5 @@ > + > +&limit=123 and verifying that you DON'T see prompt window in your browser Signed-off-by: Jonathan Druart Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 08:50:28 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 07:50:28 +0000 Subject: [Koha-bugs] [Bug 13771] Koha 3.18 Help Files In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13771 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at biblibre.co | |m Attachment #36551|1 |0 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 08:50:33 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 07:50:33 +0000 Subject: [Koha-bugs] [Bug 13771] Koha 3.18 Help Files In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13771 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36560|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 Mar 6 08:50:38 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 07:50:38 +0000 Subject: [Koha-bugs] [Bug 13771] Koha 3.18 Help Files In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13771 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36561|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 Mar 6 08:50:45 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 07:50:45 +0000 Subject: [Koha-bugs] [Bug 13771] Koha 3.18 Help Files In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13771 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36562|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 Mar 6 08:50:51 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 07:50:51 +0000 Subject: [Koha-bugs] [Bug 13771] Koha 3.18 Help Files In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13771 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36563|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 Mar 6 08:50:56 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 07:50:56 +0000 Subject: [Koha-bugs] [Bug 13771] Koha 3.18 Help Files In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13771 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36564|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 Mar 6 08:51:03 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 07:51:03 +0000 Subject: [Koha-bugs] [Bug 13771] Koha 3.18 Help Files In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13771 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36565|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 Mar 6 08:51:58 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 07:51:58 +0000 Subject: [Koha-bugs] [Bug 13801] New: SVC bib bad encoding Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13801 Bug ID: 13801 Summary: SVC bib bad encoding Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Web services Assignee: koha-bugs at lists.koha-community.org Reporter: josef.moravec at gmail.com QA Contact: testopia at bugs.koha-community.org If you want to get marcxml bibliographic record through /svc/bib service, it return national characters badly (possibly double?) encoded. Like this: historick?? rom??ny Je?????? Kristus Jeruzal??m ??ivotopis It should be: historick? rom?ny Je??? Kristus Jeruzal?m ?ivotopis -- 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 Mar 6 09:06:03 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 08:06:03 +0000 Subject: [Koha-bugs] [Bug 11201] List pending in-house checkouts In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11201 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36278|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 Mar 6 09:06:33 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 08:06:33 +0000 Subject: [Koha-bugs] [Bug 11201] List pending in-house checkouts In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11201 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Signed Off --- Comment #16 from Jonathan Druart --- Should be good now. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 09:21:49 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 08:21:49 +0000 Subject: [Koha-bugs] [Bug 13801] SVC bib bad encoding In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13801 Mike changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |black23 at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 09:26:57 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 08:26:57 +0000 Subject: [Koha-bugs] [Bug 13802] New: Renewals ignore hard due dates Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13802 Bug ID: 13802 Summary: Renewals ignore hard due dates Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: major Priority: P5 - low Component: Circulation Assignee: koha-bugs at lists.koha-community.org Reporter: nengard at gmail.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com It appears that when renewing items the hard due date is not checked and so there is a way around the hard due date if you renew. -- 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 Mar 6 09:27:54 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 08:27:54 +0000 Subject: [Koha-bugs] [Bug 13788] Checked out On Date Appears without Time In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13788 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED CC| |jonathan.druart at biblibre.co | |m --- Comment #1 from Jonathan Druart --- This is fixed. -- 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 Mar 6 09:29:24 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 08:29:24 +0000 Subject: [Koha-bugs] [Bug 12008] hold notice can be deleted In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12008 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at biblibre.co | |m Severity|critical |normal --- Comment #3 from Jonathan Druart --- This should be fixed. -- 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 Mar 6 09:33:33 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 08:33:33 +0000 Subject: [Koha-bugs] [Bug 9819] stopwords related code should be removed In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9819 Nicole C. Engard changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nengard at gmail.com --- Comment #17 from Nicole C. Engard --- I'd also like to see this make it's way in to Koha -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 09:33:32 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 08:33:32 +0000 Subject: [Koha-bugs] [Bug 13171] Check box for email is missing for hold notifications in patron messaging preferences. In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13171 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at biblibre.co | |m --- Comment #3 from Jonathan Druart --- Have you still the problem? If yes, please paste the return for the following mysql command: select * from message_transports; -- 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 Mar 6 09:36:55 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 08:36:55 +0000 Subject: [Koha-bugs] [Bug 11201] List pending in-house checkouts In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11201 --- Comment #17 from Katrin Fischer --- Comment on attachment 36471 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36471 [SIGNED-OFF] Bug 11201: Add a in-house use list pages Review of attachment 36471: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=11201&attachment=36471) ----------------------------------------------------------------- Tiny tiny things... :) ::: koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt @@ +46,4 @@ > systems with large numbers of overdue items.[% END %] >
  • Overdues with fines - Limited to your library. See report help for other details.
  • > > +
  • On-site checkout list
  • Hi Jonathan, can you please make the visibility of the link depend on the system preference? ::: koha-tmpl/intranet-tmpl/prog/en/modules/circ/on-site_checkouts.tt @@ +40,5 @@ > +
    > +
    > +
    > +
    > +

    Pending on-site checkout list

    I think this should be

    as on the other pages - otherwise the 'no pending...' message is bigger than the heading. After discussing with Nicole it would be nice if the circulation start page and the heading both said: Pending on-site checkouts -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 09:37:06 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 08:37:06 +0000 Subject: [Koha-bugs] [Bug 11201] List pending in-house checkouts In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11201 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 09:40:23 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 08:40:23 +0000 Subject: [Koha-bugs] [Bug 13647] On-site checkouts: Allow library to specifiy due date In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13647 --- Comment #1 from Katrin Fischer --- After checking with Jonathan, it would be ok to have the library always select the due date and not force it to the end of the day. I will try to make that happen. -- 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 Mar 6 09:42:51 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 08:42:51 +0000 Subject: [Koha-bugs] [Bug 13350] Untranslatable strings in aqbudgetperiods.tt In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13350 --- Comment #10 from Marc V?ron --- Created attachment 36639 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36639&action=edit [Signed-off] Bug 13350: Untranslatable strings in aqbudgetperiods.tt Counter patch, same test plan as original Followed test plan, works as expected. Signed-off-by: Marc V?ron -- 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 Mar 6 09:43:26 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 08:43:26 +0000 Subject: [Koha-bugs] [Bug 13350] Untranslatable strings in aqbudgetperiods.tt In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13350 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36634|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 Fri Mar 6 09:43:43 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 08:43:43 +0000 Subject: [Koha-bugs] [Bug 13350] Untranslatable strings in aqbudgetperiods.tt In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13350 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36407|0 |1 is obsolete| | -- 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 Mar 6 09:44:12 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 08:44:12 +0000 Subject: [Koha-bugs] [Bug 13350] Untranslatable strings in aqbudgetperiods.tt In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13350 Marc V?ron 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 Mar 6 09:49:04 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 08:49:04 +0000 Subject: [Koha-bugs] [Bug 13801] SVC bib bad encoding In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13801 Dobrica Pavlinusic changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dpavlin at rot13.org --- Comment #1 from Dobrica Pavlinusic --- I can't seem to reproduce this bug on current master. Do you see that on all or just some records? Do you see it on all fields? -- 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 Mar 6 09:49:32 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 08:49:32 +0000 Subject: [Koha-bugs] [Bug 13558] In-house checkouts: optionally allow library to choose due date In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13558 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE --- Comment #1 from Katrin Fischer --- *** This bug has been marked as a duplicate of bug 13647 *** -- 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 Mar 6 09:49:32 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 08:49:32 +0000 Subject: [Koha-bugs] [Bug 13647] On-site checkouts: Allow library to specifiy due date In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13647 --- Comment #2 from Katrin Fischer --- *** Bug 13558 has been marked as a duplicate of this bug. *** -- 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 Mar 6 09:55:24 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 08:55:24 +0000 Subject: [Koha-bugs] [Bug 10703] add/update database documentation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10703 Brendan Gallagher 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 Mar 6 09:55:28 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 08:55:28 +0000 Subject: [Koha-bugs] [Bug 10703] add/update database documentation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10703 Brendan Gallagher changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36603|0 |1 is obsolete| | --- Comment #20 from Brendan Gallagher --- Created attachment 36640 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36640&action=edit Bug 10703: Update course reserves DB documentation To test review database documentation to see that course tables are all documented. Signed-off-by: Dobrica Pavlinusic Signed-off-by: Brendan Gallagher -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 09:55:39 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 08:55:39 +0000 Subject: [Koha-bugs] [Bug 10703] add/update database documentation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10703 Brendan Gallagher changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36604|0 |1 is obsolete| | --- Comment #21 from Brendan Gallagher --- Created attachment 36641 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36641&action=edit Bug 10703: Update stats table documentation This patch updates the DB documentation for the statistics table. To test review the file and cofirm that documentation is there Signed-off-by: Dobrica Pavlinusic Signed-off-by: Brendan Gallagher -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 09:55:47 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 08:55:47 +0000 Subject: [Koha-bugs] [Bug 10703] add/update database documentation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10703 Brendan Gallagher changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36605|0 |1 is obsolete| | --- Comment #22 from Brendan Gallagher --- Created attachment 36642 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36642&action=edit Bug 10703: Update Patron DB Documentation Update patron categories and patron restrictions DB docs. To test: * Review database documentation for categories * Review database documentation for patron_debarments Signed-off-by: Brendan Gallagher -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 10:02:38 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 09:02:38 +0000 Subject: [Koha-bugs] [Bug 13801] SVC bib bad encoding In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13801 --- Comment #2 from Mike --- Hello, problem is in all tested records and fields. I can give You access into our testing server, if it help. Complete example: http://pastebin.com/n6Fg0Ase Thanks Mike -- 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 Mar 6 10:12:12 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 09:12:12 +0000 Subject: [Koha-bugs] [Bug 1985] Email notification of new OPAC comments In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1985 sandboxes at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off CC| |sandboxes at biblibre.com --- Comment #29 from sandboxes at biblibre.com --- Patch tested with a sandbox, by sonia bouis -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 10:12:29 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 09:12:29 +0000 Subject: [Koha-bugs] [Bug 1985] Email notification of new OPAC comments In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1985 sandboxes at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36613|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 Mar 6 10:12:34 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 09:12:34 +0000 Subject: [Koha-bugs] [Bug 1985] Email notification of new OPAC comments In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1985 sandboxes at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36628|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 Mar 6 10:12:39 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 09:12:39 +0000 Subject: [Koha-bugs] [Bug 1985] Email notification of new OPAC comments In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1985 sandboxes at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36629|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 Mar 6 10:12:50 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 09:12:50 +0000 Subject: [Koha-bugs] [Bug 1985] Email notification of new OPAC comments In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1985 --- Comment #30 from sandboxes at biblibre.com --- Created attachment 36643 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36643&action=edit Bug 13635: Unimarc - On editing a notice, the title should be displayed The title method of MARC::Record does not deal with UNIMARC, it should not be called if the marc flavour is UNIMARC. Test plan: On an unimarc installation, edit a notice, with this patch you should see "Editing TITLE (Record number BIBLIONUMBER)" Without, the title was not displayed. Same in the breadcrumbs. Bug 13635: Remove another useless call There is another call to the title method in additem.pl without any check on the marc flavour. But here the title variable sent to the template is redefined 3 lines later. So it can be simply removed. Signed-off-by: Bernardo Gonzalez Kriegel Tested on UNIMARC install, editing a 'record' (not notice) does not show title on breadcrumbs, status bar or page title. With patch it does! No koha-qa errors. Signed-off-by: joel aloi Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi 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 Fri Mar 6 10:12:54 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 09:12:54 +0000 Subject: [Koha-bugs] [Bug 1985] Email notification of new OPAC comments In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1985 --- Comment #31 from sandboxes at biblibre.com --- Created attachment 36644 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36644&action=edit Bug 1985 - Email notification of new OPAC comments This feature adds YAS 'CommentModeratorsEmail', where an email (template code COMMENT_CREATED) is sent when a borrower creates/modifies an comment/review. The syspref is empty by default and no email is sent when the syspref is empty. This feature is needed because we want to alert our content moderators to take action when needed. Usually it is our librarians who write reviews and this improvement makes the process of moving Koha reviews to our CMS more smooth. TEST SETUP: -1. Run updatedatabase.pl to add the syspref and the new letter template. 0. Go to admin/preferences.pl?tab=opac, and set the 'CommentModeratorsEmail'-syspref to your email-address. TEST PLAN: 1. Log in to OPAC and find any Biblio. 2. Make a comment/review for it. 3. Check the koha.message_queue-table for any letter_code = 'COMMENT_CREATED'. You should see the reasonable default message. You can change the message in tools/letter.pl. NOTE: Tested in conjunction with my patch. However, this piece alone: - lacked unit tests since it modified C4/Review.pm - failed to provide the desired links in the email message, as mentioned in comment #1. - failed to pass biblionumber information for use in the letter as mentioned in comment #11. - passed $review, when it was really id that should have been passed and used to implement the inclusion of reviews.reviewid and other reviews table fields. Signed-off-by: Mark Tompsett 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 Fri Mar 6 10:12:58 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 09:12:58 +0000 Subject: [Koha-bugs] [Bug 1985] Email notification of new OPAC comments In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1985 --- Comment #32 from sandboxes at biblibre.com --- Created attachment 36645 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36645&action=edit Bug 1985 - tweak License and lots of cleanup In comment #11, it was mentioned that title and biblionumber from the biblio table were not available as variables in the letter. This corrects this by converting the parameter list to a hashref, and adding the missing biblio number. It also cleans up the license on C4/Review.pm to be in line with the current coding guidelines license. Also strict and warning have been changed to the 'Use Modern::Perl;' now. Additionally, <> is now usable in the letter, as is <>. These were required additions, because comment #1 expressly says there should be a direct link to approve or delete. I also included a review everything link, since there could be multiple comments outstanding. The default letter was tweaked as well to reflect these changes. Fixed bad URLs as noted in comment #26. TEST PLAN --------- 1) Create test branch and apply patch 2) run installer/data/mysql/updatedatabase.pl -- this will add the required default letter. 3) In the staff client: a) set the CommentModeratorsEmail system preference. -- not setting it will mean you won't get any queued letters. a) set the staffClientBaseURL system preference. -- not setting it will mean your email links won't be valid (i.e http:///...). b) modify the COMMENT_CREATED default letter as desired. -- feel free to add other things. 4) In the OPAC: a) Log in b) Find something c) Click on the 'Comments' tab -- Holdings/Title notes/Comments (#) is at the bottom d) Click 'Post or edit your comments on this item' e) In the window that pops up, type your comment. f) Click 'Submit and close this window'. g) Click 'Edit' and repeat steps e and f again. 5) In a mysql client: a) Open the koha database b) SELECT * FROM message_queue WHERE letter_code='COMMENT_CREATED'; -- There should be at least two. -- They should be able to contain the borrower number, biblio title, and other borrower and biblio related things. -- Comments are at a biblio level, so items, and issues don't make sense as variables for the letter. -- Confirm the URLs are valid by pasting into a browser. 6) prove -v t/db_dependent/Review.t 7) Run the koha qa test tool. Signed-off-by: Mark Tompsett 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 Fri Mar 6 10:16:18 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 09:16:18 +0000 Subject: [Koha-bugs] [Bug 13801] SVC bib bad encoding In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13801 --- Comment #3 from Josef Moravec --- I've just tried the the master version from git now, on another server (new clean virtual with debian wheezy). I've imported this record from library of congress: http://lccn.loc.gov/59046328 and then tried to access it through http:///cgi-bin/koha/svc/bib/1 accessed through browser (Firefox and Chromium): http://pastebin.com/ueb58YKZ downloaded using curl: http://pastebin.com/LG09JjeB through browser, the encoding seems bad, through curl everything is ok... could be some problem with http headers? (just guess) -- 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 Mar 6 10:17:33 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 09:17:33 +0000 Subject: [Koha-bugs] [Bug 1985] Email notification of new OPAC comments In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1985 --- Comment #33 from Koha Team Lyon 3 --- I've done again all the tests (until point 6 but I think point 6 and 7 can be done at the QA step ?) Everything works correctly -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 10:22:09 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 09:22:09 +0000 Subject: [Koha-bugs] [Bug 1985] Email notification of new OPAC comments In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1985 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36643|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 Mar 6 10:23:36 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 09:23:36 +0000 Subject: [Koha-bugs] [Bug 13801] SVC bib bad encoding In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13801 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at biblibre.co | |m, 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 Mar 6 10:30:35 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 09:30:35 +0000 Subject: [Koha-bugs] [Bug 11201] List pending in-house checkouts In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11201 --- Comment #18 from Jonathan Druart --- Created attachment 36646 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36646&action=edit Bug 11201: qa-followup - move h4 to h1 - Make the link on the circ home page depending on the pref -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 10:30:30 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 09:30:30 +0000 Subject: [Koha-bugs] [Bug 11201] List pending in-house checkouts In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11201 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 Mar 6 10:31:33 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 09:31:33 +0000 Subject: [Koha-bugs] [Bug 12074] Filter duplicates when adding a full batch from a staged file In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12074 aloij changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off CC| |aloi54 at live.fr --- Comment #14 from aloij --- the patch is applied correctly. When adding a batch of documents to a basket , duplicates are ignored and correctly a visual alert is displayed with a link to them so they can be treated so individual . Signed off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 10:33:13 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 09:33:13 +0000 Subject: [Koha-bugs] [Bug 12074] Filter duplicates when adding a full batch from a staged file In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12074 sandboxes at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sandboxes at biblibre.com --- Comment #15 from sandboxes at biblibre.com --- Patch tested with a sandbox, by JA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 10:33:31 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 09:33:31 +0000 Subject: [Koha-bugs] [Bug 12074] Filter duplicates when adding a full batch from a staged file In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12074 sandboxes at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36144|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 Mar 6 10:33:38 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 09:33:38 +0000 Subject: [Koha-bugs] [Bug 12074] Filter duplicates when adding a full batch from a staged file In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12074 --- Comment #16 from sandboxes at biblibre.com --- Created attachment 36647 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36647&action=edit Bug 12074 Filter duplicates when adding a batch from a staged file When adding a batch of records to a basket, duplicates are skipped and an alert is displayed with a link to them so as they could be treated individually. Signed-off-by: JA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 10:39:48 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 09:39:48 +0000 Subject: [Koha-bugs] [Bug 10703] add/update database documentation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10703 Jonathan Druart 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 Fri Mar 6 10:39:52 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 09:39:52 +0000 Subject: [Koha-bugs] [Bug 10703] add/update database documentation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10703 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36640|0 |1 is obsolete| | Attachment #36641|0 |1 is obsolete| | Attachment #36642|0 |1 is obsolete| | --- Comment #23 from Jonathan Druart --- Created attachment 36648 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36648&action=edit Bug 10703: Update course reserves DB documentation To test review database documentation to see that course tables are all documented. Signed-off-by: Dobrica Pavlinusic Signed-off-by: Brendan Gallagher 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 Mar 6 10:40:37 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 09:40:37 +0000 Subject: [Koha-bugs] [Bug 10703] add/update database documentation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10703 --- Comment #24 from Jonathan Druart --- Created attachment 36649 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36649&action=edit Bug 10703: Update stats table documentation This patch updates the DB documentation for the statistics table. To test review the file and cofirm that documentation is there Signed-off-by: Dobrica Pavlinusic Signed-off-by: Brendan Gallagher 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 Mar 6 10:43:39 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 09:43:39 +0000 Subject: [Koha-bugs] [Bug 10703] add/update database documentation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10703 --- Comment #25 from Jonathan Druart --- Created attachment 36650 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36650&action=edit Bug 10703: Update Patron DB Documentation Update patron categories and patron restrictions DB docs. To test: * Review database documentation for categories * Review database documentation for patron_debarments Signed-off-by: Brendan Gallagher 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 Mar 6 10:49:58 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 09:49:58 +0000 Subject: [Koha-bugs] [Bug 13801] SVC bib bad encoding In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13801 --- Comment #4 from Jonathan Druart --- I reproduce the issue. -- 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 Mar 6 10:53:40 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 09:53:40 +0000 Subject: [Koha-bugs] [Bug 7843] Create RSS for OPAC news In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7843 Kyle M Hall 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 Fri Mar 6 10:53:45 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 09:53:45 +0000 Subject: [Koha-bugs] [Bug 7843] Create RSS for OPAC news In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7843 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36414|0 |1 is obsolete| | Attachment #36415|0 |1 is obsolete| | Attachment #36416|0 |1 is obsolete| | Attachment #36417|0 |1 is obsolete| | Attachment #36418|0 |1 is obsolete| | --- Comment #24 from Kyle M Hall --- Created attachment 36651 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36651&action=edit [PASSED-QA] Bug 7843 Create an RSS feed for news in Opac Test plan: * Install the patch * Make shure there is news in the Opac * Go to the Opac (opac-main.pl) * Make shure you see an RSS icon below the news and a short text. * Click the RSS icon and verify that you get an RSS feed that validates. Signed-off-by: Chris Cormack I took the liberty of fixing the copyright statement when signing it off Signed-off-by: Pierre 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 Fri Mar 6 10:54:07 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 09:54:07 +0000 Subject: [Koha-bugs] [Bug 7843] Create RSS for OPAC news In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7843 --- Comment #25 from Kyle M Hall --- Created attachment 36652 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36652&action=edit [QA-FOLLOWUP] Bug 7843: Remove the useless use of casAuthentication Certainly a c/p error from opac-main.pl Signed-off-by: Pierre 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 Fri Mar 6 10:54:12 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 09:54:12 +0000 Subject: [Koha-bugs] [Bug 7843] Create RSS for OPAC news In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7843 --- Comment #26 from Kyle M Hall --- Created attachment 36653 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36653&action=edit [PASSED-QA] Bug 7843: (qa-followup) Create an RSS feed for news in Opac 1/ use strict and warnings are useless, Modern::Perl is used 2/ Prefer to use the interface and theme TT var instead of the hard coded path Signed-off-by: Pierre 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 Fri Mar 6 10:54:16 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 09:54:16 +0000 Subject: [Koha-bugs] [Bug 7843] Create RSS for OPAC news In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7843 --- Comment #27 from Kyle M Hall --- Created attachment 36654 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36654&action=edit [PASSED-QA] Bug 7843 - (follow up) Improve RSS feed language The RSS button used to read ' RSS for the librarys general newsfeed.' This included one grammatical error and I think included more words than most average people would read. This patch simplifies it to say 'RSS for Library News.' To test: * Apply all patches * Review RSS feed button's text on main page under news http://bugs.koha-community.org/show_bug.cgi?id=7843 Signed-off-by: Pierre 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 Fri Mar 6 10:54:21 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 09:54:21 +0000 Subject: [Koha-bugs] [Bug 7843] Create RSS for OPAC news In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7843 --- Comment #28 from Kyle M Hall --- Created attachment 36655 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36655&action=edit [PASSED-QA] Bug 7843: Followup - fix broken url This patch fixes an invalid URL when clicking on RSS feed. To test: 1) Using Nicole words :) If you visit : http://mykoha/cgi-bin/koha/opac-main.pl then the RSS feed works. If you're on http://mykoha and you click the rss icon you get : http://mykoha/opac-news-rss.pl which is a 404 page. 2) Apply the patch 3) Repeat 1, error is now fixed Signed-off-by: Pierre 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 Fri Mar 6 10:54:26 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 09:54:26 +0000 Subject: [Koha-bugs] [Bug 7843] Create RSS for OPAC news In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7843 --- Comment #29 from Kyle M Hall --- Created attachment 36656 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36656&action=edit Bug 7843 [QA Followup] - Make news selection persistant This patch makes the following changes: 1) If there is no logged in patron, the RSS link states it is for system-wide news. 2) If a patron is logged in, the RSS link states it is for system-wide news *and* news for the patron's home library. 3) The patron's home branch code is embedded in the RSS feed url so he or she no longer needs to be logged in for us to know what branch's news to pull. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 10:54:53 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 09:54:53 +0000 Subject: [Koha-bugs] [Bug 13793] The installer does not output the result of the update using Plack In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13793 Brendan Gallagher 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 Fri Mar 6 10:54:57 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 09:54:57 +0000 Subject: [Koha-bugs] [Bug 13793] The installer does not output the result of the update using Plack In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13793 Brendan Gallagher changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36546|0 |1 is obsolete| | --- Comment #3 from Brendan Gallagher --- Created attachment 36657 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36657&action=edit Bug 13793: Make the installer output the result of the updates under Plack Test plan: 0/ Start plack for intranet 1/ Create a new entry in updatedatabase.pl, something like: $DBversion = "3.19.00.013"; if(CheckVersion($DBversion)) { print "Upgrade to $DBversion done (Bug test plack - This is a est)\n"; print "Upgrade to $DBversion done (Bug test plack - This is anoter est)\n"; print "Upgrade to $DBversion done (Bug test plack - This is a third est)\n"; warn "this is an error"; } and modify the kohaversion.pl accordingly. You can also warn something to simulate an error. 2/ Go on the mainpage (or wherever you want), you should be redirected to the installer 3/ Notice that the output of the updatedatabase is displayed on the screen. 4/ Confirm that new files have been created in your Koha log directory (check the logdir entry in your koha conf file). 5/ Confirm that the output is still displayed without Plack. Signed-off-by: Dobrica Pavlinusic Signed-off-by: Brendan Gallagher -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 10:57:29 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 09:57:29 +0000 Subject: [Koha-bugs] [Bug 13801] SVC bib bad encoding In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13801 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- 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 Fri Mar 6 10:57:32 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 09:57:32 +0000 Subject: [Koha-bugs] [Bug 13801] SVC bib bad encoding In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13801 --- Comment #5 from Jonathan Druart --- Created attachment 36658 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36658&action=edit Bug 13801: svc/bib - Set charset to utf-8 on printing header Test plan: 0/ Add unicode characters on the record biblionumber=X 1/ go on http:///cgi-bin/koha/svc/bib/X 2/ Confirm you have encoding issues 3/ Apply the patch 4/ Repeat 2 5/ Confirm that all is correctly encoded -- 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 Mar 6 10:57:45 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 09:57:45 +0000 Subject: [Koha-bugs] [Bug 13801] SVC bib bad encoding In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13801 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal -- 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 Mar 6 11:00:49 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 10:00:49 +0000 Subject: [Koha-bugs] [Bug 13647] On-site checkouts: Allow library to specifiy due date In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13647 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Patch complexity|--- |Small patch -- 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 Mar 6 11:00:53 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 10:00:53 +0000 Subject: [Koha-bugs] [Bug 13647] On-site checkouts: Allow library to specifiy due date In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13647 --- Comment #3 from Katrin Fischer --- Created attachment 36659 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36659&action=edit Bug 13647: On-site checkouts - Allow library to specify due date This will remove the restriction that forces the due date for an on-site checkout to the end of the current day. It will still suggest the end of the day, but you will be able to change the date to whatever you want using the datepicker widget. To test: Before applying the patch: - Turn on OnSiteCheckouts and OnSiteCheckoutsForce system preferences - Check the on-site use checkbox and try to set due date manually, it should not be possible - Check out the item and check the due date is set to the end of today - Put a restriction on your patron account and repeat steps, the item checked out should again have a due date at the end of the day > There should be no way to be able to check out an item with a 'custom' due date Apply the patch: - Repeat steps from above, check out - on-site use without a restriction on your account - without changing the due date - with a due date picked with the datepicker - on-site use with a restriction on your account ... see above - no on-site use but with a specified due date - no on-site use, not specifying a due date -- 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 Mar 6 11:01:15 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 10:01:15 +0000 Subject: [Koha-bugs] [Bug 13803] New: SelfCheck not setting flag when item requires transit Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13803 Bug ID: 13803 Summary: SelfCheck not setting flag when item requires transit Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Self checkout Assignee: koha-bugs at lists.koha-community.org Reporter: colin.campbell at ptfs-europe.com QA Contact: testopia at bugs.koha-community.org On 3M and other selfcheck machines returned items are routed to separate return bins based on flags in checkin response. Some libraries are reporting this as not happening. Problem was that when the return was flagging WasTransfered this was not setting the flag unlike other conditions resulting in a transit. Add this to the conditions setting the flag -- 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 Mar 6 11:03:22 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 10:03:22 +0000 Subject: [Koha-bugs] [Bug 10703] add/update database documentation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10703 Nicole C. Engard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 11:03:26 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 10:03:26 +0000 Subject: [Koha-bugs] [Bug 10703] add/update database documentation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10703 --- Comment #26 from Nicole C. Engard --- Created attachment 36660 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36660&action=edit Bug 10703: Add more serial table DB documentation This patch adds a bit more documentation to the serial related tables in Koha. To test, apply the patch and review the kohastructure for comments -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 11:04:48 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 10:04:48 +0000 Subject: [Koha-bugs] [Bug 13726] Koha::Acquisition::Bookseller should use Koha::Object In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13726 Brendan Gallagher changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |brendan at bywatersolutions.co | |m --- Comment #4 from Brendan Gallagher --- Auto-merging acqui/invoice.pl CONFLICT (content): Merge conflict in acqui/invoice.pl Auto-merging acqui/basket.pl CONFLICT (content): Merge conflict in acqui/basket.pl Auto-merging C4/Acquisition.pm CONFLICT (content): Merge conflict in C4/Acquisition.pm After applying 13719... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 11:06:42 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 10:06:42 +0000 Subject: [Koha-bugs] [Bug 7143] Bug for tracking changes to the about page In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7143 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- 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 Mar 6 11:06:49 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 10:06:49 +0000 Subject: [Koha-bugs] [Bug 7143] Bug for tracking changes to the about page In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7143 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36544|0 |1 is obsolete| | --- Comment #237 from Jonathan Druart --- Created attachment 36661 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36661&action=edit BUG 7143: Add Kyle Hall as the 42nd developer to history I found Kyle's first commit and added him to the history http://lists.gnu.org/archive/cgi-bin/namazu.cgi?query=kyle&submit=Search!&idxname=koha-cvs&max=20&result=normal&sort=date%3Aearly While in there I added tags to releases and developers that were missing. To test: * Log in to staff client * visit about koha * check to make sure timeline is right Signed-off-by: Larry Baerveldt Signed-off-by: Jonathan Druart -- 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 Mar 6 11:07:04 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 10:07:04 +0000 Subject: [Koha-bugs] [Bug 7143] Bug for tracking changes to the about page In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7143 --- Comment #238 from Jonathan Druart --- Created attachment 36662 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36662&action=edit Bug 7143: Add "developer" for all devs Some were missing. Signed-off-by: Jonathan Druart -- 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 Mar 6 11:07:17 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 10:07:17 +0000 Subject: [Koha-bugs] [Bug 11201] List pending in-house checkouts In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11201 Nicole C. Engard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36646|0 |1 is obsolete| | --- Comment #19 from Nicole C. Engard --- Created attachment 36663 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36663&action=edit Bug 11201: qa-followup - move h4 to h1 - Make the link on the circ home page depending on the pref Signed-off-by: Nicole Engard -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 11:08:28 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 10:08:28 +0000 Subject: [Koha-bugs] [Bug 13804] New: Returns via the checkouts tables uses the phrase "Returned" rather than "Checked in" Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13804 Bug ID: 13804 Summary: Returns via the checkouts tables uses the phrase "Returned" rather than "Checked in" 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: kyle at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com -- 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 Mar 6 11:08:39 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 10:08:39 +0000 Subject: [Koha-bugs] [Bug 13804] Returns via the checkouts tables uses the phrase "Returned" rather than "Checked in" In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13804 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |kyle at bywatersolutions.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 Fri Mar 6 11:09:39 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 10:09:39 +0000 Subject: [Koha-bugs] [Bug 13804] Returns via the checkouts tables uses the phrase "Returned" rather than "Checked in" In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13804 --- Comment #1 from Kyle M Hall --- Created attachment 36664 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36664&action=edit Bug 13804 - Returns via the checkouts tables uses the phrase "Returned" rather than "Checked in" Test plan: 1) Apply this patch 2) Return an item via the checkouts table 3) Note the left most column now reads "Checked in" rather than "Returned" -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 11:10:01 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 10:10:01 +0000 Subject: [Koha-bugs] [Bug 13804] Returns via the checkouts tables uses the phrase "Returned" rather than "Checked in" In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13804 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |String patch Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 11:16:23 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 10:16:23 +0000 Subject: [Koha-bugs] [Bug 13803] SelfCheck not setting flag when item requires transit In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13803 Colin Campbell changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Assignee|koha-bugs at lists.koha-commun |colin.campbell at ptfs-europe. |ity.org |com --- Comment #1 from Colin Campbell --- Created attachment 36665 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36665&action=edit Proposed Patch Trivial patch adding check of this status to others already included. Can have a big impact on libraries with lots of selfcheck machines and users able to return other than home branch -- 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 Mar 6 11:16:47 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 10:16:47 +0000 Subject: [Koha-bugs] [Bug 13647] On-site checkouts: Allow library to specifiy due date In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13647 Nicole C. Engard 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 Mar 6 11:16:51 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 10:16:51 +0000 Subject: [Koha-bugs] [Bug 13647] On-site checkouts: Allow library to specifiy due date In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13647 Nicole C. Engard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36659|0 |1 is obsolete| | --- Comment #4 from Nicole C. Engard --- Created attachment 36666 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36666&action=edit Bug 13647: On-site checkouts - Allow library to specify due date This will remove the restriction that forces the due date for an on-site checkout to the end of the current day. It will still suggest the end of the day, but you will be able to change the date to whatever you want using the datepicker widget. To test: Before applying the patch: - Turn on OnSiteCheckouts and OnSiteCheckoutsForce system preferences - Check the on-site use checkbox and try to set due date manually, it should not be possible - Check out the item and check the due date is set to the end of today - Put a restriction on your patron account and repeat steps, the item checked out should again have a due date at the end of the day > There should be no way to be able to check out an item with a 'custom' due date Apply the patch: - Repeat steps from above, check out - on-site use without a restriction on your account - without changing the due date - with a due date picked with the datepicker - on-site use with a restriction on your account ... see above - no on-site use but with a specified due date - no on-site use, not specifying a due date Signed-off-by: Nicole Engard -- 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 Mar 6 11:18:09 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 10:18:09 +0000 Subject: [Koha-bugs] [Bug 13647] On-site checkouts: Allow library to specifiy due date In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13647 Nicole C. Engard changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nengard at gmail.com Assignee|koha-bugs at lists.koha-commun |katrin.fischer at bsz-bw.de |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 Fri Mar 6 11:23:13 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 10:23:13 +0000 Subject: [Koha-bugs] [Bug 13647] On-site checkouts: Allow library to specifiy due date In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13647 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #5 from Jonathan Druart --- Sorry, I found a bug. If SpecifyDueDate is disabled, the due date should be set to today. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 11:24:04 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 10:24:04 +0000 Subject: [Koha-bugs] [Bug 13804] Returns via the checkouts tables uses the phrase "Returned" rather than "Checked in" In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13804 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36664|0 |1 is obsolete| | --- Comment #2 from Kyle M Hall --- Created attachment 36667 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36667&action=edit Bug 13804 - Returns via the checkouts tables uses the phrase "Returned" rather than "Checked in" Test plan: 1) Apply this patch 2) Return an item via the checkouts table 3) Note the left most column now reads "Checked in" rather than "Returned" -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 11:30:46 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 10:30:46 +0000 Subject: [Koha-bugs] [Bug 13801] SVC bib bad encoding In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13801 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36658|0 |1 is obsolete| | --- Comment #6 from Josef Moravec --- Created attachment 36668 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36668&action=edit Bug 13801: svc/bib - Set charset to utf-8 on printing header Test plan: 0/ Add unicode characters on the record biblionumber=X 1/ go on http:///cgi-bin/koha/svc/bib/X 2/ Confirm you have encoding issues 3/ Apply the patch 4/ Repeat 2 5/ Confirm that all is correctly encoded Signed-off-by: Josef Moravec -- 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 Mar 6 11:32:15 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 10:32:15 +0000 Subject: [Koha-bugs] [Bug 13801] SVC bib bad encoding In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13801 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off --- Comment #7 from Josef Moravec --- Works as expected, thank you Jonathan. -- 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 Mar 6 11:32:56 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 10:32:56 +0000 Subject: [Koha-bugs] [Bug 10703] add/update database documentation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10703 Dobrica Pavlinusic 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 Mar 6 11:32:59 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 10:32:59 +0000 Subject: [Koha-bugs] [Bug 10703] add/update database documentation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10703 Dobrica Pavlinusic changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36650|0 |1 is obsolete| | --- Comment #27 from Dobrica Pavlinusic --- Created attachment 36669 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36669&action=edit Bug 10703: Update Patron DB Documentation Update patron categories and patron restrictions DB docs. To test: * Review database documentation for categories * Review database documentation for patron_debarments Signed-off-by: Brendan Gallagher Signed-off-by: Jonathan Druart Signed-off-by: Dobrica Pavlinusic -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 11:33:08 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 10:33:08 +0000 Subject: [Koha-bugs] [Bug 10703] add/update database documentation In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10703 Dobrica Pavlinusic changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36660|0 |1 is obsolete| | --- Comment #28 from Dobrica Pavlinusic --- Created attachment 36670 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36670&action=edit Bug 10703: Add more serial table DB documentation This patch adds a bit more documentation to the serial related tables in Koha. To test, apply the patch and review the kohastructure for comments Signed-off-by: Dobrica Pavlinusic -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 11:38:40 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 10:38:40 +0000 Subject: [Koha-bugs] [Bug 13507] Add intranet support for CAS authentication In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13507 Katrin Fischer 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 Mar 6 11:38:45 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 10:38:45 +0000 Subject: [Koha-bugs] [Bug 13507] Add intranet support for CAS authentication In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13507 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36348|0 |1 is obsolete| | Attachment #36349|0 |1 is obsolete| | --- Comment #12 from Katrin Fischer --- Created attachment 36671 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36671&action=edit [PASSED QA] Bug 13507 [Follow-up] : Add unit test. Signed-off-by: Koha Team AMU Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 11:39:28 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 10:39:28 +0000 Subject: [Koha-bugs] [Bug 11887] Add script for collections agency reports In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11887 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |ASSIGNED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 11:39:46 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 10:39:46 +0000 Subject: [Koha-bugs] [Bug 13507] Add intranet support for CAS authentication In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13507 --- Comment #13 from Katrin Fischer --- Created attachment 36672 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36672&action=edit [PASSED QA] Bug 13507: Add intranet support for CAS authentication This patch allows to use CAS authentication for intranet login. It works exactly the same as the OPAC login, except that the staffClientBaseURL syspref must be set for intranet login (like OPACBaseURL must be set for OPAC login). Signed-off-by: Koha Team AMU Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 11:41:19 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 10:41:19 +0000 Subject: [Koha-bugs] [Bug 11373] Add a "cash register" feature to the fine payment form. In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11373 Nicole C. Engard changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nengard at gmail.com Status|Needs Signoff |Failed QA --- Comment #10 from Nicole C. Engard --- Am I supposed to apply to all these patches? I got the following: Apply? [(y)es, (n)o, (i)nteractive] y Applying: Bug 11373: Add a "cash register" feature to the fine payment form. /home/nengard/kohaclone/.git/rebase-apply/patch:242: trailing whitespace. $template->param( /home/nengard/kohaclone/.git/rebase-apply/patch:247: trailing whitespace. $template->param( warning: 2 lines add whitespace errors. Using index info to reconstruct a base tree... :242: trailing whitespace. $template->param( :247: trailing whitespace. $template->param( warning: 2 lines applied after fixing whitespace errors. Falling back to patching base and 3-way merge... Auto-merging members/paycollect.pl Auto-merging C4/Accounts.pm CONFLICT (content): Merge conflict in C4/Accounts.pm Failed to merge in the changes. Patch failed at 0001 Bug 11373: Add a "cash register" feature to the fine payment form. When you have resolved this problem run "git bz apply --continue". If you would prefer to skip this patch, instead run "git bz apply --skip". To restore the original branch and stop patching run "git bz apply --abort". Patch left in /tmp/Bug-11373-Add-a-cash-register-feature-to-the-fine--I0lypc.patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 11:41:57 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 10:41:57 +0000 Subject: [Koha-bugs] [Bug 13507] Add intranet support for CAS authentication In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13507 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de, | |martin.renvoize at ptfs-europe | |.com --- Comment #14 from Katrin Fischer --- Martin, could you take a final look at the code for this? In my testing it worked alright, tested with a biblibre test CAS server - Matthias can give you the data for that. (Very useful!) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 11:44:41 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 10:44:41 +0000 Subject: [Koha-bugs] [Bug 13166] add all restrictions purge to cleanup_database.pl In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13166 Larry Baerveldt 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 Mar 6 11:44:45 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 10:44:45 +0000 Subject: [Koha-bugs] [Bug 13166] add all restrictions purge to cleanup_database.pl In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13166 Larry Baerveldt changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #32971|0 |1 is obsolete| | --- Comment #3 from Larry Baerveldt --- Created attachment 36673 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36673&action=edit [SIGNED OFF] Bug 13166 - add all restrictions purge to cleanup_database.pl Bug 12760 adds the ability to purge expired restrictions older than some days. But if you want to purge all expired restrictions, using "--restrictions 0" does not work, it's like "--restrictions" so it uses default purge days. This patch adds a new option "--all-restrictions" to purge all expired restrictions. Test plan : - Select a borrower - Create a restriction with expiration date in the futur - Create a restriction expired since 1 day - Create a restriction expired since 10 days - run without argument "misc/cronjobs/cleanup_database.pl" => You see help text for --all-restrictions option - run "misc/cronjobs/cleanup_database.pl -v --restrictions --all-restrictions" => You get the message : You can not specify both --restrictions and --all-restrictions - run "misc/cronjobs/cleanup_database.pl -v --restrictions 30" => no restriction is removed - run "misc/cronjobs/cleanup_database.pl -v --restrictions 9" => restriction expired since 10 days is removed - run "misc/cronjobs/cleanup_database.pl -v --all-restrictions" => restriction expired since 1 day is removed Signed-off-by: Larry Baerveldt -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 11:46:48 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 10:46:48 +0000 Subject: [Koha-bugs] [Bug 8236] Prevent renewing if overdue or restriction In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8236 Koha Team Lyon 3 changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #35372|0 |1 is obsolete| | --- Comment #78 from Koha Team Lyon 3 --- Created attachment 36674 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36674&action=edit Bug 8236 Renewing policy in overdue or restriction case patch rebased -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 11:46:56 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 10:46:56 +0000 Subject: [Koha-bugs] [Bug 13647] On-site checkouts: Allow library to specifiy due date In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13647 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 Fri Mar 6 11:47:13 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 10:47:13 +0000 Subject: [Koha-bugs] [Bug 8236] Prevent renewing if overdue or restriction In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8236 Koha Team Lyon 3 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 Fri Mar 6 11:47:47 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 10:47:47 +0000 Subject: [Koha-bugs] [Bug 11371] Add a new report : Orders by budget In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11371 Nicole C. Engard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA CC| |nengard at gmail.com --- Comment #15 from Nicole C. Engard --- It works great, but failed QA tests: Processing files before patches |========================>| 8 / 8 (100.00%) Processing files after patches |========================>| 8 / 8 (100.00%) FAIL C4/Budgets.pm OK critic OK forbidden patterns FAIL pod *** ERROR: Spurious text after =cut in file C4/Budgets.pm OK valid FAIL reports/orders_by_budget.pl OK critic OK forbidden patterns OK pod FAIL valid Possible attempt to separate words with commas -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 11:49:55 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 10:49:55 +0000 Subject: [Koha-bugs] [Bug 13322] Update MARC21 frameworks to Update No. 19 (October 2014) In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13322 Brendan Gallagher 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 Mar 6 11:50:01 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 10:50:01 +0000 Subject: [Koha-bugs] [Bug 13322] Update MARC21 frameworks to Update No. 19 (October 2014) In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13322 Brendan Gallagher changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36258|0 |1 is obsolete| | --- Comment #3 from Brendan Gallagher --- Created attachment 36675 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36675&action=edit Bug 13322: Update MARC21 frameworks to Update No. 19 Summary of changes: 1) Bibliographic - Added fields 370 and 388 - 382s is non repeatable - $g added to 650 and 651 - $g now repeatable on 100,110,111,130,240,243,246,247, 600,610,611,630,700,710,711,730,800,810,811 and 830 2) Authority - Added field 388 - New $g on 150,151,450,451,550,551,750 and 751 - New $i on 700,710,711,730,748,750,751,755,762,780,781,782 and 785 - New $4 on 700,710,711,730,748,750,751,755,762,780,781,782,785 and 788 - $g now repeatable on 100,110,111,130,400,410,411,430,500, 510,511,530,700,710,711 and 730 This patch updates MARC21 frameworks to Update No. 19 (October 2014) Also updates values on database for MARC21 installs. To test 1. Apply the patch 2. Run updatedatbase.pl, check that runs without error 3. Remove default frameworks, bibliographic and authorities (all of them), load again. Check that both files load without errors. 4. Verify changes Signed-off-by: Brendan Gallagher -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 11:55:56 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 10:55:56 +0000 Subject: [Koha-bugs] [Bug 12887] User logged out on refresh after CAS authentication In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12887 Katrin Fischer 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 Mar 6 11:56:01 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 10:56:01 +0000 Subject: [Koha-bugs] [Bug 12887] User logged out on refresh after CAS authentication In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12887 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36498|0 |1 is obsolete| | --- Comment #8 from Katrin Fischer --- Created attachment 36676 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36676&action=edit [PASSED QA] Bug 12887: User logged out on refresh after CAS authentication If the user is already logged-in, do not trigger CAS authentication even if there is a ticket in the parameters. 1) Authenticate to the OPAC through CAS. 2) Once redirected to your account, hit F5 or the refresh button of your browser. 3) You're logged out. Signed-off-by: Koha Team Lyon 3 Signed-off-by: Luce Barbey Signed-off-by: Katrin Fischer Added sign of lines according to bug. Works as described, small change. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 12:01:23 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 11:01:23 +0000 Subject: [Koha-bugs] [Bug 1985] Email notification of new OPAC comments In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1985 Kyle M Hall 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 Fri Mar 6 12:01:28 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 11:01:28 +0000 Subject: [Koha-bugs] [Bug 1985] Email notification of new OPAC comments In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1985 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36644|0 |1 is obsolete| | Attachment #36645|0 |1 is obsolete| | --- Comment #34 from Kyle M Hall --- Created attachment 36677 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36677&action=edit [PASSED-QA] Bug 1985 - Email notification of new OPAC comments This feature adds YAS 'CommentModeratorsEmail', where an email (template code COMMENT_CREATED) is sent when a borrower creates/modifies an comment/review. The syspref is empty by default and no email is sent when the syspref is empty. This feature is needed because we want to alert our content moderators to take action when needed. Usually it is our librarians who write reviews and this improvement makes the process of moving Koha reviews to our CMS more smooth. TEST SETUP: -1. Run updatedatabase.pl to add the syspref and the new letter template. 0. Go to admin/preferences.pl?tab=opac, and set the 'CommentModeratorsEmail'-syspref to your email-address. TEST PLAN: 1. Log in to OPAC and find any Biblio. 2. Make a comment/review for it. 3. Check the koha.message_queue-table for any letter_code = 'COMMENT_CREATED'. You should see the reasonable default message. You can change the message in tools/letter.pl. NOTE: Tested in conjunction with my patch. However, this piece alone: - lacked unit tests since it modified C4/Review.pm - failed to provide the desired links in the email message, as mentioned in comment #1. - failed to pass biblionumber information for use in the letter as mentioned in comment #11. - passed $review, when it was really id that should have been passed and used to implement the inclusion of reviews.reviewid and other reviews table fields. Signed-off-by: Mark Tompsett Signed-off-by: sonia bouis 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 Fri Mar 6 12:03:21 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 11:03:21 +0000 Subject: [Koha-bugs] [Bug 1985] Email notification of new OPAC comments In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1985 --- Comment #35 from Kyle M Hall --- Created attachment 36678 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36678&action=edit [PASSED-QA] Bug 1985 - tweak License and lots of cleanup In comment #11, it was mentioned that title and biblionumber from the biblio table were not available as variables in the letter. This corrects this by converting the parameter list to a hashref, and adding the missing biblio number. It also cleans up the license on C4/Review.pm to be in line with the current coding guidelines license. Also strict and warning have been changed to the 'Use Modern::Perl;' now. Additionally, <> is now usable in the letter, as is <>. These were required additions, because comment #1 expressly says there should be a direct link to approve or delete. I also included a review everything link, since there could be multiple comments outstanding. The default letter was tweaked as well to reflect these changes. Fixed bad URLs as noted in comment #26. TEST PLAN --------- 1) Create test branch and apply patch 2) run installer/data/mysql/updatedatabase.pl -- this will add the required default letter. 3) In the staff client: a) set the CommentModeratorsEmail system preference. -- not setting it will mean you won't get any queued letters. a) set the staffClientBaseURL system preference. -- not setting it will mean your email links won't be valid (i.e http:///...). b) modify the COMMENT_CREATED default letter as desired. -- feel free to add other things. 4) In the OPAC: a) Log in b) Find something c) Click on the 'Comments' tab -- Holdings/Title notes/Comments (#) is at the bottom d) Click 'Post or edit your comments on this item' e) In the window that pops up, type your comment. f) Click 'Submit and close this window'. g) Click 'Edit' and repeat steps e and f again. 5) In a mysql client: a) Open the koha database b) SELECT * FROM message_queue WHERE letter_code='COMMENT_CREATED'; -- There should be at least two. -- They should be able to contain the borrower number, biblio title, and other borrower and biblio related things. -- Comments are at a biblio level, so items, and issues don't make sense as variables for the letter. -- Confirm the URLs are valid by pasting into a browser. 6) prove -v t/db_dependent/Review.t 7) Run the koha qa test tool. Signed-off-by: Mark Tompsett Signed-off-by: sonia bouis 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 Fri Mar 6 12:06:23 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 11:06:23 +0000 Subject: [Koha-bugs] [Bug 1985] Email notification of new OPAC comments In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1985 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle at bywatersolutions.com Status|Passed QA |Failed QA --- Comment #36 from Kyle M Hall --- One more addition is required for this to pass qa. Can you please add the new notice to all the translations? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 12:07:59 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 11:07:59 +0000 Subject: [Koha-bugs] [Bug 12169] Improve reliability of sip_shutdown script In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12169 Larry Baerveldt changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA CC| |larry at bywatersolutions.com --- Comment #2 from Larry Baerveldt --- This patch hardcodes the user and group as "koha" and "koha". You should not hardcode the user and group in the SIPConfig.xml file; those need to be gathered at the Koha creation phase, either through koha-create and koha-enable-sip for package, or with makefile.PL for git sites. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 12:13:05 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 11:13:05 +0000 Subject: [Koha-bugs] [Bug 7677] New area in subscriptions and new function when receiving In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7677 Brendan Gallagher 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 Mar 6 12:13:11 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 11:13:11 +0000 Subject: [Koha-bugs] [Bug 7677] New area in subscriptions and new function when receiving In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7677 Brendan Gallagher changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36449|0 |1 is obsolete| | --- Comment #59 from Brendan Gallagher --- Created attachment 36679 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36679&action=edit BZ7677: New areas in subscriptions and new functions when receiving. When enabling the makePreviousSerialAvailable syspref, the previously received serial's itemtype is set as defined in the subscription. (Please note that the item-level_itypes syspref must be set to specific item.) It is also made available. Signed-off-by: Brendan Gallagher http://bugs.koha-community.org/show_bug.cgi?id=7767 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 12:13:22 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 11:13:22 +0000 Subject: [Koha-bugs] [Bug 7677] New area in subscriptions and new function when receiving In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7677 Brendan Gallagher changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36450|0 |1 is obsolete| | --- Comment #60 from Brendan Gallagher --- Created attachment 36680 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36680&action=edit Bug 7677: UT: add unit tests for GetPreviousSerialid Signed-off-by: Brendan Gallagher http://bugs.koha-community.org/show_bug.cgi?id=7767 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 12:13:28 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 11:13:28 +0000 Subject: [Koha-bugs] [Bug 7677] New area in subscriptions and new function when receiving In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7677 Brendan Gallagher changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36451|0 |1 is obsolete| | --- Comment #61 from Brendan Gallagher --- Created attachment 36681 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36681&action=edit Bug 7677: FIX QA issues FAIL C4/Serials.pm FAIL forbidden patterns forbidden pattern: trailing space char (line 1501) forbidden pattern: trailing space char (line 921) FAIL serials/serials-edit.pl FAIL valid "my" variable $dbh masks earlier declaration in same scope Signed-off-by: Brendan Gallagher http://bugs.koha-community.org/show_bug.cgi?id=7767 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 12:13:34 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 11:13:34 +0000 Subject: [Koha-bugs] [Bug 13592] Hold fee not being applied on placing a hold In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13592 Fiona Borthwick changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fiona.borthwick at ptfs-europe | |.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 12:13:35 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 11:13:35 +0000 Subject: [Koha-bugs] [Bug 7677] New area in subscriptions and new function when receiving In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7677 Brendan Gallagher changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36452|0 |1 is obsolete| | --- Comment #62 from Brendan Gallagher --- Created attachment 36682 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36682&action=edit Bug 7677: Fix tests They don't pass since bug 12098 has been pushed. Signed-off-by: Brendan Gallagher http://bugs.koha-community.org/show_bug.cgi?id=7767 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 12:13:42 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 11:13:42 +0000 Subject: [Koha-bugs] [Bug 7677] New area in subscriptions and new function when receiving In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7677 Brendan Gallagher changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36453|0 |1 is obsolete| | --- Comment #63 from Brendan Gallagher --- Created attachment 36683 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36683&action=edit BZ7677 [Follow-up]: New areas in subscriptions and new functions when receiving. - Fix missing itemtype and previous itemtype when adding a subscription. Signed-off-by: Brendan Gallagher http://bugs.koha-community.org/show_bug.cgi?id=7767 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 12:14:52 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 11:14:52 +0000 Subject: [Koha-bugs] [Bug 11880] Select the barcode index by default then searching for label items. In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11880 Nicole C. Engard changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nengard at gmail.com Status|Needs Signoff |Failed QA --- Comment #5 from Nicole C. Engard --- I'm confused by this. I was going to sign off but see the notes at the bottom so I'm re-marking failed qa. If that's wrong feel free to fix. Nicole -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 12:17:00 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 11:17:00 +0000 Subject: [Koha-bugs] [Bug 12598] New misc/import_borrowers.pl command line tool In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12598 --- Comment #27 from Benjamin Rokseth --- Created attachment 36684 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36684&action=edit [SIGNED-OFF] Bug 12598 - Tidy import_borrowers.pl Signed-off-by: Benjamin Rokseth -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 12:17:08 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 11:17:08 +0000 Subject: [Koha-bugs] [Bug 12598] New misc/import_borrowers.pl command line tool In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12598 --- Comment #28 from Benjamin Rokseth --- Created attachment 36685 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36685&action=edit [SIGNED-OFF] Bug 12598 - Move importing code to a subroutine Signed-off-by: Benjamin Rokseth -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 12:17:10 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 11:17:10 +0000 Subject: [Koha-bugs] [Bug 13647] On-site checkouts: Allow library to specifiy due date In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13647 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36666|0 |1 is obsolete| | --- Comment #6 from Katrin Fischer --- Created attachment 36686 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36686&action=edit Bug 13647: On-site checkouts - Allow library to specify due date This will remove the restriction that forces the due date for an on-site checkout to the end of the current day. It will still suggest the end of the day, but you will be able to change the date to whatever you want using the datepicker widget. To test: Before applying the patch: - Turn on OnSiteCheckouts and OnSiteCheckoutsForce system preferences - Check the on-site use checkbox and try to set due date manually, it should not be possible - Check out the item and check the due date is set to the end of today - Put a restriction on your patron account and repeat steps, the item checked out should again have a due date at the end of the day > There should be no way to be able to check out an item with a 'custom' due date Apply the patch: - Repeat steps from above, check out - on-site use without a restriction on your account - without changing the due date - with a due date picked with the datepicker - on-site use with a restriction on your account ... see above - no on-site use but with a specified due date - no on-site use, not specifying a due date - Turn off SpecifyDueDate - on-site use with and without restriction should set the due date to the current date now -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 12:17:21 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 11:17:21 +0000 Subject: [Koha-bugs] [Bug 12598] New misc/import_borrowers.pl command line tool In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12598 --- Comment #29 from Benjamin Rokseth --- Created attachment 36687 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36687&action=edit [SIGNED-OFF] Bug 12598 - Update command line script to use patron import subroutine Signed-off-by: Benjamin Rokseth -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 12:17:33 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 11:17:33 +0000 Subject: [Koha-bugs] [Bug 12598] New misc/import_borrowers.pl command line tool In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12598 --- Comment #30 from Benjamin Rokseth --- Created attachment 36688 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36688&action=edit [SIGNED-OFF] Bug 12598 - Move Koha::Patrons::Import to Koha::Borrower::Import Signed-off-by: Benjamin Rokseth -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 12:18:42 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 11:18:42 +0000 Subject: [Koha-bugs] [Bug 13647] On-site checkouts: Allow library to specifiy due date In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13647 Katrin Fischer 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 Mar 6 12:18:45 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 11:18:45 +0000 Subject: [Koha-bugs] [Bug 13647] On-site checkouts: Allow library to specifiy due date In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13647 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36686|0 |1 is obsolete| | --- Comment #7 from Katrin Fischer --- Created attachment 36689 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36689&action=edit Bug 13647: On-site checkouts - Allow library to specify due date This will remove the restriction that forces the due date for an on-site checkout to the end of the current day. It will still suggest the end of the day, but you will be able to change the date to whatever you want using the datepicker widget. To test: Before applying the patch: - Turn on OnSiteCheckouts and OnSiteCheckoutsForce system preferences - Check the on-site use checkbox and try to set due date manually, it should not be possible - Check out the item and check the due date is set to the end of today - Put a restriction on your patron account and repeat steps, the item checked out should again have a due date at the end of the day > There should be no way to be able to check out an item with a 'custom' due date Apply the patch: - Repeat steps from above, check out - on-site use without a restriction on your account - without changing the due date - with a due date picked with the datepicker - on-site use with a restriction on your account ... see above - no on-site use but with a specified due date - no on-site use, not specifying a due date - Turn off SpecifyDueDate - on-site use with and without restriction should set the due date automatically to the end of the date now, altering the due date should not be possible. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 12:19:18 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 11:19:18 +0000 Subject: [Koha-bugs] [Bug 12598] New misc/import_borrowers.pl command line tool In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12598 Benjamin Rokseth changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #35848|0 |1 is obsolete| | Attachment #35849|0 |1 is obsolete| | Attachment #35850|0 |1 is obsolete| | Attachment #35851|0 |1 is obsolete| | Attachment #35964|0 |1 is obsolete| | --- Comment #31 from Benjamin Rokseth --- Created attachment 36690 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36690&action=edit [SIGNED-OFF] Bug 12598: New misc/import_borrowers.pl command line tool Test Plan: 1) Apply this patch 2) Test importing patrons from command line, options are availble with --help. Signed-off-by: Bernardo Gonzalez Kriegel Tested with minimal csv (cardnumber,surname,firstname,categorycode,branchcode,password,userid) Overwrite does not change category or branch. Patrons are loaded, userid & password works Updated license to GPLv3 No other koha-qa errors. Signed-off-by: Benjamin Rokseth -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 12:19:31 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 11:19:31 +0000 Subject: [Koha-bugs] [Bug 13647] On-site checkouts: Allow library to specifiy due date In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13647 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Needs Signoff --- Comment #8 from Katrin Fischer --- oops, bad reflex :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 12:27:31 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 11:27:31 +0000 Subject: [Koha-bugs] [Bug 13647] On-site checkouts: Allow library to specifiy due date In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13647 Nicole C. Engard 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 Mar 6 12:27:35 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 11:27:35 +0000 Subject: [Koha-bugs] [Bug 13647] On-site checkouts: Allow library to specifiy due date In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13647 Nicole C. Engard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36689|0 |1 is obsolete| | --- Comment #9 from Nicole C. Engard --- Created attachment 36691 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36691&action=edit Bug 13647: On-site checkouts - Allow library to specify due date This will remove the restriction that forces the due date for an on-site checkout to the end of the current day. It will still suggest the end of the day, but you will be able to change the date to whatever you want using the datepicker widget. To test: Before applying the patch: - Turn on OnSiteCheckouts and OnSiteCheckoutsForce system preferences - Check the on-site use checkbox and try to set due date manually, it should not be possible - Check out the item and check the due date is set to the end of today - Put a restriction on your patron account and repeat steps, the item checked out should again have a due date at the end of the day > There should be no way to be able to check out an item with a 'custom' due date Apply the patch: - Repeat steps from above, check out - on-site use without a restriction on your account - without changing the due date - with a due date picked with the datepicker - on-site use with a restriction on your account ... see above - no on-site use but with a specified due date - no on-site use, not specifying a due date - Turn off SpecifyDueDate - on-site use with and without restriction should set the due date automatically to the end of the date now, altering the due date should not be possible. Signed-off-by: Nicole Engard -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 12:35:22 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 11:35:22 +0000 Subject: [Koha-bugs] [Bug 8236] Prevent renewing if overdue or restriction In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8236 delaye changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |stephane.delaye at biblibre.co | |m --- Comment #79 from delaye --- after apply the patch i can't see the items in the account borrower ; i have the message "loading..." so i can't apply the test plan... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 12:38:04 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 11:38:04 +0000 Subject: [Koha-bugs] [Bug 12598] New misc/import_borrowers.pl command line tool In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12598 Benjamin Rokseth changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36690|0 |1 is obsolete| | --- Comment #32 from Benjamin Rokseth --- Created attachment 36692 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36692&action=edit [SIGNED-OFF] Bug 12598: New misc/import_borrowers.pl command line tool Test Plan: 1) Apply this patch 2) Test importing patrons from command line, options are availble with --help. Signed-off-by: Bernardo Gonzalez Kriegel Tested with minimal csv (cardnumber,surname,firstname,categorycode,branchcode,password,userid) Overwrite does not change category or branch. Patrons are loaded, userid & password works Updated license to GPLv3 No other koha-qa errors. Signed-off-by: Benjamin Rokseth -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 12:38:16 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 11:38:16 +0000 Subject: [Koha-bugs] [Bug 12598] New misc/import_borrowers.pl command line tool In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12598 Benjamin Rokseth changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36684|0 |1 is obsolete| | --- Comment #33 from Benjamin Rokseth --- Created attachment 36693 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36693&action=edit [SIGNED-OFF] Bug 12598 - Tidy import_borrowers.pl Signed-off-by: Benjamin Rokseth -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 12:38:24 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 11:38:24 +0000 Subject: [Koha-bugs] [Bug 12598] New misc/import_borrowers.pl command line tool In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12598 Benjamin Rokseth changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36685|0 |1 is obsolete| | --- Comment #34 from Benjamin Rokseth --- Created attachment 36694 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36694&action=edit [SIGNED-OFF] Bug 12598 - Move importing code to a subroutine Signed-off-by: Benjamin Rokseth -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 12:38:35 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 11:38:35 +0000 Subject: [Koha-bugs] [Bug 12598] New misc/import_borrowers.pl command line tool In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12598 Benjamin Rokseth changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36687|0 |1 is obsolete| | --- Comment #35 from Benjamin Rokseth --- Created attachment 36695 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36695&action=edit [SIGNED-OFF] Bug 12598 - Update command line script to use patron import subroutine Signed-off-by: Benjamin Rokseth -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 12:38:55 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 11:38:55 +0000 Subject: [Koha-bugs] [Bug 12598] New misc/import_borrowers.pl command line tool In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12598 Benjamin Rokseth changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36688|0 |1 is obsolete| | --- Comment #36 from Benjamin Rokseth --- Created attachment 36696 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36696&action=edit [SIGNED-OFF] Bug 12598 - Move Koha::Patrons::Import to Koha::Borrower::Import Signed-off-by: Benjamin Rokseth -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 12:41:40 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 11:41:40 +0000 Subject: [Koha-bugs] [Bug 13586] Makefile.PL mentions win32 In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13586 Larry Baerveldt 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 Mar 6 12:41:44 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 11:41:44 +0000 Subject: [Koha-bugs] [Bug 13586] Makefile.PL mentions win32 In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13586 Larry Baerveldt changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #35318|0 |1 is obsolete| | Attachment #35947|0 |1 is obsolete| | Attachment #35948|0 |1 is obsolete| | --- Comment #5 from Larry Baerveldt --- Created attachment 36697 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36697&action=edit [SIGNED OFF] Bug 13586: Makefile.PL mentions win32 Edited Makefile.PL to remove mentions of win32 To test: Run Makefile.PL Signed-off-by: Larry Baerveldt -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 12:42:23 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 11:42:23 +0000 Subject: [Koha-bugs] [Bug 13586] Makefile.PL mentions win32 In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13586 --- Comment #6 from Larry Baerveldt --- Created attachment 36698 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36698&action=edit [SIGNED OFF] Bug 13586: Remove the entire block Previous patch remove the condition but not the block tested. The entire block should be removed. Signed-off-by: Larry Baerveldt -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 12:42:27 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 11:42:27 +0000 Subject: [Koha-bugs] [Bug 13586] Makefile.PL mentions win32 In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13586 --- Comment #7 from Larry Baerveldt --- Created attachment 36699 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36699&action=edit [SIGNED OFF] Bug 13586: Remove some other occurrences Signed-off-by: Larry Baerveldt -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 12:43:03 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 11:43:03 +0000 Subject: [Koha-bugs] [Bug 12598] New misc/import_borrowers.pl command line tool In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12598 Benjamin Rokseth changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off CC| |benjamin.rokseth at kul.oslo.k | |ommune.no --- Comment #37 from Benjamin Rokseth --- Sorry for the initial screw-up on the order of sign-offs. This is absolutely a valuable addition for automated setups! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 12:50:52 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 11:50:52 +0000 Subject: [Koha-bugs] [Bug 13592] Hold fee not being applied on placing a hold In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13592 David Roberts changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david.roberts at ptfs-europe.c | |om --- Comment #1 from David Roberts --- There are circumstances where the fee is applied - if the item is already on loan (or otherwise unavailable) a hold fee will be applied immediately. If the item is available, no fee is applied, even at checkout. It might make more sense if a fee was applied immediately for items that are available, and only applied at checkout for any items that were unavailable when the hold was placed. This is true for 3.18.03.000, behaviour may differ at other versions. -- 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 Mar 6 13:10:36 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 12:10:36 +0000 Subject: [Koha-bugs] [Bug 13799] Add base for building RESTful API In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13799 --- Comment #1 from Julian Maurice --- Created attachment 36700 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36700&action=edit Bug 13799: REST API proof of concept with Mojolicious/Swagger2 1/ Install Mojolicious Perl module 2/ Launch server with: $ morbo ./rest Actual routes are: /borrowers Return a list of all borrowers in Koha /borrowers/{borrowernumber} Return the borrower identified by {borrowernumber} (eg. /borrowers/1) There is a test file you can run with: $ prove t/db_dependent/rest/borrowers.t -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 13:41:41 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 12:41:41 +0000 Subject: [Koha-bugs] [Bug 13799] Add base for building RESTful API In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13799 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff CC| |julian.maurice at biblibre.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 13:43:57 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 12:43:57 +0000 Subject: [Koha-bugs] [Bug 13799] Add base for building RESTful API In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13799 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|gmcharlt at gmail.com |julian.maurice at biblibre.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 13:45:21 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 12:45:21 +0000 Subject: [Koha-bugs] [Bug 11880] Select the barcode index by default then searching for label items. In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11880 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick at quecheelibrary.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 13:45:26 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 12:45:26 +0000 Subject: [Koha-bugs] [Bug 13799] Add base for building RESTful API In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13799 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |alex.arnaud at biblibre.com, | |kyle at bywatersolutions.com, | |olli-antti.kivilahti at jns.fi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 13:46:02 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 12:46:02 +0000 Subject: [Koha-bugs] [Bug 13737] [OMNIBUS] Add Koha RESTful Services In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13737 claire.hernandez at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |claire.hernandez at biblibre.c | |om --- Comment #1 from claire.hernandez at biblibre.com --- Links related to this topic: http://koha.1045719.n5.nabble.com/Koha-devel-f3063671.html -- Mail from Julian Maurice wich summarize Hi all, During the hackfest in Marseille, we talked a lot about the new RESTful API and how to integrate it into Koha. Discussions have been summarized in the wiki page [1], in particular in sections "Suggested way forward" and "API Protocol Specification". A proof-of-concept patch was made and is attached to Bug 13799 [2]. It uses Mojolicious and its Swagger2 plugin (more details on the wiki page). This will be used as a base for building the API. So, please have a look at it and report any problem you can think of. [1] http://wiki.koha-community.org/wiki/New_REST_API_RFC [2] http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13799 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 13:47:43 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 12:47:43 +0000 Subject: [Koha-bugs] [Bug 12008] hold notice can be deleted In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12008 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick at quecheelibrary.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 14:00:30 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 13:00:30 +0000 Subject: [Koha-bugs] [Bug 9223] Multiple values of AdvancedSearchTypes in suggestions In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9223 Olli-Antti Kivilahti changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |olli-antti.kivilahti at jns.fi --- Comment #37 from Olli-Antti Kivilahti --- AFAIK: The suggestions.itemtype-column is not used anywhere other than displayed as-is in the suggestions.pl-view. I tried setting the itemtype-column to "ITYPE - CCODE - LOCATION" and it seems to work quite well. I don't know why anybody would want to expose their patrons to ILS-configuration technical parameters like that, but using this simple trick it should be possible to collect and store all three values. On a followup those three parameters can be separated to their distinctive columns. Also using only one ITEMTYPE or COLLECTIONCODE should be more than enough for a borrower to categorize his suggestion. I think the suggestions-mechanism is meant for ordinary library users and if further "resource" description accurancy is needed, then an acquisitions integration would be more suitable for the task using EDI or similar. I feel sadness when a new system preference is added. In this case "SupportsAuthorizedValues"||"SuggestionsUseValues". A better solution would be to use the first value in "AdvancedSearchTypes", eg "ccode|itemtypes|loc" would translate to using "ccode" as the selection displayed for the user, or simply displaying all those options and concatenating them to the suggestions.itemtype-column. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 14:03:40 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 13:03:40 +0000 Subject: [Koha-bugs] [Bug 9223] Multiple values of AdvancedSearchTypes in suggestions In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9223 --- Comment #38 from Olli-Antti Kivilahti --- Other than that, this feature seems to work well enough. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 14:06:38 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 13:06:38 +0000 Subject: [Koha-bugs] [Bug 13647] On-site checkouts: Allow library to specifiy due date In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13647 Jonathan Druart 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 Fri Mar 6 14:06:41 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 13:06:41 +0000 Subject: [Koha-bugs] [Bug 13647] On-site checkouts: Allow library to specifiy due date In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13647 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36691|0 |1 is obsolete| | --- Comment #10 from Jonathan Druart --- Created attachment 36701 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36701&action=edit Bug 13647: On-site checkouts - Allow library to specify due date This will remove the restriction that forces the due date for an on-site checkout to the end of the current day. It will still suggest the end of the day, but you will be able to change the date to whatever you want using the datepicker widget. To test: Before applying the patch: - Turn on OnSiteCheckouts and OnSiteCheckoutsForce system preferences - Check the on-site use checkbox and try to set due date manually, it should not be possible - Check out the item and check the due date is set to the end of today - Put a restriction on your patron account and repeat steps, the item checked out should again have a due date at the end of the day > There should be no way to be able to check out an item with a 'custom' due date Apply the patch: - Repeat steps from above, check out - on-site use without a restriction on your account - without changing the due date - with a due date picked with the datepicker - on-site use with a restriction on your account ... see above - no on-site use but with a specified due date - no on-site use, not specifying a due date - Turn off SpecifyDueDate - on-site use with and without restriction should set the due date automatically to the end of the date now, altering the due date should not be possible. Signed-off-by: Nicole Engard 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 Mar 6 14:19:52 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 13:19:52 +0000 Subject: [Koha-bugs] [Bug 9223] Multiple values of AdvancedSearchTypes in suggestions In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9223 Olli-Antti Kivilahti changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #35492|0 |1 is obsolete| | --- Comment #39 from Olli-Antti Kivilahti --- Created attachment 36702 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36702&action=edit Bug 9223: Multiple values of AdvancedSearchTypes in suggestions Suggestion form uses C4::Koha::GetSupportList to get a list of supports that can come from itemtypes or authoritized values LOC or CCODE. C4::Koha::GetSupportList uses AdvancedSearchTypes syspref like it has only one value. But this syspref can contain several values separated by a pipe. This patch introduces a new syspref SupportsAuthorizedValues to select wich authorized values category that represents the physical support (itemtypes by default, loc or ccode). These authorized values will be used in suggestion management, known as 'document type'. (Note that database field is still 'itemtype'). Test plan : ----------- - Set SupportsAuthorizedValues with itemtypes or loc or ccode - Get to suggestion form (OPAC or intranet) - Look at "Document type" combobox, it must contains descriptions of selected authorized values - Save the suggestion - Get to intranet suggestions management - Organize suggestions by document type => your suggestion must appear in a tab with its document type description Signed-off-by: Olli-Antti Kivilahti -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 14:20:32 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 13:20:32 +0000 Subject: [Koha-bugs] [Bug 9223] Multiple values of AdvancedSearchTypes in suggestions In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9223 Olli-Antti Kivilahti changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36178|0 |1 is obsolete| | --- Comment #40 from Olli-Antti Kivilahti --- Created attachment 36703 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36703&action=edit Bug 9223: Add SupportsAuthorizedValues syspref (followup 1) Signed-off-by: Olli-Antti Kivilahti -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 14:23:49 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 13:23:49 +0000 Subject: [Koha-bugs] [Bug 9223] Multiple values of AdvancedSearchTypes in suggestions In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9223 Olli-Antti Kivilahti changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36179|0 |1 is obsolete| | --- Comment #41 from Olli-Antti Kivilahti --- Created attachment 36704 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36704&action=edit Bug 9223 [Follow-up] Multiple values of AdvancedSearchTypes in suggestions This follow-up implements some things I think will improve on the previous patches: - Change the system preference name to "SuggestionsUseValues" - Change the description of the preference to "Suggestions can be submitted using the following authorized values:" - Move the new preference to the OPAC tab so that it is grouped with other suggestions-related preferences. - Add the option offer no itemtype/collection code chooser on the submission form. - Display the correct label on the submission form depending on the value of the SuggestionsUseValues preference. To test, apply this patch on top of the previous ones. Test submission of purchase suggestions through the OPAC and staff client with the SuggestionsUseValues preference set to all the various choices: item type, collection code, shelving location, and 'none.' The suggestion forms should look correct and work correctly. HOWEVER, neither the previous patches nor mine address the problem of the suggestions management page's "organize by" option, which is hard-coded to work with item types. Whether or not my patch is acceptable this issue will need to be addressed. Signed-off-by: Olli-Antti Kivilahti Tested the TEST PLAN. With ccode, itype, none, loc. On both OPAC and SC. Making a code review, but it is hard during the hackfest. Morbid lack of any kind of unit test! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 14:24:59 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 13:24:59 +0000 Subject: [Koha-bugs] [Bug 9223] Multiple values of AdvancedSearchTypes in suggestions In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9223 Olli-Antti Kivilahti changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #42 from Olli-Antti Kivilahti --- Failed QA because no unit tests of any kind. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 14:33:57 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 13:33:57 +0000 Subject: [Koha-bugs] [Bug 13799] Add base for building RESTful API In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13799 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36700|0 |1 is obsolete| | --- Comment #2 from Julian Maurice --- Created attachment 36705 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36705&action=edit Bug 13799: REST API proof of concept with Mojolicious/Swagger2 Fixed patch with added dependency on Swagger2 module -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 14:42:37 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 13:42:37 +0000 Subject: [Koha-bugs] [Bug 13805] New: Installer does not work under Plack Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13805 Bug ID: 13805 Summary: Installer does not work under Plack Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: normal Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: jonathan.druart at biblibre.com Reporter: jonathan.druart at biblibre.com QA Contact: testopia at bugs.koha-community.org When going to the installer (without the DB structure), you have to log twice before starting the installation. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 14:42:57 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 13:42:57 +0000 Subject: [Koha-bugs] [Bug 13791] Plack - Out of the box support on packages In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13791 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Plack out of the box |Plack - Out of the box | |support on packages -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 14:43:09 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 13:43:09 +0000 Subject: [Koha-bugs] [Bug 13799] Add base for building RESTful API In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13799 --- Comment #3 from Julian Maurice --- This patch is actually testable on sandbox 16 where I installed the required dependencies. There is no special configuration, so it will run in CGI mode. Base URL: http://pro.test16.biblibre.com/cgi-bin/koha/rest -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 14:43:46 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 13:43:46 +0000 Subject: [Koha-bugs] [Bug 13791] Plack - Out of the box support on packages In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13791 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |13793, 13805 CC| |jonathan.druart at biblibre.co | |m Blocks|13793 | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 14:43:46 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 13:43:46 +0000 Subject: [Koha-bugs] [Bug 13793] The installer does not output the result of the update using Plack In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13793 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |13791 Depends on|13791 | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 14:43:46 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 13:43:46 +0000 Subject: [Koha-bugs] [Bug 13805] Installer does not work under Plack In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13805 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |13791 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 14:46:47 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 13:46:47 +0000 Subject: [Koha-bugs] [Bug 13805] Installer does not work under Plack In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13805 Jonathan Druart 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 Mar 6 14:46:50 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 13:46:50 +0000 Subject: [Koha-bugs] [Bug 13805] Installer does not work under Plack In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13805 --- Comment #1 from Jonathan Druart --- Created attachment 36706 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36706&action=edit Bug 13805: Disable syspref cache - Plack When going to the installer (without the DB structure), you have to log twice before starting the installation. Test plan: 0/ Create a new database and fill the database entry in the koha conf with its name 1/ Go on the mainpage, you should be redirected to the installer 2/ Try to log in Without this patch, you will get the login form again. With this patch, you can start the installation -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 14:51:48 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 13:51:48 +0000 Subject: [Koha-bugs] [Bug 13805] Installer does not work under Plack In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13805 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |http://bugs.koha-community. | |org/bugzilla3/show_bug.cgi? | |id=11998 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 14:51:48 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 13:51:48 +0000 Subject: [Koha-bugs] [Bug 11998] Syspref caching issues In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11998 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |http://bugs.koha-community. | |org/bugzilla3/show_bug.cgi? | |id=13805 --- Comment #94 from Jonathan Druart --- Could be "solved" by bug 13805. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 14:52:37 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 13:52:37 +0000 Subject: [Koha-bugs] [Bug 13805] Installer does not work under Plack In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13805 --- Comment #2 from Jonathan Druart --- Actually the Dobrica's solution (on the wiki page) could be better: enable sub { my ( $app, $env ) = @_; return sub { my $env = shift; C4::Context->clear_syspref_cache(); $app->( $env ); } }; -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 14:56:38 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 13:56:38 +0000 Subject: [Koha-bugs] [Bug 13068] New feature for DB update and sandbox In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13068 --- Comment #80 from Paul Poulain --- Katrin, Tomas, Jonathan, Brendan and I had a discussion about this patch during the 2015 hackfest in Marseille. We think Marcel proposal does too much things, and add some complexity where initial my patch just fixed the main problem : applying patches on sandboxes fails. After a discussion, I'm about to resurrect my initial patches, keep the cleaning atomicupdate one, as they're interesting, and we will go forward. (I'll take care of Marcel comment 12 #1 into accout) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 14:56:55 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 13:56:55 +0000 Subject: [Koha-bugs] [Bug 13068] New feature for DB update and sandbox In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13068 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #35000|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 Mar 6 14:57:06 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 13:57:06 +0000 Subject: [Koha-bugs] [Bug 13068] New feature for DB update and sandbox In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13068 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #35001|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 Mar 6 14:57:12 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 13:57:12 +0000 Subject: [Koha-bugs] [Bug 13068] New feature for DB update and sandbox In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13068 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #35368|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 Mar 6 14:57:21 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 13:57:21 +0000 Subject: [Koha-bugs] [Bug 13068] New feature for DB update and sandbox In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13068 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #35370|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 Mar 6 14:58:19 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 13:58:19 +0000 Subject: [Koha-bugs] [Bug 13068] New feature for DB update and sandbox In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13068 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #32173|1 |0 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 14:58:24 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 13:58:24 +0000 Subject: [Koha-bugs] [Bug 13068] New feature for DB update and sandbox In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13068 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #32174|1 |0 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 14:58:29 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 13:58:29 +0000 Subject: [Koha-bugs] [Bug 13068] New feature for DB update and sandbox In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13068 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #32175|1 |0 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 14:58:34 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 13:58:34 +0000 Subject: [Koha-bugs] [Bug 13068] New feature for DB update and sandbox In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13068 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #32185|1 |0 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 14:58:40 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 13:58:40 +0000 Subject: [Koha-bugs] [Bug 13068] New feature for DB update and sandbox In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13068 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #32841|1 |0 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 15:00:47 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 14:00:47 +0000 Subject: [Koha-bugs] [Bug 6499] MARC21 035 -- Other-control-number -- Indexing & Matching In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6499 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #12 from Katrin Fischer --- I am not able to spot the problem in the filess, but it doesn't work for me. I have: - copied all the index related files to my koha-dev folder - restarted zebra - done a full reindex I am puzzled. I am going to fail this for now, but would be happy if someone else tested if it works for them. -- 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 Mar 6 15:03:47 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 14:03:47 +0000 Subject: [Koha-bugs] [Bug 13666] Allow SIP2 checkin/checkout to get branch from institution_id field AO In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13666 --- Comment #4 from Olli-Antti Kivilahti --- Thanks for the input Benjamin! Shouldn't this patch be extended to set the AO-field for all SIP2 transactions where it is used? Then propagate the value to the transaction handlers? Now this special case is dealed with only for checkouts, which is not logical. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 15:07:35 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 14:07:35 +0000 Subject: [Koha-bugs] [Bug 13771] Koha 3.18 Help Files In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13771 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Attachment #36361|1 |0 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 15:07:39 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 14:07:39 +0000 Subject: [Koha-bugs] [Bug 13771] Koha 3.18 Help Files In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13771 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36456|1 |0 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 15:07:45 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 14:07:45 +0000 Subject: [Koha-bugs] [Bug 13771] Koha 3.18 Help Files In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13771 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36503|1 |0 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 15:07:59 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 14:07:59 +0000 Subject: [Koha-bugs] [Bug 13771] Koha 3.18 Help Files In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13771 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36305|1 |0 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 15:08:04 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 14:08:04 +0000 Subject: [Koha-bugs] [Bug 13771] Koha 3.18 Help Files In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13771 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36320|1 |0 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 15:11:32 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 14:11:32 +0000 Subject: [Koha-bugs] [Bug 11371] Add a new report : Orders by budget In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11371 --- Comment #16 from simith.doliveira at inlibro.com --- Created attachment 36707 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36707&action=edit QA fix -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 15:12:11 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 14:12:11 +0000 Subject: [Koha-bugs] [Bug 11371] Add a new report : Orders by budget In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11371 simith.doliveira at inlibro.com 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 Fri Mar 6 15:16:12 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 14:16:12 +0000 Subject: [Koha-bugs] [Bug 13771] Koha 3.18 Help Files In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13771 Katrin Fischer 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 Fri Mar 6 15:16:17 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 14:16:17 +0000 Subject: [Koha-bugs] [Bug 13771] Koha 3.18 Help Files In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13771 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36551|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 Mar 6 15:16:15 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 14:16:15 +0000 Subject: [Koha-bugs] [Bug 13771] Koha 3.18 Help Files In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13771 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36320|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 Mar 6 15:16:20 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 14:16:20 +0000 Subject: [Koha-bugs] [Bug 13771] Koha 3.18 Help Files In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13771 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36456|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 Mar 6 15:16:23 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 14:16:23 +0000 Subject: [Koha-bugs] [Bug 13771] Koha 3.18 Help Files In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13771 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36361|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 Mar 6 15:16:26 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 14:16:26 +0000 Subject: [Koha-bugs] [Bug 13771] Koha 3.18 Help Files In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13771 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36305|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 Mar 6 15:16:29 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 14:16:29 +0000 Subject: [Koha-bugs] [Bug 13771] Koha 3.18 Help Files In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13771 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36503|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 Mar 6 15:17:24 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 14:17:24 +0000 Subject: [Koha-bugs] [Bug 13771] Koha 3.18 Help Files In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13771 --- Comment #29 from Katrin Fischer --- Created attachment 36708 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36708&action=edit [PASSED QA] BUG 13771: Update Tools Help Files for 3.18 This patch creates a helpf ile for the batch record delete tool and updates the help files for notices and marc export. To test: * Visit tools > batch record deletion * confirm help is right * Visit tools > Notices & Slips * confirm help is right * Visit tools > export marc * cofirm the help is right Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 15:17:28 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 14:17:28 +0000 Subject: [Koha-bugs] [Bug 13771] Koha 3.18 Help Files In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13771 --- Comment #30 from Katrin Fischer --- Created attachment 36709 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36709&action=edit [PASSED QA] Bug 13771: Main Page Help fro 3.18 This updates the main page help file for 3.18. To test: * Log in to staff cleint * Click help on the mian page * Review help file Signed-off-by: Jesse Maseto Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 15:17:32 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 14:17:32 +0000 Subject: [Koha-bugs] [Bug 13771] Koha 3.18 Help Files In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13771 --- Comment #31 from Katrin Fischer --- Created attachment 36710 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36710&action=edit [PASSED QA] Bug 13771: Update Circ Help File This updates the main circulation help file with new features in 3.18. To test: * visit circulation page * click help * review text Signed-off-by: Jesse Maseto Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 15:17:36 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 14:17:36 +0000 Subject: [Koha-bugs] [Bug 13771] Koha 3.18 Help Files In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13771 --- Comment #32 from Katrin Fischer --- Created attachment 36711 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36711&action=edit [PASSED QA] Bug 13771: Add admin help files for 3.18 This patch adds a new help file for column settings and updates the files for budgets, funds, libraries, patron categories, and circ rules. To test: * Visit the above listed admin pages * Review help files Signed-off-by: Jesse Maseto Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 15:17:40 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 14:17:40 +0000 Subject: [Koha-bugs] [Bug 13771] Koha 3.18 Help Files In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13771 --- Comment #33 from Katrin Fischer --- Created attachment 36712 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36712&action=edit [PASSED QA] Bug 13771: Add missing item search help file This patch adds a help file for the staff item search. To test: * Click search * click item search * click help * review the help file Signed-off-by: Mirko Tietgen Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 15:17:44 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 14:17:44 +0000 Subject: [Koha-bugs] [Bug 13771] Koha 3.18 Help Files In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13771 --- Comment #34 from Katrin Fischer --- Created attachment 36713 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36713&action=edit [PASSED QA] Bug 13771: Update manage staged marc help for 3.18 This updates the manage staged marc files help. To test: * Visit Tools > Staged MARC record management * Click help * Confirm it's there and correct Signed-off-by: Larry Baerveldt Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 15:49:07 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 14:49:07 +0000 Subject: [Koha-bugs] [Bug 13802] Renewals ignore hard due dates In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13802 Helen Linda changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |helen.linda at goddard.edu -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 15:56:26 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 14:56:26 +0000 Subject: [Koha-bugs] [Bug 13806] New: No input sanitization where creating Reports subgroup Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13806 Bug ID: 13806 Summary: No input sanitization where creating Reports subgroup Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Reports Assignee: gmcharlt at gmail.com Reporter: pablo.bianchi at gmail.com QA Contact: testopia at bugs.koha-community.org Since Bug 7993 there is a way to put Reports on subgroups. Koha let you create a new subgroup just typing a "code" (authorised_value), but without "name" (lib field on authorised_values table). That makes an empty entry on select drop-down that should be deleted (if there is no reports in it) from authorised_values table. Both code and name should be mandatory fields while creating report subgroups. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 15:56:48 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 14:56:48 +0000 Subject: [Koha-bugs] [Bug 13769] Barcode showing blank in catalog/null in database In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13769 Johnathan Cintron changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WONTFIX Status|NEW |RESOLVED --- Comment #1 from Johnathan Cintron --- Was user error. Fixed now. Working as intended. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 16:21:07 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 15:21:07 +0000 Subject: [Koha-bugs] [Bug 13642] Adding new features for Dublin Core metadata In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13642 --- Comment #55 from Marc V?ron --- Created attachment 36714 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36714&action=edit [Signed-off] Bug 13642 [ENH] Adding new features for Dublin Core metadata When Koha export a bibliographic record to DC, makes it in XML format. This XML not follows the DC-XML recommendations as should be: elements in uppercase eg. dc:Date, dc:Creator, section 4.2, recommendation 4 explain that "The property names for the 15 DC elements should be all lower-case." eg. dc:date, dc:creator" and section "4.3 Example - a simple DC record", xsi:schemaLocation="http://example.org/myapp/ http://example.org/myapp/schema.xsd" schema does not exist. The recommendation can be consulted at . This new feature, adds an ability to export Dublin Core metadata to XML and RDF (including rdfxml, rdfjson, ntriples, turtle, etc.) Test plan --------------- 1) Download Dublin Core file. Open up the file, and make sure that the document not follows the DC-XML recommendations as should be. 2) Apply patches. 3) Go to whichever bib record in OPAC or staff and click on Save > Dublin Core. A modal will display, prove all options. 4) Change the system preference 'Opac ExportOptions' by enabling and disabling Dublin Core and try to download a record in the OPAC. 5) Try several bibliographic records in any format (book, magazine, DVD, etc.) to confirm that properly exported. 6) RDF/XML can be validated per RDF Validator W3C. 7) DC-XML cannot valid if not exist a valid XSD schema. 8) OAI-DC can be validated using and the proper schema typed in text field for URL. Installed libhtml-entities-numbered-perl and followed test plan. Works as expected. Signed-off-by: Marc V?ron -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 16:22:03 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 15:22:03 +0000 Subject: [Koha-bugs] [Bug 13642] Adding new features for Dublin Core metadata In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13642 Marc V?ron 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 Mar 6 16:29:27 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 15:29:27 +0000 Subject: [Koha-bugs] [Bug 8007] Discharge management In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8007 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #93 from Katrin Fischer --- Workflow question: After the patron has printed a discharge notice from the OPAC he can go to the library and check out books again, so the discharge would then be invalid. How can we deal with that? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 16:31:57 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 15:31:57 +0000 Subject: [Koha-bugs] [Bug 13807] New: SIPServer Input loop not checking for closed connections reliably Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13807 Bug ID: 13807 Summary: SIPServer Input loop not checking for closed connections reliably Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: SIP2 Assignee: koha-bugs at lists.koha-community.org Reporter: colin.campbell at ptfs-europe.com QA Contact: testopia at bugs.koha-community.org CC: colin.campbell at ptfs-europe.com Debugging some sip connections found that a server could get stuck with a partially unread buffer when the remote closed the connection. This could mean it was also not responding to signals to shut down. Reworked the main loop to be a bit more careful about checking the connection status. Moved it from the Sip.pm module into the server where it seemed to belong more logically. Have been running this with some other modifications in production sites for some time and appears to have enhanced reliability and ability to control the server. -- 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 Mar 6 16:36:10 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 15:36:10 +0000 Subject: [Koha-bugs] [Bug 13807] SIPServer Input loop not checking for closed connections reliably In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13807 Colin Campbell changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Assignee|koha-bugs at lists.koha-commun |colin.campbell at ptfs-europe. |ity.org |com --- Comment #1 from Colin Campbell --- Created attachment 36715 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36715&action=edit Proposed Patch -- 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 Mar 6 16:40:11 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 15:40:11 +0000 Subject: [Koha-bugs] [Bug 5176] SIPServer Incorrectly Requires Login over Socket In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5176 Colin Campbell changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WONTFIX --- Comment #2 from Colin Campbell --- As its not causing anyone major problems and everyone seems happy with things the way they are lets consider this resolved -- 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 Mar 6 16:43:04 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 15:43:04 +0000 Subject: [Koha-bugs] [Bug 13624] Remove columns branchcode, categorytype from table overduerules_transport_types In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13624 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|Trivial patch |Medium patch 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 Mar 6 16:43:40 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 15:43:40 +0000 Subject: [Koha-bugs] [Bug 11999] Add two checks in CanBookBeReserved and CanItemBeReserved In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11999 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|alex.sassmannshausen at ptfs-e |julian.maurice at biblibre.com |urope.com | 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 Mar 6 16:44:26 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 15:44:26 +0000 Subject: [Koha-bugs] [Bug 8007] Discharge management In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8007 --- Comment #94 from Marc V?ron --- (In reply to Katrin Fischer from comment #93) > Workflow question: After the patron has printed a discharge notice from the > OPAC he can go to the library and check out books again, so the discharge > would then be invalid. How can we deal with that? I would expect a restriction "Discharged" (similar to manual restricitions). It would display a message like: Restricted: Patron's account is restricted with the explanation: Discharched -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 16:45:09 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 15:45:09 +0000 Subject: [Koha-bugs] [Bug 13801] SVC bib bad encoding In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13801 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |jonathan.druart at biblibre.co |ity.org |m -- 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 Mar 6 16:45:27 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 15:45:27 +0000 Subject: [Koha-bugs] [Bug 13808] New: sample_notices are inconsistent Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13808 Bug ID: 13808 Summary: sample_notices are inconsistent Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Notices Assignee: koha-bugs at lists.koha-community.org Reporter: mtompset at hotmail.com QA Contact: testopia at bugs.koha-community.org There are sample notices in some languages lacking in others. This bug makes sure all the sample notices are consistent between all languages. This was noticed as a result of a QA comment on bug 1985 (comment 36). -- 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 Mar 6 16:46:28 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 15:46:28 +0000 Subject: [Koha-bugs] [Bug 13697] Syspref to not add a fee when a patron changes to a category with enrolment fee In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13697 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |christophe.croullebois at bibl |ity.org |ibre.com CC| |katrin.fischer at bsz-bw.de -- 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 Mar 6 16:47:29 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 15:47:29 +0000 Subject: [Koha-bugs] [Bug 13808] sample_notices are inconsistent In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13808 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal Assignee|koha-bugs at lists.koha-commun |mtompset at hotmail.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 Fri Mar 6 16:48:25 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 15:48:25 +0000 Subject: [Koha-bugs] [Bug 1985] Email notification of new OPAC comments In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1985 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |http://bugs.koha-community. | |org/bugzilla3/show_bug.cgi? | |id=13808 --- Comment #37 from M. Tompsett --- ARG! Kyle, did you have to make me notice another bug? :P I'm cleaning it up (bug 13808). In the mean time, I'll just add this notice into every language as a separate patch. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 16:48:25 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 15:48:25 +0000 Subject: [Koha-bugs] [Bug 13808] sample_notices are inconsistent In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13808 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |http://bugs.koha-community. | |org/bugzilla3/show_bug.cgi? | |id=1985 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 16:49:08 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 15:49:08 +0000 Subject: [Koha-bugs] [Bug 1985] Email notification of new OPAC comments In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1985 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|olli-antti.kivilahti at jns.fi |mtompset at hotmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 16:51:50 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 15:51:50 +0000 Subject: [Koha-bugs] [Bug 13413] Koha::Log - an attempt to have sane logging in Koha In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13413 Dobrica Pavlinusic changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dpavlin at rot13.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 16:52:53 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 15:52:53 +0000 Subject: [Koha-bugs] [Bug 11405] Inventory tool enhancements In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11405 Koha Team AMU changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |koha.aixmarseille at gmail.com --- Comment #22 from Koha Team AMU --- I'm trying this patch. Ok for [1] (mervelous!!) For [2], I will try again because message "No data available in table" (and normally it's all right). Ok for [3]. I just have to try csv file. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 17:03:33 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 16:03:33 +0000 Subject: [Koha-bugs] [Bug 11733] "gist" system preference inconsistently treated as single-value or multi-value In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11733 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Status|Needs Signoff |RESOLVED Resolution|--- |MOVED --- Comment #9 from Katrin Fischer --- Will be taken care of with the tax rewrite. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 17:12:51 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 16:12:51 +0000 Subject: [Koha-bugs] [Bug 13068] New feature for DB update and sandbox In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13068 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #32173|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 Mar 6 17:12:56 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 16:12:56 +0000 Subject: [Koha-bugs] [Bug 13068] New feature for DB update and sandbox In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13068 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #32174|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 Mar 6 17:13:01 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 16:13:01 +0000 Subject: [Koha-bugs] [Bug 13068] New feature for DB update and sandbox In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13068 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #32175|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 Mar 6 17:13:06 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 16:13:06 +0000 Subject: [Koha-bugs] [Bug 13068] New feature for DB update and sandbox In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13068 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #32185|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 Mar 6 17:13:16 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 16:13:16 +0000 Subject: [Koha-bugs] [Bug 13068] New feature for DB update and sandbox In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13068 Paul Poulain changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #32841|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 Mar 6 17:26:58 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 16:26:58 +0000 Subject: [Koha-bugs] [Bug 13068] New feature for DB update and sandbox In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13068 --- Comment #81 from Paul Poulain --- Created attachment 36716 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36716&action=edit updatedatabase improvement -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 17:27:29 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 16:27:29 +0000 Subject: [Koha-bugs] [Bug 13068] New feature for DB update and sandbox In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13068 --- Comment #82 from Paul Poulain --- Created attachment 36717 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36717&action=edit bz 13068 atomicupdate directory cleaning -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 17:28:08 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 16:28:08 +0000 Subject: [Koha-bugs] [Bug 13068] New feature for DB update and sandbox In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13068 --- Comment #83 from Paul Poulain --- Created attachment 36718 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36718&action=edit bz 13068 follow-up : using slurp & removing oai-sets.sql -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 17:28:29 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 16:28:29 +0000 Subject: [Koha-bugs] [Bug 13068] New feature for DB update and sandbox In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13068 --- Comment #84 from Paul Poulain --- Created attachment 36719 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36719&action=edit SAMPLE sql file, not for pushing -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 17:44:10 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 16:44:10 +0000 Subject: [Koha-bugs] [Bug 13691] Add some selenium scripts In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13691 Olli-Antti Kivilahti changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |olli-antti.kivilahti at jns.fi --- Comment #6 from Olli-Antti Kivilahti --- Check out the Perl Cucumber integration to use as a wrapper for feature documentation and acceptance/integration testing framework. It looks very promising and could be a good candidate as a mandatory testing framework for the new REST-API. https://metacpan.org/pod/Test::BDD::Cucumber::Manual::Integration https://metacpan.org/pod/App::pherkin Oslo is using Ruby, but we could try how the Perl implementation works. However we should consider some test driven mechanism as a mandatory part of getting REST API patches pushed to master. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 17:58:05 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 16:58:05 +0000 Subject: [Koha-bugs] [Bug 1985] Email notification of new OPAC comments In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1985 M. Tompsett 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 Fri Mar 6 17:58:08 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 16:58:08 +0000 Subject: [Koha-bugs] [Bug 1985] Email notification of new OPAC comments In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1985 --- Comment #38 from M. Tompsett --- Created attachment 36720 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36720&action=edit Bug 1985 - Follow up: Add sample letter to other languages As per comment #36, the letter COMMENT_CREATED has been added to the other languages. TEST PLAN --------- 0) Back up your letters table 1) In your mysql client after selected your Koha database, Run this: SET foreign_key_checks = 0; truncate letter; source installer/data/mysql/de-DE/mandatory/sample_notices.sql SELECT COUNT(*) FROM letter where code='COMMENT_CREATED'; truncate letter; source installer/data/mysql/es-ES/mandatory/sample_notices.sql SELECT COUNT(*) FROM letter where code='COMMENT_CREATED'; truncate letter; source installer/data/mysql/fr-FR/1-Obligatoire/sample_notices.sql SELECT COUNT(*) FROM letter where code='COMMENT_CREATED'; truncate letter; source installer/data/mysql/it-IT/necessari/notices.sql SELECT COUNT(*) FROM letter where code='COMMENT_CREATED'; truncate letter; source installer/data/mysql/nb-NO/1-Obligatorisk/sample_notices.sql SELECT COUNT(*) FROM letter where code='COMMENT_CREATED'; truncate letter; source installer/data/mysql/pl-PL/mandatory/sample_notices.sql SELECT COUNT(*) FROM letter where code='COMMENT_CREATED'; truncate letter; source installer/data/mysql/ru-RU/mandatory/sample_notices.sql SELECT COUNT(*) FROM letter where code='COMMENT_CREATED'; truncate letter; source installer/data/mysql/uk-UA/mandatory/sample_notices.sql SELECT COUNT(*) FROM letter where code='COMMENT_CREATED'; truncate letter; source installer/data/mysql/en/mandatory/sample_notices.sql SELECT COUNT(*) FROM letter where code='COMMENT_CREATED'; -- there should be 9 counts of 1. 2) Restore your letters table. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 18:00:13 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 17:00:13 +0000 Subject: [Koha-bugs] [Bug 13804] Returns via the checkouts tables uses the phrase "Returned" rather than "Checked in" In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13804 --- Comment #3 from Marc V?ron --- Created attachment 36721 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36721&action=edit [Signed-off] Bug 13804 - Returns via the checkouts tables uses the phrase "Returned" rather than "Checked in" Test plan: 1) Apply this patch 2) Return an item via the checkouts table 3) Note the left most column now reads "Checked in" rather than "Returned" Followed test plan. Works as expected. Signed-off-by: Marc V?ron -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 18:00:50 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 17:00:50 +0000 Subject: [Koha-bugs] [Bug 13804] Returns via the checkouts tables uses the phrase "Returned" rather than "Checked in" In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13804 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |veron at veron.ch 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 Mar 6 18:01:03 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 17:01:03 +0000 Subject: [Koha-bugs] [Bug 6499] MARC21 035 -- Other-control-number -- Indexing & Matching In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6499 --- Comment #13 from Barton Chittenden --- Katrin, about.pl on the koha installation that I was using lists Zebra version: Zebra 2.0.55 (C) 1994-2013, Index Data ApS Zebra is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. SHA1 ID: bd2bc9360225e695bbaba2c2d1cd6925c4eb23a5 Using ICU Could this be an issue of zebra version? Nick, Could you check Main->About on your test machine, and report the zebra version that worked for you? [Zebra version is the last item on the 'about' page] Thanks, --Barton -- 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 Mar 6 18:14:14 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 17:14:14 +0000 Subject: [Koha-bugs] [Bug 11364] Label layout types and text justification types are not translatable In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11364 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |veron at veron.ch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 18:25:19 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 17:25:19 +0000 Subject: [Koha-bugs] [Bug 11364] Label layout types and text justification types are not translatable In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11364 --- Comment #3 from Marc V?ron --- Created attachment 36722 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36722&action=edit [Follow-up] Bug 11364 - Label layout types and text justification types are not translatable Removed obsolete code from from C4/Creators/Lib.pm around line 129. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 18:43:05 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 17:43:05 +0000 Subject: [Koha-bugs] [Bug 6499] MARC21 035 -- Other-control-number -- Indexing & Matching In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6499 --- Comment #14 from Barton Chittenden --- Katrin, I ran the following in yaz-client: yaz-client -c etc/zebradb/ccl.properties unix:/home/barton/koha-dev/var/run/zebradb/bibliosocket Connecting...OK. Sent initrequest. Connection accepted by v3 target. ID : 81 Name : Zebra Information Server/GFS/YAZ Version: 2.0.55/4.2.69 026ad3d737be4cbba4e98c6b6dc753f8029e3655 Options: search present delSet triggerResourceCtrl scan sort extendedServices namedResultSets Elapsed: 0.002972 Z> base biblios Z> scan @attr 1=1211 ocm03545607 query: @attr 1=1211 ocm03545607 Received ScanResponse 5 entries, position=1 Scan returned code 5 * ocm03545607 (1) ocm05041760 (1) ocm06098807 (1) OCoLC (4) VOY12798 (1) Elapsed: 0.071230 Z> --- Do you get errors when you run the following commands in yaz-client? base biblios scan @attr 1=1211 -- 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 Mar 6 20:04:47 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 19:04:47 +0000 Subject: [Koha-bugs] [Bug 13794] Text input field values not translated In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13794 Bernardo Gonzalez Kriegel changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bgkriegel at gmail.com --- Comment #4 from Bernardo Gonzalez Kriegel --- Hi Maxime Is the patch ready to sign? I tried it anyway, I found no difference on translation files with the patch, have you an example of same untranslated text? Regards, Bernardo -- 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 Mar 6 20:11:24 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 19:11:24 +0000 Subject: [Koha-bugs] [Bug 6499] MARC21 035 -- Other-control-number -- Indexing & Matching In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6499 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick at quecheelibrary.org --- Comment #15 from Nick Clemens --- I tested successfully on a clean branch again today using kohadevbox, zebra version: Zebra 2.0.60 (C) 1994-2015, Index Data Zebra is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. SHA1 ID: b51184e7cf9eabd2c609f50f721d6568351fbc33 Using ICU Just to note, the js is missing closing ");" and should be $(document).ready(function(){ // Add Other Control Number to advanced search if (window.location.href.indexOf("catalogue/search.pl") > -1) { $(".advsearch").append(''); } }); -- 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 Mar 6 20:23:47 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 19:23:47 +0000 Subject: [Koha-bugs] [Bug 13364] Add a call number browser in item edition page In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13364 --- Comment #43 from simith.doliveira at inlibro.com --- Created attachment 36723 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36723&action=edit Bug 13364 - Add a call number browser in item edition page - QA fixed -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Mar 6 20:32:31 2015 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 Mar 2015 19:32:31 +0000 Subject: [Koha-bugs] [Bug 13364] Add a call number browser in item edition page In-Reply-To: References: Message-ID: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13364 --- Comment #44 from simith.doliveira at inlibro.com --- Concerning #42 : Is there a good reason to have the template file in the tools directory, instead of cataloguing/value_builder? - No, Moved. The green line is always at the top of the table. If I am remember correctly, in the previous version it was inserted correctly. - Bug fixed ::: cataloguing/value_builder/cn_browser.pl @@ +1,4 @@ > +#!/usr/bin/perl > + > +use strict; > +use warnings; Prefer use Modern::Perl; - Fixed @@ +9,5 @@ > +use C4::Output; > +use POSIX; > +use C4::ClassSource; > +use URI::Escape; > +use Data::Dumper; No needed. - Fixed. use C4::ClassSource needed ::: koha-tmpl/intranet-tmpl/prog/en/modules/tools/cn_browser.tt @@ +12,5 @@ > + > + > +