From gitmaster at git.koha-community.org Mon Oct 1 16:31:58 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 01 Oct 2012 14:31:58 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8581 created. v3.08.00-931-g5bf0128 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8581 has been created at 5bf01284e3f1707ca2a54b2df80c97568db73acb (commit) - Log ----------------------------------------------------------------- commit 5bf01284e3f1707ca2a54b2df80c97568db73acb Author: Jared Camins-Esakov Date: Mon Aug 6 14:04:32 2012 -0400 Bug 8581: don't display parentheses when we don't have a type Prior to this patch, see also references in certain authority records (most notably GND records) were being followed by empty parentheses in the search results display. This patch resolves that problem. Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Oct 1 16:36:41 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 01 Oct 2012 14:36:41 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8209 updated. v3.08.00-734-g25f6ba2 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8209 has been updated via 25f6ba24478040e651dca8e001d5a07b1c0bd4ef (commit) from 65e67dd7fcc61c936571e3e5581fcfbe5873cb42 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 25f6ba24478040e651dca8e001d5a07b1c0bd4ef Author: Jared Camins-Esakov Date: Thu Sep 13 11:33:44 2012 -0400 Bug 8209 follow-up: another correction for BuildSummary API Signed-off-by: Jonathan Druart Signed-off-by: Paul Poulain ----------------------------------------------------------------------- Summary of changes: Koha/SuggestionEngine/Plugin/AuthorityFile.pm | 2 +- t/SuggestionEngine_AuthorityFile.t | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Oct 1 16:42:52 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 01 Oct 2012 14:42:52 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-935-geba713b Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via eba713b5839c4ee377923deecca97837edd7f404 (commit) via f7af37233a12df9f48bec9864fd3ababa00c8094 (commit) via 3e131101911fda60580b1dd757d078c172f19c3b (commit) via 25f6ba24478040e651dca8e001d5a07b1c0bd4ef (commit) via 5bf01284e3f1707ca2a54b2df80c97568db73acb (commit) from eb6effd2c2eaf26c5aff80cb1f45e75a5fcf426f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: Koha/SuggestionEngine/Plugin/AuthorityFile.pm | 2 +- .../data/mysql/en/optional/sample_holidays.sql | 6 +- .../en/includes/authorities-search-results.inc | 2 +- .../en/includes/authorities-search-results.inc | 2 +- t/SuggestionEngine_AuthorityFile.t | 2 +- t/db_dependent/Holidays.t | 45 ++++++++++++++++++++ 6 files changed, 52 insertions(+), 7 deletions(-) create mode 100755 t/db_dependent/Holidays.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Oct 1 17:49:51 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 01 Oct 2012 15:49:51 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7913 created. v3.08.00-942-g2f875da Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_7913 has been created at 2f875daa607b554beeaeed87cf030cfdc1d2e35a (commit) - Log ----------------------------------------------------------------- commit 2f875daa607b554beeaeed87cf030cfdc1d2e35a Author: Lyon3 Team Date: Mon Oct 1 04:45:12 2012 -0400 Bug_7913-Follow-up, hide button for subs with items Signed-off-by: Paul Poulain commit cd2fae07ae535170e3e9873e3b4c0a29fd00567f Author: Lyon3 Team Date: Tue May 22 15:43:02 2012 +0200 Receiving serials in a loop generate the number of issues entered from a message box and apply 'arrived' status. http://bugs.koha-community.org/show_bug.cgi?id=7913 Signed-off-by: Delaye Stephane ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Oct 1 19:00:29 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 01 Oct 2012 17:00:29 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8818 created. v3.08.00-944-g813c744 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8818 has been created at 813c74400803a5ec26497d9a809cf874d2c200fd (commit) - Log ----------------------------------------------------------------- commit 813c74400803a5ec26497d9a809cf874d2c200fd Author: Jared Camins-Esakov Date: Tue Sep 25 19:38:32 2012 -0400 Bug 8818: make sure we load modules before using them An eval { eval "require $module;" }; was replaced with eval { eval { require $module; }; }; which is a no-op, meaning that the linker was not getting loaded, and the catalog module was throwing up a big nasty error every time someone tried to save a record with a heading. This patch replaces the require with can_load from Module::Load::Conditional, which is PBP-friendly, and offers equivalent functionality. Signed-off-by: Nicole C. Engard Signed-off-by: Paul Poulain commit 882f4146441f8d0a447a63e4faecf755e33e6c90 Author: Paul Poulain Date: Mon Oct 1 18:47:28 2012 +0200 Bug 5335 follow-up: fixing Perl error commenting wrong code, until Jonathan is back see http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5335#c52 and comment 53 ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Oct 1 19:15:52 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 01 Oct 2012 17:15:52 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-944-g813c744 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 813c74400803a5ec26497d9a809cf874d2c200fd (commit) via 882f4146441f8d0a447a63e4faecf755e33e6c90 (commit) via 2f875daa607b554beeaeed87cf030cfdc1d2e35a (commit) via cd2fae07ae535170e3e9873e3b4c0a29fd00567f (commit) from 0fb3dda69fab38ebc7c7b6ac8f88300a4c4ccf00 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: C4/Biblio.pm | 11 ++-- .../prog/en/modules/serials/serials-collection.tt | 6 ++ .../prog/en/modules/serials/serials-edit.tt | 7 +++ misc/link_bibs_to_authorities.pl | 11 ++-- serials/serials-collection.pl | 29 +++++++----- serials/subscription-detail.pl | 49 ++++++++++---------- 6 files changed, 65 insertions(+), 48 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Oct 2 00:20:37 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 01 Oct 2012 22:20:37 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.05-10-g15ba5f9 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.8.x has been updated via 15ba5f961f8a045b3efb77b50a56aceb8fa1c9e0 (commit) from dbb48c936de0fd6c6c87551841fc98121fc9af6c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 15ba5f961f8a045b3efb77b50a56aceb8fa1c9e0 Author: Robin Sheat Date: Sat Sep 29 11:34:32 2012 +1200 Bug 7642 - [3.8.x] fix the lost display of tag sizes This fixes the display of different sized words for differently popular tags. It is a bit of a refactor of that part of the system, moving logic to more sensible places (and removing an unused method on the way.) Note that it isn't an attempt to reproduce what was there previously, just to do something similar, and in an easier to change fashion. Sponsored-By: New Zealand Educational Institute Signed-off-by: Marc Veron Works as expected. Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: C4/Tags.pm | 96 ++++++++++++---------- koha-tmpl/opac-tmpl/prog/en/css/opac.css | 43 ++++++++++- koha-tmpl/opac-tmpl/prog/en/modules/opac-tags.tt | 22 +----- opac/opac-tags.pl | 29 +------ t/db_dependent/Tags.t | 53 ++++++++++++- 5 files changed, 150 insertions(+), 93 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Oct 2 00:23:34 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 01 Oct 2012 22:23:34 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.05-12-gb0984db Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.8.x has been updated via b0984db05dfd145a6b43e8f0f08fa49c74f2ba0b (commit) via f8a321013b2d53aeddf3593b8905f653e65199d8 (commit) from 15ba5f961f8a045b3efb77b50a56aceb8fa1c9e0 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit b0984db05dfd145a6b43e8f0f08fa49c74f2ba0b Author: Chris Cormack Date: Tue Oct 2 11:26:19 2012 +1300 Bug 7642: Fixing typo commit f8a321013b2d53aeddf3593b8905f653e65199d8 Author: Paul Poulain Date: Mon Oct 1 17:42:23 2012 +0200 Bug 7642 follow-up fix POD The patch for bug 7642 did not introduce this error, but the QA tools detected it, so I fixed it Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: C4/Tags.pm | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Oct 2 17:14:55 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 02 Oct 2012 15:14:55 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8350 created. v3.08.00-945-g514b328 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8350 has been created at 514b32898e8169c9bb4e3e7d683fdbf7ed8fe55d (commit) - Log ----------------------------------------------------------------- commit 514b32898e8169c9bb4e3e7d683fdbf7ed8fe55d Author: Mark Tompsett Date: Thu Aug 30 15:06:07 2012 +0800 Bug 8350: warning in logs when searching for nonexistent ISBN Searching for a 10 or 13 digit numeric string that does not exist in one's catalog will fail to affect SQL statement correctly in C4::Breeding. Moved string substitution, which was triggering error when search was undefined, and fixed if statements accordingly. Signed-off-by: Jared Camins-Esakov Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Oct 2 17:18:24 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 02 Oct 2012 15:18:24 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7992 created. v3.08.00-946-g6c0aa43 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_7992 has been created at 6c0aa43ee1d149dc53977251dc4396d9d7cb8760 (commit) - Log ----------------------------------------------------------------- commit 6c0aa43ee1d149dc53977251dc4396d9d7cb8760 Author: Jonathan Druart Date: Thu Aug 30 15:31:14 2012 +0200 Bug 7992: New plugin stocknumberAV Bugzilla description (from delaye): 1 / Create a list of authorised values(INVENTORY_NUMBER). In which the code is the prefix and the description the last number assigned. 2/A space between the prefix and number. 3 / From a holding record, after indicate the prefix when you click on the plugin -> koha search the last number from authorised values assigned in the list and increment n +1 level meter Signed-off-by: Jared Camins-Esakov Works as advertised (see provisos below). Tested the following: 1) INVENTORY category has only authorised value 'PR' => PR prefix filled in, everything else gives an error. 2) INVENTORY category has two authorised values, both work. 3) INVENTORY category has no authorised values, nothing is incremented 4) Barcode contains numbers, nothing is changed. Two potential gotchas (neither of them significant enough to warrant changing, in my opinion): 1) Prefixes must consist only of uppercase alphabetical characters. 2) Negative numbers are padded with zeros to the left of the negative sign. Signed-off-by: Jared Camins-Esakov Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Oct 2 17:46:41 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 02 Oct 2012 15:46:41 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8674 created. v3.08.00-949-gca80293 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8674 has been created at ca80293756c082e86a9c68ec2e3ce683648a8e9b (commit) - Log ----------------------------------------------------------------- commit ca80293756c082e86a9c68ec2e3ce683648a8e9b Author: Paul Poulain Date: Tue Oct 2 17:48:03 2012 +0200 Bug 8674 follow-up Fix perlcritic error commit 7251a9339d8443ce7575fd7c1bb788aeff9c5673 Author: Jonathan Druart Date: Thu Aug 30 10:33:38 2012 +0200 Bug 8674: Followup: Add POD for misc/batchdeletebiblios.pl Signed-off-by: Kyle M Hall Signed-off-by: Paul Poulain commit c34933672576eae6b10665aab8b756dd529a7b69 Author: Jonathan Druart Date: Thu Aug 23 14:28:42 2012 +0200 Bug 8674: Adds script batchdeletebiblios This script batch deletes biblios which contain a biblionumber present in file passed in parameter. If one biblio has items, it is not deleted. http://bugs.koha-community.org/show_bug.cgi?id=8674 Signed-off-by: Kyle M Hall Created file with biblionumbers for bibs with and without items. Only the bibs without items were deleted. ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Oct 2 18:00:23 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 02 Oct 2012 16:00:23 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8583 created. v3.08.00-950-g77c2a02 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8583 has been created at 77c2a02c8c58655e8661cf1a9da3ef0a79631d56 (commit) - Log ----------------------------------------------------------------- commit 77c2a02c8c58655e8661cf1a9da3ef0a79631d56 Author: Fr?d?rick Capovilla Date: Fri Sep 30 15:11:01 2011 -0400 Add a warning if a Z39.50 search is started from biblio edition page. Warn the user that the current biblio record might be overwritten by this action. http://bugs.koha-community.org/show_bug.cgi?id=8583 Signed-off-by: Marc Veron Woks as expected. I prefer this solution with an explicit warning, since several times I acidentally changed a record :-) Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Oct 2 18:03:25 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 02 Oct 2012 16:03:25 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8711 created. v3.08.00-951-g50be765 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8711 has been created at 50be765eae0151ced343295e1e48f9a53b9bfa17 (commit) - Log ----------------------------------------------------------------- commit 50be765eae0151ced343295e1e48f9a53b9bfa17 Author: Owen Leonard Date: Thu Sep 6 15:21:03 2012 -0400 Bug 8711 - alternating colors messed up on reports Patch adds the "zebra-striping" option to the table sorter initialization and changes the row color CSS to match the tablesorter's to prevent conflicts. Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Oct 2 18:11:47 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 02 Oct 2012 16:11:47 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8728 created. v3.08.00-952-g0a35b26 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8728 has been created at 0a35b2671a69723df9dae23ab56f0fd19c7ff9b7 (commit) - Log ----------------------------------------------------------------- commit 0a35b2671a69723df9dae23ab56f0fd19c7ff9b7 Author: wajasu Date: Wed Sep 5 11:35:42 2012 -0500 Bug 8728 : Adjust Reserves.t test for resdate and expdate and test setup/teardown Signed-off-by: Chris Cormack Works better now, creats biblio records, and cleans up after itself as well. Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Oct 2 18:12:02 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 02 Oct 2012 16:12:02 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-952-g0a35b26 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 0a35b2671a69723df9dae23ab56f0fd19c7ff9b7 (commit) via 50be765eae0151ced343295e1e48f9a53b9bfa17 (commit) via 77c2a02c8c58655e8661cf1a9da3ef0a79631d56 (commit) via ca80293756c082e86a9c68ec2e3ce683648a8e9b (commit) via 7251a9339d8443ce7575fd7c1bb788aeff9c5673 (commit) via c34933672576eae6b10665aab8b756dd529a7b69 (commit) via 6c0aa43ee1d149dc53977251dc4396d9d7cb8760 (commit) via 514b32898e8169c9bb4e3e7d683fdbf7ed8fe55d (commit) from 813c74400803a5ec26497d9a809cf874d2c200fd (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: C4/Breeding.pm | 8 +- .../{stocknumberam123.pl => stocknumberAV.pl} | 90 +++++++++---------- .../intranet-tmpl/prog/en/includes/cat-toolbar.inc | 2 +- .../prog/en/modules/cataloguing/addbiblio.tt | 2 +- .../en/modules/reports/guided_reports_start.tt | 3 +- misc/batchdeletebiblios.pl | 90 ++++++++++++++++++++ t/db_dependent/Reserves.t | 58 +++++++++---- 7 files changed, 183 insertions(+), 70 deletions(-) copy cataloguing/value_builder/{stocknumberam123.pl => stocknumberAV.pl} (54%) create mode 100755 misc/batchdeletebiblios.pl hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Oct 3 11:04:32 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 03 Oct 2012 09:04:32 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8737 created. v3.08.00-953-g4c8cfd0 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8737 has been created at 4c8cfd0c299157e012d462ea116798d55bc0a806 (commit) - Log ----------------------------------------------------------------- commit 4c8cfd0c299157e012d462ea116798d55bc0a806 Author: Mark Tompsett Date: Fri Sep 7 13:34:04 2012 +0800 Bug 8737 - Incorrect icon at login in staff client Added the following missing code to ensure the correct icon is used when logged out: IntranetFavicon => C4::Context->preference('IntranetFavicon') This was added into an existing $template->param() call. Not to be confused with the koha logo on the login page, the icon is a 16x16 pixel graphic in the browser tab. The default is found at .../intranet-tmpl/prog/en/includes/favicon.ico. If the "IntranetFavicon" system preference is set, it should be used by the staff client regardless of login state. It was not being used in the "AUTH rejected" section of Auth.pm, but the OpacFavicon variable was being set. This explains why the "OpacFavicon" system preference works for the OPAC client, but not the staff client upon logout. Signed-off-by: Kyle M Hall Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Oct 3 15:27:26 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 03 Oct 2012 13:27:26 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8585 created. v3.08.00-956-g529bb9c Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8585 has been created at 529bb9c2a4c906cd5c00fda294489b633cfb5853 (commit) - Log ----------------------------------------------------------------- commit 529bb9c2a4c906cd5c00fda294489b633cfb5853 Author: Paul Poulain Date: Wed Oct 3 15:28:43 2012 +0200 Bug 8585 follow-up Passing syspref to template Passing the syspref HoldsToPullStartDate to get the number of days displayed on the screen (instead of "two" that was hardcoded) Also s/tab/4 spaces/g commit e5183f2ed96d51091b12551a11a0cd153ee78e32 Author: Paul Poulain Date: Wed Oct 3 15:19:35 2012 +0200 Bug 8585 follow-up DBRev number commit 762ce7abe6ee42d24d415c9b22232fa6730c6604 Author: David Cook Date: Fri Aug 10 12:31:30 2012 +1000 Bug 8585 : Add System Preference to specify Holds to Pull List Start Date Currently, Koha creates a default value of 2 days ago (-2) for the start date of the Holds to pull List. This system preference allows users to specify their own default start date for this list, since users might not want to have to manually change the date all the time when they already know the set date period they want to view. The system preference value is specified as a positive integer, which is then passed as a negative integer in the handler script. This saves users from having to include a qualifer to the sys pref value. Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Oct 3 15:31:50 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 03 Oct 2012 13:31:50 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-956-g529bb9c Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 529bb9c2a4c906cd5c00fda294489b633cfb5853 (commit) via e5183f2ed96d51091b12551a11a0cd153ee78e32 (commit) via 762ce7abe6ee42d24d415c9b22232fa6730c6604 (commit) via 4c8cfd0c299157e012d462ea116798d55bc0a806 (commit) from 0a35b2671a69723df9dae23ab56f0fd19c7ff9b7 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: C4/Auth.pm | 1 + circ/pendingreserves.pl | 66 ++++++++++---------- installer/data/mysql/sysprefs.sql | 1 + installer/data/mysql/updatedatabase.pl | 7 ++ .../en/modules/admin/preferences/circulation.pref | 5 ++ .../prog/en/modules/circ/pendingreserves.tt | 4 +- kohaversion.pl | 2 +- 7 files changed, 51 insertions(+), 35 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Oct 3 15:49:39 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 03 Oct 2012 13:49:39 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8744 created. v3.08.00-957-ge341c2a Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8744 has been created at e341c2a717b6e2b329f011a1dd03cbce036524bb (commit) - Log ----------------------------------------------------------------- commit e341c2a717b6e2b329f011a1dd03cbce036524bb Author: Jared Camins-Esakov Date: Sun Sep 9 08:55:12 2012 -0400 Bug 8744: Thesaurus in authorities should not lock fields Although fields in the authority editor should support thesaurus control, they should never be locked, as authority records commonly refer to other records that may not be in use locally (and therefore might not be in the authority file). Test plan: 1) Make sure a 5xx field in one of your authority frameworks is thesaurus-controlled. 2) Note that you cannot edit the field directly. 3) Apply patch. 4) Note that you can now edit the field irectly. Signed-off-by: wajasu Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Oct 3 15:52:08 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 03 Oct 2012 13:52:08 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8759 created. v3.08.00-958-g7f5583d Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8759 has been created at 7f5583d549483bf6adacc479208c25c1a4ec1de2 (commit) - Log ----------------------------------------------------------------- commit 7f5583d549483bf6adacc479208c25c1a4ec1de2 Author: Kyle M Hall Date: Tue Sep 11 10:23:38 2012 -0400 Bug 8759 - Add labels for library and sorting on opac advanced search Signed-off-by: Owen Leonard Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Oct 3 15:55:22 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 03 Oct 2012 13:55:22 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8454 created. v3.08.00-959-g0812280 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8454 has been created at 0812280104543b5c29f2f9ea32b48e127abd9906 (commit) - Log ----------------------------------------------------------------- commit 0812280104543b5c29f2f9ea32b48e127abd9906 Author: David Cook Date: Tue Jul 17 11:33:35 2012 +1000 Bug 8454 - Holds to Pull : Show pull list on load. Otherwise, it looks like the pull list is empty. Currently, when you click "Holds to pull" from the Circulation menu, the only thing that you see is a white screen and a side navigation bar that says "Refine Results". Since there appear to be no results to refine, the holds to pull list appears completely empty. Staff have to know to click "Submit" on the "Refine Results" form to get anything. I propose that we have the "run_report" flag set to ON for the initial load. The report uses the default 2 days mentioned in the "Refine Results" form, so there is continuity across the board. Signed-off-by: Jonathan Druart Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Oct 3 17:33:42 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 03 Oct 2012 15:33:42 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7589 created. v3.08.00-960-gf114d31 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_7589 has been created at f114d316316406e76cc9405369194adba24dff0c (commit) - Log ----------------------------------------------------------------- commit f114d316316406e76cc9405369194adba24dff0c Author: Mason James Date: Tue May 8 16:59:20 2012 +1200 Bug 7589 - tinymce editor broken in .deb packages - in 'en' templates this patch fixes a glitchy symlink to tiny_mce Signed-off-by: Jared Camins-Esakov Note that you have to *remove* koha-common then install fresh in order to recreate the symlink. VERY IMPORTANT!!! debian/rules MUST USE TABS. USE -n WHEN COMMITING THIS PATCH, AND DO NOT REPLACE TABS WITH SPACES. Signed-off-by: Jared Camins-Esakov commit cc8882a4752798eb72fab26e35c5aa191f13f7fe Author: David Cook Date: Tue Jul 17 11:33:35 2012 +1000 Bug 8454 - Holds to Pull : Show pull list on load. Otherwise, it looks like the pull list is empty. Currently, when you click "Holds to pull" from the Circulation menu, the only thing that you see is a white screen and a side navigation bar that says "Refine Results". Since there appear to be no results to refine, the holds to pull list appears completely empty. Staff have to know to click "Submit" on the "Refine Results" form to get anything. I propose that we have the "run_report" flag set to ON for the initial load. The report uses the default 2 days mentioned in the "Refine Results" form, so there is continuity across the board. Signed-off-by: Jonathan Druart Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Oct 3 17:44:08 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 03 Oct 2012 15:44:08 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-962-g761ed98 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 761ed986902a7f8c2c1283f45fb4f4237adb7b16 (commit) via f114d316316406e76cc9405369194adba24dff0c (commit) via cc8882a4752798eb72fab26e35c5aa191f13f7fe (commit) via 0812280104543b5c29f2f9ea32b48e127abd9906 (commit) via 7f5583d549483bf6adacc479208c25c1a4ec1de2 (commit) via e341c2a717b6e2b329f011a1dd03cbce036524bb (commit) from 529bb9c2a4c906cd5c00fda294489b633cfb5853 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 761ed986902a7f8c2c1283f45fb4f4237adb7b16 Merge: 0812280 f114d31 Author: Paul Poulain Date: Wed Oct 3 17:36:55 2012 +0200 Merge remote-tracking branch 'origin/new/bug_7589' ----------------------------------------------------------------------- Summary of changes: authorities/authorities.pl | 5 ++--- circ/pendingreserves.pl | 2 +- debian/rules | 3 ++- .../opac-tmpl/prog/en/modules/opac-advsearch.tt | 7 ++++--- 4 files changed, 9 insertions(+), 8 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Oct 3 18:02:22 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 03 Oct 2012 16:02:22 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8739 created. v3.08.00-964-g6c18204 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8739 has been created at 6c182045d9ed2068f6d554b6c7ba51d92656bcd4 (commit) - Log ----------------------------------------------------------------- commit 6c182045d9ed2068f6d554b6c7ba51d92656bcd4 Author: Paul Poulain Date: Wed Oct 3 18:02:38 2012 +0200 Bug 8739 follow-up fixing perlcritic error This patch is not related nor introduced by bug 8739, but while qa-ing it, I found those 2 perlcritic violation this patch fixes it ! I also fixed a tiny indentation problem commit 5954631aeaf261a9bbbb44a7a7fcae225031eb24 Author: Kyle M Hall Date: Fri Sep 7 11:44:22 2012 -0400 Bug 8739 - Partial Fine Payments Saving Amount Paid Incorrectly Signed-off-by: Owen Leonard Confirmed using test plan that the display is corrected. Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Oct 3 18:53:24 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 03 Oct 2012 16:53:24 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-964-g6c18204 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 6c182045d9ed2068f6d554b6c7ba51d92656bcd4 (commit) via 5954631aeaf261a9bbbb44a7a7fcae225031eb24 (commit) from 761ed986902a7f8c2c1283f45fb4f4237adb7b16 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: C4/Accounts.pm | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Oct 3 21:04:09 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 03 Oct 2012 19:04:09 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.05-14-g3c4f56b Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.8.x has been updated via 3c4f56b5f7230fa5a1fc223b88761f4f77eebff1 (commit) via 8681920d7982555c5553870b1d28b6a607358df4 (commit) from b0984db05dfd145a6b43e8f0f08fa49c74f2ba0b (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 3c4f56b5f7230fa5a1fc223b88761f4f77eebff1 Author: Mark Tompsett Date: Thu Aug 30 15:06:07 2012 +0800 Bug 8350: warning in logs when searching for nonexistent ISBN Searching for a 10 or 13 digit numeric string that does not exist in one's catalog will fail to affect SQL statement correctly in C4::Breeding. Moved string substitution, which was triggering error when search was undefined, and fixed if statements accordingly. Signed-off-by: Jared Camins-Esakov Signed-off-by: Paul Poulain Signed-off-by: Chris Cormack commit 8681920d7982555c5553870b1d28b6a607358df4 Author: Jared Camins-Esakov Date: Mon Aug 6 14:04:32 2012 -0400 Bug 8581: don't display parentheses when we don't have a type Prior to this patch, see also references in certain authority records (most notably GND records) were being followed by empty parentheses in the search results display. This patch resolves that problem. Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: C4/Breeding.pm | 8 +++--- .../en/includes/authorities-search-results.inc | 22 ++++++++++---------- .../en/includes/authorities-search-results.inc | 22 ++++++++++---------- 3 files changed, 26 insertions(+), 26 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Oct 3 21:21:04 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 03 Oct 2012 19:21:04 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.05-16-g5ec456f Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.8.x has been updated via 5ec456f57955332aa8d635a990b3062251306789 (commit) via e375e833ab0e2c3ba1e1f0c1ef8c8c63fdb95437 (commit) from 3c4f56b5f7230fa5a1fc223b88761f4f77eebff1 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 5ec456f57955332aa8d635a990b3062251306789 Author: Owen Leonard Date: Thu Sep 6 15:21:03 2012 -0400 Bug 8711 - alternating colors messed up on reports Patch adds the "zebra-striping" option to the table sorter initialization and changes the row color CSS to match the tablesorter's to prevent conflicts. Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain Signed-off-by: Chris Cormack commit e375e833ab0e2c3ba1e1f0c1ef8c8c63fdb95437 Author: Fr?d?rick Capovilla Date: Fri Sep 30 15:11:01 2011 -0400 Bug 8583 : Add a warning if a Z39.50 search is started from biblio edition page. Warn the user that the current biblio record might be overwritten by this action. Signed-off-by: Marc Veron Woks as expected. I prefer this solution with an explicit warning, since several times I acidentally changed a record :-) Signed-off-by: Paul Poulain Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: .../intranet-tmpl/prog/en/includes/cat-toolbar.inc | 2 +- .../prog/en/modules/cataloguing/addbiblio.tt | 2 +- .../en/modules/reports/guided_reports_start.tt | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Oct 3 21:32:06 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 03 Oct 2012 19:32:06 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.05-19-g350d2e7 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.8.x has been updated via 350d2e70b5d2b27d604937fd5512fb0df27bc0d8 (commit) via a42656ce1bc9b393dbf527d1c8641611121632fa (commit) via 37e7a145b428860233072a5729569d170990bd6f (commit) from 5ec456f57955332aa8d635a990b3062251306789 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 350d2e70b5d2b27d604937fd5512fb0df27bc0d8 Author: Paul Poulain Date: Wed Oct 3 18:02:38 2012 +0200 Bug 8739 follow-up fixing perlcritic error This patch is not related nor introduced by bug 8739, but while qa-ing it, I found those 2 perlcritic violation this patch fixes it ! I also fixed a tiny indentation problem Signed-off-by: Chris Cormack commit a42656ce1bc9b393dbf527d1c8641611121632fa Author: Kyle M Hall Date: Fri Sep 7 11:44:22 2012 -0400 Bug 8739 - Partial Fine Payments Saving Amount Paid Incorrectly Signed-off-by: Owen Leonard Confirmed using test plan that the display is corrected. Signed-off-by: Paul Poulain Signed-off-by: Chris Cormack commit 37e7a145b428860233072a5729569d170990bd6f Author: Jared Camins-Esakov Date: Sun Sep 9 08:55:12 2012 -0400 Bug 8744: Thesaurus in authorities should not lock fields Although fields in the authority editor should support thesaurus control, they should never be locked, as authority records commonly refer to other records that may not be in use locally (and therefore might not be in the authority file). Test plan: 1) Make sure a 5xx field in one of your authority frameworks is thesaurus-controlled. 2) Note that you cannot edit the field directly. 3) Apply patch. 4) Note that you can now edit the field irectly. Signed-off-by: wajasu Signed-off-by: Paul Poulain Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: C4/Accounts.pm | 12 ++++++------ authorities/authorities.pl | 5 ++--- 2 files changed, 8 insertions(+), 9 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Oct 3 23:45:29 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 03 Oct 2012 21:45:29 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.05-20-g58827fb Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.8.x has been updated via 58827fb4fb8a21ec32f0d0ccce170a786309589f (commit) from 350d2e70b5d2b27d604937fd5512fb0df27bc0d8 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 58827fb4fb8a21ec32f0d0ccce170a786309589f Author: Mason James Date: Tue May 8 16:59:20 2012 +1200 Bug 7589 - tinymce editor broken in .deb packages - in 'en' templates this patch fixes a glitchy symlink to tiny_mce Signed-off-by: Jared Camins-Esakov Note that you have to *remove* koha-common then install fresh in order to recreate the symlink. VERY IMPORTANT!!! debian/rules MUST USE TABS. USE -n WHEN COMMITING THIS PATCH, AND DO NOT REPLACE TABS WITH SPACES. Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: debian/rules | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Oct 4 18:08:53 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 04 Oct 2012 16:08:53 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7986 updated. v3.08.00-752-gdb4fddd Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_7986 has been updated via db4fddd31db1d7d3c3b38230d60511aec8b356a1 (commit) from 702896d0618f58dda8ca96de4c59cb1025d3fc40 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit db4fddd31db1d7d3c3b38230d60511aec8b356a1 Author: Jonathan Druart Date: Fri Sep 14 11:39:35 2012 +0200 Bug 7986: Followup: Hide the export link unless sysprefs are set If at least one of both sysprefs (ExportRemoveFields and ExportWithCsvProfile) is filled, the export link is displayed Signed-off-by: Marc Veron Tested with both sysprefs filled/not filled, patch behaves as expected. Signed-off-by: Paul Poulain ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/circ/circulation.tt | 32 ++++++++++++------- 1 files changed, 20 insertions(+), 12 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Oct 4 20:07:38 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 04 Oct 2012 18:07:38 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-968-ga8c5497 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via a8c5497b8da7de25b7c4787ee5540e4e1b48704d (commit) via db4fddd31db1d7d3c3b38230d60511aec8b356a1 (commit) via c21fd2a98334c07dbd738507227d2f62b2245596 (commit) via 9ad0006c3ec9ec734ea7a8534ea3cb07e79d802c (commit) from 6c182045d9ed2068f6d554b6c7ba51d92656bcd4 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a8c5497b8da7de25b7c4787ee5540e4e1b48704d Merge: c21fd2a db4fddd Author: Paul Poulain Date: Thu Oct 4 18:12:14 2012 +0200 Merge remote-tracking branch 'origin/new/bug_7986' commit c21fd2a98334c07dbd738507227d2f62b2245596 Author: Nicole C. Engard Date: Thu Sep 27 00:55:32 2012 -0400 Bug 6716: Update biblioitems tables This patch documents the cn_sort and agerestriction fields in the biblioitems and deletedbiblioitems tables. Signed-off-by: Paul Poulain commit 9ad0006c3ec9ec734ea7a8534ea3cb07e79d802c Author: Nicole C. Engard Date: Thu Sep 6 00:22:00 2012 -0400 Bug 6716 - Fix alt contact field documentation The borrowers table has the wrong documentation for the alternate address3 and city fields. This fixes that. Signed-off-by: Paul Poulain ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/kohastructure.sql | 16 +++++----- .../prog/en/modules/circ/circulation.tt | 32 ++++++++++++------- 2 files changed, 28 insertions(+), 20 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Oct 5 10:43:49 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 05 Oct 2012 08:43:49 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8449 created. v3.08.00-970-gf7055bb Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8449 has been created at f7055bb901602117e79351fa15f72148ff1f2716 (commit) - Log ----------------------------------------------------------------- commit f7055bb901602117e79351fa15f72148ff1f2716 Author: Owen Leonard Date: Tue Oct 2 09:50:18 2012 -0400 Bug 8449 - Improve wording and styling for "cancelled holds" on Holds Awaiting Pickup screen Return library name to message about hold requiring transfer. Signed-off-by: Paul Poulain commit e500433c3f522f9a508ea8b7f0a21dcd423720fa Author: Owen Leonard Date: Thu Aug 23 11:49:38 2012 -0400 Bug 8449 - Improve wording and styling for "cancelled holds" on Holds Awaiting Pickup screen This patch re-implements and adapts the changes dcook at prosentient.com.au submitted in a patch which no longer applies. I have changed the "alert" style messages to "message" style to match the style which is applied to "hold found" messages elsewhere. I have also revised the language in a way that I think is more clear and accurate. Signed-off-by: Nicole C. Engard ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Oct 5 11:41:57 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 05 Oct 2012 09:41:57 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7963 created. v3.08.00-972-gf88f11b Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_7963 has been created at f88f11b4f805a70c9748bc3676cb1ce086db2ce8 (commit) - Log ----------------------------------------------------------------- commit f88f11b4f805a70c9748bc3676cb1ce086db2ce8 Author: Paul Poulain Date: Tue Oct 2 16:55:32 2012 +0200 Bug 7963 follow-up: die nicely if AnyEvent libraries not installed Signed-off-by: Fr?d?ric Demians Signed-off-by: Paul Poulain commit 1e1422e8babd7d47f23b9e12c521adb9a9aefbbc Author: Fr?d?ric Demians Date: Sat Apr 14 15:04:41 2012 +0200 Bug 7963 Parallel HTTP requests when checking URLs Current script check-url.pl checks URL found in 856$u by sending HTTP requests, one by one. The next request can't be sent before the previous one get a result, which can be very slow for dead URL. I propose a new script which send multiple requests simultaneously which improve drastically URL checking execution time. This script is based on AnyEvent and AnyEvent::HTTP CPAN modules. Add new dependencies AnyEvent & AnyEvent::HTTP. See doc: perldoc check-url-quick.pl Signed-off-by: Jonathan Druart ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Oct 5 11:42:59 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 05 Oct 2012 09:42:59 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8379 created. v3.08.00-974-g07a5542 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8379 has been created at 07a55421e26ea4b0d2084868c2c50f3a109a961c (commit) - Log ----------------------------------------------------------------- commit 07a55421e26ea4b0d2084868c2c50f3a109a961c Author: Paul Poulain Date: Mon Sep 24 22:48:30 2012 +0200 Bug 8379 don't close dbh don't close the DBH handler, because under plack this cause a lot of problem and in CGI mode, closing the dbh handler is useless Signed-off-by: Dobrica Pavlinusic commit 7576704d3fd2bd0eefdbd71e1f06f5fe3c354508 Author: Paul Poulain Date: Mon Sep 24 22:55:45 2012 +0200 Bug 8379 removing another useless ->disconnect line and s/tab/spaces/ Signed-off-by: Dobrica Pavlinusic ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Oct 5 11:45:47 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 05 Oct 2012 09:45:47 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8623 updated. v3.08.00-673-gfc7e10f Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8623 has been updated via fc7e10fb6a74a9c762d033688fd2ac8a3f778053 (commit) via 9f98800b99cc8f1f1818f9ccb2c4db62d2495dc9 (commit) via 51078703591fbce3dae36f39943eb2320925fd05 (commit) from 4e8bd6b9a6f4e13eedfca5faa1ac0d49098bfed0 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit fc7e10fb6a74a9c762d033688fd2ac8a3f778053 Merge: 9f98800 4e8bd6b Author: Paul Poulain Date: Fri Oct 5 11:48:37 2012 +0200 Merge remote-tracking branch 'origin/new/bug_8623' into new/bug_8623 commit 9f98800b99cc8f1f1818f9ccb2c4db62d2495dc9 Author: Tomas Cohen Arazi Date: Mon Sep 17 15:45:57 2012 -0300 Bug 8623 - Fix YUI path for OPAC in debian/rules After the changes to YUI path the build process is broken. For testing this I had to set the build process to ommit the tests as there are some db_dependent test being called (which failed). To do this I ran the build script like this: sudo DEB_BUILD_OPTIONS=nocheck ./debian/build-git-snapshot -distribution precise -D precise -r ~/ubuntu -v 3.9.0-046~git -d Note: Even when this is fixed, there are still issues with some files missing dh_install: etc/koha/searchengine/solr/config.yaml exists in debian/tmp but is not installed to anywhere dh_install: etc/koha/searchengine/solr/indexes.yaml exists in debian/tmp but is not installed to anywhere dh_install: etc/koha/solr/indexes.yaml exists in debian/tmp but is not installed to anywhere dh_install: missing files, aborting make: *** [binary] Error 2 dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2 Sponsored-by: Universidad Nacional de C?rdoba Signed-off-by: Jared Camins-Esakov Please note that debian/rules *must* use tabs. If you have a git hook that automatically replaces tabs with spaces, please undo those changes. Signed-off-by: Kyle M Hall Signed-off-by: Paul Poulain commit 51078703591fbce3dae36f39943eb2320925fd05 Author: Jared Camins-Esakov Date: Sun Aug 12 21:17:21 2012 -0400 Bug 8623: Move YUI out of prog This patch moves the YUI assets from koha-tmpl/opac-tmpl/prog/en/lib/yui to koha-tmpl/opac-tmpl/lib/yui. NOTE: This was tested on Chrome, FF, and Safari on a Mac, and IE and FF on Windows. To test: 1) View a smattering of pages on the OPAC and intranet. If the move did not work flawlessly, layout will be way off. Signed-off-by: Kyle M Hall Signed-off-by: Paul Poulain ----------------------------------------------------------------------- Summary of changes: debian/rules | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Oct 5 11:48:12 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 05 Oct 2012 09:48:12 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8827 created. v3.08.00-980-g383e2c4 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8827 has been created at 383e2c42702477638614310d8b62093f54361aba (commit) - Log ----------------------------------------------------------------- commit 383e2c42702477638614310d8b62093f54361aba Author: Owen Leonard Date: Wed Sep 26 08:59:45 2012 -0400 Bug 8827 - YUI CSS files no longer found on Yahoo servers This patch removes the [% yuipath %] variable from the link to the YUI CSS files in the OPAC and adds a hard-coded path to the local files. To test, set your yuipath system preference to "from Yahoo's servers," clear your browser cache, and view the OPAC. The style and layout should look the same as if your yuipath preference were set to "local." Signed-off-by: Marcel de Rooy Fixes broken display. Signed-off-by: Paul Poulain commit 461b0c442049191d3910b298342e34190fb9edef Author: Jared Camins-Esakov Date: Thu Sep 27 09:12:23 2012 -0400 Bug 8623 follow-up: make sure CCSR theme loads YUI Signed-off-by: Kyle M Hall commit 6760dc0f17883ee031956c22daa1dfa8722d208b Merge: 07a5542 fc7e10f Author: Paul Poulain Date: Fri Oct 5 11:49:08 2012 +0200 Merge remote-tracking branch 'origin/new/bug_8623' ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Oct 5 11:53:20 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 05 Oct 2012 09:53:20 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8382 updated. v3.08.00-672-gd30a8ae Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8382 has been updated via d30a8ae22014b953f2370eba1d46e117cad0dc84 (commit) from b6433ee60ac9c932393c34d89013cf686c0fa91a (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d30a8ae22014b953f2370eba1d46e117cad0dc84 Author: Owen Leonard Date: Wed Sep 5 12:32:32 2012 -0400 Bug 8382 [Follow-up] It is not possible to cancel an order when receiving on a filtered page in parcel.pl In order to be valid XHTML ampersands must be encoded ("&"). Signed-off-by: Jonathan Druart Signed-off-by: Paul Poulain ----------------------------------------------------------------------- Summary of changes: .../intranet-tmpl/prog/en/modules/acqui/parcel.tt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Oct 5 11:53:50 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 05 Oct 2012 09:53:50 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-982-g81ee945 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 81ee945a580189e79a268f60d9e7638e92e85f26 (commit) via d30a8ae22014b953f2370eba1d46e117cad0dc84 (commit) via 383e2c42702477638614310d8b62093f54361aba (commit) via 461b0c442049191d3910b298342e34190fb9edef (commit) via 6760dc0f17883ee031956c22daa1dfa8722d208b (commit) via fc7e10fb6a74a9c762d033688fd2ac8a3f778053 (commit) via 9f98800b99cc8f1f1818f9ccb2c4db62d2495dc9 (commit) via 51078703591fbce3dae36f39943eb2320925fd05 (commit) via 07a55421e26ea4b0d2084868c2c50f3a109a961c (commit) via 7576704d3fd2bd0eefdbd71e1f06f5fe3c354508 (commit) via f88f11b4f805a70c9748bc3676cb1ce086db2ce8 (commit) via 1e1422e8babd7d47f23b9e12c521adb9a9aefbbc (commit) via f7055bb901602117e79351fa15f72148ff1f2716 (commit) via e500433c3f522f9a508ea8b7f0a21dcd423720fa (commit) from a8c5497b8da7de25b7c4787ee5540e4e1b48704d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 81ee945a580189e79a268f60d9e7638e92e85f26 Merge: 383e2c4 d30a8ae Author: Paul Poulain Date: Fri Oct 5 11:56:39 2012 +0200 Merge remote-tracking branch 'origin/new/bug_8382' ----------------------------------------------------------------------- Summary of changes: C4/Installer/PerlDependencies.pm | 10 + admin/marc_subfields_structure.pl | 1 - admin/z3950servers.pl | 13 +- debian/rules | 12 +- .../intranet-tmpl/prog/en/modules/acqui/parcel.tt | 2 +- .../prog/en/modules/circ/waitingreserves.tt | 19 +- koha-tmpl/opac-tmpl/ccsr/en/css/opac.css | 4 +- koha-tmpl/opac-tmpl/ccsr/en/css/sco.css | 6 +- .../opac-tmpl/ccsr/en/includes/doc-head-close.inc | 2 + .../opac-tmpl/prog/en/includes/doc-head-close.inc | 4 +- misc/cronjobs/check-url-quick.pl | 209 ++++++++++++++++++++ misc/cronjobs/check-url.pl | 1 + 12 files changed, 252 insertions(+), 31 deletions(-) create mode 100755 misc/cronjobs/check-url-quick.pl hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Oct 5 11:55:08 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 05 Oct 2012 09:55:08 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7621 updated. v3.08.00-674-g337fbb5 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_7621 has been updated via 337fbb5e98f11101e907ea62a8e3d854dfde439c (commit) from 078c898e721bc631e323a418a4ab22e21b346c00 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 337fbb5e98f11101e907ea62a8e3d854dfde439c Author: Nicole C. Engard Date: Thu Sep 27 00:10:11 2012 -0400 Bug 7621: Follow up to clarify preference language This patch changes strings only, not functionality. It will clarify the meaning of the AgeRestrictionMarker preference. Signed-off-by: Marc Veron Better wording of preference instructions. No code echange involved. Signed-off-by: Paul Poulain ----------------------------------------------------------------------- Summary of changes: .../en/modules/admin/preferences/circulation.pref | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Oct 5 11:56:47 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 05 Oct 2012 09:56:47 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8233 updated. v3.08.00-401-ge11d31c Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8233 has been updated via e11d31cb2c788bb9c328b01c5a861b9a7bdf7750 (commit) from dc60d22f966edea5885bc6ba6b40c797afc370cf (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e11d31cb2c788bb9c328b01c5a861b9a7bdf7750 Author: Tomas Cohen Arazi Date: Mon Sep 17 16:55:52 2012 -0300 Bug 8233 - SolR-related /etc/ files break deb building Remove them using debian/rules when building .deb packages until we figure out what to do with them in a .deb install. To do this I ran the build script like this: sudo DEB_BUILD_OPTIONS=nocheck ./debian/build-git-snapshot -distribution precise -D precise -r ~/ubuntu -v 3.9.0-046~git -d Sponsored-by: Universidad Nacional de C?rdoba Signed-off-by: Jonathan Druart ----------------------------------------------------------------------- Summary of changes: debian/rules | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Oct 5 16:21:44 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 05 Oct 2012 14:21:44 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8370 created. v3.08.00-987-g96e1c5d Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8370 has been created at 96e1c5d80b7e89f50e4b298bbb4764f9660e6c51 (commit) - Log ----------------------------------------------------------------- commit 96e1c5d80b7e89f50e4b298bbb4764f9660e6c51 Author: Jonathan Druart Date: Mon Sep 17 14:18:33 2012 +0200 Bug 8370: Change term issues (smart-rules) Signed-off-by: Kyle M Hall Signed-off-by: Paul Poulain commit 4f44847c11add59ab7d0c55aeffac1fa2835cc1f Merge: e5a24bb e11d31c Author: Paul Poulain Date: Fri Oct 5 12:00:06 2012 +0200 Merge remote-tracking branch 'origin/new/bug_8233' commit e5a24bbbdd0d0e9ff09bfaadfe4c4bb37312e7ec Merge: 81ee945 337fbb5 Author: Paul Poulain Date: Fri Oct 5 11:58:28 2012 +0200 Merge remote-tracking branch 'origin/new/bug_7621' ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Oct 5 16:23:41 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 05 Oct 2012 14:23:41 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8810 created. v3.08.00-988-g624957b Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8810 has been created at 624957bf21b51a040712fc84179877cb778c29a6 (commit) - Log ----------------------------------------------------------------- commit 624957bf21b51a040712fc84179877cb778c29a6 Author: Marc Veron Date: Mon Sep 24 15:05:12 2012 +0200 Bug 8810 - Opac: Cart should display branchname instead of branchcode In Opac, the cart should display the branchname instead of the branchcode. Signed-off-by: Owen Leonard Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Oct 5 16:47:34 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 05 Oct 2012 14:47:34 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8497 created. v3.08.00-989-gbd8f01f Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8497 has been created at bd8f01fec07b17a53e86ca700759fd0bcdefc598 (commit) - Log ----------------------------------------------------------------- commit bd8f01fec07b17a53e86ca700759fd0bcdefc598 Author: Fridolyn SOMERS Date: Tue Oct 2 13:49:32 2012 +0200 Bug 8497: Strange behavior when modifying the timeout system preference Signed-off-by: Owen Leonard Tested standard login, patron auto-complete, and system preferences. Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Oct 5 16:50:09 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 05 Oct 2012 14:50:09 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8860 created. v3.08.00-990-g40540ce Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8860 has been created at 40540ce2d132889895526d081ccc5afdc6951f65 (commit) - Log ----------------------------------------------------------------- commit 40540ce2d132889895526d081ccc5afdc6951f65 Author: Kyle M Hall Date: Tue Oct 2 09:25:16 2012 -0400 Bug 8860 - can't merge if you don't have fast cataloging permissions Signed-off-by: Owen Leonard Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Oct 5 17:13:02 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 05 Oct 2012 15:13:02 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8796 created. v3.08.00-991-g510a7d7 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8796 has been created at 510a7d73473cc035d8a25ea001179e457d94348a (commit) - Log ----------------------------------------------------------------- commit 510a7d73473cc035d8a25ea001179e457d94348a Author: Marc Veron Date: Mon Sep 24 22:19:56 2012 +0200 Bug 8796 - patron cards not starting on designated card Better wording for the meaning of 'Position' to prevent mistakes on behaviour. Signed-off-by: Kyle M Hall Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Oct 6 09:08:23 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 06 Oct 2012 07:08:23 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.05-27-g8d3270f Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.8.x has been updated via 8d3270f1ae2652d4fb547c9ea4f2d67ddf9f2224 (commit) via d6a137107e433888e489847f7aab907ee49c7974 (commit) via 3f44534fcb75ea2ff65ad680b591024c8e06a471 (commit) via 6728a43b94d5c68462efd7effa5b3ae0ee0be47e (commit) via 24a9dccd696600d51df9227d08f23c525a84c64b (commit) via 1853141bdb1f1f41c69bc09bbe801a978c8b9ee7 (commit) via bcc6d4b3c2d6c03e189e60ee6770d46c84eefcd6 (commit) from 58827fb4fb8a21ec32f0d0ccce170a786309589f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 8d3270f1ae2652d4fb547c9ea4f2d67ddf9f2224 Author: Julian Maurice Date: Tue Oct 2 11:26:39 2012 +0200 Bug 8850: Export CanItemBeReserved in C4::ILSDI::Services Signed-off-by: Matthias Meusburger Signed-off-by: Paul Poulain Signed-off-by: Chris Cormack commit d6a137107e433888e489847f7aab907ee49c7974 Author: Julian Maurice Date: Mon Oct 1 11:56:22 2012 +0200 Bug 8850: Export CanBookBeReserved in C4::ILSDI::Services Signed-off-by: Matthias Meusburger Signed-off-by: Chris Cormack commit 3f44534fcb75ea2ff65ad680b591024c8e06a471 Author: Marc Veron Date: Mon Sep 24 22:19:56 2012 +0200 Bug 8796 - patron cards not starting on designated card Better wording for the meaning of 'Position' to prevent mistakes on behaviour. Signed-off-by: Kyle M Hall Signed-off-by: Paul Poulain Signed-off-by: Chris Cormack commit 6728a43b94d5c68462efd7effa5b3ae0ee0be47e Author: Fridolyn SOMERS Date: Tue Oct 2 13:49:32 2012 +0200 Bug 8497: Strange behavior when modifying the timeout system preference Signed-off-by: Owen Leonard Tested standard login, patron auto-complete, and system preferences. Signed-off-by: Paul Poulain Signed-off-by: Chris Cormack commit 24a9dccd696600d51df9227d08f23c525a84c64b Author: Marc Veron Date: Mon Sep 24 15:05:12 2012 +0200 Bug 8810 - Opac: Cart should display branchname instead of branchcode In Opac, the cart should display the branchname instead of the branchcode. Signed-off-by: Owen Leonard Signed-off-by: Paul Poulain Signed-off-by: Chris Cormack commit 1853141bdb1f1f41c69bc09bbe801a978c8b9ee7 Author: Paul Poulain Date: Mon Sep 24 22:48:30 2012 +0200 Bug 8379 don't close dbh don't close the DBH handler, because under plack this cause a lot of problem and in CGI mode, closing the dbh handler is useless Signed-off-by: Dobrica Pavlinusic Signed-off-by: Chris Cormack commit bcc6d4b3c2d6c03e189e60ee6770d46c84eefcd6 Author: Paul Poulain Date: Mon Sep 24 22:55:45 2012 +0200 Bug 8379 removing another useless ->disconnect line and s/tab/spaces/ Signed-off-by: Dobrica Pavlinusic Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: C4/Auth.pm | 22 ++++++++++--------- C4/ILSDI/Services.pm | 2 +- admin/marc_subfields_structure.pl | 1 - admin/z3950servers.pl | 13 +++++------ .../prog/en/modules/labels/label-print.tt | 6 ++-- koha-tmpl/opac-tmpl/prog/en/modules/opac-basket.tt | 4 +- 6 files changed, 24 insertions(+), 24 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Oct 8 16:59:41 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 08 Oct 2012 14:59:41 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_5409 created. v3.08.00-999-ga427f95 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_5409 has been created at a427f95188a4af1810e601c90401fcf91086f155 (commit) - Log ----------------------------------------------------------------- commit a427f95188a4af1810e601c90401fcf91086f155 Author: Meenakshi.R Date: Tue Sep 18 13:30:19 2012 +0530 Bug 5409 - Call number is not show on Opac search result page. Fixes Bug 5409, Modified the definition of 'OPACItemsResultsDisplay' in systempreferences and changed the code in opac-search.pl file for 'OPACItemsResultsDisplay'. Signed-off-by: Kyle M Hall Signed-off-by: Paul Poulain commit 907fac80d3cb2cfc8a53f6888040815580f5ea68 Author: Meenakshi.R Date: Fri Jun 15 11:10:59 2012 +0530 Bug 5409 - Call number is not show on Opac search result page. Fixes Bug 5409, Set the syspref value to 1 if it is itemdetails and 0 if it is statuses, leaving it alone if it is already 1 or 0 and change the type of the syspref to YesNo. Signed-off-by: Owen Leonard Signed-off-by: Kyle M Hall Signed-off-by: Paul Poulain commit 8f06d479a9107f3b05ada4df42f720b529c4dcf1 Author: Amit Gupta Date: Mon Nov 15 16:23:49 2010 +0530 Bug 5409 - Fix call number not shown on opac search result page Signed-off-by: Owen Leonard Signed-off-by: Kyle M Hall Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Oct 8 17:00:25 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 08 Oct 2012 15:00:25 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_5409 updated. v3.08.00-1000-gd977d0f Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_5409 has been updated via d977d0f826f77e6d92a61314992d82d9048a2736 (commit) from a427f95188a4af1810e601c90401fcf91086f155 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d977d0f826f77e6d92a61314992d82d9048a2736 Author: Paul Poulain Date: Mon Oct 8 17:03:37 2012 +0200 Bug 5409 follow-up DBRev number ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/updatedatabase.pl | 2 +- kohaversion.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Oct 8 17:54:16 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 08 Oct 2012 15:54:16 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8680 created. v3.08.00-1002-gb769a3c Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8680 has been created at b769a3cda041d3e9d8f967a1e1f394caf686c9ad (commit) - Log ----------------------------------------------------------------- commit b769a3cda041d3e9d8f967a1e1f394caf686c9ad Author: Joseph Alway Date: Thu Sep 20 12:39:28 2012 -0500 Bug 8680 Z39.50 ISBN Search is problematic and there is a missing ISSN field. The changes here are duplicate fixes. The cataloguing directory had the same bugs as the acqui directory. The bugs in the cataloguing files of the same name were fixed in Bug 8550. The bugs in the acqui files had not been fixed. This will fix Bug 8680 which is in the Acquisitions Module. Changes to the z3950_search.pl file: Rather than treating ISBN and ISSN as the same, this patch breaks them out into separate parts of the query, as well as changing the truncation attribute to enable right truncation (the correct behavior for the ISBN field in MARC21, and valid behavior in UNIMARC). Changes to the z3950_search.tt file: Sometime in 2009 or so, the ISSN field was removed from the Z39.50 search page, and the ISBN field replaced with a combined ISBN/ISSN field. Since this breaks ISBN search for most Z39.50 targets (due to the differing treatment of ISBN vs. ISSN), this is a bug not a feature. Signed-off-by: Marc Veron Works as expected. Signed-off-by: Paul Poulain commit 17298c2042ee5b9cd14e9b7c12dea32c1b282b98 Author: Owen Leonard Date: Fri Sep 14 12:33:42 2012 -0400 Bug 6037 [Follow-up] Invalid markup, missing breadcrumbs on Keyword to MARC Mapping page Extra returned. Killing it again. After applying the patch the validator should only warn of invalid "autocomplete" attribute. Signed-off-by: Kyle M Hall ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Oct 8 18:15:29 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 08 Oct 2012 16:15:29 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8829 created. v3.08.00-1003-ge883a0f Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8829 has been created at e883a0f065d166db1e42fee3b67369a056569ba6 (commit) - Log ----------------------------------------------------------------- commit e883a0f065d166db1e42fee3b67369a056569ba6 Author: Jared Camins-Esakov Date: Wed Sep 26 16:33:15 2012 -0400 Bug 8829: Fix authority importing A subroutine was not being imported by C4::ImportBatch (ironic, no?) so this patch makes the call fully-qualified. This patch also cleans up two warnings in C4::Auth that are raised when logged in as the database user. Signed-off-by: Nicole C. Engard Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Oct 8 18:44:17 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 08 Oct 2012 16:44:17 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8610 created. v3.08.00-1004-g37340e3 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8610 has been created at 37340e371857549e480c3814b2d0f9e10f58ca43 (commit) - Log ----------------------------------------------------------------- commit 37340e371857549e480c3814b2d0f9e10f58ca43 Author: Fr?d?rick Capovilla Date: Wed Sep 28 13:58:14 2011 -0400 Normalize records imported from Z39.50 servers. Some Z39.50 server may use the MARC-8 encoding, which uses separated diacritics. By forcing a normalization, all imported records will have combined diacritics. Records with separated diacritics might not show up in Zebra searches if the search terms use accented characters. Signed-off-by: Marcel de Rooy http://bugs.koha-community.org/show_bug.cgi?id=8610 Signed-off-by: Paul Poulain checked it still works after the patch with UNIMARC and BNF server (that provide utf-8 records) ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Oct 8 18:45:22 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 08 Oct 2012 16:45:22 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1004-g37340e3 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 37340e371857549e480c3814b2d0f9e10f58ca43 (commit) via e883a0f065d166db1e42fee3b67369a056569ba6 (commit) via b769a3cda041d3e9d8f967a1e1f394caf686c9ad (commit) via 17298c2042ee5b9cd14e9b7c12dea32c1b282b98 (commit) via d977d0f826f77e6d92a61314992d82d9048a2736 (commit) via a427f95188a4af1810e601c90401fcf91086f155 (commit) via 907fac80d3cb2cfc8a53f6888040815580f5ea68 (commit) via 8f06d479a9107f3b05ada4df42f720b529c4dcf1 (commit) from f941dc341a25cd6110ed4e4d212ca9a094773297 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: C4/Auth.pm | 10 ++++++++-- C4/Breeding.pm | 3 +++ C4/ImportBatch.pm | 8 ++++++-- acqui/z3950_search.pl | 16 ++++++++++++---- cataloguing/z3950_search.pl | 4 ++++ installer/data/mysql/sysprefs.sql | 2 +- installer/data/mysql/updatedatabase.pl | 9 +++++++++ .../prog/en/modules/acqui/z3950_search.tt | 3 ++- .../prog/en/modules/admin/fieldmapping.tt | 2 +- kohaversion.pl | 2 +- opac/opac-search.pl | 2 +- 11 files changed, 48 insertions(+), 13 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Oct 9 11:48:20 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 09 Oct 2012 09:48:20 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8652 created. v3.08.00-1007-g5655396 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8652 has been created at 56553964a66e5013591a8014e6c99555ffbd61e2 (commit) - Log ----------------------------------------------------------------- commit 56553964a66e5013591a8014e6c99555ffbd61e2 Author: Paul Poulain Date: Tue Oct 9 11:47:37 2012 +0200 Bug 8652 follow-up adding more tests Adding 3 tests to check for the new parameter of output_pref sub the 3rd parameter, if 1, result in only returning the date (not the time) commit 9f3ceb1b008d7827c93a6e9707fb8feff543cb48 Author: Jonathan Druart Date: Wed Sep 12 09:50:16 2012 +0200 Bug 8652: Followup: add a default value for date_from This patchis add a third parameter to the output_pref routine. It allows to specify the output string with or without the hours and minutes (%H:%M) Signed-off-by: MathildeF Signed-off-by: Paul Poulain commit 0f044d6c267855cd040b4371883beb29db31aefa Author: Jonathan Druart Date: Tue Aug 14 17:26:46 2012 +0200 BUG 8652: Add a default value for the lateorders - By default, the date from value is the today's date - Replace C4::Dates with Koha::DateUtils To test: Check the page displays the late orders by default. Add values for 'date from' and/or 'date to' and/or delay. The date interval is based on the estimated delivery date and the delay param is based on the closed date. ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Oct 9 11:49:27 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 09 Oct 2012 09:49:27 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8772 created. v3.08.00-1008-g3779dcd Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8772 has been created at 3779dcd0856d4ae7f71fd867fa4979154369a393 (commit) - Log ----------------------------------------------------------------- commit 3779dcd0856d4ae7f71fd867fa4979154369a393 Author: Mark Tompsett Date: Wed Sep 19 00:05:24 2012 +0800 Bug 8772 - Uninitialized variable triggers error log entry in smart_rules.pl Changed declartion from: my $op = $input->param('op'); to my $op = $input->param('op') || q{}; in order to give an empty string default preventing error logs from filling needlessly. Signed-off-by: Marc Veron The patch removes warnings like: Use of uninitialized value $op in string eq at... However there is one more warning, but it is not related to $op (addressed by this patch): smart-rules.pl: Use of uninitialized value in string ne at .../admin/smart-rules.pl line 388. Signed-off-by: Paul Poulain ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Oct 9 12:22:13 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 09 Oct 2012 10:22:13 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_2930 created. v3.08.00-1009-g94eae1d Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_2930 has been created at 94eae1df00ffe47b30b1bd0609ea3a4011e3c91f (commit) - Log ----------------------------------------------------------------- commit 94eae1df00ffe47b30b1bd0609ea3a4011e3c91f Author: Owen Leonard Date: Thu Sep 6 12:31:23 2012 -0400 Bug 2930 [REVISED] Put other name on checkout screen This patch adds other name to the include which is used to display patron names and adds this include in several places where it can be used in place of direct output. The patron-title include has been modified to handle the two possible variable scopes throughout patron-related templates. This is a hack similar to having both circ-menu.tt and circ-menu.inc, but keeping both in the same file. Changes to some scripts were necessary to make the othernames variable available to the include. This patch also corrects some tags and fixes some incorrect capitalization (see Bug 2780). To test, view each of the pages affected by these template changes and confirm that the patron's name displays correctly, including their "other name." Signed-off-by: Marc Veron <veron at veron.ch> Followed instructions above, works as expected. Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Oct 9 16:19:41 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 09 Oct 2012 14:19:41 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1009-g94eae1d Message-ID: <E1TLaeq-0005pp-Uq@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 94eae1df00ffe47b30b1bd0609ea3a4011e3c91f (commit) via 3779dcd0856d4ae7f71fd867fa4979154369a393 (commit) via 56553964a66e5013591a8014e6c99555ffbd61e2 (commit) via 9f3ceb1b008d7827c93a6e9707fb8feff543cb48 (commit) via 0f044d6c267855cd040b4371883beb29db31aefa (commit) from 37340e371857549e480c3814b2d0f9e10f58ca43 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: C4/Acquisition.pm | 13 +++-- Koha/DateUtils.pm | 22 +++++-- acqui/lateorders.pl | 64 +++++++++++++++----- admin/smart-rules.pl | 2 +- .../prog/en/includes/patron-title.inc | 29 +++++++--- .../prog/en/modules/members/member.tt | 2 +- t/DateUtils.t | 11 +++- 7 files changed, 106 insertions(+), 37 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Oct 9 17:32:17 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 09 Oct 2012 15:32:17 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8570 created. v3.08.00-1011-g09846cc Message-ID: <E1TLbn7-0006Hf-68@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8570 has been created at 09846ccfbdc46204cf4dd5451e513558ebd8da79 (commit) - Log ----------------------------------------------------------------- commit 09846ccfbdc46204cf4dd5451e513558ebd8da79 Author: Paul Poulain <paul.poulain at biblibre.com> Date: Tue Oct 9 17:34:58 2012 +0200 Bug 8570 follow-up removing tabs & improving indentation commit 9d38ff1e5f2b337a1a8c46f458aa3331848cde05 Author: Fr?d?rick <frederick.capovilla at libeo.com> Date: Fri Aug 3 13:50:29 2012 -0400 Bug 8570 - Add pagination to the Z39.50 results page Add paginations to the Z39.50 search results. http://bugs.koha-community.org/show_bug.cgi?id=8570 Signed-off-by: Owen Leonard <oleonard at myacpl.org> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Oct 9 17:52:01 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 09 Oct 2012 15:52:01 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8741 created. v3.08.00-1012-gd5cf284 Message-ID: <E1TLc6D-0006NO-2M@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8741 has been created at d5cf28406b0b73fcb602071a3c0deeb1da201df4 (commit) - Log ----------------------------------------------------------------- commit d5cf28406b0b73fcb602071a3c0deeb1da201df4 Author: Tomas Cohen Arazi <tomascohen at gmail.com> Date: Fri Sep 7 15:22:18 2012 -0300 Bug 8741 - crontab.example missing username, fails in some systems Simple addition of the koha user to the sample cron file. Might help non-tech users to get things like incremental indexing to work. Sponsored-by: Universidad Nacional de C?rdoba Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> commit 2f7a787556f62cfa4b1d1a6992afc0c53b7d45c4 Author: Paul Poulain <paul.poulain at biblibre.com> Date: Tue Oct 9 17:34:58 2012 +0200 Bug 8570 follow-up removing tabs & improving indentation Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Oct 9 18:01:05 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 09 Oct 2012 16:01:05 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7873 created. v3.08.00-1016-ga7714ed Message-ID: <E1TLcEz-0006QH-24@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_7873 has been created at a7714ed6c55ee09f73fa8e0b5ba085888c9f4ad5 (commit) - Log ----------------------------------------------------------------- commit a7714ed6c55ee09f73fa8e0b5ba085888c9f4ad5 Author: Paul Poulain <paul.poulain at biblibre.com> Date: Tue Oct 9 18:03:05 2012 +0200 Bug 7873 follow-up s/tab/4spaces/ commit 98d8e1609af181fdfc05d748e27ac24f984b22e8 Author: Adrien Saurat <adrien.saurat at biblibre.com> Date: Fri Sep 21 10:53:03 2012 +0200 Bug 7873: fixes sort on Title in OPAC basket Signed-off-by: Marc Veron <veron at veron.ch> Reproduced wrong title sort without patch. Sort works as expected with patch. Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> commit 238aa44379fdf7be3f96fe9f8cf1a83d3185ff9a Merge: 09846cc d5cf284 Author: Paul Poulain <paul.poulain at biblibre.com> Date: Tue Oct 9 17:55:33 2012 +0200 Merge remote-tracking branch 'origin/new/bug_8741' ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Oct 9 18:06:04 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 09 Oct 2012 16:06:04 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1016-ga7714ed Message-ID: <E1TLcJo-0006T1-4Q@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via a7714ed6c55ee09f73fa8e0b5ba085888c9f4ad5 (commit) via 98d8e1609af181fdfc05d748e27ac24f984b22e8 (commit) via 238aa44379fdf7be3f96fe9f8cf1a83d3185ff9a (commit) via d5cf28406b0b73fcb602071a3c0deeb1da201df4 (commit) via 2f7a787556f62cfa4b1d1a6992afc0c53b7d45c4 (commit) via 09846ccfbdc46204cf4dd5451e513558ebd8da79 (commit) via 9d38ff1e5f2b337a1a8c46f458aa3331848cde05 (commit) from 94eae1df00ffe47b30b1bd0609ea3a4011e3c91f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: acqui/z3950_search.pl | 89 +++++++---- cataloguing/z3950_search.pl | 49 +++++-- .../prog/en/modules/acqui/z3950_search.tt | 50 ++++++- .../prog/en/modules/cataloguing/z3950_search.tt | 47 ++++++ koha-tmpl/opac-tmpl/prog/en/modules/opac-basket.tt | 163 +++++++++++--------- misc/cronjobs/crontab.example | 30 ++-- 6 files changed, 297 insertions(+), 131 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Oct 9 22:36:01 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 09 Oct 2012 20:36:01 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.05-28-g9de3d9f Message-ID: <E1TLgX3-0007ei-Kv@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.8.x has been updated via 9de3d9f62a05f74686a832bd412c879f7a66eb87 (commit) from 8d3270f1ae2652d4fb547c9ea4f2d67ddf9f2224 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 9de3d9f62a05f74686a832bd412c879f7a66eb87 Author: Owen Leonard <oleonard at myacpl.org> Date: Fri Sep 14 12:33:42 2012 -0400 Bug 6037 [Follow-up] Invalid markup, missing breadcrumbs on Keyword to MARC Mapping page Extra </div> returned. Killing it again. After applying the patch the validator should only warn of invalid "autocomplete" attribute. Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/admin/fieldmapping.tt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Oct 9 23:02:33 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 09 Oct 2012 21:02:33 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.05-29-g879443e Message-ID: <E1TLgwj-0007jx-2w@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.8.x has been updated via 879443e9d8d8d2c36d134d4172cf808ef6e0abb3 (commit) from 9de3d9f62a05f74686a832bd412c879f7a66eb87 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 879443e9d8d8d2c36d134d4172cf808ef6e0abb3 Author: Joseph Alway <jbalway at gmail.com> Date: Thu Sep 20 12:39:28 2012 -0500 Bug 8680 Z39.50 ISBN Search is problematic and there is a missing ISSN field. The changes here are duplicate fixes. The cataloguing directory had the same bugs as the acqui directory. The bugs in the cataloguing files of the same name were fixed in Bug 8550. The bugs in the acqui files had not been fixed. This will fix Bug 8680 which is in the Acquisitions Module. Changes to the z3950_search.pl file: Rather than treating ISBN and ISSN as the same, this patch breaks them out into separate parts of the query, as well as changing the truncation attribute to enable right truncation (the correct behavior for the ISBN field in MARC21, and valid behavior in UNIMARC). Changes to the z3950_search.tt file: Sometime in 2009 or so, the ISSN field was removed from the Z39.50 search page, and the ISBN field replaced with a combined ISBN/ISSN field. Since this breaks ISBN search for most Z39.50 targets (due to the differing treatment of ISBN vs. ISSN), this is a bug not a feature. Signed-off-by: Marc Veron <veron at veron.ch> Works as expected. Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> ----------------------------------------------------------------------- Summary of changes: acqui/z3950_search.pl | 12 ++++++++---- .../prog/en/modules/acqui/z3950_search.tt | 3 ++- 2 files changed, 10 insertions(+), 5 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Oct 9 23:39:54 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 09 Oct 2012 21:39:54 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.05-32-gaabe1e7 Message-ID: <E1TLhWs-0007zF-4Q@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.8.x has been updated via aabe1e7cb3d256172fd81d0e2c81139ad600b4fe (commit) via 499117260638132982e4db546105a2af708cf3c6 (commit) via 5e3733fc823af61c81fe1db916c838c2f15d6023 (commit) from 879443e9d8d8d2c36d134d4172cf808ef6e0abb3 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit aabe1e7cb3d256172fd81d0e2c81139ad600b4fe Author: Paul Poulain <paul.poulain at biblibre.com> Date: Tue Oct 9 18:03:05 2012 +0200 Bug 7873 follow-up s/tab/4spaces/ Conflicts: koha-tmpl/opac-tmpl/prog/en/modules/opac-basket.tt Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> commit 499117260638132982e4db546105a2af708cf3c6 Author: Adrien Saurat <adrien.saurat at biblibre.com> Date: Fri Sep 21 10:53:03 2012 +0200 Bug 7873: fixes sort on Title in OPAC basket Signed-off-by: Marc Veron <veron at veron.ch> Reproduced wrong title sort without patch. Sort works as expected with patch. Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> commit 5e3733fc823af61c81fe1db916c838c2f15d6023 Author: Mark Tompsett <mtompset at hotmail.com> Date: Wed Sep 19 00:05:24 2012 +0800 Bug 8772 - Uninitialized variable triggers error log entry in smart_rules.pl Changed declartion from: my $op = $input->param('op'); to my $op = $input->param('op') || q{}; in order to give an empty string default preventing error logs from filling needlessly. Signed-off-by: Marc Veron <veron at veron.ch> The patch removes warnings like: Use of uninitialized value $op in string eq at... However there is one more warning, but it is not related to $op (addressed by this patch): smart-rules.pl: Use of uninitialized value in string ne at .../admin/smart-rules.pl line 388. Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> ----------------------------------------------------------------------- Summary of changes: admin/smart-rules.pl | 2 +- koha-tmpl/opac-tmpl/prog/en/modules/opac-basket.tt | 162 +++++++++++--------- 2 files changed, 94 insertions(+), 70 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Oct 10 16:52:59 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 10 Oct 2012 14:52:59 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8441 created. v3.08.00-1017-g081cb47 Message-ID: <E1TLxec-0004df-VX@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8441 has been created at 081cb47d26202368a767fa51258ca6917b3724a4 (commit) - Log ----------------------------------------------------------------- commit 081cb47d26202368a767fa51258ca6917b3724a4 Author: Adrien Saurat <adrien.saurat at biblibre.com> Date: Thu Sep 20 11:46:13 2012 +0200 Bug 8441: hides MODS export by default in French install Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Oct 10 17:00:06 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 10 Oct 2012 15:00:06 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8742 created. v3.08.00-1018-g63f8cb0 Message-ID: <E1TLxlV-0004gU-SC@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8742 has been created at 63f8cb0225c9fcab75ce38209733c0f68c2a9035 (commit) - Log ----------------------------------------------------------------- commit 63f8cb0225c9fcab75ce38209733c0f68c2a9035 Author: Mark Tompsett <mtompset at hotmail.com> Date: Wed Sep 12 01:25:59 2012 +0800 Bug 8742 - Example uses perl 5.8 in Makefile.PL Changed hardcoded path for a programmatic one. Basing it on: grep /\/usr\/share\/perl\//, @INC; And doing a: push @version, ('/usr/share/perl/5.10') if !$version[0]; For a reasonable default otherwise. No more references to /usr/share/perl/5.8 hardcoded into the output. Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Oct 10 17:07:08 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 10 Oct 2012 15:07:08 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8801 created. v3.08.00-1019-g39ad9ab Message-ID: <E1TLxsK-0004iO-Nk@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8801 has been created at 39ad9abb74b4225c23c04a76131a49f17038b2fe (commit) - Log ----------------------------------------------------------------- commit 39ad9abb74b4225c23c04a76131a49f17038b2fe Author: Julian Maurice <julian.maurice at biblibre.com> Date: Fri Sep 21 12:05:19 2012 +0200 Bug 8801: Add menu entry to delete items in batch In catalogue/detail.pl you can now select "Delete items in batch" in "Edit" menu. You are redirected to batchMod.pl for chosing which items have to be deleted. You need to have 'tools.items_batchdel' permission to see this menu entry. Signed-off-by: Marc Veron <veron at veron.ch> Works as expected. Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Oct 10 17:48:56 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 10 Oct 2012 15:48:56 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8820 created. v3.08.00-1020-gd51f822 Message-ID: <E1TLyWm-0004ux-0m@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8820 has been created at d51f822a5b542704ed4b98299e109c7c82548ea1 (commit) - Log ----------------------------------------------------------------- commit d51f822a5b542704ed4b98299e109c7c82548ea1 Author: Owen Leonard <oleonard at myacpl.org> Date: Tue Sep 25 14:28:42 2012 -0400 Bug 8820 - Don't show orders table if there are no orders This page removes the "basket empty" message in favor of hiding the orders table altogether when a basket has no orders. This patch also moves the "Show all details" checkbox under the "Orders" heading to associate it more closely with the area it affects. Other textual changes: - Correcting capitalization according to coding guidelines - Correcting terminology (basket group instead of basketgroup) - Replacing the "Order Details" heading with the more succinct "Orders" Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Oct 10 17:55:53 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 10 Oct 2012 15:55:53 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8700 created. v3.08.00-1021-ga7ef547 Message-ID: <E1TLydV-0004xC-Mt@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8700 has been created at a7ef547ec95f664656d9e2fd5dab919a6d00e5ca (commit) - Log ----------------------------------------------------------------- commit a7ef547ec95f664656d9e2fd5dab919a6d00e5ca Author: Kyle M Hall <kyle at bywatersolutions.com> Date: Wed Aug 29 08:44:26 2012 -0400 Bug 8700 - RESERVESLIP fields not being replaced correctly The slip RESERVESLIP is not replacing fields correctly. C4::Reserves::ReserveSlip calls C4::Letters::GetPreparedLetter, and passes the $reserve hashref to it for each table except branches ( which is passed the branchcode ). The problem is, if you pass a hashref for a table, it uses that hashref for the replacing, rather than looking up the data from the database. Fixed by passing the correct keys for each of the tables requested. Signed-off-by: Marc Veron <veron at veron.ch> Tested following the test plan. Could reproduce the bug. After applying the patch slip printed as expected. Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Oct 10 17:57:05 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 10 Oct 2012 15:57:05 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8831 created. v3.08.00-1022-g0c75d66 Message-ID: <E1TLyef-0004ye-KF@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8831 has been created at 0c75d667d5a299e72601965459e5ab3c1c67974c (commit) - Log ----------------------------------------------------------------- commit 0c75d667d5a299e72601965459e5ab3c1c67974c Author: Nicole C. Engard <nengard at bywatersolutions.com> Date: Wed Sep 26 12:44:46 2012 -0400 Bug 8831: relabel gstrate with Tax rate This patch changes gstrate to Tax rate to match the standard set on all other acq pages. Signed-off-by: Marc Veron <veron at veron.ch> Small text change. Label displays as expected. Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Oct 10 18:01:19 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 10 Oct 2012 16:01:19 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1022-g0c75d66 Message-ID: <E1TLyil-00050n-PT@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 0c75d667d5a299e72601965459e5ab3c1c67974c (commit) via a7ef547ec95f664656d9e2fd5dab919a6d00e5ca (commit) via d51f822a5b542704ed4b98299e109c7c82548ea1 (commit) via 39ad9abb74b4225c23c04a76131a49f17038b2fe (commit) via 63f8cb0225c9fcab75ce38209733c0f68c2a9035 (commit) via 081cb47d26202368a767fa51258ca6917b3724a4 (commit) from a7714ed6c55ee09f73fa8e0b5ba085888c9f4ad5 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: C4/Reserves.pm | 6 +++--- Makefile.PL | 4 +++- .../unimarc_standard_system_preferences.sql | 1 + .../intranet-tmpl/prog/en/includes/cat-toolbar.inc | 1 + .../intranet-tmpl/prog/en/modules/acqui/basket.tt | 16 ++++++---------- .../prog/en/modules/acqui/neworderempty.tt | 4 ++-- .../prog/en/modules/tools/batchMod-del.tt | 10 +++++++++- tools/batchMod.pl | 1 + 8 files changed, 26 insertions(+), 17 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Oct 10 23:23:57 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 10 Oct 2012 21:23:57 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.05-33-gdd66ac7 Message-ID: <E1TM3kz-0006KH-6x@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.8.x has been updated via dd66ac719ea3a10a1875748390a8c878836b8093 (commit) from aabe1e7cb3d256172fd81d0e2c81139ad600b4fe (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit dd66ac719ea3a10a1875748390a8c878836b8093 Author: Adrien Saurat <adrien.saurat at biblibre.com> Date: Thu Sep 20 11:46:13 2012 +0200 Bug 8441: hides MODS export by default in French install Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> ----------------------------------------------------------------------- Summary of changes: .../unimarc_standard_system_preferences.sql | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Oct 10 23:31:15 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 10 Oct 2012 21:31:15 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.05-34-g13a2d21 Message-ID: <E1TM3s3-0006Mx-Dk@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.8.x has been updated via 13a2d21811bd0405e4687e0efade9d9fc23b4c59 (commit) from dd66ac719ea3a10a1875748390a8c878836b8093 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 13a2d21811bd0405e4687e0efade9d9fc23b4c59 Author: Kyle M Hall <kyle at bywatersolutions.com> Date: Wed Aug 29 08:44:26 2012 -0400 Bug 8700 - RESERVESLIP fields not being replaced correctly The slip RESERVESLIP is not replacing fields correctly. C4::Reserves::ReserveSlip calls C4::Letters::GetPreparedLetter, and passes the $reserve hashref to it for each table except branches ( which is passed the branchcode ). The problem is, if you pass a hashref for a table, it uses that hashref for the replacing, rather than looking up the data from the database. Fixed by passing the correct keys for each of the tables requested. Signed-off-by: Marc Veron <veron at veron.ch> Tested following the test plan. Could reproduce the bug. After applying the patch slip printed as expected. Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> ----------------------------------------------------------------------- Summary of changes: C4/Reserves.pm | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Oct 11 03:56:28 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 11 Oct 2012 01:56:28 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.05-35-gbebe004 Message-ID: <E1TM80i-0007ua-L4@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.8.x has been updated via bebe004d792302b31940b13b2057c07d00ffc096 (commit) from 13a2d21811bd0405e4687e0efade9d9fc23b4c59 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit bebe004d792302b31940b13b2057c07d00ffc096 Author: Robin Sheat <robin at catalyst.net.nz> Date: Thu May 24 17:17:55 2012 +1200 Bug 8806 - [3.8.x] Changelog updates, dependencies This adds dependencies that are required for tests to run, but weren't added to the dependencies file, and so causing issues with package builds. Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> ----------------------------------------------------------------------- Summary of changes: C4/Installer/PerlDependencies.pm | 12 +++++++++++- debian/changelog | 36 ++++++++++++++++++++++++++++++------ debian/control | 9 ++++++--- 3 files changed, 47 insertions(+), 10 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Oct 11 11:11:52 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 11 Oct 2012 09:11:52 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8633 created. v3.08.00-1023-g6a4cbbb Message-ID: <E1TMEo4-0001VB-9a@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8633 has been created at 6a4cbbba6095791926d925cb14bd286dea16c835 (commit) - Log ----------------------------------------------------------------- commit 6a4cbbba6095791926d925cb14bd286dea16c835 Author: Fr?d?ric Demians <f.demians at tamil.fr> Date: Wed Sep 19 15:28:40 2012 +0200 Bug 8633 Manage OPAC alternate templates Modify /misc/translator/translate script in order to manage properly alternate OPAC templates. To test it with new 'ccsr' template: - Create the .po file: ./translate create fr-FR Result: existing .po files are not modified. A new fr-FR-opac-ccsr.po file is available. - Install all templates : ./translate install fr-FR Result: A new koha-tmpl/opac-tmpl/ccsr/fr-FR directory contains translated templates. - Update .po files: ./translate update fr-FR Result: fr-FR .po files are update, include fr-FR-opac-ccsr.po Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Oct 11 11:14:49 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 11 Oct 2012 09:14:49 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8812 created. v3.08.00-1024-g802dd7b Message-ID: <E1TMEqv-0001Xt-CB@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8812 has been created at 802dd7baf5a51e4bf028a070497c72cf894c9527 (commit) - Log ----------------------------------------------------------------- commit 802dd7baf5a51e4bf028a070497c72cf894c9527 Author: Marc Veron <veron at veron.ch> Date: Mon Sep 24 18:14:37 2012 +0200 Bug 8812 - Staff Client: Patron search should display branch name instead of branch code in results table Patch to display branchname instead of branch code. Signed-off-by: Delaye Stephane <stephane.delaye at biblibre.com> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Oct 12 11:51:29 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 12 Oct 2012 09:51:29 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8636 updated. v3.08.00-587-g54d56e3 Message-ID: <E1TMbtw-0000rH-St@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8636 has been updated via 54d56e303a7ec993b3f8ff8593f8e19024ad9624 (commit) from b64fd7b83a4307644ec67fc099dacd80cdab4e96 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 54d56e303a7ec993b3f8ff8593f8e19024ad9624 Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Wed Oct 10 20:48:54 2012 -0400 Bug 8636: Add dependency on Test::Deep The test t/db_dependent/Koha.t uses Test::Deep to compare data structures, but that dependency was not listed for the installer. Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> ----------------------------------------------------------------------- Summary of changes: C4/Installer/PerlDependencies.pm | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Oct 12 12:14:58 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 12 Oct 2012 10:14:58 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1029-ga4bf495 Message-ID: <E1TMcGg-0000y6-2k@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via a4bf495f3b7763059d6ceab2001fbf07313ca00d (commit) via 2e30600a5827deb1686d56ea00c27c232b22b7bc (commit) via 53309fab4b3c2b15a1c15797be392a9ace982b47 (commit) via 6eeb5180422d9439afb9e783aae70f7c1beb27e7 (commit) via 54d56e303a7ec993b3f8ff8593f8e19024ad9624 (commit) via 802dd7baf5a51e4bf028a070497c72cf894c9527 (commit) via 6a4cbbba6095791926d925cb14bd286dea16c835 (commit) from 0c75d667d5a299e72601965459e5ab3c1c67974c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a4bf495f3b7763059d6ceab2001fbf07313ca00d Author: Chris Cormack <chrisc at catalyst.net.nz> Date: Tue Oct 9 14:19:18 2012 +1300 Bug 3652 XSS vulnerability in facets Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> Confirmed bug with test plan on the bug and checked that problem is fixed after applying the patch and that facets still work. commit 2e30600a5827deb1686d56ea00c27c232b22b7bc Author: Chris Cormack <chrisc at catalyst.net.nz> Date: Tue Oct 9 14:11:10 2012 +1300 Bug 3652: XSS vulnerability in page numbering Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> Confirmed the problem with test plan on the bug and checked that paging works correctly after the patch. Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> commit 53309fab4b3c2b15a1c15797be392a9ace982b47 Author: Chris Cormack <chrisc at catalyst.net.nz> Date: Mon Oct 8 21:30:49 2012 +1300 Bug 3652 : [SIGNED-OFF] [SECURITY] XSS vulnerability Signed-off-by: Magnus Enger <magnus at enger.priv.no> Works as advertised. After applying the patch, <blink>fish</blink> is displayed on the page, but no blinking occurs. Signed-off-by: Magnus Enger <magnus at enger.priv.no> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> commit 6eeb5180422d9439afb9e783aae70f7c1beb27e7 Merge: 802dd7b 54d56e3 Author: Paul Poulain <paul.poulain at biblibre.com> Date: Fri Oct 12 11:55:14 2012 +0200 Merge remote-tracking branch 'origin/new/bug_8636' ----------------------------------------------------------------------- Summary of changes: C4/Installer/PerlDependencies.pm | 6 +- .../prog/en/modules/members/member.tt | 2 +- .../opac-tmpl/prog/en/includes/opac-facets.inc | 6 +- .../opac-tmpl/prog/en/includes/page-numbers.inc | 7 +- .../opac-tmpl/prog/en/modules/opac-shelves.tt | 2 +- members/member.pl | 1 + misc/translator/LangInstaller.pm | 87 ++++++++++++-------- 7 files changed, 66 insertions(+), 45 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Oct 12 12:19:20 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 12 Oct 2012 10:19:20 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7751 updated. v3.08.00-841-g65accc3 Message-ID: <E1TMcKu-00010l-86@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_7751 has been updated via 65accc367b8e63576c761790129678aa80ecde03 (commit) from 537c746dc41748a5045f9c60dd4d32b8abdef07c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 65accc367b8e63576c761790129678aa80ecde03 Author: Nicole C. Engard <nengard at bywatersolutions.com> Date: Tue Sep 25 21:30:29 2012 -0400 Bug 7751: Decrease loan length with many holds This patch merges the three preferences in to one sentence to make it clear that they are all linked together and to eliminate confusion that can come by having them as individual preferences. Signed-off-by: Owen Leonard <oleonard at myacpl.org> ----------------------------------------------------------------------- Summary of changes: .../en/modules/admin/preferences/circulation.pref | 10 +++------- 1 files changed, 3 insertions(+), 7 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Oct 12 12:25:10 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 12 Oct 2012 10:25:10 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7412 updated. v3.08.00-649-g884005d Message-ID: <E1TMcQY-00013n-LS@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_7412 has been updated via 884005db08234d83ba17ede00b90d08ddf96933d (commit) from 2fc8360bb788071bdf41eecb9eb4fee762868811 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 884005db08234d83ba17ede00b90d08ddf96933d Author: Nicole C. Engard <nengard at bywatersolutions.com> Date: Tue Sep 25 11:50:52 2012 -0400 Bug 7412: Follow up: Update preference to sentence This patch updates the preference question to a sentence to follow the standard set with previous preferences. Signed-off-by: Owen Leonard <oleonard at myacpl.org> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> ----------------------------------------------------------------------- Summary of changes: .../en/modules/admin/preferences/cataloguing.pref | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Oct 12 12:28:29 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 12 Oct 2012 10:28:29 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1033-g65be038 Message-ID: <E1TMcTl-00015o-KA@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 65be03846d064dd6d9e7159550a269a352054b65 (commit) via 884005db08234d83ba17ede00b90d08ddf96933d (commit) via 7886297f05ece48185b2f046ae025a57643ee65c (commit) via 65accc367b8e63576c761790129678aa80ecde03 (commit) from a4bf495f3b7763059d6ceab2001fbf07313ca00d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 65be03846d064dd6d9e7159550a269a352054b65 Merge: 7886297 884005d Author: Paul Poulain <paul.poulain at biblibre.com> Date: Fri Oct 12 12:28:54 2012 +0200 Merge remote-tracking branch 'origin/new/bug_7412' commit 7886297f05ece48185b2f046ae025a57643ee65c Merge: a4bf495 65accc3 Author: Paul Poulain <paul.poulain at biblibre.com> Date: Fri Oct 12 12:23:08 2012 +0200 Merge remote-tracking branch 'origin/new/bug_7751' ----------------------------------------------------------------------- Summary of changes: .../en/modules/admin/preferences/cataloguing.pref | 6 +++--- .../en/modules/admin/preferences/circulation.pref | 10 +++------- 2 files changed, 6 insertions(+), 10 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Oct 12 15:39:56 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 12 Oct 2012 13:39:56 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7643 created. v3.08.00-317-g47c677b Message-ID: <E1TMfT2-00021r-RL@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_7643 has been created at 47c677b1b60e9c117f3a5b0fadde781651c69cc3 (commit) - Log ----------------------------------------------------------------- commit 47c677b1b60e9c117f3a5b0fadde781651c69cc3 Author: Ivan Brown <I.Brown at littleover.derby.sch.uk> Date: Tue Sep 25 15:57:43 2012 +0100 Bug 7643 - Can't upload and import zipped file of patron images Fixed problem with re-declaration of $filesuffix Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> commit ddb84e1c45d440b88c106e4a4ac943eef67ffbe5 Author: Robin Sheat <robin at catalyst.net.nz> Date: Sun Jun 10 14:32:56 2012 +0100 Bug 7642 - remove the cloud weight from the tags Signed-off-by: Stacey Walker <stacey at catalyst-eu.net> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Oct 12 16:31:03 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 12 Oct 2012 14:31:03 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8766 created. v3.08.00-1035-g2420c4d Message-ID: <E1TMgGV-0002HV-5E@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8766 has been created at 2420c4d85c4a47b9c9aa9bd3474a6cf60c85df46 (commit) - Log ----------------------------------------------------------------- commit 2420c4d85c4a47b9c9aa9bd3474a6cf60c85df46 Author: Owen Leonard <oleonard at myacpl.org> Date: Mon Sep 24 15:56:05 2012 -0400 Bug 8766 - OPACBaseURL still called as OPACBaseurl in many files This patch fixes incorrect capitalization of the OPACBaseURL variable in three templates. The fix can be confirmed in opac-results.tt by inspecting the link attached to the RSS icon on the OPAC's search results screen. The same fix is included in opac-opensearch.tt and search/results.tt but I'm not sure how you confirm that this change fixes anything, if it does. Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> commit 065acad78fd3d59f49ed02647a1081507bab7bbd Author: Ivan Brown <I.Brown at littleover.derby.sch.uk> Date: Tue Sep 25 15:57:43 2012 +0100 Bug 7643 - Can't upload and import zipped file of patron images Fixed problem with re-declaration of $filesuffix Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> patch pushed onto master directly, doesn't merge properly from new/bug_7643 branch ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Oct 12 16:33:45 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 12 Oct 2012 14:33:45 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8718 created. v3.08.00-1036-g63145eb Message-ID: <E1TMgJ7-0002IL-Qu@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8718 has been created at 63145eb3d25ef1863f57c3f65cc3c47c4c0e4020 (commit) - Log ----------------------------------------------------------------- commit 63145eb3d25ef1863f57c3f65cc3c47c4c0e4020 Author: David Cook <dcook at prosentient.com.au> Date: Tue Sep 4 12:43:28 2012 +1000 Bug 8718 - Normal catalogue detail view in staff client doesn't show missing serials or subscription history note Adds librariannote (staff subscription history note) and missing list to the normal catalogue detail view in staff client. Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Oct 12 16:36:50 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 12 Oct 2012 14:36:50 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8843 created. v3.08.00-1037-gcaec1dd Message-ID: <E1TMgM5-0002Kb-U0@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8843 has been created at caec1ddfa48b3bf8581b27dc45cba404a47d4a27 (commit) - Log ----------------------------------------------------------------- commit caec1ddfa48b3bf8581b27dc45cba404a47d4a27 Author: Owen Leonard <oleonard at myacpl.org> Date: Fri Sep 28 10:48:16 2012 -0400 Bug 8843 - Cannot export bibliographic records by call number When building the query for exports by call number the script has the logic reversed. It tries to select records with call numbers less than the starting call number and greater than the ending call number. This should be reversed. To test, test an export in an unpatched system. An export by call number will return an empty file. After applying the patch an export by call number should give valid results. Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com> Works as expected. Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Oct 12 19:53:07 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 12 Oct 2012 17:53:07 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.05-38-gcfb32a0 Message-ID: <E1TMjQ3-0003MX-SX@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.8.x has been updated via cfb32a04c969e09c948f2942fa56b6bf980701d6 (commit) via 913f80c93825388ef1f3827cdf627558e85a4469 (commit) via bf3671092a8c65c3920c85a0ff65d90cadeb0fe5 (commit) from bebe004d792302b31940b13b2057c07d00ffc096 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit cfb32a04c969e09c948f2942fa56b6bf980701d6 Author: Chris Cormack <chrisc at catalyst.net.nz> Date: Tue Oct 9 14:19:18 2012 +1300 Bug 3652 XSS vulnerability in facets Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> Confirmed bug with test plan on the bug and checked that problem is fixed after applying the patch and that facets still work. Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> commit 913f80c93825388ef1f3827cdf627558e85a4469 Author: Chris Cormack <chrisc at catalyst.net.nz> Date: Tue Oct 9 14:11:10 2012 +1300 Bug 3652: XSS vulnerability in page numbering Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> Confirmed the problem with test plan on the bug and checked that paging works correctly after the patch. Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> commit bf3671092a8c65c3920c85a0ff65d90cadeb0fe5 Author: Chris Cormack <chrisc at catalyst.net.nz> Date: Mon Oct 8 21:30:49 2012 +1300 Bug 3652 : [SIGNED-OFF] [SECURITY] XSS vulnerability Signed-off-by: Magnus Enger <magnus at enger.priv.no> Works as advertised. After applying the patch, <blink>fish</blink> is displayed on the page, but no blinking occurs. Signed-off-by: Magnus Enger <magnus at enger.priv.no> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> ----------------------------------------------------------------------- Summary of changes: .../opac-tmpl/prog/en/includes/opac-facets.inc | 6 +++--- .../opac-tmpl/prog/en/includes/page-numbers.inc | 7 +++---- .../opac-tmpl/prog/en/modules/opac-shelves.tt | 2 +- 3 files changed, 7 insertions(+), 8 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Oct 12 21:22:32 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 12 Oct 2012 19:22:32 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8175 created. v3.08.00-1038-gb8f4b1f Message-ID: <E1TMkoa-0003ie-D5@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8175 has been created at b8f4b1fa146650fc9ff6c47be80e1f5a34863a9f (commit) - Log ----------------------------------------------------------------- commit b8f4b1fa146650fc9ff6c47be80e1f5a34863a9f Author: Mark Tompsett <mtompset at hotmail.com> Date: Sun Sep 2 20:46:03 2012 +0800 Bug 8175 - check logs error or displays incorrectly in details.pl Changed "$item->{'materials'} ne ''" to "defined($item->{'materials'}) && $item->{'materials'} =~ /\S/" in if condition to prevent error when it is NULL, and to properly capture the intent of printing if there is something visible. Cases tested include NULL, '0', '', ' ', and 'blah' by using UPDATE items SET materials=NULL where biblionumber=19158; where the biblionumber was chosen randomly, because only NULL was in the items.materials field. The NULL case triggers an error, but it does display correctly. The ' ' case displays an apparently empty column, which does not seem to be the intent of the flag that is being set. This is why a simple $var check is not sufficient. Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Oct 12 21:22:56 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 12 Oct 2012 19:22:56 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1038-gb8f4b1f Message-ID: <E1TMkoy-0003jX-MY@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via b8f4b1fa146650fc9ff6c47be80e1f5a34863a9f (commit) via caec1ddfa48b3bf8581b27dc45cba404a47d4a27 (commit) via 63145eb3d25ef1863f57c3f65cc3c47c4c0e4020 (commit) via 2420c4d85c4a47b9c9aa9bd3474a6cf60c85df46 (commit) via 065acad78fd3d59f49ed02647a1081507bab7bbd (commit) from 65be03846d064dd6d9e7159550a269a352054b65 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: catalogue/detail.pl | 4 +++- .../prog/en/modules/catalogue/detail.tt | 2 ++ .../opac-tmpl/prog/en/modules/opac-opensearch.tt | 10 +++++----- .../opac-tmpl/prog/en/modules/opac-results.tt | 2 +- .../opac-tmpl/prog/en/modules/search/results.tt | 2 +- tools/export.pl | 4 ++-- tools/picture-upload.pl | 2 +- 7 files changed, 15 insertions(+), 11 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Oct 12 21:32:04 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 12 Oct 2012 19:32:04 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8851 created. v3.08.00-1039-g8308e20 Message-ID: <E1TMkxo-0003mb-24@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8851 has been created at 8308e2055a407ccb2e9a718260b88d32ed45c273 (commit) - Log ----------------------------------------------------------------- commit 8308e2055a407ccb2e9a718260b88d32ed45c273 Author: Owen Leonard <oleonard at myacpl.org> Date: Tue Oct 2 14:25:26 2012 -0400 Bug 8851 - strange blue bar above serials results Bug 5357 (Subscription search and displays) added an advanced search form which adds a new interface featured: a collapsible fieldset with the search form inside. Bug 8851 was filed because it is not immediately obvious that the search form is hidden and can be shown by clicking the fieldset's legend. I contend that this new behavior is unnecessary: In many other places we put a similar search form in the left-hand sidebar. This patch amends the template to show the search form in the main body of the page if no search has been performed. After searching the form is moved to the sidebar. This keeps the page consistent with other interfaces and eliminates the confusion about the collapsed form. Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Oct 12 21:38:30 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 12 Oct 2012 19:38:30 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8863 created. v3.08.00-1040-g5a38631 Message-ID: <E1TMl41-0003pF-Ub@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8863 has been created at 5a38631838b494079a1d0ad5fc7bdb706dacadc4 (commit) - Log ----------------------------------------------------------------- commit 5a38631838b494079a1d0ad5fc7bdb706dacadc4 Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com> Date: Tue Oct 2 16:30:48 2012 +0200 Bug 8863: When clearing a patron attribute, they are all cleared Signed-off-by: Marc Veron <veron at veron.ch> Tested with a set of 2 additional patron attributes. Cleard both before applying the patch. Cleared as expected after applying the patch. Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Oct 12 21:40:10 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 12 Oct 2012 19:40:10 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8869 created. v3.08.00-1041-g782e184 Message-ID: <E1TMl5e-0003q5-Nx@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8869 has been created at 782e1845f3c77f68fe144df91c88b894aecb9607 (commit) - Log ----------------------------------------------------------------- commit 782e1845f3c77f68fe144df91c88b894aecb9607 Author: Kyle M Hall <kyle at bywatersolutions.com> Date: Wed Oct 3 10:49:13 2012 -0400 Bug 8869 - Duplicate member check doesn't disable submit button on bottom. Signed-off-by: Fr?d?ric Demians <f.demians at tamil.fr> I confirm that after applying this patch, the submit button is removed from patron edit page, avoiding accidentaly clicking on it, without responding to the question about possible duplicate patron? Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Oct 12 21:48:20 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 12 Oct 2012 19:48:20 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1041-g782e184 Message-ID: <E1TMlDY-0003tM-BO@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 782e1845f3c77f68fe144df91c88b894aecb9607 (commit) via 5a38631838b494079a1d0ad5fc7bdb706dacadc4 (commit) via 8308e2055a407ccb2e9a718260b88d32ed45c273 (commit) from b8f4b1fa146650fc9ff6c47be80e1f5a34863a9f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/members/memberentrygen.tt | 4 +- .../prog/en/modules/serials/serials-search.tt | 64 ++++++++++++++++---- 2 files changed, 56 insertions(+), 12 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Oct 12 22:18:30 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 12 Oct 2012 20:18:30 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8862 created. v3.08.00-1043-g16a0975 Message-ID: <E1TMlgk-00042s-LM@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8862 has been created at 16a0975f313748aea48abf067a297638d0ccabe0 (commit) - Log ----------------------------------------------------------------- commit 16a0975f313748aea48abf067a297638d0ccabe0 Author: Paul Poulain <paul.poulain at biblibre.com> Date: Fri Oct 12 22:19:25 2012 +0200 Bug 8862 follow-up s/\t/4spaces/g commit 80f8c46dc6157d2fcad9afa30fd648419bb10893 Author: Kyle M Hall <kyle at bywatersolutions.com> Date: Tue Oct 2 08:58:40 2012 -0400 Bug 8862 - merge.pl contains untranslatable strings Signed-off-by: Fr?d?ric Demians <f.demians at tamil.fr> It works: (1) merging's still effective, and (2) two new error messages appear in staff .po file after update it. Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Oct 12 22:32:13 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 12 Oct 2012 20:32:13 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8793 created. v3.08.00-1044-g8ec52a8 Message-ID: <E1TMlu1-000468-2z@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8793 has been created at 8ec52a8e23695f2277aaae4a9d216ea8fb079064 (commit) - Log ----------------------------------------------------------------- commit 8ec52a8e23695f2277aaae4a9d216ea8fb079064 Author: Magnus Enger <magnus at enger.priv.no> Date: Sun Sep 23 12:28:49 2012 +0200 Bug 8793 - Fix materialTypeCode/typeOf008 icons for NORMARC XSLT This patch fixes some issues with icons related to materialtypes in NORMARC: Remove references to opac-tmpl in the *intranet* NORMARC XSLT files. Add two new icons to koha-tmpl/intranet-tmpl/prog/img/famfamfam/ and koha-tmpl/opac-tmpl/lib/famfamfam/ GR.png - Graphical materials TD.png - Three dimentional objects Copy PR.png from koha-tmpl/intranet-tmpl/prog/img/famfamfam/ to koha-tmpl/opac-tmpl/lib/famfamfam/ Rename the XSLT variable materialTypeCode to typeOf008 for increased consistency between stylesheets. Make sure the XSLT uses icons that are actually available. To test: - No use testing all the different permutations of leader pos. 06 and 019b, I think. - Set marcflavour = NORMARC and turn on default XSLT for OPAC and Intranet, details and results. - Make sure you have a record with something relevant in leader position 6, like g for movies or c for music - Check that the icon turns up in results and details, in the OPAC and Intranet - Toggle DisplayOPACiconsXSLT and check that the results in the OPAC are as expected Signed-off-by: Mirko Tietgen <mirko at abunchofthings.net> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Oct 12 22:45:51 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 12 Oct 2012 20:45:51 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8873 created. v3.08.00-1045-gb83050e Message-ID: <E1TMm7D-0004AJ-HW@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8873 has been created at b83050efab9e4a3b4f2ed8ad8d29311c6d5d0cd9 (commit) - Log ----------------------------------------------------------------- commit b83050efab9e4a3b4f2ed8ad8d29311c6d5d0cd9 Author: Marc Veron <veron at veron.ch> Date: Thu Oct 4 11:34:42 2012 +0200 Bug 8873 - JavaScript error in Opac displaying tag cloud On master (3.09.00.060), I get a JavaScript error on line 126 in opac-tags.pl while displaying tags cloud. Reason: There are two lines with closing }); Patch removes one line. Signed-off-by: Mirko Tietgen <mirko at abunchofthings.net> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Oct 12 22:58:25 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 12 Oct 2012 20:58:25 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8791 created. v3.08.00-1046-gb48615d Message-ID: <E1TMmJN-0004Ey-4X@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8791 has been created at b48615dda50342ab7a50efdac4d5177d9657f266 (commit) - Log ----------------------------------------------------------------- commit b48615dda50342ab7a50efdac4d5177d9657f266 Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com> Date: Wed Sep 19 11:45:19 2012 +0200 Bug 8791: OPAC UNIMARC XSLT details: subject with subfield 3 Signed-off-by: Fr?d?ric Demians <f.demians at tamil.fr> I can reproduce the bug, and confirm that this patch fix it. The issue arises when $9 come first, and then $3, which is not that usual. Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Oct 13 04:27:35 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 13 Oct 2012 02:27:35 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.05-39-g86f9ebb Message-ID: <E1TMrRv-0006B5-LN@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.8.x has been updated via 86f9ebb1bb8a7e307b4d3e230767e96f46d94b5f (commit) from cfb32a04c969e09c948f2942fa56b6bf980701d6 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 86f9ebb1bb8a7e307b4d3e230767e96f46d94b5f Author: Chris Cormack <chrisc at catalyst.net.nz> Date: Sat Oct 13 15:30:07 2012 +1300 Bug 3652: Fixing a typo ----------------------------------------------------------------------- Summary of changes: .../opac-tmpl/prog/en/includes/page-numbers.inc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Oct 14 09:19:07 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 14 Oct 2012 07:19:07 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.05-40-g68c01e5 Message-ID: <E1TNITb-0004TE-ES@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.8.x has been updated via 68c01e58e93e039ae664e1754105506d9a270373 (commit) from 86f9ebb1bb8a7e307b4d3e230767e96f46d94b5f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 68c01e58e93e039ae664e1754105506d9a270373 Author: Ivan Brown <I.Brown at littleover.derby.sch.uk> Date: Tue Sep 25 15:57:43 2012 +0100 Bug 7643 - Can't upload and import zipped file of patron images Fixed problem with re-declaration of $filesuffix Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> patch pushed onto master directly, doesn't merge properly from new/bug_7643 branch Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> ----------------------------------------------------------------------- Summary of changes: tools/picture-upload.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Oct 14 09:34:43 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 14 Oct 2012 07:34:43 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.05-43-gcd4bdff Message-ID: <E1TNIih-0004Xe-PR@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.8.x has been updated via cd4bdff75ed5ccc1922c92803876c2e9091d1a4c (commit) via 9bb979eca5789fd87d56d09c44c4c03952e1f8ae (commit) via 91fb5fd2bcc78cc31f39c6a5ac985f5c22136cf1 (commit) from 68c01e58e93e039ae664e1754105506d9a270373 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit cd4bdff75ed5ccc1922c92803876c2e9091d1a4c Author: Kyle M Hall <kyle at bywatersolutions.com> Date: Wed Oct 3 10:49:13 2012 -0400 Bug 8869 - Duplicate member check doesn't disable submit button on bottom. Signed-off-by: Fr?d?ric Demians <f.demians at tamil.fr> I confirm that after applying this patch, the submit button is removed from patron edit page, avoiding accidentaly clicking on it, without responding to the question about possible duplicate patron? Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> commit 9bb979eca5789fd87d56d09c44c4c03952e1f8ae Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com> Date: Tue Oct 2 16:30:48 2012 +0200 Bug 8863: When clearing a patron attribute, they are all cleared Signed-off-by: Marc Veron <veron at veron.ch> Tested with a set of 2 additional patron attributes. Cleard both before applying the patch. Cleared as expected after applying the patch. Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> Conflicts: koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> commit 91fb5fd2bcc78cc31f39c6a5ac985f5c22136cf1 Author: Mark Tompsett <mtompset at hotmail.com> Date: Sun Sep 2 20:46:03 2012 +0800 Bug 8175 - check logs error or displays incorrectly in details.pl Changed "$item->{'materials'} ne ''" to "defined($item->{'materials'}) && $item->{'materials'} =~ /\S/" in if condition to prevent error when it is NULL, and to properly capture the intent of printing if there is something visible. Cases tested include NULL, '0', '', ' ', and 'blah' by using UPDATE items SET materials=NULL where biblionumber=19158; where the biblionumber was chosen randomly, because only NULL was in the items.materials field. The NULL case triggers an error, but it does display correctly. The ' ' case displays an apparently empty column, which does not seem to be the intent of the flag that is being set. This is why a simple $var check is not sufficient. Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> ----------------------------------------------------------------------- Summary of changes: catalogue/detail.pl | 2 +- .../prog/en/modules/members/memberentrygen.tt | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Oct 15 12:01:25 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 15 Oct 2012 10:01:25 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1046-gb48615d Message-ID: <E1TNhUC-0003RI-VO@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via b48615dda50342ab7a50efdac4d5177d9657f266 (commit) via b83050efab9e4a3b4f2ed8ad8d29311c6d5d0cd9 (commit) via 8ec52a8e23695f2277aaae4a9d216ea8fb079064 (commit) via 16a0975f313748aea48abf067a297638d0ccabe0 (commit) via 80f8c46dc6157d2fcad9afa30fd648419bb10893 (commit) from 782e1845f3c77f68fe144df91c88b894aecb9607 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: cataloguing/merge.pl | 129 ++++++++++---------- .../prog/en/modules/cataloguing/merge.tt | 32 ++++-- .../prog/en/xslt/NORMARCslim2intranetDetail.xsl | 40 +++---- .../prog/en/xslt/NORMARCslim2intranetResults.xsl | 24 ++-- .../prog/img/famfamfam/GR.png} | Bin 606 -> 606 bytes .../prog/img/famfamfam/TD.png} | Bin 452 -> 452 bytes .../lib/famfamfam/{silk/picture.png => GR.png} | Bin 606 -> 606 bytes .../prog/img => opac-tmpl/lib}/famfamfam/PR.png | Bin 385 -> 385 bytes .../lib/famfamfam/{silk/brick.png => TD.png} | Bin 452 -> 452 bytes koha-tmpl/opac-tmpl/prog/en/modules/opac-tags.tt | 1 - .../prog/en/xslt/NORMARCslim2OPACDetail.xsl | 40 +++---- .../prog/en/xslt/NORMARCslim2OPACResults.xsl | 27 ++-- .../opac-tmpl/prog/en/xslt/UNIMARCslimUtils.xsl | 4 +- 13 files changed, 145 insertions(+), 152 deletions(-) copy koha-tmpl/{opac-tmpl/lib/famfamfam/silk/picture.png => intranet-tmpl/prog/img/famfamfam/GR.png} (100%) copy koha-tmpl/{opac-tmpl/lib/famfamfam/silk/brick.png => intranet-tmpl/prog/img/famfamfam/TD.png} (100%) copy koha-tmpl/opac-tmpl/lib/famfamfam/{silk/picture.png => GR.png} (100%) copy koha-tmpl/{intranet-tmpl/prog/img => opac-tmpl/lib}/famfamfam/PR.png (100%) copy koha-tmpl/opac-tmpl/lib/famfamfam/{silk/brick.png => TD.png} (100%) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Oct 15 21:33:35 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 15 Oct 2012 19:33:35 +0000 Subject: [koha-commits] main Koha release repository branch 3.6.x updated. v3.06.09-46-g89e8607 Message-ID: <E1TNqPv-0006CS-NJ@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.6.x has been updated via 89e8607a7fa5154af9083d56556c4b95d7a2325b (commit) via 0254b78a753131ddaa34baee1b8c29b31643a2b8 (commit) via 7f24b0daa76aa22709315ead2417b648d4e7d677 (commit) via 56032cae80fcccfe28fa76e3a4f4bc2f815b9ff5 (commit) via 8ec4beb4df465e2c2b8a5403a00949a092810a76 (commit) via 5f7287dfa4d5a7b7a32bac476b067c7bfc9ac041 (commit) via fe018638c6d22d3ed7bf20391dc2033962423c3d (commit) via 2af581331027784a3537d84439f2c32436b0e1c7 (commit) via 7b65b3faed56337ded75c452d6955442aa43b39e (commit) via 3243ba1148ed2ad0a6e715b3bef8f6268db76f66 (commit) via 0b74746d8f500659842a17d28f01f18c120b092b (commit) via f0b6a13bd535b1e28b07bf50d86dff7e97969761 (commit) via aab0e776c6a0f91748afcaa00ed16273a184844e (commit) via c97452826114c6aa2f0646fd1510f25d91c3c887 (commit) via 55b20df30d0626cd2fa86af9357ed49a96e9b80b (commit) via 08ea2b7a34ca52e0b1049c610498947644a91ff9 (commit) via 8a464138faaea2f42ef4c4e2b462cb817434f2c7 (commit) via 4ddc8cc5a509f4765740ae2b5b3e4112c1e86488 (commit) via 273da77ed52e06185e014573427868e1a5a86733 (commit) via a18636dcd295e6b70e0908c0245a2f5ebff4723c (commit) via a33bf1b8fd4011c7597cb1a668f1005c40d31d92 (commit) via 487436d90716fc59a30c0cedbf67fd4be4a8d910 (commit) via 6860e43126377a1bb75d6218e3dd9411823a38f1 (commit) via 6dae653b405bc05144fe28fd77955be25838958a (commit) via 3b476a4ab9eec3c298e7230afda415dfa6119c90 (commit) via 9be894c6bf757395e60960411c993f2a1e034126 (commit) via 4b53bbe5b13be31e86160152c481df44bcfd6ea8 (commit) via c8e43883323254e1f40b9bb24d542385334c2669 (commit) via e5b1aab8cf87f0bc431dc4fcc88c70660f0bc7b3 (commit) via e6fcd51bb209a4d350470bcbe5dcc4ac419284ef (commit) via 5a4a50f9b4f4fbdedd8b41cbccb126d1da252f83 (commit) via 3f16c2a18e651159b85179f8d6bc8b21e986512e (commit) via bbce8fe4c844d80f5833eaa8e05936db64914531 (commit) via 186fdbd600367d96efe50a1260b167419b50b9d9 (commit) via 728c077a6039c78920eedf21a0d78abd5f51169c (commit) via d093bab93f015a2d2061d17ee9feabb70699b8a7 (commit) via 77c2dbd594683ab0dd2aec62358c57dda9906186 (commit) via 5ffc76ab190642f694692747377c01336d788804 (commit) via 17689beb57e8d9295ed43bbe075a85f89c84c845 (commit) via 1fef39c0b2b8d0f377fe0121404f188f096a2048 (commit) via e931c9c5bd618ede0c01be30c520f459bc3b8ae9 (commit) via 3ab565fb58120c469f0ca72dd4e9b9fbc57d811e (commit) via dd6d4f777227bdd7ed24442ad70fda44ba13ea26 (commit) via a2510b9e594e8fc752d7717c2b6e532e7246efbd (commit) via 7cda06cd90884944a51b7731bf76c5c1555c5219 (commit) via bd0efebffe9798e47ca5624b79c96beaaa87c6d0 (commit) from b577c32064f391c281b0414a999231ba2cf2903a (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 89e8607a7fa5154af9083d56556c4b95d7a2325b Author: Robin Sheat <robin at catalyst.net.nz> Date: Mon Jun 11 03:44:04 2012 +1200 Bug 8806 - [3.6.x] Update changelog for 3.6.5-3.6.9, dependencies. Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 0254b78a753131ddaa34baee1b8c29b31643a2b8 Author: Chris Cormack <chrisc at catalyst.net.nz> Date: Tue Oct 9 14:19:18 2012 +1300 Bug 3652 XSS vulnerability in facets Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> Confirmed bug with test plan on the bug and checked that problem is fixed after applying the patch and that facets still work. Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> Conflicts: koha-tmpl/opac-tmpl/prog/en/includes/opac-facets.inc Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 7f24b0daa76aa22709315ead2417b648d4e7d677 Author: Chris Cormack <chrisc at catalyst.net.nz> Date: Tue Oct 9 14:11:10 2012 +1300 Bug 3652: XSS vulnerability in page numbering Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> Confirmed the problem with test plan on the bug and checked that paging works correctly after the patch. Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> Conflicts: koha-tmpl/opac-tmpl/prog/en/includes/page-numbers.inc Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 56032cae80fcccfe28fa76e3a4f4bc2f815b9ff5 Author: Chris Cormack <chrisc at catalyst.net.nz> Date: Mon Oct 8 21:30:49 2012 +1300 Bug 3652 : [SIGNED-OFF] [SECURITY] XSS vulnerability Signed-off-by: Magnus Enger <magnus at enger.priv.no> Works as advertised. After applying the patch, <blink>fish</blink> is displayed on the page, but no blinking occurs. Signed-off-by: Magnus Enger <magnus at enger.priv.no> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 8ec4beb4df465e2c2b8a5403a00949a092810a76 Author: Mark Tompsett <mtompset at hotmail.com> Date: Wed Sep 19 00:05:24 2012 +0800 Bug 8772 - Uninitialized variable triggers error log entry in smart_rules.pl Changed declartion from: my $op = $input->param('op'); to my $op = $input->param('op') || q{}; in order to give an empty string default preventing error logs from filling needlessly. Signed-off-by: Marc Veron <veron at veron.ch> The patch removes warnings like: Use of uninitialized value $op in string eq at... However there is one more warning, but it is not related to $op (addressed by this patch): smart-rules.pl: Use of uninitialized value in string ne at .../admin/smart-rules.pl line 388. Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 5f7287dfa4d5a7b7a32bac476b067c7bfc9ac041 Author: Owen Leonard <oleonard at myacpl.org> Date: Fri Sep 14 12:33:42 2012 -0400 Bug 6037 [Follow-up] Invalid markup, missing breadcrumbs on Keyword to MARC Mapping page Extra </div> returned. Killing it again. After applying the patch the validator should only warn of invalid "autocomplete" attribute. Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit fe018638c6d22d3ed7bf20391dc2033962423c3d Author: Marc Veron <veron at veron.ch> Date: Mon Sep 24 22:19:56 2012 +0200 Bug 8796 - patron cards not starting on designated card Better wording for the meaning of 'Position' to prevent mistakes on behaviour. Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 2af581331027784a3537d84439f2c32436b0e1c7 Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com> Date: Tue Oct 2 13:49:32 2012 +0200 Bug 8497: Strange behavior when modifying the timeout system preference Signed-off-by: Owen Leonard <oleonard at myacpl.org> Tested standard login, patron auto-complete, and system preferences. Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 7b65b3faed56337ded75c452d6955442aa43b39e Author: Marc Veron <veron at veron.ch> Date: Mon Sep 24 15:05:12 2012 +0200 Bug 8810 - Opac: Cart should display branchname instead of branchcode In Opac, the cart should display the branchname instead of the branchcode. Signed-off-by: Owen Leonard <oleonard at myacpl.org> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 3243ba1148ed2ad0a6e715b3bef8f6268db76f66 Author: Mason James <mtj at kohaaloha.com> Date: Tue May 8 16:59:20 2012 +1200 Bug 7589 - tinymce editor broken in .deb packages - in 'en' templates this patch fixes a glitchy symlink to tiny_mce Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> Note that you have to *remove* koha-common then install fresh in order to recreate the symlink. VERY IMPORTANT!!! debian/rules MUST USE TABS. USE -n WHEN COMMITING THIS PATCH, AND DO NOT REPLACE TABS WITH SPACES. Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 0b74746d8f500659842a17d28f01f18c120b092b Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Sun Sep 9 08:55:12 2012 -0400 Bug 8744: Thesaurus in authorities should not lock fields Although fields in the authority editor should support thesaurus control, they should never be locked, as authority records commonly refer to other records that may not be in use locally (and therefore might not be in the authority file). Test plan: 1) Make sure a 5xx field in one of your authority frameworks is thesaurus-controlled. 2) Note that you cannot edit the field directly. 3) Apply patch. 4) Note that you can now edit the field irectly. Signed-off-by: wajasu <matted-34813 at mypacks.net> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit f0b6a13bd535b1e28b07bf50d86dff7e97969761 Author: Mark Tompsett <mtompset at hotmail.com> Date: Thu Aug 30 15:06:07 2012 +0800 Bug 8350: warning in logs when searching for nonexistent ISBN Searching for a 10 or 13 digit numeric string that does not exist in one's catalog will fail to affect SQL statement correctly in C4::Breeding. Moved string substitution, which was triggering error when search was undefined, and fixed if statements accordingly. Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit aab0e776c6a0f91748afcaa00ed16273a184844e Author: Maxime Pelletier <maxime.pelletier at libeo.com> Date: Tue Aug 21 18:02:31 2012 -0400 Bug 8659 Remove and readd the inactive funds in javascript to make it work in all browsers Signed-off-by: Owen Leonard <oleonard at myacpl.org> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit c97452826114c6aa2f0646fd1510f25d91c3c887 Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com> Date: Tue Sep 18 15:59:37 2012 +0200 Bug 8702: System preferences search does not allow accented letters This bug enables accented/diacritic system preference text to be matched when searching for sysprefs. Signed-off-by: wajasu <matted-34813 at mypacks.net> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 55b20df30d0626cd2fa86af9357ed49a96e9b80b Author: Nicole C. Engard <nengard at bywatersolutions.com> Date: Tue Sep 4 11:22:48 2012 -0400 Bug 8721: Fixes minor typo in AllowItemsOnHoldCheckout Small string fix to remove repeated word. Signed-off-by: Marc Veron <veron at veron.ch> Tiny typo fix Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 08ea2b7a34ca52e0b1049c610498947644a91ff9 Author: Katrin Fischer <Katrin.Fischer.83 at web.de> Date: Wed Aug 22 22:33:26 2012 +0200 Bug 3782: Remove broken z39.50 targets from sample files Removes NYPL and NYU from the list of sample z39.50 servers, because they don't work or only work inconsistently. Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 8a464138faaea2f42ef4c4e2b462cb817434f2c7 Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com> Date: Thu Jul 19 11:37:16 2012 +0200 Bug 8275: xml parsing error when the webservice GetPatronInfo/show_loans is called Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 4ddc8cc5a509f4765740ae2b5b3e4112c1e86488 Author: Mark Tompsett <mtompset at hotmail.com> Date: Mon Sep 3 11:00:32 2012 +0800 Bug 8713 - Warning message triggered by clicking Keywords to MARC mapping In the Koha Administration screen, clicking Keywords to MARC mapping triggered an uninitialized $op warning in the koha error logs. Added a "|| q{}" to ensure it is set. Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 273da77ed52e06185e014573427868e1a5a86733 Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com> Date: Thu Aug 9 12:43:20 2012 +0200 Bug 7690: hidelostitems not working in Normal Display Signed-off-by: Owen Leonard <oleonard at myacpl.org> Tested by toggling both the hidelostitems preference and the OpacHiddenItems preference. Both work as expected in the normal search results display. Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit a18636dcd295e6b70e0908c0245a2f5ebff4723c Author: Mark Tompsett <mtompset at hotmail.com> Date: Mon Sep 3 12:27:58 2012 +0800 Bug 8714 - Poorly ordered and triggers warning in marctagstructure.pl An array boundary check was after a comparison using the array. By changing the logic which had " and ( $j < $cnt)" to be at the beginning "( $j < $cnt ) and ", the warning is no longer shown in the error log. Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit a33bf1b8fd4011c7597cb1a668f1005c40d31d92 Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com> Date: Thu Aug 30 18:42:26 2012 +0200 Bug 8705: Software error on help of main page Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 487436d90716fc59a30c0cedbf67fd4be4a8d910 Author: Paul Poulain <paul.poulain at biblibre.com> Date: Fri Sep 14 15:59:50 2012 +0200 Bug 8743 follow-up, throw a more explanatory error message When testing bug 8743, I discovered a missing index in my authority file. The error message was "CCL parsing error (10014) Unknown qualifier ZOOM" which is not very helpfull because it does not show the query that was made. This patch add the query itself after the zebra error Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 6860e43126377a1bb75d6218e3dd9411823a38f1 Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Sun Sep 9 08:18:05 2012 -0400 Bug 8743: ZOOM error when merging authority change to biblios The merge fails and the following errors appear in the log: [Sun Sep 02 23:38:10 2012] [error] [client 75.149.175.233] ZOOM error 25 "Specified element set name not valid for specified database" (addinfo: "F") from diag-set 'Bib-1', referer: http://****/cgi-bin/koha/authorities/authorities.pl?authid=3010 [Sun Sep 02 23:38:11 2012] [error] [client 75.149.175.233] Premature end of script headers: authorities.pl, referer: http://****/cgi-bin/koha/authorities/authorities.pl?authid=3010 Test plan: 1) Set dontmerge to "Do" 2) Find an authority that is linked to a bib record. 3) Edit the main entry of the authority. 4) Save the authority record. 5) Notice that you got a nasty error and the bib record was not updated. 6) Apply patch. 7) Edit the main entry of the authority again (you can just set it back to what it was to start with). 8) Save authority record. 9) Notice that there was no error, and the bib record was updated. 10) Sign off. Signed-off-by: Doug Kingston <dpk at randomnotes.org> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 6dae653b405bc05144fe28fd77955be25838958a Author: Colin Campbell <colin.campbell at ptfs-europe.com> Date: Tue Aug 28 14:34:55 2012 +0100 Bug 6976 Close loophole allowing borrowers extra holds via opac The check that the max number of reserves has not been reached needs to take account of the fact that we may have added enouch reserves to reach the limit while this script is running. Add a check against the incrementing count The variable canreserve was only used when looping through multiple holds but was not being reinitialized on every iteration make variable local to loop it is used in and initialize to zero Have used perltidy to correct the indention of the while loop as it was misleading to the reader Some numeric comparisons were using a string operator fix them before strange bugs manifest themselves The loophole manifests thus: borrowers are only allowed Y holds. If holds are done individually, it is obeying that law i.e. X has held Y separate books ? when I tried to do a 6th book it told me that I could not place a hold. However, if a borrower checks the catalogue, gets the intial list up and clicks items on the ?results? box and then clicks ?place hold? they can hold more than Y items Please enter the commit message for your changes. Lines starting Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 3b476a4ab9eec3c298e7230afda415dfa6119c90 Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Fri Sep 7 10:58:53 2012 -0400 Bug 8447: Make sure we have enough subfields for broader_headings Thanks to wajasu for providing the debugging information, as I cannot seem to duplicate the problem, even seeing where it could come from. Fix corrects cases where upon save, a software error complaing about indicators being wrong as a side effect of a poorly autogenerated biblio/authority record. Behvior with this fix causes existing bilio data to to be preserved while linking to the authority via subtag 9. Signed-off-by: wajasu <matted-34813 at mypacks.net> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 9be894c6bf757395e60960411c993f2a1e034126 Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com> Date: Wed Jul 25 17:59:54 2012 +0200 Bug 8071: link between bib and authorities with the authid Do not automatically populate $9 in bibliographic headings when the $9 is set in the authorized heading field of the authority record. Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 4b53bbe5b13be31e86160152c481df44bcfd6ea8 Author: Owen Leonard <oleonard at myacpl.org> Date: Thu Sep 6 15:02:29 2012 -0400 Bug 8730 - browse overlaying powered by This patch adds a "z-index" property to the CSS for the browse results menu so that it will appear on top of the "Powered by Koha" link. Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit c8e43883323254e1f40b9bb24d542385334c2669 Author: Mark Tompsett <mtompset at hotmail.com> Date: Wed Sep 12 00:57:43 2012 +0800 Bug 8339 - div id="login" should be id="login_controls" in header.inc After experiencing what I believe was stale CSS, I have implemented oleonard's suggested fix which does work. That is: header.inc change login to login_controls, and in staff-global.css change the #login to #login_controls. Signed-off-by: Owen Leonard <oleonard at myacpl.org> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit e5b1aab8cf87f0bc431dc4fcc88c70660f0bc7b3 Author: Owen Leonard <oleonard at myacpl.org> Date: Fri Sep 7 11:23:08 2012 -0400 Bug 8677 - table overlapping to the right on holds waiting Converting layout to 100% flexible width to allow table to expand as needed. Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit e6fcd51bb209a4d350470bcbe5dcc4ac419284ef Author: Robin Sheat <robin at catalyst.net.nz> Date: Tue Sep 4 16:53:36 2012 +0200 Bug 8716 - make the routing list reordering function work Signed-off-by: Owen Leonard <oleonard at myacpl.org> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 5a4a50f9b4f4fbdedd8b41cbccb126d1da252f83 Author: MJ Ray <mjr at phonecoop.coop> Date: Fri Sep 7 17:40:26 2012 +0100 Bug 7068 - autobarcode not working when duplicating patrons Fixed by blanking cardnumber in the code and showing it in the template, instead of just not showing it in the template Autobarcode now correctly fills in on a duplicated patron. Signed-off-by: Melia Meggs <melia at test.bywatersolutions.com> Signed-off-by: Galen Charlton <gmc at esilibrary.com> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 3f16c2a18e651159b85179f8d6bc8b21e986512e Author: Melia Meggs <melia at test.bywatersolutions.com> Date: Tue Sep 11 16:38:28 2012 -0500 Bug 7143: Adding Kathryn Tyree to the history and About page. Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit bbce8fe4c844d80f5833eaa8e05936db64914531 Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Thu Aug 23 12:27:49 2012 -0400 Bug 8678: XSLT stylesheets output XML, but HTML is needed Because we are embedding the results of XSLT stylesheets in HTML, we need to output HTML instead of XML. Outputting XML results in non-standard-compliant (or at least non-Firefox-compliant) markup. To test: View a variety of XSLT-rendered pages on the OPAC and intranet, and confirm that all look as expected. Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 186fdbd600367d96efe50a1260b167419b50b9d9 Author: Robin Sheat <robin at catalyst.net.nz> Date: Wed Aug 8 18:02:13 2012 +0200 Bug 8594 - prevent the report system from breaking some subqueries If you had a report query that had a subquery in the fields list, and that subquery had a LIMIT specifier, then it would be removed which could break your query. This patch prevents this case from breaking by ensuring that only a LIMIT that follows the last WHERE in the query is removed. If you don't have a WHERE, then it will behave like it always did, removing all the cases of LIMIT (which would still break a subquery but this is a) more rare, and b) would require more intelligent parsing to deal with. Also adds test cases and function documentation. Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com> Tested with this report: select biblionumber, (select itemnumber from items where items.biblionumber=biblio.biblionumber LIMIT 1) from biblio where biblionumber<1000; and it worked like a charm Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> (cherry picked from commit 5a34c64b9374a8c3de2658d588e63ed0d828cc6d) Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 728c077a6039c78920eedf21a0d78abd5f51169c Author: Mark Tompsett <mtompset at hotmail.com> Date: Tue Sep 4 08:15:19 2012 +0800 Bug 4064 - Uninitialized variable errors in opac-search.pl In 3.6.3 the error was triggered. It was already fixed with some particularly ugly logic: if (($params->{'offset'}||'') eq '') { Having read through the code, $offset is a better choice and produces prettier, clearer code: if (!$offset) { Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> (cherry picked from commit 86a1246fcef0456758c7c61985d427202bbfb860) Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit d093bab93f015a2d2061d17ee9feabb70699b8a7 Author: D Ruth Bavousett <ruth at bywatersolutions.com> Date: Fri Aug 17 08:42:12 2012 -0400 Bug 8012: default values for defaultSortField/defaultSortOrder NULL on install ...which *looks* like "relevance/ascending" in the staff client, which doesn't make sense. This patch initializes the values at "relevance/descending", which is a functional combination. Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> (cherry picked from commit 5bc1246b6d1e3e25ff6c4b430bd698185ba876cc) Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 77c2dbd594683ab0dd2aec62358c57dda9906186 Author: Robin Sheat <robin at catalyst.net.nz> Date: Thu Aug 16 16:57:29 2012 +0200 Bug 8646 - prevent the highlighter from going infinite loop On certain search queries, for example http://koha-intra/cgi-bin/koha/catalogue/search.pl?kw=idx&q=ti:book%20 the highlighter starts going into an infinite loop until the browser decides to kill it. This patch prevents the bad input going to the highlighter. It also includes the fix on the OPAC, even though the issue doesn't come up there. Better to be safe... Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> (cherry picked from commit 3e599787d4a3b918f45914347344f4a1d99241c2) Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 5ffc76ab190642f694692747377c01336d788804 Author: Kyle M Hall <kyle at bywatersolutions.com> Date: Tue Jul 31 08:14:19 2012 -0400 Bug 8533 - Non-numeric cardnumbers screw up autoMemberNum Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com> Removes a warning from mysql: Truncated incorrect INTEGER value: 'P13000' Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> (cherry picked from commit 0db4288861251f069a4ae96dbe89ab9e5059ab0c) Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 17689beb57e8d9295ed43bbe075a85f89c84c845 Author: Robin Sheat <robin at catalyst.net.nz> Date: Fri Jul 20 12:20:47 2012 +0200 Bug 8162: allow packages to work on Ubuntu Precise The newer version of MySQL in Ubuntu 12.04 installs a default 'localhost' user with no username. Due to the way that MySQL looks up user details when you connect, if you connect from localhost and the user was only created with a wildcard host (%), the anonymous localhost user will be found instead. This means that your username is lost for the connection, and you have no privileges. This patch creates a second user with a hostname of 'localhost'. This will not work if your database is on a remote server, but you probably know what you are doing if that's the case. Patches to determine this server's name relative to the MySQL server are welcome (or even ideas on how to do it.) It also fixes up a couple of other small things: * make koha-remove stop zebra properly * stop the warning that the password file is missing on create Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> Works as promised. Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> Allows 3.8.4 packages to work on Ubuntu 12.04 (cherry picked from commit 7d8078472d6ad04e1fb61ab3542f86226517a45a) Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 1fef39c0b2b8d0f377fe0121404f188f096a2048 Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com> Date: Mon Aug 6 15:01:09 2012 +0200 Bug 8576: Software error on authority edition when using merge Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> (cherry picked from commit 36d6f725806f383bb5b1c08f0afbc66d94b32d66) Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit e931c9c5bd618ede0c01be30c520f459bc3b8ae9 Author: Mark Tompsett <mtompset at hotmail.com> Date: Fri Jun 29 22:24:50 2012 +0800 Bug 8172 - Missing dereference marker for buildQuery parameter in addbooks.pl Added a dereference to an array parameter of buildQuery. Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> (cherry picked from commit 030df9893eb235efb870d66e8f644129a4a4091d) Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 3ab565fb58120c469f0ca72dd4e9b9fbc57d811e Author: Jonathan Druart <jonathan.druart at biblibre.com> Date: Fri Jul 20 10:48:27 2012 +0200 Bug 7628: Escape '+' characters for categorycode uri escape the following characters: &, @, /, ;, :, =, +, ? and $ Signed-off-by: Marc Veron <veron at veron.ch> Test and sign off second patch (independently from first patch). Added categories like '+zwoelf' or '? Test' before applying the patch. Deletion was not possible. After applying patch deletion is possible, patch works as expected. Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> (cherry picked from commit 50f164c58dd10ac81c07e2f64c14288d8b11ce2c) Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit dd6d4f777227bdd7ed24442ad70fda44ba13ea26 Author: Marc Veron <veron at veron.ch> Date: Wed Jul 18 07:57:36 2012 +0200 Bug 7628 - Required format is not enforced for Patron Categories Enforces category code with allowed characters only. Test plan: - Before applying patch, create a category code like Test+ - Try to delete category with this code -> does not work - Apply patch - Try to create category with code containg other characters than letters, numbers, - and _ - Result: You are not allowed to do so, appropriate message pops up Signed-off-by: David Cook <dcook at prosentient.com.au> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> (cherry picked from commit 601228f6585b6b942a31a8cfa642216925b09148) Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit a2510b9e594e8fc752d7717c2b6e532e7246efbd Author: David Cook <dcook at prosentient.com.au> Date: Tue Jul 17 18:30:13 2012 +1000 Bug 8455 - Check ins processed through "Check Out" tab of the Patron Record ignore Circulation System Preferences If you check-in an item through the "Check Out" tab of the Patron Record, the return/check-in ignores the "InProcessingToShelvingCart" and "ReturnToShelvingCart" circulation system preferences. Or rather, there just isn't any logic to handle them in the renewscript.pl file. I'm pretty much just bringing the code straight across from returns.pl, although some minor changes need to be made due to context. Both system preferences are important to include, since you can check-out an in processing item to a patron. While a regular check-in will clear the in processing status, a check-in through the Patron module will cause the item to have its status returned to "In Processing" rather than going to "Shelving Cart", if the preference is set, of course. To test the scenario, turn on one of (or both of) these settings and try checking books in through the Circulation module and the Patron module. Before the patch, you will see that only the Circulation module will change the shelving location. After the patch, you should see identical behaviour. Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> (cherry picked from commit 8da4f376b4bdd66df966060536ee80adb672a643) Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 7cda06cd90884944a51b7731bf76c5c1555c5219 Author: Elliott Davis <elliott at bywatersolutions.com> Date: Wed Jul 11 05:52:53 2012 -0500 Bug 8421 : Added a URI filter to encode a cardnumber for borrowers as to not break patronimage.pl To Test: Add a + (or any char that would need to be encoded) to a card number of a patron with an image attached. Go to member/moremember.pl. If the patrons image is there, you are golden. Signed-off-by: Owen Leonard <oleonard at myacpl.org> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> (cherry picked from commit c6e83d1156cc0ac2d2d299df43cc57a31e2249ef) Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit bd0efebffe9798e47ca5624b79c96beaaa87c6d0 Author: Meenakshi.R <meenakshi.r at osslabs.biz> Date: Wed May 23 10:37:19 2012 +0530 Bug 6655 - Sorting order of serial issues in OPAC Works as advertised. Signed-off-by: Elliott Davis <elliott at bywatersolutions.com> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> (cherry picked from commit ce015d0e470a76e3d714358f07cd7e6eb2012c2e) Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> ----------------------------------------------------------------------- Summary of changes: C4/Auth.pm | 22 +- C4/AuthoritiesMarc.pm | 12 +- C4/Biblio.pm | 203 ++++---- C4/Breeding.pm | 8 +- C4/ILSDI/Services.pm | 4 + C4/Linker/Default.pm | 9 +- C4/Members.pm | 5 +- C4/Reports/Guided.pm | 43 ++- C4/Search.pm | 35 +- C4/Serials.pm | 2 +- admin/fieldmapping.pl | 2 +- admin/marctagstructure.pl | 2 +- admin/preferences.pl | 5 +- admin/smart-rules.pl | 2 +- authorities/authorities.pl | 5 +- authorities/blinddetail-biblio-search.pl | 1 + cataloguing/addbooks.pl | 2 +- debian/changelog | 30 ++ debian/control | 10 +- debian/rules | 3 +- debian/scripts/koha-create | 7 +- debian/scripts/koha-remove | 10 +- docs/history.txt | 1 + help.pl | 19 +- .../mysql/de-DE/optional/sample_z3950_servers.sql | 2 - .../mysql/en/optional/sample_z3950_servers.sql | 2 - .../mysql/es-ES/optional/sample_z3950_servers.sql | 2 - .../mysql/pl-PL/optional/sample_z3950_servers.sql | 4 +- installer/data/mysql/sysprefs.sql | 8 +- .../intranet-tmpl/prog/en/css/staff-global.css | 2 +- .../intranet-tmpl/prog/en/includes/circ-menu.inc | 2 +- .../intranet-tmpl/prog/en/includes/header.inc | 2 +- .../prog/en/includes/prefs-admin-search.inc | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 3 +- .../prog/en/modules/acqui/neworderempty.tt | 13 +- .../prog/en/modules/admin/categorie.tt | 22 +- .../prog/en/modules/admin/fieldmapping.tt | 2 +- .../prog/en/modules/admin/preferences.tt | 2 +- .../en/modules/admin/preferences/circulation.pref | 2 +- .../authorities/blinddetail-biblio-search.tt | 39 +- .../prog/en/modules/catalogue/results.tt | 5 + .../prog/en/modules/circ/waitingreserves.tt | 2 +- .../prog/en/modules/labels/label-print.tt | 6 +- .../prog/en/modules/members/memberentrygen.tt | 6 +- .../prog/en/modules/serials/routing.tt | 2 +- .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 2 +- .../prog/en/xslt/MARC21slim2intranetResults.xsl} | 478 +++++-------------- .../prog/en/xslt/NORMARCslim2intranetDetail.xsl | 2 +- .../prog/en/xslt/NORMARCslim2intranetResults.xsl} | 503 ++++++++------------ .../prog/en/xslt/UNIMARCslim2intranetDetail.xsl | 2 +- .../prog/en/xslt/UNIMARCslim2intranetResults.xsl | 69 +++ koha-tmpl/opac-tmpl/prog/en/css/opac.css | 1 + .../opac-tmpl/prog/en/includes/opac-facets.inc | 6 +- .../opac-tmpl/prog/en/includes/page-numbers.inc | 6 +- koha-tmpl/opac-tmpl/prog/en/modules/opac-basket.tt | 4 +- .../prog/en/modules/opac-results-grouped.tt | 5 + .../opac-tmpl/prog/en/modules/opac-results.tt | 9 +- .../opac-tmpl/prog/en/modules/opac-shelves.tt | 2 +- .../prog/en/xslt/MARC21slim2OPACDetail.xsl | 2 +- .../prog/en/xslt/MARC21slim2OPACResults.xsl | 2 +- .../prog/en/xslt/NORMARCslim2OPACDetail.xsl | 2 +- .../prog/en/xslt/NORMARCslim2OPACResults.xsl | 2 +- .../prog/en/xslt/UNIMARCslim2OPACDetail.xsl | 2 +- .../prog/en/xslt/UNIMARCslim2OPACResults.xsl | 2 +- members/memberentry.pl | 3 +- misc/batchImportMARCWithBiblionumbers.pl | 2 +- opac/opac-reserve.pl | 84 ++-- opac/opac-search.pl | 4 +- reserve/renewscript.pl | 22 + t/db_dependent/Reports/Guided.t | 92 ++++ 70 files changed, 916 insertions(+), 964 deletions(-) copy koha-tmpl/{opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl => intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl} (62%) copy koha-tmpl/{opac-tmpl/prog/en/xslt/NORMARCslim2OPACResults.xsl => intranet-tmpl/prog/en/xslt/NORMARCslim2intranetResults.xsl} (71%) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2intranetResults.xsl create mode 100644 t/db_dependent/Reports/Guided.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Oct 16 18:09:54 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 16 Oct 2012 16:09:54 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7751 updated. v3.08.00-842-g7d2dc13 Message-ID: <E1TO9iM-000411-Eu@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_7751 has been updated via 7d2dc13db02175aa6e009645fa01fac403c045a7 (commit) from 65accc367b8e63576c761790129678aa80ecde03 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 7d2dc13db02175aa6e009645fa01fac403c045a7 Author: Nicole C. Engard <nengard at bywatersolutions.com> Date: Thu Oct 11 19:52:21 2012 -0400 :x The preference used to read 'loan period by' but it's actually reducing the checkout period 'to' the number of days entered in the preference. This patch changes 'by' to 'to'. Signed-off-by: Marc Veron <veron at veron.ch> Tiny patch, text change only, text apears as expected. Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> ----------------------------------------------------------------------- Summary of changes: .../en/modules/admin/preferences/circulation.pref | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Oct 16 18:35:23 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 16 Oct 2012 16:35:23 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1051-ga327747 Message-ID: <E1TOA71-00048W-Re@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via a327747c1052e940b24c8cf4ce4deb6dc738d3ae (commit) via 9fd6082ca9adef2da93d758c15c9bd0e36e5b709 (commit) via 971c872419f917a084f432eb46c84616c0f5d6ce (commit) via 23de370b2d73babe7378d419f59e3af7a632e394 (commit) via 7d2dc13db02175aa6e009645fa01fac403c045a7 (commit) from b48615dda50342ab7a50efdac4d5177d9657f266 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a327747c1052e940b24c8cf4ce4deb6dc738d3ae Author: Paul Poulain <paul.poulain at biblibre.com> Date: Tue Oct 16 18:18:13 2012 +0200 Bug 7143 follow-up replace tabs by 4 spaces commit 9fd6082ca9adef2da93d758c15c9bd0e36e5b709 Author: Chris Cormack <chrisc at catalyst.net.nz> Date: Mon Oct 15 08:52:27 2012 +1300 Bug 7143 : New committer to history commit 971c872419f917a084f432eb46c84616c0f5d6ce Author: Chris Cormack <chrisc at catalyst.net.nz> Date: Wed Oct 10 10:13:48 2012 +1300 Bug 7143: Adding new developers to the history file Signed-off-by: Melia Meggs <melia at test.bywatersolutions.com> commit 23de370b2d73babe7378d419f59e3af7a632e394 Merge: b48615d 7d2dc13 Author: Paul Poulain <paul.poulain at biblibre.com> Date: Tue Oct 16 18:13:51 2012 +0200 Merge remote-tracking branch 'origin/new/bug_7751' ----------------------------------------------------------------------- Summary of changes: docs/history.txt | 9 ++++++++- koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 3 +++ .../en/modules/admin/preferences/circulation.pref | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Oct 17 17:27:10 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 17 Oct 2012 15:27:10 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8585 updated. v3.08.00-957-g9ca1783 Message-ID: <E1TOVWY-0002JL-Nx@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8585 has been updated via 9ca17830d8dff52c9bbc42ea447d330e2c7973e8 (commit) from 529bb9c2a4c906cd5c00fda294489b633cfb5853 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 9ca17830d8dff52c9bbc42ea447d330e2c7973e8 Author: Nicole C. Engard <nengard at bywatersolutions.com> Date: Thu Oct 11 21:23:48 2012 -0400 Follow up to Bug 8585: add missing word to preference The preference added in this bug is missing the word 'day(s)'. This patch adds it in. http://bugs.koha-community.org/show_bug.cgi?id=4118 Signed-off-by: Owen Leonard <oleonard at myacpl.org> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> ----------------------------------------------------------------------- Summary of changes: .../en/modules/admin/preferences/circulation.pref | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Oct 17 17:36:02 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 17 Oct 2012 15:36:02 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_3652 created. v3.08.00-1054-gac66d22 Message-ID: <E1TOVf8-0002LB-NU@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_3652 has been created at ac66d224add7324d08b0bdf86d1574e401280e41 (commit) - Log ----------------------------------------------------------------- commit ac66d224add7324d08b0bdf86d1574e401280e41 Author: Katrin Fischer <Katrin.Fischer.83 at web.de> Date: Mon Oct 15 09:07:50 2012 +0200 Bug 3652: [SIGNED-OFF] XSS fixes - follow up Fixes a typo in the html filter that causes a problem when using the paging in the OPAC result lists. (forgot to commit my change when testing the original XSS patches) Signed-off-by: Magnus Enger <magnus at enger.priv.no> I triggered the error with this query string: /cgi-bin/koha/opac-search.pl?idx=kw&q=o'reilly&offset=40&sort_by=author_az After applying the patch the error is gone. Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> commit 5cea05831a59dbae12e60437870908221708b47d Merge: a327747 9ca1783 Author: Paul Poulain <paul.poulain at biblibre.com> Date: Wed Oct 17 17:31:09 2012 +0200 Merge remote-tracking branch 'origin/new/bug_8585' ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Oct 17 17:57:07 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 17 Oct 2012 15:57:07 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_5356 updated. v3.08.00-920-gd68a9f0 Message-ID: <E1TOVzX-0002TE-QY@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_5356 has been updated via d68a9f0c59a54ab3826130009f27c2fea3fb438a (commit) from 0ccb53477aea06ae1e8865cf81be962578437c16 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d68a9f0c59a54ab3826130009f27c2fea3fb438a Author: Jonathan Druart <jonathan.druart at biblibre.com> Date: Tue Oct 16 09:31:08 2012 +0200 Bug 5356: Followup Change font in the layout3pages pdf Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> ----------------------------------------------------------------------- Summary of changes: acqui/pdfformat/layout3pages.pm | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Oct 17 18:00:33 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 17 Oct 2012 16:00:33 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_4118 updated. v3.08.00-762-gb0b927f Message-ID: <E1TOW2r-0002Ua-Fn@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_4118 has been updated via b0b927f4f21e3ad479faa7edacd6c83bc1e6255a (commit) from e9dc807b320356df4f5bc9f477b0181340278497 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit b0b927f4f21e3ad479faa7edacd6c83bc1e6255a Author: Nicole C. Engard <nengard at bywatersolutions.com> Date: Thu Oct 11 20:45:31 2012 -0400 Bug 4118: Follow up: Add ccode to kohastructure for stats CCode was added to the statistics table in this bug, but was not added to kohastructure.sql. This patch adds it with comment to the kohastructure. Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/kohastructure.sql | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Oct 17 18:02:42 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 17 Oct 2012 16:02:42 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_1963 created. v3.08.00-1059-g32fab74 Message-ID: <E1TOW4w-0002VT-2a@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_1963 has been created at 32fab74b980b00cdc7020b44e274b95619dc9166 (commit) - Log ----------------------------------------------------------------- commit 32fab74b980b00cdc7020b44e274b95619dc9166 Author: Fr?d?ric Demians <f.demians at tamil.fr> Date: Fri Oct 5 10:45:18 2012 +0200 Bug 1963 Problem with deleted biblio in a virtual shelf This bug reappear in HEAD/3.8. When trying to display a virtual shelf (list) containing a deleted biblio, this error message is displayed: Software error: Can't call method "field" on an undefined value at ....C4/Koha.pm line 1231. This fix modify SQL query retrieving biblios, just skipping records from virtual shelf table with no linked record in biblio table: LEFT JOIN replace with JOIN. Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> commit 1fd99527bd947a6d2d86822fb9fd964fc35cc582 Merge: dc1680f b0b927f Author: Paul Poulain <paul.poulain at biblibre.com> Date: Wed Oct 17 18:04:30 2012 +0200 Merge remote-tracking branch 'origin/new/bug_4118' commit dc1680f8a97e3632dbc388bf15edfcb36d8911ff Merge: ac66d22 d68a9f0 Author: Paul Poulain <paul.poulain at biblibre.com> Date: Wed Oct 17 18:01:06 2012 +0200 Merge remote-tracking branch 'origin/new/bug_5356' ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Oct 17 18:05:03 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 17 Oct 2012 16:05:03 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1059-g32fab74 Message-ID: <E1TOW7C-0002WZ-U4@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 32fab74b980b00cdc7020b44e274b95619dc9166 (commit) via 1fd99527bd947a6d2d86822fb9fd964fc35cc582 (commit) via b0b927f4f21e3ad479faa7edacd6c83bc1e6255a (commit) via dc1680f8a97e3632dbc388bf15edfcb36d8911ff (commit) via d68a9f0c59a54ab3826130009f27c2fea3fb438a (commit) via ac66d224add7324d08b0bdf86d1574e401280e41 (commit) via 5cea05831a59dbae12e60437870908221708b47d (commit) via 9ca17830d8dff52c9bbc42ea447d330e2c7973e8 (commit) from a327747c1052e940b24c8cf4ce4deb6dc738d3ae (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: C4/VirtualShelves.pm | 2 +- acqui/pdfformat/layout3pages.pm | 1 + installer/data/mysql/kohastructure.sql | 1 + .../en/modules/admin/preferences/circulation.pref | 2 +- .../opac-tmpl/prog/en/includes/page-numbers.inc | 2 +- 5 files changed, 5 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Oct 17 21:35:53 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 17 Oct 2012 19:35:53 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.05-44-g6bee135 Message-ID: <E1TOZPF-0003e0-GQ@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.8.x has been updated via 6bee13520d96446f26eec858b2670830fd6e6498 (commit) from cd4bdff75ed5ccc1922c92803876c2e9091d1a4c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 6bee13520d96446f26eec858b2670830fd6e6498 Author: Magnus Enger <magnus at enger.priv.no> Date: Sun Sep 23 12:28:49 2012 +0200 Bug 8793 - Fix materialTypeCode/typeOf008 icons for NORMARC XSLT This patch fixes some issues with icons related to materialtypes in NORMARC: Remove references to opac-tmpl in the *intranet* NORMARC XSLT files. Add two new icons to koha-tmpl/intranet-tmpl/prog/img/famfamfam/ and koha-tmpl/opac-tmpl/lib/famfamfam/ GR.png - Graphical materials TD.png - Three dimentional objects Copy PR.png from koha-tmpl/intranet-tmpl/prog/img/famfamfam/ to koha-tmpl/opac-tmpl/lib/famfamfam/ Rename the XSLT variable materialTypeCode to typeOf008 for increased consistency between stylesheets. Make sure the XSLT uses icons that are actually available. To test: - No use testing all the different permutations of leader pos. 06 and 019b, I think. - Set marcflavour = NORMARC and turn on default XSLT for OPAC and Intranet, details and results. - Make sure you have a record with something relevant in leader position 6, like g for movies or c for music - Check that the icon turns up in results and details, in the OPAC and Intranet - Toggle DisplayOPACiconsXSLT and check that the results in the OPAC are as expected Signed-off-by: Mirko Tietgen <mirko at abunchofthings.net> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> Conflicts: koha-tmpl/opac-tmpl/prog/en/xslt/NORMARCslim2OPACDetail.xsl koha-tmpl/opac-tmpl/prog/en/xslt/NORMARCslim2OPACResults.xsl Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> ----------------------------------------------------------------------- Summary of changes: .../prog/en/xslt/NORMARCslim2intranetDetail.xsl | 40 ++++++++------------ .../prog/en/xslt/NORMARCslim2intranetResults.xsl | 24 +++++------ .../prog/img/famfamfam/GR.png} | Bin 606 -> 606 bytes .../prog/img/famfamfam/TD.png} | Bin 452 -> 452 bytes .../silk/picture.png => lib/famfamfam/GR.png} | Bin 606 -> 606 bytes .../prog/img => opac-tmpl/lib}/famfamfam/PR.png | Bin 385 -> 385 bytes .../silk/brick.png => lib/famfamfam/TD.png} | Bin 452 -> 452 bytes .../prog/en/xslt/NORMARCslim2OPACDetail.xsl | 40 ++++++++------------ .../prog/en/xslt/NORMARCslim2OPACResults.xsl | 27 ++++++------- 9 files changed, 56 insertions(+), 75 deletions(-) copy koha-tmpl/{opac-tmpl/prog/famfamfam/silk/picture.png => intranet-tmpl/prog/img/famfamfam/GR.png} (100%) copy koha-tmpl/{opac-tmpl/prog/famfamfam/silk/brick.png => intranet-tmpl/prog/img/famfamfam/TD.png} (100%) copy koha-tmpl/opac-tmpl/{prog/famfamfam/silk/picture.png => lib/famfamfam/GR.png} (100%) copy koha-tmpl/{intranet-tmpl/prog/img => opac-tmpl/lib}/famfamfam/PR.png (100%) copy koha-tmpl/opac-tmpl/{prog/famfamfam/silk/brick.png => lib/famfamfam/TD.png} (100%) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Oct 17 21:40:11 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 17 Oct 2012 19:40:11 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.05-46-ge7b91d6 Message-ID: <E1TOZTP-0003fn-BD@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.8.x has been updated via e7b91d6a823401f73d4ef69ae80e045031995dfc (commit) via ebfe2b0cc7f76bb768a196dc3855b809a7d1ad4d (commit) from 6bee13520d96446f26eec858b2670830fd6e6498 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e7b91d6a823401f73d4ef69ae80e045031995dfc Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com> Date: Wed Sep 19 11:45:19 2012 +0200 Bug 8791: OPAC UNIMARC XSLT details: subject with subfield 3 Signed-off-by: Fr?d?ric Demians <f.demians at tamil.fr> I can reproduce the bug, and confirm that this patch fix it. The issue arises when $9 come first, and then $3, which is not that usual. Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> commit ebfe2b0cc7f76bb768a196dc3855b809a7d1ad4d Author: Marc Veron <veron at veron.ch> Date: Thu Oct 4 11:34:42 2012 +0200 Bug 8873 - JavaScript error in Opac displaying tag cloud On master (3.09.00.060), I get a JavaScript error on line 126 in opac-tags.pl while displaying tags cloud. Reason: There are two lines with closing }); Patch removes one line. Signed-off-by: Mirko Tietgen <mirko at abunchofthings.net> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> ----------------------------------------------------------------------- Summary of changes: koha-tmpl/opac-tmpl/prog/en/modules/opac-tags.tt | 1 - .../opac-tmpl/prog/en/xslt/UNIMARCslimUtils.xsl | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Oct 19 17:44:49 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 19 Oct 2012 15:44:49 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8861 created. v3.08.00-1060-g2317b23 Message-ID: <E1TPEkj-0007gE-7R@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8861 has been created at 2317b233e1d63d8cc5a148962697745400f20351 (commit) - Log ----------------------------------------------------------------- commit 2317b233e1d63d8cc5a148962697745400f20351 Author: Mark Tompsett <mtompset at hotmail.com> Date: Tue Oct 2 21:07:18 2012 +0800 Bug 8861 - Undefined variables in batchMod.pl trigger error logs Initialized $op, and changed lines like "$op => 1" and "$error => 1" into separate, conditional template param calls. Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Oct 19 17:49:07 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 19 Oct 2012 15:49:07 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_4177 created. v3.08.00-1061-g4ccf418 Message-ID: <E1TPEot-0007kZ-G0@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_4177 has been created at 4ccf4181bb21b405ae2110142e778d6f5c465b30 (commit) - Log ----------------------------------------------------------------- commit 4ccf4181bb21b405ae2110142e778d6f5c465b30 Author: Mirko Tietgen <mirko at abunchofthings.net> Date: Thu Oct 4 13:26:26 2012 +0200 Bug 4177 opaccloud missing from the system preferences interface There is no option to toggle the (existing) syspref OpacCloud. This patch adds one. Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> Inserted tags manually, enabled system preference, tag subject cloud displays nicely. Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Oct 19 17:58:59 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 19 Oct 2012 15:58:59 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7986 updated. v3.08.00-754-gf03712d Message-ID: <E1TPEyQ-0007sz-Vh@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_7986 has been updated via f03712d37bc5f05aec60bd045429de9b869171fb (commit) via 3a4129e6a3ddac568949e32b0f5d699a8dc607fc (commit) from db4fddd31db1d7d3c3b38230d60511aec8b356a1 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f03712d37bc5f05aec60bd045429de9b869171fb Author: Nicole C. Engard <nengard at bywatersolutions.com> Date: Sat Oct 13 02:48:01 2012 -0400 Bug 7986 Follow Up: Fix ExportRemoveFields This preference was in the code as a choice but should be a list of fields to exclude. This patch makes that change and updates the description to fit more with the standard set by other preferences. Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> commit 3a4129e6a3ddac568949e32b0f5d699a8dc607fc Author: Nicole C. Engard <nengard at bywatersolutions.com> Date: Fri Oct 12 16:55:54 2012 -0400 Bug 7986 Follow Up: Update ExportWithCsvProfile The ExportWithCsvProfile preference was on its own file (tools.pref) when in reality it belonged on the circulation tab. This patch removes the tools.pref file and moves the ExportWithCsvProfile preference and updates the text around it to make it clearer. Signed-off-by: Owen Leonard <oleonard at myacpl.org> Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com> ----------------------------------------------------------------------- Summary of changes: .../intranet-tmpl/prog/en/includes/prefs-menu.inc | 1 - .../en/modules/admin/preferences/circulation.pref | 11 +++++++---- .../prog/en/modules/admin/preferences/tools.pref | 4 ---- 3 files changed, 7 insertions(+), 9 deletions(-) delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/tools.pref hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Oct 19 17:59:33 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 19 Oct 2012 15:59:33 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8525 updated. v3.08.00-631-g1571139 Message-ID: <E1TPEyz-0007ua-IN@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8525 has been updated via 15711398399fadc519914de9394d65238c31f78c (commit) from 676ff1c3df38ae0fb1f3d66e4b634a92485fdde7 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 15711398399fadc519914de9394d65238c31f78c Author: Nicole C. Engard <nengard at bywatersolutions.com> Date: Thu Sep 27 15:05:18 2012 -0400 Follow up: Bug 8525: Update preference description The feature in bug 8525 added highlighting to the detail pages in the opac. This patch updates the preference to note this change. Signed-off-by: Mirko Tietgen <mirko at abunchofthings.net> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/admin/preferences/opac.pref | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Oct 19 18:19:48 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 19 Oct 2012 16:19:48 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1066-gee3eee4 Message-ID: <E1TPFIZ-00084D-VJ@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via ee3eee451d2c36ff58f9443c86a8522ef905eca1 (commit) via 15711398399fadc519914de9394d65238c31f78c (commit) via 8a53d284907bbbe9d3ee2552e964af9f5dfbd0ac (commit) via f03712d37bc5f05aec60bd045429de9b869171fb (commit) via 3a4129e6a3ddac568949e32b0f5d699a8dc607fc (commit) via 4ccf4181bb21b405ae2110142e778d6f5c465b30 (commit) via 2317b233e1d63d8cc5a148962697745400f20351 (commit) from 32fab74b980b00cdc7020b44e274b95619dc9166 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit ee3eee451d2c36ff58f9443c86a8522ef905eca1 Merge: 8a53d28 1571139 Author: Paul Poulain <paul.poulain at biblibre.com> Date: Fri Oct 19 18:03:36 2012 +0200 Merge remote-tracking branch 'origin/new/bug_8525' commit 8a53d284907bbbe9d3ee2552e964af9f5dfbd0ac Merge: 4ccf418 f03712d Author: Paul Poulain <paul.poulain at biblibre.com> Date: Fri Oct 19 18:03:02 2012 +0200 Merge remote-tracking branch 'origin/new/bug_7986' ----------------------------------------------------------------------- Summary of changes: .../intranet-tmpl/prog/en/includes/prefs-menu.inc | 1 - .../en/modules/admin/preferences/circulation.pref | 11 +++++++---- .../prog/en/modules/admin/preferences/opac.pref | 8 +++++++- .../prog/en/modules/admin/preferences/tools.pref | 4 ---- tools/batchMod.pl | 5 +++-- 5 files changed, 17 insertions(+), 12 deletions(-) delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/tools.pref hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Oct 22 06:00:15 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 22 Oct 2012 04:00:15 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.05-49-g1f2b8c7 Message-ID: <E1TQ9BX-0005Rd-6c@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.8.x has been updated via 1f2b8c706a087ced6482ccd2ae4485d0a16bd24f (commit) via c69a364e4b1ceb34ba837bc4441a95db89491e7c (commit) via 94d3e6e713a6550004ead6f95953586ab814f982 (commit) from e7b91d6a823401f73d4ef69ae80e045031995dfc (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 1f2b8c706a087ced6482ccd2ae4485d0a16bd24f Author: Chris Hall <chrish at catalyst.net.nz> Date: Wed Oct 17 14:32:19 2012 +1300 bug 3652 fixing XSS vulnerabilities in opac-search Signed-off-by: Mason James <mtj at kohaaloha.com> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> commit c69a364e4b1ceb34ba837bc4441a95db89491e7c Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Mon Oct 15 11:58:30 2012 -0400 Bug 3652: close XSS vulnerabilities in opac-export The opac-export.pl script had a number of XSS vulnerabilities relating to its error handling. To test: 1) Go to /cgi-bin/koha/opac-export.pl?op=export&bib=2&format=<h2>evil</h2> (substituting a valid biblionumber for the '2') 2) Notice that "evil" is rendered as an h2 heading. 3) Apply patch. 4) Notice that you now see the h2 tags, and they are not rendered by the browser. Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> commit 94d3e6e713a6550004ead6f95953586ab814f982 Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Mon Oct 15 11:45:38 2012 -0400 Bug 3652: close XSS vulnerabilities on biblionumber and authid Previously we did not sanitize biblionumber and authids passed in by the user. To test: 1) Go to /cgi-bin/koha/opac-detail.pl?biblionumber=2hi (substituting a valid biblionumber for the 2). 2) Notice the presence of "2hi" on this page, and also on the ISBD and MARC views. 3) Go to /cgi-bin/koha/opac-authoritiesdetail.pl?authid=2bye (substituting a valid authid for the 2). 4) Notice the presence of "2bye" on this page. 3) Apply patch. 4) Notice that "2hi" and "2bye" strings are gone. Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/opac-results-grouped.tt | 2 +- .../opac-tmpl/prog/en/modules/opac-results.tt | 2 +- opac/opac-ISBDdetail.pl | 3 ++- opac/opac-MARCdetail.pl | 3 ++- opac/opac-authoritiesdetail.pl | 2 +- opac/opac-detail.pl | 1 + opac/opac-export.pl | 11 ++++++++++- opac/opac-showmarc.pl | 1 + 8 files changed, 19 insertions(+), 6 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Oct 22 07:10:08 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 22 Oct 2012 05:10:08 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.05-52-g1d5c2c4 Message-ID: <E1TQAHA-0005jH-K6@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.8.x has been updated via 1d5c2c4587cbc1d349ae6bf79d12d96f401384fa (commit) via 88b8d4385acb68a6d29711ee65b4b2c48a01d245 (commit) via 10fb154caad149b798551820e8dae3abde919f96 (commit) from 1f2b8c706a087ced6482ccd2ae4485d0a16bd24f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 1d5c2c4587cbc1d349ae6bf79d12d96f401384fa Merge: 10fb154 88b8d43 Author: Chris Cormack <chrisc at catalyst.net.nz> Date: Mon Oct 22 18:12:08 2012 +1300 Merge remote-tracking branch 'tamil/3.8.6-translate' into 3.8.x commit 88b8d4385acb68a6d29711ee65b4b2c48a01d245 Author: Fr?d?ric Demians <f.demians at tamil.fr> Date: Mon Oct 22 06:58:06 2012 +0200 3.8.6 Translation Update commit 10fb154caad149b798551820e8dae3abde919f96 Author: Chris Cormack <chrisc at catalyst.net.nz> Date: Mon Oct 22 17:12:42 2012 +1300 Adding release notes ----------------------------------------------------------------------- Summary of changes: misc/release_notes/release_notes_3_8_6.txt | 226 ++ .../po/am-Ethi-i-opac-t-prog-v-3006000.po | 837 +++--- .../po/am-Ethi-i-staff-t-prog-v-3006000.po | 1332 ++++---- misc/translator/po/am-Ethi-pref.po | 2 +- .../po/ar-Arab-i-opac-t-prog-v-3006000.po | 851 +++--- .../po/ar-Arab-i-staff-t-prog-v-3006000.po | 1357 ++++---- misc/translator/po/ar-Arab-pref.po | 24 +- .../translator/po/az-AZ-i-opac-t-prog-v-3006000.po | 837 +++--- .../po/az-AZ-i-staff-t-prog-v-3006000.po | 1341 ++++---- misc/translator/po/az-AZ-pref.po | 2 +- misc/translator/po/ben-i-opac-t-prog-v-3006000.po | 832 +++--- misc/translator/po/ben-i-staff-t-prog-v-3006000.po | 1332 ++++---- misc/translator/po/ben-pref.po | 2 +- .../translator/po/ca-VA-i-opac-t-prog-v-3006000.po | 837 +++--- .../po/ca-VA-i-staff-t-prog-v-3006000.po | 1332 ++++---- misc/translator/po/ca-VA-pref.po | 2 +- .../translator/po/da-DK-i-opac-t-prog-v-3006000.po | 937 +++--- .../po/da-DK-i-staff-t-prog-v-3006000.po | 1345 ++++---- misc/translator/po/da-DK-pref.po | 4 +- .../translator/po/de-CH-i-opac-t-prog-v-3006000.po | 848 +++--- .../po/de-CH-i-staff-t-prog-v-3006000.po | 1353 ++++---- misc/translator/po/de-CH-pref.po | 4 +- .../translator/po/de-DE-i-opac-t-prog-v-3006000.po | 855 +++--- .../po/de-DE-i-staff-t-prog-v-3006000.po | 1365 ++++---- misc/translator/po/de-DE-pref.po | 19 +- .../translator/po/el-GR-i-opac-t-prog-v-3006000.po | 846 +++--- .../po/el-GR-i-staff-t-prog-v-3006000.po | 1345 ++++---- misc/translator/po/el-GR-pref.po | 4 +- .../translator/po/en-GB-i-opac-t-prog-v-3006000.po | 843 +++--- .../po/en-GB-i-staff-t-prog-v-3006000.po | 1341 ++++---- misc/translator/po/en-GB-pref.po | 2 +- .../translator/po/en-NZ-i-opac-t-prog-v-3006000.po | 849 +++--- .../po/en-NZ-i-staff-t-prog-v-3006000.po | 1826 ++++++------ misc/translator/po/en-NZ-pref.po | 17 +- .../translator/po/es-ES-i-opac-t-prog-v-3006000.po | 856 +++--- .../po/es-ES-i-staff-t-prog-v-3006000.po | 1353 ++++---- misc/translator/po/es-ES-pref.po | 21 +- misc/translator/po/eu-i-opac-t-prog-v-3006000.po | 846 +++--- misc/translator/po/eu-pref.po | 2 +- .../translator/po/fi-FI-i-opac-t-prog-v-3006000.po | 848 +++--- .../po/fi-FI-i-staff-t-prog-v-3006000.po | 2030 ++++++------ misc/translator/po/fi-FI-pref.po | 26 +- .../translator/po/fr-CA-i-opac-t-prog-v-3006000.po | 1425 ++++---- .../po/fr-CA-i-staff-t-prog-v-3006000.po | 1450 +++++---- misc/translator/po/fr-CA-pref.po | 2 +- .../translator/po/fr-FR-i-opac-t-prog-v-3006000.po | 858 +++--- .../po/fr-FR-i-staff-t-prog-v-3006000.po | 1380 ++++---- misc/translator/po/fr-FR-pref.po | 28 +- misc/translator/po/hi-i-opac-t-prog-v-3006000.po | 837 +++--- misc/translator/po/hi-i-staff-t-prog-v-3006000.po | 1341 ++++---- misc/translator/po/hi-pref.po | 2 +- .../translator/po/hr-HR-i-opac-t-prog-v-3006000.po | 843 +++--- .../po/hr-HR-i-staff-t-prog-v-3006000.po | 1332 ++++---- misc/translator/po/hr-HR-pref.po | 2 +- .../translator/po/hu-HU-i-opac-t-prog-v-3006000.po | 844 +++--- .../po/hu-HU-i-staff-t-prog-v-3006000.po | 1337 ++++---- misc/translator/po/hu-HU-pref.po | 2 +- .../po/hy-Armn-i-opac-t-prog-v-3006000.po | 849 +++--- .../po/hy-Armn-i-staff-t-prog-v-3006000.po | 1346 ++++---- misc/translator/po/hy-Armn-pref.po | 17 +- .../translator/po/id-ID-i-opac-t-prog-v-3006000.po | 846 +++--- .../po/id-ID-i-staff-t-prog-v-3006000.po | 1338 ++++---- misc/translator/po/id-ID-pref.po | 4 +- .../translator/po/is-IS-i-opac-t-prog-v-3006000.po | 837 +++--- misc/translator/po/is-IS-pref.po | 2 +- .../translator/po/it-IT-i-opac-t-prog-v-3006000.po | 853 +++--- .../po/it-IT-i-staff-t-prog-v-3006000.po | 1350 ++++---- misc/translator/po/it-IT-pref.po | 17 +- .../po/ja-Jpan-JP-i-opac-t-prog-v-3006000.po | 889 +++--- misc/translator/po/ja-Jpan-JP-pref.po | 2 +- .../po/lo-Laoo-i-opac-t-prog-v-3006000.po | 846 +++--- .../po/lo-Laoo-i-staff-t-prog-v-3006000.po | 1339 ++++---- misc/translator/po/lo-Laoo-pref.po | 2 +- .../translator/po/mi-NZ-i-opac-t-prog-v-3006000.po | 838 +++--- misc/translator/po/mi-NZ-pref.po | 2 +- misc/translator/po/mon-i-opac-t-prog-v-3006000.po | 837 +++--- misc/translator/po/mon-i-staff-t-prog-v-3006000.po | 1341 ++++---- misc/translator/po/mon-pref.po | 2 +- misc/translator/po/mr-i-opac-t-prog-v-3006000.po | 835 +++--- misc/translator/po/mr-i-staff-t-prog-v-3006000.po | 1338 ++++---- misc/translator/po/mr-pref.po | 2 +- .../translator/po/ms-MY-i-opac-t-prog-v-3006000.po | 849 +++--- .../po/ms-MY-i-staff-t-prog-v-3006000.po | 1332 ++++---- misc/translator/po/ms-MY-pref.po | 2 +- .../translator/po/nb-NO-i-opac-t-prog-v-3006000.po | 849 +++--- .../po/nb-NO-i-staff-t-prog-v-3006000.po | 1351 ++++---- misc/translator/po/nb-NO-pref.po | 4 +- .../translator/po/nl-BE-i-opac-t-prog-v-3006000.po | 865 +++--- .../po/nl-BE-i-staff-t-prog-v-3006000.po | 3418 +++++++++++--------- misc/translator/po/nl-BE-pref.po | 29 +- .../translator/po/nl-NL-i-opac-t-prog-v-3006000.po | 854 +++--- .../po/nl-NL-i-staff-t-prog-v-3006000.po | 1332 ++++---- misc/translator/po/nl-NL-pref.po | 2 +- .../translator/po/nn-NO-i-opac-t-prog-v-3006000.po | 837 +++--- .../po/nn-NO-i-staff-t-prog-v-3006000.po | 1341 ++++---- misc/translator/po/nn-NO-pref.po | 2 +- .../translator/po/pl-PL-i-opac-t-prog-v-3006000.po | 852 +++--- .../po/pl-PL-i-staff-t-prog-v-3006000.po | 1353 ++++---- misc/translator/po/pl-PL-pref.po | 2 +- .../translator/po/pt-BR-i-opac-t-prog-v-3006000.po | 897 +++--- .../po/pt-BR-i-staff-t-prog-v-3006000.po | 1471 +++++----- misc/translator/po/pt-BR-pref.po | 31 +- .../translator/po/pt-PT-i-opac-t-prog-v-3006000.po | 845 +++--- .../po/pt-PT-i-staff-t-prog-v-3006000.po | 1341 ++++---- misc/translator/po/pt-PT-pref.po | 2 +- .../translator/po/ro-RO-i-opac-t-prog-v-3006000.po | 835 +++--- .../po/ro-RO-i-staff-t-prog-v-3006000.po | 1337 ++++---- misc/translator/po/ro-RO-pref.po | 2 +- .../translator/po/ru-RU-i-opac-t-prog-v-3006000.po | 857 +++--- .../po/ru-RU-i-staff-t-prog-v-3006000.po | 2159 +++++++------ misc/translator/po/ru-RU-pref.po | 2 +- .../translator/po/sd-PK-i-opac-t-prog-v-3006000.po | 830 +++--- .../po/sd-PK-i-staff-t-prog-v-3006000.po | 1332 ++++---- misc/translator/po/sd-PK-pref.po | 2 +- .../translator/po/sv-SE-i-opac-t-prog-v-3006000.po | 835 +++--- .../po/sv-SE-i-staff-t-prog-v-3006000.po | 1339 ++++---- misc/translator/po/sv-SE-pref.po | 2 +- misc/translator/po/tet-i-opac-t-prog-v-3006000.po | 1061 +++--- misc/translator/po/tet-i-staff-t-prog-v-3006000.po | 1380 ++++---- misc/translator/po/tet-pref.po | 6 +- .../po/th-THA-i-opac-t-prog-v-3006000.po | 837 +++--- .../po/th-THA-i-staff-t-prog-v-3006000.po | 1332 ++++---- misc/translator/po/th-THA-pref.po | 2 +- .../translator/po/tr-TR-i-opac-t-prog-v-3006000.po | 849 +++--- .../po/tr-TR-i-staff-t-prog-v-3006000.po | 1357 ++++---- misc/translator/po/tr-TR-pref.po | 2 +- .../translator/po/uk-UA-i-opac-t-prog-v-3006000.po | 851 +++--- .../po/uk-UA-i-staff-t-prog-v-3006000.po | 2219 +++++++------ misc/translator/po/uk-UA-pref.po | 2 +- .../po/ur-Arab-i-opac-t-prog-v-3006000.po | 834 +++--- .../po/ur-Arab-i-staff-t-prog-v-3006000.po | 1332 ++++---- misc/translator/po/ur-Arab-pref.po | 2 +- .../translator/po/vi-VN-i-opac-t-prog-v-3006000.po | 1299 ++++---- .../po/vi-VN-i-staff-t-prog-v-3006000.po | 1336 ++++---- misc/translator/po/vi-VN-pref.po | 2 +- misc/translator/po/zh-Hans-CN-pref.po | 2 +- .../po/zh-Hans-TW-i-opac-t-prog-v-3006000.po | 851 +++--- misc/translator/po/zh-Hans-TW-pref.po | 21 +- 138 files changed, 52859 insertions(+), 50457 deletions(-) create mode 100644 misc/release_notes/release_notes_3_8_6.txt hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Oct 22 07:16:42 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 22 Oct 2012 05:16:42 +0000 Subject: [koha-commits] main Koha release repository annotated tag v3.08.06 created. v3.08.06 Message-ID: <E1TQANW-0005mx-Po@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The annotated tag, v3.08.06 has been created at f1ba4bf45fef07479a50a1dfcf98a9793bc88fe5 (tag) tagging 1d5c2c4587cbc1d349ae6bf79d12d96f401384fa (commit) replaces v3.08.05 tagged by Chris Cormack on Mon Oct 22 18:20:28 2012 +1300 - Log ----------------------------------------------------------------- Koha release 3.8.6 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iEYEABECAAYFAlCE15wACgkQZgbcHEvgMLMCdQCffIXa2R6qYzSmwMhxyHUgJKGx J/cAoIpmksY0b8+MCsK2w1J7YhEGJVco =ZhKj -----END PGP SIGNATURE----- Adrien Saurat (2): Bug 7873: fixes sort on Title in OPAC basket Bug 8441: hides MODS export by default in French install Chris Cormack (7): Bug 7642: Fixing typo Bug 3652 : [SIGNED-OFF] [SECURITY] XSS vulnerability Bug 3652: XSS vulnerability in page numbering Bug 3652 XSS vulnerability in facets Bug 3652: Fixing a typo Adding release notes Merge remote-tracking branch 'tamil/3.8.6-translate' into 3.8.x Chris Hall (1): bug 3652 fixing XSS vulnerabilities in opac-search David Cook (1): Bug 8764 - Template change "Authors" to "Additional authors" in OPAC Fridolyn SOMERS (5): Bug 8629: update of statistics fields on fund selection in order creation/edition Bug 8702: System preferences search does not allow accented letters Bug 8497: Strange behavior when modifying the timeout system preference Bug 8863: When clearing a patron attribute, they are all cleared Bug 8791: OPAC UNIMARC XSLT details: subject with subfield 3 Fr?d?ric Demians (1): 3.8.6 Translation Update Fr?d?rick Capovilla (1): Bug 8583 : Add a warning if a Z39.50 search is started from biblio edition page. Ivan Brown (1): Bug 7643 - Can't upload and import zipped file of patron images Jared Camins-Esakov (4): Bug 8581: don't display parentheses when we don't have a type Bug 8744: Thesaurus in authorities should not lock fields Bug 3652: close XSS vulnerabilities on biblionumber and authid Bug 3652: close XSS vulnerabilities in opac-export Jonathan Druart (1): Bug 4173: Followup: put the lib into a variable Joseph Alway (1): Bug 8680 Z39.50 ISBN Search is problematic and there is a missing ISSN field. Julian Maurice (2): Bug 8850: Export CanBookBeReserved in C4::ILSDI::Services Bug 8850: Export CanItemBeReserved in C4::ILSDI::Services Kyle M Hall (5): Bug 4173 - Statuses not appearing in the OPAC Bug 4173: Followup: Document KohaAuthorisedValues plugin Bug 8739 - Partial Fine Payments Saving Amount Paid Incorrectly Bug 8700 - RESERVESLIP fields not being replaced correctly Bug 8869 - Duplicate member check doesn't disable submit button on bottom. Magnus Enger (1): Bug 8793 - Fix materialTypeCode/typeOf008 icons for NORMARC XSLT Marc Veron (3): Bug 8810 - Opac: Cart should display branchname instead of branchcode Bug 8796 - patron cards not starting on designated card Bug 8873 - JavaScript error in Opac displaying tag cloud Mark Tompsett (3): Bug 8350: warning in logs when searching for nonexistent ISBN Bug 8772 - Uninitialized variable triggers error log entry in smart_rules.pl Bug 8175 - check logs error or displays incorrectly in details.pl Mason James (1): Bug 7589 - tinymce editor broken in .deb packages - in 'en' templates Maxime Pelletier (1): Bug 8659 Remove and readd the inactive funds in javascript to make it work in all browsers Nicole C. Engard (1): Bug 8721: Fixes minor typo in AllowItemsOnHoldCheckout Owen Leonard (3): Bug 8617 - Problem with display of comments waiting for moderation in OPAC Bug 8711 - alternating colors messed up on reports Bug 6037 [Follow-up] Invalid markup, missing breadcrumbs on Keyword to MARC Mapping page Paul Poulain (5): Bug 7642 follow-up fix POD Bug 8739 follow-up fixing perlcritic error Bug 8379 removing another useless ->disconnect line Bug 8379 don't close dbh Bug 7873 follow-up s/tab/4spaces/ Robin Sheat (2): Bug 7642 - [3.8.x] fix the lost display of tag sizes Bug 8806 - [3.8.x] Changelog updates, dependencies ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Oct 22 08:55:48 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 22 Oct 2012 06:55:48 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.06-1-gbd5bb85 Message-ID: <E1TQBvQ-0006BT-LZ@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.8.x has been updated via bd5bb8549bc962e00206b14aa417b89cb0adac03 (commit) from 1d5c2c4587cbc1d349ae6bf79d12d96f401384fa (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit bd5bb8549bc962e00206b14aa417b89cb0adac03 Author: Chris Cormack <chrisc at catalyst.net.nz> Date: Mon Oct 22 19:59:24 2012 +1300 Bumping db version ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/updatedatabase.pl | 6 ++++++ kohaversion.pl | 2 +- 2 files changed, 7 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Oct 22 08:59:59 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 22 Oct 2012 06:59:59 +0000 Subject: [koha-commits] main Koha release repository annotated tag v3.08.06 created. v3.08.06 Message-ID: <E1TQBzT-0006F2-Mt@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The annotated tag, v3.08.06 has been created at 9283501121eca2ce132e0154e57294fdc56efc5b (tag) tagging bd5bb8549bc962e00206b14aa417b89cb0adac03 (commit) replaces v3.08.05 tagged by Chris Cormack on Mon Oct 22 20:00:49 2012 +1300 - Log ----------------------------------------------------------------- Koha release 3.8.6 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iEYEABECAAYFAlCE7yEACgkQZgbcHEvgMLOZLACgj7NgM4SbiP9XZzAmbIvd+JLI a1UAn0GWgHfsbr3B4zsW1fka/V3z33Bh =01La -----END PGP SIGNATURE----- Adrien Saurat (2): Bug 7873: fixes sort on Title in OPAC basket Bug 8441: hides MODS export by default in French install Chris Cormack (8): Bug 7642: Fixing typo Bug 3652 : [SIGNED-OFF] [SECURITY] XSS vulnerability Bug 3652: XSS vulnerability in page numbering Bug 3652 XSS vulnerability in facets Bug 3652: Fixing a typo Adding release notes Merge remote-tracking branch 'tamil/3.8.6-translate' into 3.8.x Bumping db version Chris Hall (1): bug 3652 fixing XSS vulnerabilities in opac-search David Cook (1): Bug 8764 - Template change "Authors" to "Additional authors" in OPAC Fridolyn SOMERS (5): Bug 8629: update of statistics fields on fund selection in order creation/edition Bug 8702: System preferences search does not allow accented letters Bug 8497: Strange behavior when modifying the timeout system preference Bug 8863: When clearing a patron attribute, they are all cleared Bug 8791: OPAC UNIMARC XSLT details: subject with subfield 3 Fr?d?ric Demians (1): 3.8.6 Translation Update Fr?d?rick Capovilla (1): Bug 8583 : Add a warning if a Z39.50 search is started from biblio edition page. Ivan Brown (1): Bug 7643 - Can't upload and import zipped file of patron images Jared Camins-Esakov (4): Bug 8581: don't display parentheses when we don't have a type Bug 8744: Thesaurus in authorities should not lock fields Bug 3652: close XSS vulnerabilities on biblionumber and authid Bug 3652: close XSS vulnerabilities in opac-export Jonathan Druart (1): Bug 4173: Followup: put the lib into a variable Joseph Alway (1): Bug 8680 Z39.50 ISBN Search is problematic and there is a missing ISSN field. Julian Maurice (2): Bug 8850: Export CanBookBeReserved in C4::ILSDI::Services Bug 8850: Export CanItemBeReserved in C4::ILSDI::Services Kyle M Hall (5): Bug 4173 - Statuses not appearing in the OPAC Bug 4173: Followup: Document KohaAuthorisedValues plugin Bug 8739 - Partial Fine Payments Saving Amount Paid Incorrectly Bug 8700 - RESERVESLIP fields not being replaced correctly Bug 8869 - Duplicate member check doesn't disable submit button on bottom. Magnus Enger (1): Bug 8793 - Fix materialTypeCode/typeOf008 icons for NORMARC XSLT Marc Veron (3): Bug 8810 - Opac: Cart should display branchname instead of branchcode Bug 8796 - patron cards not starting on designated card Bug 8873 - JavaScript error in Opac displaying tag cloud Mark Tompsett (3): Bug 8350: warning in logs when searching for nonexistent ISBN Bug 8772 - Uninitialized variable triggers error log entry in smart_rules.pl Bug 8175 - check logs error or displays incorrectly in details.pl Mason James (1): Bug 7589 - tinymce editor broken in .deb packages - in 'en' templates Maxime Pelletier (1): Bug 8659 Remove and readd the inactive funds in javascript to make it work in all browsers Nicole C. Engard (1): Bug 8721: Fixes minor typo in AllowItemsOnHoldCheckout Owen Leonard (3): Bug 8617 - Problem with display of comments waiting for moderation in OPAC Bug 8711 - alternating colors messed up on reports Bug 6037 [Follow-up] Invalid markup, missing breadcrumbs on Keyword to MARC Mapping page Paul Poulain (5): Bug 7642 follow-up fix POD Bug 8739 follow-up fixing perlcritic error Bug 8379 removing another useless ->disconnect line Bug 8379 don't close dbh Bug 7873 follow-up s/tab/4spaces/ Robin Sheat (2): Bug 7642 - [3.8.x] fix the lost display of tag sizes Bug 8806 - [3.8.x] Changelog updates, dependencies ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Oct 22 14:10:15 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 22 Oct 2012 12:10:15 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_3087 created. v3.08.00-1067-g084367f Message-ID: <E1TQGpj-0007VM-HW@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_3087 has been created at 084367f6cb6af84817d08672e26054e13a2057f5 (commit) - Log ----------------------------------------------------------------- commit 084367f6cb6af84817d08672e26054e13a2057f5 Author: Fr?d?ric Demians <f.demians at tamil.fr> Date: Wed Apr 11 17:36:40 2012 +0200 Bug 3087 Fix Z39.50 server to return the correct record syntax Modify Makefile.PL and Zebra configuration files in order to parametrized biblio record type returned by Zebra Z39.50 server. How to test: - Test with a MARC21 and a UNIMARC DB - Do a new installation - Search from OPAC - Search from a Z39.50 client like yaz-client: syntax = MARC21/UNIMARC must be choosed - It was working for MARC21: it continues to work - It wasn't working for UNIMARC: it works now, both in OPAC and from a Z39.50 client Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> Works fine for MARC21. Frederic looked at UNIMARC. Magnus looked at NORMARC. GRS1 works okay for me. I still have issues with DOM, but they are not directly related to changes in this patch. A followup is still needed for packaging (debian/templates). Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Oct 22 14:16:52 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 22 Oct 2012 12:16:52 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1067-g084367f Message-ID: <E1TQGw8-0007Z3-KW@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 084367f6cb6af84817d08672e26054e13a2057f5 (commit) from ee3eee451d2c36ff58f9443c86a8522ef905eca1 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: C4/Context.pm | 2 + Makefile.PL | 1 + etc/koha-conf.xml | 46 +++++++++++++++--------------- etc/zebradb/etc/usmarc.mar | 4 +- etc/zebradb/retrieval-info-auth-dom.xml | 4 +- etc/zebradb/retrieval-info-auth-grs1.xml | 14 ++++---- etc/zebradb/retrieval-info-bib-dom.xml | 4 +- etc/zebradb/retrieval-info-bib-grs1.xml | 14 ++++---- 8 files changed, 46 insertions(+), 43 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Oct 22 14:57:15 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 22 Oct 2012 12:57:15 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8724 created. v3.08.00-1069-g471f05a Message-ID: <E1TQHZD-0007ki-3Q@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8724 has been created at 471f05a0c708dc31954aed1c988f580948b672e0 (commit) - Log ----------------------------------------------------------------- commit 471f05a0c708dc31954aed1c988f580948b672e0 Author: Paul Poulain <paul.poulain at biblibre.com> Date: Mon Oct 22 15:00:25 2012 +0200 Bug 8724 follow-up DBRev number commit 8626a5bebb3f900d852a3d98c5f45d95cea5272d Author: Tomas Cohen Arazi <tomascohen at gmail.com> Date: Tue Sep 4 15:02:51 2012 -0300 Bug 8724 - Upgrade from NoZebra installs is broken Properly set the relevant NoZebra and QueryRemoveStopwords sysprefs to 0 to fix issues on upgrades. Also removes the sysprefs from preferences/searching.pref Regards To+ Sponsored-by: Universidad Nacional de C?rdoba Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Oct 22 17:04:31 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 22 Oct 2012 15:04:31 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7483 created. v3.08.00-1071-gfc49b7a Message-ID: <E1TQJYN-0008KY-R9@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_7483 has been created at fc49b7a3b501b2133974b91352f520e9eb6ba528 (commit) - Log ----------------------------------------------------------------- commit fc49b7a3b501b2133974b91352f520e9eb6ba528 Author: Paul Poulain <paul.poulain at biblibre.com> Date: Mon Oct 22 17:07:37 2012 +0200 Bug 7483 follow-up replacing tabs by 4 spaces in both templates commit d27c8210ae6e44e7d24019ed61bb4cd6cd27c32b Author: Adrien Saurat <adrien.saurat at biblibre.com> Date: Tue Sep 18 14:51:28 2012 +0200 Bug 7483: fixes on breadcrumbs in Authority administration Better breadcrumbs for the following pages: - auth_tag_structure.pl - auth_subfields_structure.pl Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Oct 22 17:06:28 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 22 Oct 2012 15:06:28 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8792 created. v3.08.00-1072-g2b9ba0f Message-ID: <E1TQJaG-0008MM-AD@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8792 has been created at 2b9ba0fd0a3d641095760663cb1aa72674594ca3 (commit) - Log ----------------------------------------------------------------- commit 2b9ba0fd0a3d641095760663cb1aa72674594ca3 Author: Jonathan Druart <jonathan.druart at biblibre.com> Date: Wed Sep 19 15:05:03 2012 +0200 Babeltheque: Remove the unused tab on the opac detail page http://bugs.koha-community.org/show_bug.cgi?id=8792 Signed-off-by: Marc Veron <veron at veron.ch> Babeltheque tab is removed as expected Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Oct 22 17:16:05 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 22 Oct 2012 15:16:05 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8898 created. v3.08.00-1073-gfc78d1c Message-ID: <E1TQJjY-0008T8-UL@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8898 has been created at fc78d1c268aa8cd11e7e7f686ebb931ad30d802b (commit) - Log ----------------------------------------------------------------- commit fc78d1c268aa8cd11e7e7f686ebb931ad30d802b Author: Owen Leonard <oleonard at myacpl.org> Date: Wed Oct 10 14:33:04 2012 -0400 Bug 8898 - Remove unused mainmenu include and related styles in the staff client This patch removes the mainmenu and additem-menu includes and #navigation references in staff-global.css which were used by those includes. Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Oct 22 17:26:53 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 22 Oct 2012 15:26:53 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8916 created. v3.08.00-1075-g3ebb36e Message-ID: <E1TQJu1-00007W-35@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8916 has been created at 3ebb36e67a062f56d5c148a0ea47416581a87779 (commit) - Log ----------------------------------------------------------------- commit 3ebb36e67a062f56d5c148a0ea47416581a87779 Author: Paul Poulain <paul.poulain at biblibre.com> Date: Mon Oct 22 17:30:41 2012 +0200 Bug 8916 follow-up adding Mathieu Saby to contributors list Also adding 3.8.6 release commit e0cd4f898ffebca7d4280f438224fa5fe5375dd6 Author: Mathieu Saby <mathieu.saby at univ-rennes2.fr> Date: Sat Oct 13 10:36:37 2012 +0200 Bug 8916: Hide Curriculum index in advanced search if marcflavor = unimarc This patch hides curriculum option value in koha-tmpl/intranet-tmpl/prog/en/includes/search_indexes.inc and koha-tmpl/opac-tmpl/prog/en/modules/opac-advsearch.tt if marcflavor = UNIMARC To test - set marcflavour to UNIMARC, this option should be hidden in the index list in opac and staff interface advanced search - set marcflavour to MARC21, this option should be visible, as before Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Oct 22 17:29:08 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 22 Oct 2012 15:29:08 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8933 created. v3.08.00-1076-gbbcef72 Message-ID: <E1TQJwC-00008L-R9@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8933 has been created at bbcef720a50c4ce134e6efd4bb8378126a4a1a1b (commit) - Log ----------------------------------------------------------------- commit bbcef720a50c4ce134e6efd4bb8378126a4a1a1b Author: Nicole C. Engard <nengard at bywatersolutions.com> Date: Sat Oct 13 07:11:10 2012 -0400 Bug 8933: Update transport cost matrix styles The transport cost matrix is capitlized wrong (based on our rules). This patch fixes capitalization errors and adds the matrix to the admin menu where it was missing before. Signed-off-by: Owen Leonard <oleonard at myacpl.org> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Oct 22 17:41:25 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 22 Oct 2012 15:41:25 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8923 created. v3.08.00-1077-gb9f4082 Message-ID: <E1TQK85-0000CN-Qw@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8923 has been created at b9f4082f1b38fce056f34a9162b660ef2de7d6b7 (commit) - Log ----------------------------------------------------------------- commit b9f4082f1b38fce056f34a9162b660ef2de7d6b7 Author: Owen Leonard <oleonard at myacpl.org> Date: Mon Oct 15 13:20:31 2012 -0400 Bug 8923 [Revised] Add ids to repeated pagination menus to allow for CSS customization This patch adds ids to each pagination menu on the OPAC search results page so that they can be customized via CSS or JavaScript. To test, modify OpacUserCSS to hide ids "top-pages" and "bottom-pages" and confirm that they are hidden. Also fixed is an unescaped ampersand introduced by Bug 8209. Revision removes debugging changes to an unrelated file. Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Oct 22 17:42:00 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 22 Oct 2012 15:42:00 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1077-gb9f4082 Message-ID: <E1TQK8e-0000DC-1J@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via b9f4082f1b38fce056f34a9162b660ef2de7d6b7 (commit) via bbcef720a50c4ce134e6efd4bb8378126a4a1a1b (commit) via 3ebb36e67a062f56d5c148a0ea47416581a87779 (commit) via e0cd4f898ffebca7d4280f438224fa5fe5375dd6 (commit) via fc78d1c268aa8cd11e7e7f686ebb931ad30d802b (commit) via 2b9ba0fd0a3d641095760663cb1aa72674594ca3 (commit) via fc49b7a3b501b2133974b91352f520e9eb6ba528 (commit) via d27c8210ae6e44e7d24019ed61bb4cd6cd27c32b (commit) via 471f05a0c708dc31954aed1c988f580948b672e0 (commit) via 8626a5bebb3f900d852a3d98c5f45d95cea5272d (commit) from 084367f6cb6af84817d08672e26054e13a2057f5 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: docs/history.txt | 5 +- installer/data/mysql/sysprefs.sql | 2 +- installer/data/mysql/updatedatabase.pl | 8 ++ .../intranet-tmpl/prog/en/css/staff-global.css | 16 --- .../prog/en/includes/additem-menu.inc | 6 - .../intranet-tmpl/prog/en/includes/admin-menu.inc | 1 + .../intranet-tmpl/prog/en/includes/mainmenu.inc | 78 ------------- .../prog/en/includes/search_indexes.inc | 4 +- koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 1 + .../prog/en/modules/admin/admin-home.tt | 2 +- .../en/modules/admin/auth_subfields_structure.tt | 38 ++++--- .../prog/en/modules/admin/auth_tag_structure.tt | 116 ++++++++++++-------- .../en/modules/admin/preferences/searching.pref | 19 --- .../prog/en/modules/admin/transport-cost-matrix.tt | 4 +- koha-tmpl/opac-tmpl/prog/en/css/opac.css | 4 + .../opac-tmpl/prog/en/modules/opac-advsearch.tt | 2 + koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt | 4 - .../opac-tmpl/prog/en/modules/opac-results.tt | 6 +- kohaversion.pl | 2 +- 19 files changed, 120 insertions(+), 198 deletions(-) delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/additem-menu.inc delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/mainmenu.inc hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Oct 22 17:44:26 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 22 Oct 2012 15:44:26 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8934 created. v3.08.00-1078-gd50edb9 Message-ID: <E1TQKB0-0000FV-8a@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8934 has been created at d50edb9a8f8e458f8a009e2c7838d219aa3d1fd3 (commit) - Log ----------------------------------------------------------------- commit d50edb9a8f8e458f8a009e2c7838d219aa3d1fd3 Author: Nicole C. Engard <nengard at bywatersolutions.com> Date: Sat Oct 13 07:33:31 2012 -0400 Bug 8934: Fix transport cost matrix help language The transport cost matrix has a typo (arbitrarymax) and the help text could be worded better. This patch makes those changes. Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Oct 22 17:46:16 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 22 Oct 2012 15:46:16 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8870 created. v3.08.00-1079-g492dd7d Message-ID: <E1TQKCm-0000Gd-G9@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8870 has been created at 492dd7dc7f78ae29371f2d5a0e0eab224b406fb3 (commit) - Log ----------------------------------------------------------------- commit 492dd7dc7f78ae29371f2d5a0e0eab224b406fb3 Author: Fr?d?ric Demians <f.demians at tamil.fr> Date: Wed Oct 3 17:55:50 2012 +0200 Bug 8870 UNIMARC authorities search doesn't display information properly - Note field (3xx) are not displayed on search result page. We get 'HASH()' text. - Parallel/Other forms (7xx) are not displayed, with language name in front of heading, both on result and detail page. - Note are not displayed. - On result page, seealso form are displayed, but end with a superfluous '--' - Style the result page, with condensed block, and space between them. - Done both on OPAC/staff To be applied on 3.8.x after bug 8523. Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Oct 22 17:48:17 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 22 Oct 2012 15:48:17 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8935 created. v3.08.00-1080-gaf68717 Message-ID: <E1TQKEi-0000Ih-Re@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8935 has been created at af6871701637a057ba1e9bfe00498dc98ea5b207 (commit) - Log ----------------------------------------------------------------- commit af6871701637a057ba1e9bfe00498dc98ea5b207 Author: Owen Leonard <oleonard at myacpl.org> Date: Wed Oct 17 12:35:28 2012 -0400 Bug 8935 - transport cost matrix could be prettier Correcting the template so that it follows established interface patterns and coding guidelines: - Form contents in a fieldset - Submit button in a fieldset with class "action" and with a "Cancel" link. - Errors displayed in a <div class="dialog alert"> (no custom error classes necessary). - Valid markup. - No JavaScript errors (to that end, the patch removes a call to a non-existent function, show_transport_cost_matrix) http://bugs.koha-community.org/show_bug.cgi?id=8936 Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com> still works as expected and is much more visually appealing. Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Oct 22 18:13:50 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 22 Oct 2012 16:13:50 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8945 created. v3.08.00-1098-ge242a3a Message-ID: <E1TQKdR-0000Ur-Re@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8945 has been created at e242a3a6965c0391ba1677e45fe8b2047284abe1 (commit) - Log ----------------------------------------------------------------- commit e242a3a6965c0391ba1677e45fe8b2047284abe1 Author: Nicole C. Engard <nengard at bywatersolutions.com> Date: Fri Oct 19 14:09:56 2012 -0400 Bug 8945: Update comments help file Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> commit 152605e319f69ec5ef708992a3b5c839fea01537 Author: Nicole C. Engard <nengard at bywatersolutions.com> Date: Fri Oct 19 14:07:10 2012 -0400 Bug 8945: Hold help file This patch updates the holds help file. Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> commit f893e2a5fbd5f9c4cb1e459f0a8f9a53cb9aa57b Author: Nicole C. Engard <nengard at bywatersolutions.com> Date: Fri Oct 19 14:01:13 2012 -0400 Bug 8945: Reports Help Files This patch updates the reports help files for 3.10. Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> commit 44811b92bbc0aa0baa02bb275107b5c614171f5d Author: Nicole C. Engard <nengard at bywatersolutions.com> Date: Fri Oct 19 12:13:49 2012 -0400 Bug 8945: Update patron card creator help files Links to the manual updated, no other changes needed at this time. Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> commit 8f842c7cb796b9177bfc700b09334568ddb22951 Author: Nicole C. Engard <nengard at bywatersolutions.com> Date: Fri Oct 19 12:03:46 2012 -0400 Bug 8945: Update offline circ help files This patch adds in a help file for the FF offline processer and updates the other help file. Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> commit 5bbff8be8f05ed0e3572a377f0aa681f1a329d8f Author: Nicole C. Engard <nengard at bywatersolutions.com> Date: Fri Oct 19 11:50:03 2012 -0400 Bug 8945: Add patron routing list help file This patch adds a missing help file to the members folder. Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> commit cc748481d1f4ac02944d0f94624ea63e5b2a3b70 Author: Nicole C. Engard <nengard at bywatersolutions.com> Date: Fri Oct 19 11:43:45 2012 -0400 Bug 8945: Update patron help files This patch adds two missing help files and updates the existing help files in the members folder. Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> commit 47492c9c730fac64d1f395ac4af142fc036bc353 Author: Nicole C. Engard <nengard at bywatersolutions.com> Date: Fri Oct 19 11:22:09 2012 -0400 Bug 8945: Label help files This patch just updates the manual links in the label folder becaue no other functionality has changed. Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> commit f4d1f9106c46b06be025c54bc1850ba83f867e17 Author: Nicole C. Engard <nengard at bywatersolutions.com> Date: Fri Oct 19 11:10:41 2012 -0400 Bug 8945: Circulation help files Updates circulation help files. Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> commit 4399526be848ff0c2e5d5ecf1cf42d5b13a375aa Author: Nicole C. Engard <nengard at bywatersolutions.com> Date: Fri Oct 19 10:36:48 2012 -0400 Bug 8945: Add missing detail help file to catalog This patch adds a missing help file to the catalogue folder. Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> commit e76c36a85d536fcff554bb1a32d66270fd8c0f29 Author: Nicole C. Engard <nengard at bywatersolutions.com> Date: Fri Oct 19 10:33:17 2012 -0400 Bug 8945: Cataloging Help Files This patch adds one missing help file for analytics and updates the others. Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> commit 9cc050bae25d9a3465203cb07329055db48ce3eb Author: Nicole C. Engard <nengard at bywatersolutions.com> Date: Fri Oct 19 09:55:40 2012 -0400 Bug 8945: Catalogue Help Files This patch updates the catalogue help files. Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> commit 5a774b4a3566ec43fe8393a32307bc86ec175c2d Author: Nicole C. Engard <nengard at bywatersolutions.com> Date: Fri Oct 19 09:52:42 2012 -0400 Bug 8945: Authority Help Files This patch updates authority help files. Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> commit cb54358aedd934cb5f8e07d2221edb81851feefa Author: Nicole C. Engard <nengard at bywatersolutions.com> Date: Fri Oct 19 09:24:16 2012 -0400 Bug 8945: Administration Help Files This patch adds the help file for the transport cost matrix and updates all others. Still needed is a help file for 'did you mean'. Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> commit a1225ba9d1e53d3165e3fa1890d28332b4c516ec Author: Nicole C. Engard <nengard at bywatersolutions.com> Date: Fri Oct 19 08:05:22 2012 -0400 Bug 8945: Acquisitions Help Files for 3.10 This patch adds a few missing help files and updates all of the existing help files for 3.10. Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> commit 1a92ab45d16d67340bc1f56f67cab664bd7c2cfe Author: Nicole C. Engard <nengard at bywatersolutions.com> Date: Fri Oct 19 07:35:07 2012 -0400 Bug 8945: Update help files for 3.10 This patch updates help files that are not in any specific module folder. Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Oct 22 19:35:25 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 22 Oct 2012 17:35:25 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1098-ge242a3a Message-ID: <E1TQLuP-0000qj-86@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via e242a3a6965c0391ba1677e45fe8b2047284abe1 (commit) via 152605e319f69ec5ef708992a3b5c839fea01537 (commit) via f893e2a5fbd5f9c4cb1e459f0a8f9a53cb9aa57b (commit) via 44811b92bbc0aa0baa02bb275107b5c614171f5d (commit) via 8f842c7cb796b9177bfc700b09334568ddb22951 (commit) via 5bbff8be8f05ed0e3572a377f0aa681f1a329d8f (commit) via cc748481d1f4ac02944d0f94624ea63e5b2a3b70 (commit) via 47492c9c730fac64d1f395ac4af142fc036bc353 (commit) via f4d1f9106c46b06be025c54bc1850ba83f867e17 (commit) via 4399526be848ff0c2e5d5ecf1cf42d5b13a375aa (commit) via e76c36a85d536fcff554bb1a32d66270fd8c0f29 (commit) via 9cc050bae25d9a3465203cb07329055db48ce3eb (commit) via 5a774b4a3566ec43fe8393a32307bc86ec175c2d (commit) via cb54358aedd934cb5f8e07d2221edb81851feefa (commit) via a1225ba9d1e53d3165e3fa1890d28332b4c516ec (commit) via 1a92ab45d16d67340bc1f56f67cab664bd7c2cfe (commit) via 17c097a71eb886119cb75f86c18061445f57396c (commit) via c76d6fe3f181b787139e17536ae94232a55fba55 (commit) via af6871701637a057ba1e9bfe00498dc98ea5b207 (commit) via 492dd7dc7f78ae29371f2d5a0e0eab224b406fb3 (commit) via d50edb9a8f8e458f8a009e2c7838d219aa3d1fd3 (commit) from b9f4082f1b38fce056f34a9162b660ef2de7d6b7 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: C4/AuthoritiesMarc.pm | 58 +++++++-------- .../intranet-tmpl/prog/en/css/staff-global.css | 10 +++ .../en/includes/authorities-search-results.inc | 51 ++++++++++--- .../intranet-tmpl/prog/en/includes/hold-menu.inc | 35 --------- .../prog/en/modules/acqui/invoices.tt | 2 +- .../prog/en/modules/admin/transport-cost-matrix.tt | 50 ++++++------- .../intranet-tmpl/prog/en/modules/help/about.tt | 10 ++- .../prog/en/modules/help/acqui/acqcontract.tt | 2 +- .../prog/en/modules/help/acqui/acqui-home.tt | 2 +- .../prog/en/modules/help/acqui/basket.tt | 44 ++++++++--- .../prog/en/modules/help/acqui/basketgroup.tt | 2 +- .../prog/en/modules/help/acqui/basketheader.tt | 16 +++- .../prog/en/modules/help/acqui/booksellers.tt | 8 +- .../prog/en/modules/help/acqui/histsearch.tt | 11 +-- .../prog/en/modules/help/acqui/invoice.tt | 13 +++ .../prog/en/modules/help/acqui/invoices.tt | 13 +++ .../prog/en/modules/help/acqui/lateorders.tt | 2 +- .../prog/en/modules/help/acqui/neworderbiblio.tt | 2 +- .../prog/en/modules/help/acqui/neworderempty.tt | 2 +- .../en/modules/help/acqui/newordersuggestion.tt | 3 +- .../prog/en/modules/help/acqui/orderreceive.tt | 14 ++-- .../prog/en/modules/help/acqui/parcel.tt | 16 ++-- .../prog/en/modules/help/acqui/parcels.tt | 14 ++-- .../prog/en/modules/help/acqui/supplier.tt | 2 +- .../prog/en/modules/help/acqui/uncertainprice.tt | 9 ++ .../prog/en/modules/help/acqui/z3950_search.tt | 2 +- .../prog/en/modules/help/admin/admin-home.tt | 4 +- .../prog/en/modules/help/admin/aqbudgetperiods.tt | 32 ++++++-- .../prog/en/modules/help/admin/aqbudgets.tt | 4 +- .../prog/en/modules/help/admin/aqplan.tt | 12 ++-- .../modules/help/admin/auth_subfields_structure.tt | 3 +- .../en/modules/help/admin/auth_tag_structure.tt | 2 +- .../en/modules/help/admin/authorised_values.tt | 15 +++- .../prog/en/modules/help/admin/authtypes.tt | 2 +- .../prog/en/modules/help/admin/biblio_framework.tt | 2 +- .../modules/help/admin/branch_transfer_limits.tt | 2 +- .../prog/en/modules/help/admin/branches.tt | 2 +- .../prog/en/modules/help/admin/categorie.tt | 16 +++- .../prog/en/modules/help/admin/checkmarc.tt | 2 +- .../prog/en/modules/help/admin/cities.tt | 2 +- .../prog/en/modules/help/admin/classsources.tt | 8 +- .../prog/en/modules/help/admin/currency.tt | 2 +- .../prog/en/modules/help/admin/fieldmapping.tt | 2 +- .../modules/help/admin/item_circulation_alerts.tt | 2 +- .../prog/en/modules/help/admin/itemtypes.tt | 2 +- .../prog/en/modules/help/admin/koha2marclinks.tt | 2 +- .../modules/help/admin/marc_subfields_structure.tt | 2 +- .../prog/en/modules/help/admin/marctagstructure.tt | 2 +- .../prog/en/modules/help/admin/matching-rules.tt | 2 +- .../prog/en/modules/help/admin/oai_set_mappings.tt | 2 +- .../prog/en/modules/help/admin/oai_sets.tt | 2 +- .../en/modules/help/admin/patron-attr-types.tt | 22 +++--- .../prog/en/modules/help/admin/preferences.tt | 38 +++++----- .../prog/en/modules/help/admin/roadtype.tt | 2 +- .../prog/en/modules/help/admin/smart-rules.tt | 80 ++++++++++---------- .../prog/en/modules/help/admin/stopwords.tt | 2 +- .../en/modules/help/admin/transport-cost-matrix.tt | 15 ++++ .../prog/en/modules/help/admin/z3950servers.tt | 4 +- .../modules/help/authorities/authorities-home.tt | 4 +- .../en/modules/help/authorities/authorities.tt | 10 ++- .../prog/en/modules/help/authorities/detail.tt | 4 +- .../prog/en/modules/help/catalogue/detail.tt | 9 ++ .../prog/en/modules/help/catalogue/issuehistory.tt | 2 +- .../prog/en/modules/help/catalogue/moredetail.tt | 2 +- .../prog/en/modules/help/catalogue/search.tt | 2 +- .../prog/en/modules/help/cataloguing/addbiblio.tt | 18 ++-- .../prog/en/modules/help/cataloguing/addbooks.tt | 33 +++++++-- .../prog/en/modules/help/cataloguing/additem.tt | 23 +++++- .../prog/en/modules/help/cataloguing/linkitem.tt | 32 ++++++++ .../prog/en/modules/help/cataloguing/merge.tt | 2 +- .../prog/en/modules/help/cataloguing/moveitem.tt | 2 +- .../prog/en/modules/help/circ/branchoverdues.tt | 13 +-- .../prog/en/modules/help/circ/branchtransfers.tt | 2 +- .../prog/en/modules/help/circ/circulation-home.tt | 2 +- .../prog/en/modules/help/circ/circulation.tt | 17 ++++- .../prog/en/modules/help/circ/overdue.tt | 2 +- .../prog/en/modules/help/circ/pendingreserves.tt | 21 +----- .../prog/en/modules/help/circ/reserveratios.tt | 2 +- .../prog/en/modules/help/circ/returns.tt | 2 +- .../en/modules/help/circ/selectbranchprinter.tt | 2 +- .../en/modules/help/circ/transferstoreceive.tt | 2 +- .../prog/en/modules/help/circ/view_holdsqueue.tt | 18 ++++- .../prog/en/modules/help/circ/waitingreserves.tt | 2 +- .../en/modules/help/labels/label-edit-batch.tt | 2 +- .../en/modules/help/labels/label-edit-layout.tt | 2 +- .../en/modules/help/labels/label-edit-profile.tt | 2 +- .../en/modules/help/labels/label-edit-template.tt | 2 +- .../prog/en/modules/help/labels/label-home.tt | 2 +- .../prog/en/modules/help/labels/spinelabel-home.tt | 2 +- .../intranet-tmpl/prog/en/modules/help/mainpage.tt | 8 +- .../prog/en/modules/help/members/boraccount.tt | 2 +- .../prog/en/modules/help/members/files.tt | 13 +++ .../prog/en/modules/help/members/mancredit.tt | 2 +- .../prog/en/modules/help/members/maninvoice.tt | 2 +- .../prog/en/modules/help/members/member-flags.tt | 20 +++++- .../en/modules/help/members/member-password.tt | 8 +-- .../prog/en/modules/help/members/member.tt | 2 +- .../prog/en/modules/help/members/memberentry.tt | 2 +- .../prog/en/modules/help/members/members-home.tt | 2 +- .../prog/en/modules/help/members/moremember.tt | 14 +++- .../prog/en/modules/help/members/notices.tt | 2 +- .../prog/en/modules/help/members/pay.tt | 2 +- .../prog/en/modules/help/members/paycollect.tt | 2 +- .../prog/en/modules/help/members/readingrec.tt | 2 +- .../prog/en/modules/help/members/routing-lists.tt | 11 +++ .../prog/en/modules/help/members/statistics.tt | 9 ++ .../intranet-tmpl/prog/en/modules/help/nohelp.tt | 2 +- .../prog/en/modules/help/offline_circ/list.tt | 25 ++++++ .../en/modules/help/offline_circ/process_koc.tt | 4 +- .../prog/en/modules/help/patroncards/edit-batch.tt | 2 +- .../en/modules/help/patroncards/edit-layout.tt | 2 +- .../en/modules/help/patroncards/edit-profile.tt | 2 +- .../en/modules/help/patroncards/edit-template.tt | 2 +- .../prog/en/modules/help/patroncards/home.tt | 2 +- .../en/modules/help/patroncards/image-manage.tt | 2 +- .../prog/en/modules/help/patroncards/manage.tt | 2 +- .../en/modules/help/reports/acquisitions_stats.tt | 2 +- .../prog/en/modules/help/reports/bor_issues_top.tt | 2 +- .../prog/en/modules/help/reports/borrowers_out.tt | 2 +- .../en/modules/help/reports/borrowers_stats.tt | 2 +- .../prog/en/modules/help/reports/cat_issues_top.tt | 2 +- .../prog/en/modules/help/reports/catalogue_out.tt | 2 +- .../en/modules/help/reports/catalogue_stats.tt | 2 +- .../prog/en/modules/help/reports/dictionary.tt | 2 +- .../prog/en/modules/help/reports/guided_reports.tt | 55 ++++++------- .../en/modules/help/reports/issues_avg_stats.tt | 2 +- .../prog/en/modules/help/reports/issues_stats.tt | 2 +- .../prog/en/modules/help/reports/itemslost.tt | 2 +- .../prog/en/modules/help/reports/manager.tt | 2 +- .../prog/en/modules/help/reports/reports-home.tt | 2 +- .../prog/en/modules/help/reports/reserves_stats.tt | 2 +- .../prog/en/modules/help/reports/serials_stats.tt | 2 +- .../prog/en/modules/help/reserve/request.tt | 2 +- .../prog/en/modules/help/reviews/reviewswaiting.tt | 2 +- koha-tmpl/opac-tmpl/prog/en/css/opac.css | 10 ++- .../en/includes/authorities-search-results.inc | 42 +++++++--- .../prog/en/includes/opac-authorities.inc | 10 +++ .../opac-tmpl/prog/en/modules/opac-auth-detail.tt | 14 ++- .../en/modules/opac-authoritiessearchresultlist.tt | 1 + 139 files changed, 782 insertions(+), 456 deletions(-) delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/hold-menu.inc create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/invoice.tt create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/invoices.tt create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/uncertainprice.tt create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/transport-cost-matrix.tt create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/detail.tt create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/cataloguing/linkitem.tt create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/members/files.tt create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/members/routing-lists.tt create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/members/statistics.tt create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/offline_circ/list.tt hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Oct 22 22:33:55 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 22 Oct 2012 20:33:55 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.06-1-ge764f35 Message-ID: <E1TQOh9-0001c5-Pz@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.8.x has been updated via e764f35dee8b1b3855c6e006b83df696c8dca702 (commit) from bd5bb8549bc962e00206b14aa417b89cb0adac03 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e764f35dee8b1b3855c6e006b83df696c8dca702 Author: Chris Cormack <chrisc at catalyst.net.nz> Date: Tue Oct 23 09:36:48 2012 +1300 Bug 3652 - Fixing a mistake in conflict resolution and closing an issue ----------------------------------------------------------------------- Summary of changes: opac/opac-authoritiesdetail.pl | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Oct 22 22:49:57 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 22 Oct 2012 20:49:57 +0000 Subject: [koha-commits] main Koha release repository branch 3.6.x updated. v3.06.09-49-gd695c0e Message-ID: <E1TQOwf-0001h8-0b@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.6.x has been updated via d695c0e9c9d555ebce3adb86154926e2c615f699 (commit) via ab16ea5b02282d76b556b69dee00130a35484c07 (commit) via 71f9e11cc46cd9b7eae8504da69f350acd1f766f (commit) from 89e8607a7fa5154af9083d56556c4b95d7a2325b (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d695c0e9c9d555ebce3adb86154926e2c615f699 Author: Chris Hall <chrish at catalyst.net.nz> Date: Wed Oct 17 14:32:19 2012 +1300 bug 3652 fixing XSS vulnerabilities in opac-search Signed-off-by: Mason James <mtj at kohaaloha.com> commit ab16ea5b02282d76b556b69dee00130a35484c07 Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Mon Oct 15 11:58:30 2012 -0400 Bug 3652: close XSS vulnerabilities in opac-export The opac-export.pl script had a number of XSS vulnerabilities relating to its error handling. To test: 1) Go to /cgi-bin/koha/opac-export.pl?op=export&bib=2&format=<h2>evil</h2> (substituting a valid biblionumber for the '2') 2) Notice that "evil" is rendered as an h2 heading. 3) Apply patch. 4) Notice that you now see the h2 tags, and they are not rendered by the browser. Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> commit 71f9e11cc46cd9b7eae8504da69f350acd1f766f Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Mon Oct 15 11:45:38 2012 -0400 Bug 3652: close XSS vulnerabilities on biblionumber and authid Previously we did not sanitize biblionumber and authids passed in by the user. To test: 1) Go to /cgi-bin/koha/opac-detail.pl?biblionumber=2hi (substituting a valid biblionumber for the 2). 2) Notice the presence of "2hi" on this page, and also on the ISBD and MARC views. 3) Go to /cgi-bin/koha/opac-authoritiesdetail.pl?authid=2bye (substituting a valid authid for the 2). 4) Notice the presence of "2bye" on this page. 3) Apply patch. 4) Notice that "2hi" and "2bye" strings are gone. Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/opac-results-grouped.tt | 2 +- .../opac-tmpl/prog/en/modules/opac-results.tt | 2 +- opac/opac-ISBDdetail.pl | 3 ++- opac/opac-MARCdetail.pl | 3 ++- opac/opac-authoritiesdetail.pl | 7 ++++++- opac/opac-detail.pl | 1 + opac/opac-export.pl | 11 ++++++++++- opac/opac-showmarc.pl | 1 + 8 files changed, 24 insertions(+), 6 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Oct 22 23:28:48 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 22 Oct 2012 21:28:48 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.06-3-ge110a49 Message-ID: <E1TQPYG-0001rw-6z@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.8.x has been updated via e110a49d1850d7bef9c7127dc1dbe2708f385565 (commit) via 239b7bd447b7a4ffa039959cc50b719f4c24878c (commit) from e764f35dee8b1b3855c6e006b83df696c8dca702 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e110a49d1850d7bef9c7127dc1dbe2708f385565 Author: Paul Poulain <paul.poulain at biblibre.com> Date: Fri Oct 12 22:19:25 2012 +0200 Bug 8862 follow-up s/\t/4spaces/g Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> commit 239b7bd447b7a4ffa039959cc50b719f4c24878c Author: Kyle M Hall <kyle at bywatersolutions.com> Date: Tue Oct 2 08:58:40 2012 -0400 Bug 8862 - merge.pl contains untranslatable strings Signed-off-by: Fr?d?ric Demians <f.demians at tamil.fr> It works: (1) merging's still effective, and (2) two new error messages appear in staff .po file after update it. Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> Conflicts: koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/merge.tt Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> ----------------------------------------------------------------------- Summary of changes: cataloguing/merge.pl | 129 ++++++++++---------- .../prog/en/modules/cataloguing/merge.tt | 34 ++++-- 2 files changed, 89 insertions(+), 74 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Oct 22 23:35:29 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 22 Oct 2012 21:35:29 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.06-4-g665cf87 Message-ID: <E1TQPej-0001tm-Bj@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.8.x has been updated via 665cf8736739a3cc0a14cf329cfad2c94f4867e2 (commit) from e110a49d1850d7bef9c7127dc1dbe2708f385565 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 665cf8736739a3cc0a14cf329cfad2c94f4867e2 Author: Mirko Tietgen <mirko at abunchofthings.net> Date: Thu Oct 4 13:26:26 2012 +0200 Bug 4177 opaccloud missing from the system preferences interface There is no option to toggle the (existing) syspref OpacCloud. This patch adds one. Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> Inserted tags manually, enabled system preference, tag subject cloud displays nicely. Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/admin/preferences/opac.pref | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Oct 23 00:18:56 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 22 Oct 2012 22:18:56 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.06-7-g87c1cf0 Message-ID: <E1TQQKm-00023x-7g@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.8.x has been updated via 87c1cf0a641e117bfce0026a4e34a84d68fccd62 (commit) via 7208cb31fdb7340c75db68ec220bfc7d28b34b2b (commit) via 04777ca33e33227e41f288228d32de1bd33f8c0b (commit) from 665cf8736739a3cc0a14cf329cfad2c94f4867e2 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 87c1cf0a641e117bfce0026a4e34a84d68fccd62 Author: Owen Leonard <oleonard at myacpl.org> Date: Fri Oct 12 10:27:46 2012 -0400 Bug 8912 - Remove unused hold-menu.inc hold-menu.inc is not used on any page in Koha and can be safely removed. To confirm, search the Koha source for "hold-menu.inc." No instances should be found. Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> commit 7208cb31fdb7340c75db68ec220bfc7d28b34b2b Author: Owen Leonard <oleonard at myacpl.org> Date: Wed Oct 10 14:33:04 2012 -0400 Bug 8898 - Remove unused mainmenu include and related styles in the staff client This patch removes the mainmenu and additem-menu includes and #navigation references in staff-global.css which were used by those includes. Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> commit 04777ca33e33227e41f288228d32de1bd33f8c0b Author: Jonathan Druart <jonathan.druart at biblibre.com> Date: Wed Sep 19 15:05:03 2012 +0200 Bug 8792 : Babeltheque: Remove the unused tab on the opac detail page Signed-off-by: Marc Veron <veron at veron.ch> Babeltheque tab is removed as expected Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> Conflicts: koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> ----------------------------------------------------------------------- Summary of changes: .../intranet-tmpl/prog/en/css/staff-global.css | 16 ---- .../prog/en/includes/additem-menu.inc | 6 -- .../intranet-tmpl/prog/en/includes/hold-menu.inc | 35 --------- .../intranet-tmpl/prog/en/includes/mainmenu.inc | 78 -------------------- koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt | 3 - 5 files changed, 0 insertions(+), 138 deletions(-) delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/additem-menu.inc delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/hold-menu.inc delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/mainmenu.inc hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Oct 23 13:58:04 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 23 Oct 2012 11:58:04 +0000 Subject: [koha-commits] main Koha release repository branch 3.6.x updated. v3.06.09-53-g4dda07d Message-ID: <E1TQd7U-00063t-KT@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.6.x has been updated via 4dda07d2523f0bd1a186a9eb409e9552fd737a94 (commit) via fe436783c0ef1eefb5b727108b6945bcba6f86c7 (commit) via 5219dcda622ab4070427834f4fa31ebc93612524 (commit) via 34b67157925dfd5f7897f3e13b4cd6ea85191fa3 (commit) from d695c0e9c9d555ebce3adb86154926e2c615f699 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 4dda07d2523f0bd1a186a9eb409e9552fd737a94 Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Tue Oct 23 07:17:35 2012 -0400 Bump version number for 3.6.10 release commit fe436783c0ef1eefb5b727108b6945bcba6f86c7 Merge: 5219dcd 34b6715 Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Tue Oct 23 07:13:14 2012 -0400 Merge remote-tracking branch 'tamil/3.6.10-translate' into 3.6.x commit 5219dcda622ab4070427834f4fa31ebc93612524 Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Tue Oct 23 07:09:45 2012 -0400 Add release notes for Koha 3.6.10 commit 34b67157925dfd5f7897f3e13b4cd6ea85191fa3 Author: Fr?d?ric Demians <f.demians at tamil.fr> Date: Tue Oct 23 07:18:00 2012 +0200 3.6.10 Translation Update ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/updatedatabase.pl | 6 + kohaversion.pl | 2 +- misc/release_notes/release_notes_3_6_10.txt | 232 + .../po/am-Ethi-i-opac-t-prog-v-3006000.po | 531 +- .../po/am-Ethi-i-staff-t-prog-v-3006000.po | 3647 +++++-- misc/translator/po/am-Ethi-pref.po | 2 +- .../po/ar-Arab-i-opac-t-prog-v-3006000.po | 528 +- .../po/ar-Arab-i-staff-t-prog-v-3006000.po | 3650 +++++-- misc/translator/po/ar-Arab-pref.po | 4 +- .../translator/po/az-AZ-i-opac-t-prog-v-3006000.po | 531 +- .../po/az-AZ-i-staff-t-prog-v-3006000.po | 3648 +++++-- misc/translator/po/az-AZ-pref.po | 2 +- misc/translator/po/ben-i-opac-t-prog-v-3006000.po | 531 +- misc/translator/po/ben-i-staff-t-prog-v-3006000.po | 3647 +++++-- misc/translator/po/ben-pref.po | 2 +- .../translator/po/ca-VA-i-opac-t-prog-v-3006000.po | 531 +- .../po/ca-VA-i-staff-t-prog-v-3006000.po | 3647 +++++-- misc/translator/po/ca-VA-pref.po | 2 +- .../po/cs-CZ-i-staff-t-prog-v-3006000.po | 26 +- .../translator/po/da-DK-i-opac-t-prog-v-3006000.po | 556 +- .../po/da-DK-i-staff-t-prog-v-3006000.po | 3654 +++++-- misc/translator/po/da-DK-pref.po | 26 +- .../translator/po/de-DE-i-opac-t-prog-v-3006000.po | 536 +- .../po/de-DE-i-staff-t-prog-v-3006000.po | 3659 +++++-- misc/translator/po/de-DE-pref.po | 18 +- .../translator/po/el-GR-i-opac-t-prog-v-3006000.po | 528 +- .../po/el-GR-i-staff-t-prog-v-3006000.po | 3650 +++++-- misc/translator/po/el-GR-pref.po | 4 +- .../translator/po/en-GB-i-opac-t-prog-v-3006000.po | 529 +- .../po/en-GB-i-staff-t-prog-v-3006000.po | 3648 +++++-- misc/translator/po/en-GB-pref.po | 2 +- .../translator/po/en-NZ-i-opac-t-prog-v-3006000.po | 534 +- .../po/en-NZ-i-staff-t-prog-v-3006000.po | 3654 +++++-- misc/translator/po/en-NZ-pref.po | 16 +- .../translator/po/es-ES-i-opac-t-prog-v-3006000.po | 530 +- .../po/es-ES-i-staff-t-prog-v-3006000.po | 3652 +++++-- misc/translator/po/es-ES-pref.po | 25 +- misc/translator/po/eu-i-opac-t-prog-v-3006000.po | 528 +- misc/translator/po/eu-pref.po | 2 +- .../translator/po/fi-FI-i-opac-t-prog-v-3006000.po | 538 +- .../po/fi-FI-i-staff-t-prog-v-3006000.po | 3893 +++++-- misc/translator/po/fi-FI-pref.po | 59 +- .../translator/po/fr-CA-i-opac-t-prog-v-3006000.po | 528 +- .../po/fr-CA-i-staff-t-prog-v-3006000.po | 3653 +++++-- misc/translator/po/fr-CA-pref.po | 2 +- .../translator/po/fr-FR-i-opac-t-prog-v-3006000.po | 528 +- .../po/fr-FR-i-staff-t-prog-v-3006000.po | 3653 +++++-- misc/translator/po/fr-FR-pref.po | 4 +- misc/translator/po/hi-i-opac-t-prog-v-3006000.po | 531 +- misc/translator/po/hi-i-staff-t-prog-v-3006000.po | 3648 +++++-- misc/translator/po/hi-pref.po | 2 +- .../translator/po/hr-HR-i-opac-t-prog-v-3006000.po | 528 +- .../po/hr-HR-i-staff-t-prog-v-3006000.po | 3647 +++++-- misc/translator/po/hr-HR-pref.po | 2 +- .../translator/po/hu-HU-i-opac-t-prog-v-3006000.po | 528 +- .../po/hu-HU-i-staff-t-prog-v-3006000.po | 3648 +++++-- misc/translator/po/hu-HU-pref.po | 2 +- .../po/hy-Armn-i-opac-t-prog-v-3006000.po | 527 +- .../po/hy-Armn-i-staff-t-prog-v-3006000.po | 3650 +++++-- misc/translator/po/hy-Armn-pref.po | 2 +- .../translator/po/id-ID-i-opac-t-prog-v-3006000.po | 525 +- .../po/id-ID-i-staff-t-prog-v-3006000.po | 3647 +++++-- misc/translator/po/id-ID-pref.po | 2 +- .../translator/po/is-IS-i-opac-t-prog-v-3006000.po | 531 +- misc/translator/po/is-IS-pref.po | 2 +- .../translator/po/it-IT-i-opac-t-prog-v-3006000.po | 533 +- .../po/it-IT-i-staff-t-prog-v-3006000.po |12756 +++++++++++--------- misc/translator/po/it-IT-pref.po | 16 +- .../po/ja-Jpan-JP-i-opac-t-prog-v-3006000.po | 529 +- misc/translator/po/ja-Jpan-JP-pref.po | 2 +- .../po/lo-Laoo-i-opac-t-prog-v-3006000.po | 528 +- .../po/lo-Laoo-i-staff-t-prog-v-3006000.po | 3647 +++++-- misc/translator/po/lo-Laoo-pref.po | 2 +- .../translator/po/mi-NZ-i-opac-t-prog-v-3006000.po | 531 +- misc/translator/po/mi-NZ-pref.po | 2 +- misc/translator/po/mon-i-opac-t-prog-v-3006000.po | 531 +- misc/translator/po/mon-i-staff-t-prog-v-3006000.po | 3648 +++++-- misc/translator/po/mon-pref.po | 2 +- misc/translator/po/mr-i-opac-t-prog-v-3006000.po | 529 +- misc/translator/po/mr-i-staff-t-prog-v-3006000.po | 3647 +++++-- misc/translator/po/mr-pref.po | 2 +- .../translator/po/ms-MY-i-opac-t-prog-v-3006000.po | 525 +- .../po/ms-MY-i-staff-t-prog-v-3006000.po | 3655 +++++-- misc/translator/po/ms-MY-pref.po | 2 +- .../translator/po/nb-NO-i-opac-t-prog-v-3006000.po | 528 +- .../po/nb-NO-i-staff-t-prog-v-3006000.po | 3652 +++++-- misc/translator/po/nb-NO-pref.po | 4 +- .../translator/po/nl-BE-i-opac-t-prog-v-3006000.po | 528 +- .../po/nl-BE-i-staff-t-prog-v-3006000.po | 3647 +++++-- misc/translator/po/nl-BE-pref.po | 4 +- .../translator/po/nl-NL-i-opac-t-prog-v-3006000.po | 529 +- .../po/nl-NL-i-staff-t-prog-v-3006000.po | 3651 +++++-- misc/translator/po/nl-NL-pref.po | 2 +- .../translator/po/nn-NO-i-opac-t-prog-v-3006000.po | 531 +- .../po/nn-NO-i-staff-t-prog-v-3006000.po | 3648 +++++-- misc/translator/po/nn-NO-pref.po | 2 +- .../translator/po/pl-PL-i-opac-t-prog-v-3006000.po | 528 +- .../po/pl-PL-i-staff-t-prog-v-3006000.po | 3650 +++++-- misc/translator/po/pl-PL-pref.po | 2 +- .../translator/po/pt-BR-i-opac-t-prog-v-3006000.po | 528 +- .../po/pt-BR-i-staff-t-prog-v-3006000.po | 3651 +++++-- misc/translator/po/pt-BR-pref.po | 4 +- .../translator/po/pt-PT-i-opac-t-prog-v-3006000.po | 531 +- .../po/pt-PT-i-staff-t-prog-v-3006000.po | 3660 +++++-- misc/translator/po/pt-PT-pref.po | 2 +- .../translator/po/ro-RO-i-opac-t-prog-v-3006000.po | 529 +- .../po/ro-RO-i-staff-t-prog-v-3006000.po | 3648 +++++-- misc/translator/po/ro-RO-pref.po | 2 +- .../translator/po/ru-RU-i-opac-t-prog-v-3006000.po | 528 +- .../po/ru-RU-i-staff-t-prog-v-3006000.po | 3707 +++++-- misc/translator/po/ru-RU-pref.po | 2 +- .../translator/po/sd-PK-i-opac-t-prog-v-3006000.po | 527 +- .../po/sd-PK-i-staff-t-prog-v-3006000.po | 3647 +++++-- misc/translator/po/sd-PK-pref.po | 2 +- .../translator/po/sv-SE-i-opac-t-prog-v-3006000.po | 529 +- .../po/sv-SE-i-staff-t-prog-v-3006000.po | 3647 +++++-- misc/translator/po/sv-SE-pref.po | 2 +- misc/translator/po/tet-i-opac-t-prog-v-3006000.po | 558 +- misc/translator/po/tet-i-staff-t-prog-v-3006000.po | 3662 +++++-- misc/translator/po/tet-pref.po | 2 +- .../po/th-THA-i-opac-t-prog-v-3006000.po | 531 +- .../po/th-THA-i-staff-t-prog-v-3006000.po | 3647 +++++-- misc/translator/po/th-THA-pref.po | 2 +- .../translator/po/tr-TR-i-opac-t-prog-v-3006000.po | 529 +- .../po/tr-TR-i-staff-t-prog-v-3006000.po | 3648 +++++-- misc/translator/po/tr-TR-pref.po | 2 +- .../translator/po/uk-UA-i-opac-t-prog-v-3006000.po | 528 +- .../po/uk-UA-i-staff-t-prog-v-3006000.po | 3705 +++++-- misc/translator/po/uk-UA-pref.po | 2 +- .../po/ur-Arab-i-opac-t-prog-v-3006000.po | 531 +- .../po/ur-Arab-i-staff-t-prog-v-3006000.po | 3647 +++++-- misc/translator/po/ur-Arab-pref.po | 2 +- .../translator/po/vi-VN-i-opac-t-prog-v-3006000.po | 523 +- .../po/vi-VN-i-staff-t-prog-v-3006000.po | 3647 +++++-- misc/translator/po/vi-VN-pref.po | 2 +- misc/translator/po/zh-Hans-CN-pref.po | 2 +- .../po/zh-Hans-TW-i-opac-t-prog-v-3006000.po | 528 +- misc/translator/po/zh-Hans-TW-pref.po | 4 +- 138 files changed, 132984 insertions(+), 51057 deletions(-) create mode 100644 misc/release_notes/release_notes_3_6_10.txt hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Oct 23 14:24:48 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 23 Oct 2012 12:24:48 +0000 Subject: [koha-commits] main Koha release repository annotated tag v3.06.10 created. v3.06.10 Message-ID: <E1TQdXM-0006Fs-20@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The annotated tag, v3.06.10 has been created at 5f09c2caa09ba4a4b30f11d4f02bf6bd2323a7df (tag) tagging 4dda07d2523f0bd1a186a9eb409e9552fd737a94 (commit) replaces v3.06.09 tagged by Jared Camins-Esakov on Tue Oct 23 08:21:24 2012 -0400 - Log ----------------------------------------------------------------- Koha release 3.06.10 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQEcBAABAgAGBQJQhovEAAoJEIya4kPuFV6tiLYIAJKVLea0H+8e5kozVi2yHmL4 meg8fAObLkZhD7syAhoPunq2xWVIacAUYciygdqBO3xifCM+z/u2NG/fZXnA6wcN qx3gZsJn4P1ZywPeIl9gJIzluI2r/xKCNA8ZNUHqwCmqq86v013KQZ+UYcQJlJHp qyDhSZJPMfPsKeI64lJK689mjF5+l0EuI+IJP44rgdqg8ggnrteF6oouiZgXte9j T4U6ZykcCHtf7Mbh2PzlNg05WJq86kDGtogvvtKufQwbtS8rT7rJGEYm3frbNnX7 IIM1LB+LWzpV5T+kxFUHeZeB6/eWR3a0uokx0b+0o8KCdPBRscchMVTjSbXNYOY= =W9t3 -----END PGP SIGNATURE----- Chris Cormack (3): Bug 3652 : [SIGNED-OFF] [SECURITY] XSS vulnerability Bug 3652: XSS vulnerability in page numbering Bug 3652 XSS vulnerability in facets Chris Hall (1): bug 3652 fixing XSS vulnerabilities in opac-search Colin Campbell (1): Bug 6976 Close loophole allowing borrowers extra holds via opac D Ruth Bavousett (1): Bug 8012: default values for defaultSortField/defaultSortOrder NULL on install David Cook (1): Bug 8455 - Check ins processed through "Check Out" tab of the Patron Record ignore Circulation System Preferences Elliott Davis (1): Bug 8421 : Added a URI filter to encode a cardnumber for borrowers as to not break patronimage.pl Fridolyn SOMERS (7): Bug 8576: Software error on authority edition when using merge Bug 8071: link between bib and authorities with the authid Bug 8705: Software error on help of main page Bug 7690: hidelostitems not working in Normal Display Bug 8275: xml parsing error when the webservice GetPatronInfo/show_loans is called Bug 8702: System preferences search does not allow accented letters Bug 8497: Strange behavior when modifying the timeout system preference Fr?d?ric Demians (1): 3.6.10 Translation Update Jared Camins-Esakov (9): Bug 8678: XSLT stylesheets output XML, but HTML is needed Bug 8447: Make sure we have enough subfields for broader_headings Bug 8743: ZOOM error when merging authority change to biblios Bug 8744: Thesaurus in authorities should not lock fields Bug 3652: close XSS vulnerabilities on biblionumber and authid Bug 3652: close XSS vulnerabilities in opac-export Add release notes for Koha 3.6.10 Merge remote-tracking branch 'tamil/3.6.10-translate' into 3.6.x Bump version number for 3.6.10 release Jonathan Druart (1): Bug 7628: Escape '+' characters for categorycode Katrin Fischer (1): Bug 3782: Remove broken z39.50 targets from sample files Kyle M Hall (1): Bug 8533 - Non-numeric cardnumbers screw up autoMemberNum MJ Ray (1): Bug 7068 - autobarcode not working when duplicating patrons Marc Veron (3): Bug 7628 - Required format is not enforced for Patron Categories Bug 8810 - Opac: Cart should display branchname instead of branchcode Bug 8796 - patron cards not starting on designated card Mark Tompsett (7): Bug 8172 - Missing dereference marker for buildQuery parameter in addbooks.pl Added a dereference to an array parameter of buildQuery. Bug 4064 - Uninitialized variable errors in opac-search.pl Bug 8339 - div id="login" should be id="login_controls" in header.inc Bug 8714 - Poorly ordered and triggers warning in marctagstructure.pl Bug 8713 - Warning message triggered by clicking Keywords to MARC mapping Bug 8350: warning in logs when searching for nonexistent ISBN Bug 8772 - Uninitialized variable triggers error log entry in smart_rules.pl Mason James (1): Bug 7589 - tinymce editor broken in .deb packages - in 'en' templates Maxime Pelletier (1): Bug 8659 Remove and readd the inactive funds in javascript to make it work in all browsers Meenakshi.R (1): Bug 6655 - Sorting order of serial issues in OPAC Melia Meggs (1): Bug 7143: Adding Kathryn Tyree to the history and About page. Nicole C. Engard (1): Bug 8721: Fixes minor typo in AllowItemsOnHoldCheckout Owen Leonard (3): Bug 8677 - table overlapping to the right on holds waiting Bug 8730 - browse overlaying powered by Bug 6037 [Follow-up] Invalid markup, missing breadcrumbs on Keyword to MARC Mapping page Paul Poulain (1): Bug 8743 follow-up, throw a more explanatory error message Robin Sheat (5): Bug 8162: allow packages to work on Ubuntu Precise Bug 8646 - prevent the highlighter from going infinite loop Bug 8594 - prevent the report system from breaking some subqueries Bug 8716 - make the routing list reordering function work Bug 8806 - [3.6.x] Update changelog for 3.6.5-3.6.9, dependencies. ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Oct 24 15:14:01 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Oct 2012 13:14:01 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8903 created. v3.08.00-1099-gdb79d85 Message-ID: <E1TR0mW-0005hi-VN@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8903 has been created at db79d85237b842ea1103708f57407348367ffa40 (commit) - Log ----------------------------------------------------------------- commit db79d85237b842ea1103708f57407348367ffa40 Author: Julian Maurice <julian.maurice at biblibre.com> Date: Thu Oct 11 14:20:57 2012 +0200 Bug 8903: Pass invoiceid to ModReceiveOrder Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Oct 24 15:40:16 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Oct 2012 13:40:16 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_3652 updated. v3.08.00-1058-gd2de76d Message-ID: <E1TR1Bv-0005pN-VN@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_3652 has been updated via d2de76d60d7369e26e8c3f806b9bdcdb6eeaa4fd (commit) via 35b6a5ea116f8cafc92c31b0879dccb1cbe23a6b (commit) via 70f2b4bd0aeb1c09e988595df7da27279659f56d (commit) via 3739e6bd6722af35a9f3f55af0e889036e56010e (commit) from ac66d224add7324d08b0bdf86d1574e401280e41 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d2de76d60d7369e26e8c3f806b9bdcdb6eeaa4fd Author: Chris Hall <chrish at catalyst.net.nz> Date: Wed Oct 17 14:32:19 2012 +1300 bug 3652 fixing XSS vulnerabilities in opac-search Signed-off-by: Mason James <mtj at kohaaloha.com> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> commit 35b6a5ea116f8cafc92c31b0879dccb1cbe23a6b Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Mon Oct 15 11:58:30 2012 -0400 Bug 3652: close XSS vulnerabilities in opac-export The opac-export.pl script had a number of XSS vulnerabilities relating to its error handling. To test: 1) Go to /cgi-bin/koha/opac-export.pl?op=export&bib=2&format=<h2>evil</h2> (substituting a valid biblionumber for the '2') 2) Notice that "evil" is rendered as an h2 heading. 3) Apply patch. 4) Notice that you now see the h2 tags, and they are not rendered by the browser. Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> commit 70f2b4bd0aeb1c09e988595df7da27279659f56d Author: Paul Poulain <paul.poulain at biblibre.com> Date: Wed Oct 24 15:30:24 2012 +0200 Bug 3652 follow-up reverting call to param('bib') could probably also be removed in opac-detail.pl, but it was still here before Jared patch. So, in case something is still using bib I haven't removed this call commit 3739e6bd6722af35a9f3f55af0e889036e56010e Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Mon Oct 15 11:45:38 2012 -0400 Bug 3652: close XSS vulnerabilities on biblionumber and authid Previously we did not sanitize biblionumber and authids passed in by the user. To test: 1) Go to /cgi-bin/koha/opac-detail.pl?biblionumber=2hi (substituting a valid biblionumber for the 2). 2) Notice the presence of "2hi" on this page, and also on the ISBD and MARC views. 3) Go to /cgi-bin/koha/opac-authoritiesdetail.pl?authid=2bye (substituting a valid authid for the 2). 4) Notice the presence of "2bye" on this page. 3) Apply patch. 4) Notice that "2hi" and "2bye" strings are gone. Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> ----------------------------------------------------------------------- Summary of changes: koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt | 2 +- .../prog/en/modules/opac-results-grouped.tt | 2 +- .../opac-tmpl/prog/en/modules/opac-results.tt | 2 +- opac/opac-ISBDdetail.pl | 1 + opac/opac-MARCdetail.pl | 1 + opac/opac-authoritiesdetail.pl | 1 + opac/opac-detail.pl | 1 + opac/opac-export.pl | 11 ++++++++++- opac/opac-showmarc.pl | 1 + 9 files changed, 18 insertions(+), 4 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Oct 24 15:44:16 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Oct 2012 13:44:16 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1104-g2943530 Message-ID: <E1TR1Fo-0005rX-8D@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 2943530f250af5b0b8caa373721749d843958502 (commit) via d2de76d60d7369e26e8c3f806b9bdcdb6eeaa4fd (commit) via 35b6a5ea116f8cafc92c31b0879dccb1cbe23a6b (commit) via 70f2b4bd0aeb1c09e988595df7da27279659f56d (commit) via 3739e6bd6722af35a9f3f55af0e889036e56010e (commit) via db79d85237b842ea1103708f57407348367ffa40 (commit) from e242a3a6965c0391ba1677e45fe8b2047284abe1 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 2943530f250af5b0b8caa373721749d843958502 Merge: db79d85 d2de76d Author: Paul Poulain <paul.poulain at biblibre.com> Date: Wed Oct 24 15:44:33 2012 +0200 Merge remote-tracking branch 'origin/new/bug_3652' ----------------------------------------------------------------------- Summary of changes: acqui/finishreceive.pl | 2 +- koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt | 2 +- .../prog/en/modules/opac-results-grouped.tt | 2 +- .../opac-tmpl/prog/en/modules/opac-results.tt | 2 +- opac/opac-ISBDdetail.pl | 1 + opac/opac-MARCdetail.pl | 1 + opac/opac-authoritiesdetail.pl | 1 + opac/opac-detail.pl | 1 + opac/opac-export.pl | 11 ++++++++++- opac/opac-showmarc.pl | 1 + 10 files changed, 19 insertions(+), 5 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Oct 24 17:50:23 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Oct 2012 15:50:23 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8890 created. v3.08.00-1108-g2b72cc9 Message-ID: <E1TR3Dq-0006OZ-SY@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8890 has been created at 2b72cc9c2132a143e02fb047fdfb366e98f81f31 (commit) - Log ----------------------------------------------------------------- commit 2b72cc9c2132a143e02fb047fdfb366e98f81f31 Author: Robin Sheat <robin at catalyst.net.nz> Date: Wed Oct 24 18:51:07 2012 +1300 Bug 8890 - move two more db dependent tests * t/AuthoritiesMarc.t * t/SuggestionEngine_ExplodedTerms.t Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> commit bd4303b4d5415bf12579741ae5145021d487eedf Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Tue Oct 16 05:41:03 2012 -0400 Bug 8890: Koha::Borrower::Files shouldn't use db in BEGIN This patch removes the usage of the database in Koha::Borrower::Files' BEGIN block. It also removes the export-related declarations, since they were unused, and unnecessary in a module called in an object-oriented fashion. Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz> commit 7ee042f12501c1cd92c3b39c9d63c5017c93f2b8 Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Tue Oct 16 05:14:42 2012 -0400 Bug 8890: don't try to load DB-dependent modules C4::Members::Statistics uses the database in its BEGIN {} block, which breaks the package build process. This patch causes it to be skipped in the 00-load test. Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz> commit b29e5246568d9b8bd22ebfe889f9dd4d8e943ba9 Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Tue Oct 16 04:45:43 2012 -0400 Bug 8890: C4/HoldsQueue requires DB This counter-patch moves all database handling code into subroutines in C4::HoldsQueue. This fixes the test, and is required for persistent environments like Plack. Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz> ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Oct 24 17:51:42 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Oct 2012 15:51:42 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8953 created. v3.08.00-1109-gca8f897 Message-ID: <E1TR3F8-0006QN-2i@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8953 has been created at ca8f897cb07e237c34238f1b1d9f7a43c2738ff7 (commit) - Log ----------------------------------------------------------------- commit ca8f897cb07e237c34238f1b1d9f7a43c2738ff7 Author: Dobrica Pavlinusic <dpavlin at rot13.org> Date: Mon Oct 22 14:13:12 2012 +0200 Bug 8953 - opac-userupdate encoding issues This script has various encoding problems: 1. parametars from CGI are not encoded in utf-8, so when they are compared with utf-8 strings from database every field with utf-8 characters will be reported in e-mail as changed 2. when sending e-mail, wide characters are passed to Mail::Sendmail which results in software error if edited field has utf-8 characters (because of first point, this happend if ANY fields has utf-8 chars) 3. when declaring encoding for outgoing e-mail utf-8 is more correct than just utf8 Test scenario: 1. open opac-userupdate and edit user which has utf-8 characters in at least one field (firstname and surname are common examples) 2. edit one of other fields and add utf-8 character to it 3. verify that e-mail with changes arrived with just edited field Signed-off-by: Mirko Tietgen <mirko at abunchofthings.net> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Oct 24 17:54:48 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Oct 2012 15:54:48 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8907 created. v3.08.00-1110-gd1f67b1 Message-ID: <E1TR3I8-0006RW-M5@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8907 has been created at d1f67b10347ca517b2b5ee9f5a06ea58f4dc3970 (commit) - Log ----------------------------------------------------------------- commit d1f67b10347ca517b2b5ee9f5a06ea58f4dc3970 Author: Owen Leonard <oleonard at myacpl.org> Date: Thu Oct 11 15:57:41 2012 -0400 Bug 8907 - Last updated date does not appear on currency edit form No value for $date was getting passed to the format_date function. This patch changes the way the timestamp is passed. Signed-off-by: Melia Meggs <melia at test.bywatersolutions.com> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Oct 24 18:09:09 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Oct 2012 16:09:09 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8849 created. v3.08.00-1111-gb570a76 Message-ID: <E1TR3W0-0006W6-WE@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8849 has been created at b570a76064073da1d67a994977b5516f30daef96 (commit) - Log ----------------------------------------------------------------- commit b570a76064073da1d67a994977b5516f30daef96 Author: Mark Tompsett <mtompset at hotmail.com> Date: Mon Oct 1 16:29:22 2012 +0800 Bug 8849 - Error log generated when not a demo system Changed two lines similar to: unless (C4::Context->config('demo') == 1) { into lines similar to: unless (C4::Context->config('demo')) { By removing the == 1, undefined = false without an error. The value of demo is supposedly set by a koha-conf.xml variable, but there is very little documentation on this "demo mode" beyond the set it to 1 in koha conf for demo mode. Also, demo doesn't exist in the default koha-conf.xml file generated. So anyone who knows to create it, will likely create it the proper way and with the proper value. Signed-off-by: wajasu <matted-34813 at mypacks.net> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Oct 24 18:11:23 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Oct 2012 16:11:23 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8787 created. v3.08.00-1112-gfd9f025 Message-ID: <E1TR3YB-0006Xr-Fr@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8787 has been created at fd9f025889407bc62c5e979e470d2c01701e0544 (commit) - Log ----------------------------------------------------------------- commit fd9f025889407bc62c5e979e470d2c01701e0544 Author: Jonathan Druart <jonathan.druart at biblibre.com> Date: Wed Sep 19 09:59:59 2012 +0200 But 8787: don't load the page if OpacMaintenance is ON If the syspref OpacMaintenance is ON, it is useless to loaded the requested page. To test: - switch on the syspref OpacMaintenace - check in your apache access log, zebra log, etc. the requested page is not loaded (i.e. on the opac-search.pl page) Signed-off-by: Marc Veron <veron at veron.ch> Checked by watching other_vhosts_access.log Works as expected Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Oct 24 18:13:04 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Oct 2012 16:13:04 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8841 created. v3.08.00-1113-g1c4125c Message-ID: <E1TR3Zo-0006ZJ-J3@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8841 has been created at 1c4125cd0ec8cca40dc23930f0676d94358b9868 (commit) - Log ----------------------------------------------------------------- commit 1c4125cd0ec8cca40dc23930f0676d94358b9868 Author: Colin Campbell <colin.campbell at ptfs-europe.com> Date: Fri Sep 28 11:48:18 2012 +0100 Bug 8841 Duedate should be set to end of expiry day When reducing duedate to patron's expiry date it should be set to end of that day not 00:00 take account of the fact that the borrower expiry date will have no hours/minutes Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Oct 24 18:15:40 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Oct 2012 16:15:40 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8568 created. v3.08.00-1114-g5a648ac Message-ID: <E1TR3cK-0006aJ-1H@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8568 has been created at 5a648ac884be0a25112f01e309de64dd1b862e22 (commit) - Log ----------------------------------------------------------------- commit 5a648ac884be0a25112f01e309de64dd1b862e22 Author: Magnus Enger <magnus at enger.priv.no> Date: Sun Sep 30 09:57:37 2012 +0200 Bug 8568 - Fix some errors in docs for scripts provided by the Debian packages 1. Create a page for koha-run-backups 2. Fix the synopsis for koha-foreach 3. Add koha-create and koha-run-backups to koha-common To test - Convert the changed xml files to man pages with $ xsltproc /usr/share/xml/docbook/stylesheet/docbook-xsl/manpages/docbook.xsl koha-x.xml - View generated pages with e.g. $ man -l koha-x.8" (Replace x with the names of the changed files) - Check that the changes make sense Signed-off-by: Fr?d?ric Demians <f.demians at tamil.fr> Works as described. I was able to produce the 3 man files, load them with man command, and see the added information properly formated. Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Oct 24 18:15:56 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Oct 2012 16:15:56 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1114-g5a648ac Message-ID: <E1TR3ca-0006bJ-1n@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 5a648ac884be0a25112f01e309de64dd1b862e22 (commit) via 1c4125cd0ec8cca40dc23930f0676d94358b9868 (commit) via fd9f025889407bc62c5e979e470d2c01701e0544 (commit) via b570a76064073da1d67a994977b5516f30daef96 (commit) via d1f67b10347ca517b2b5ee9f5a06ea58f4dc3970 (commit) via ca8f897cb07e237c34238f1b1d9f7a43c2738ff7 (commit) via 2b72cc9c2132a143e02fb047fdfb366e98f81f31 (commit) via bd4303b4d5415bf12579741ae5145021d487eedf (commit) via 7ee042f12501c1cd92c3b39c9d63c5017c93f2b8 (commit) via b29e5246568d9b8bd22ebfe889f9dd4d8e943ba9 (commit) from 2943530f250af5b0b8caa373721749d843958502 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: C4/Auth.pm | 1 + C4/Circulation.pm | 1 + C4/HoldsQueue.pm | 6 +- Koha/Borrower/Files.pm | 9 +-- admin/currency.pl | 3 +- admin/marctagstructure.pl | 4 +- debian/docs/koha-common.xml | 14 ++++ debian/docs/koha-foreach.xml | 2 +- debian/docs/koha-run-backups.xml | 69 ++++++++++++++++++++ opac/opac-userupdate.pl | 7 +- t/00-load.t | 1 + t/{ => db_dependent}/AuthoritiesMarc.t | 0 .../SuggestionEngine_ExplodedTerms.t | 0 13 files changed, 100 insertions(+), 17 deletions(-) create mode 100644 debian/docs/koha-run-backups.xml rename t/{ => db_dependent}/AuthoritiesMarc.t (100%) rename t/{ => db_dependent}/SuggestionEngine_ExplodedTerms.t (100%) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Oct 24 18:17:21 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Oct 2012 16:17:21 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8834 created. v3.08.00-1115-gc66270c Message-ID: <E1TR3dx-0006cz-4c@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8834 has been created at c66270c02ff56e7eb5430013e7e9417115e39aae (commit) - Log ----------------------------------------------------------------- commit c66270c02ff56e7eb5430013e7e9417115e39aae Author: Mark Tompsett <mtompset at hotmail.com> Date: Thu Sep 27 14:12:00 2012 +0800 Bug 8834 - Call to C4::Context::preference fails to pass $self in Circulation.pm Changed: my $circcontrol = C4::Context::preference('CircControl'); To: my $circcontrol = C4::Context->preference('CircControl'); This will pass $self and 'CircControl' which will then prevent a "Use of uninitialized value" error log entry. Signed-off-by: Julian Maurice <julian.maurice at biblibre.com> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Oct 24 18:20:54 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Oct 2012 16:20:54 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1115-gc66270c Message-ID: <E1TR3hO-0006f6-2i@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via c66270c02ff56e7eb5430013e7e9417115e39aae (commit) from 5a648ac884be0a25112f01e309de64dd1b862e22 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: C4/Circulation.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Oct 24 22:11:10 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Oct 2012 20:11:10 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.06-8-g2aa82cb Message-ID: <E1TR7IE-0007eQ-2V@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.8.x has been updated via 2aa82cb278fb975b776689c4736e36c43f071892 (commit) from 87c1cf0a641e117bfce0026a4e34a84d68fccd62 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 2aa82cb278fb975b776689c4736e36c43f071892 Author: Dobrica Pavlinusic <dpavlin at rot13.org> Date: Mon Oct 22 14:13:12 2012 +0200 Bug 8953 - opac-userupdate encoding issues This script has various encoding problems: 1. parametars from CGI are not encoded in utf-8, so when they are compared with utf-8 strings from database every field with utf-8 characters will be reported in e-mail as changed 2. when sending e-mail, wide characters are passed to Mail::Sendmail which results in software error if edited field has utf-8 characters (because of first point, this happend if ANY fields has utf-8 chars) 3. when declaring encoding for outgoing e-mail utf-8 is more correct than just utf8 Test scenario: 1. open opac-userupdate and edit user which has utf-8 characters in at least one field (firstname and surname are common examples) 2. edit one of other fields and add utf-8 character to it 3. verify that e-mail with changes arrived with just edited field Signed-off-by: Mirko Tietgen <mirko at abunchofthings.net> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> ----------------------------------------------------------------------- Summary of changes: opac/opac-userupdate.pl | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Oct 24 22:15:31 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Oct 2012 20:15:31 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.06-10-g574a7ac Message-ID: <E1TR7MR-0007h3-GQ@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.8.x has been updated via 574a7ac7a86d9da495ffcdca0deecfa619f4f1dc (commit) via c3e3a846dc1664915f99d18531f6169ce7018e79 (commit) from 2aa82cb278fb975b776689c4736e36c43f071892 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 574a7ac7a86d9da495ffcdca0deecfa619f4f1dc Author: Mark Tompsett <mtompset at hotmail.com> Date: Mon Oct 1 16:29:22 2012 +0800 Bug 8849 - Error log generated when not a demo system Changed two lines similar to: unless (C4::Context->config('demo') == 1) { into lines similar to: unless (C4::Context->config('demo')) { By removing the == 1, undefined = false without an error. The value of demo is supposedly set by a koha-conf.xml variable, but there is very little documentation on this "demo mode" beyond the set it to 1 in koha conf for demo mode. Also, demo doesn't exist in the default koha-conf.xml file generated. So anyone who knows to create it, will likely create it the proper way and with the proper value. Signed-off-by: wajasu <matted-34813 at mypacks.net> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> commit c3e3a846dc1664915f99d18531f6169ce7018e79 Author: Owen Leonard <oleonard at myacpl.org> Date: Thu Oct 11 15:57:41 2012 -0400 Bug 8907 - Last updated date does not appear on currency edit form No value for $date was getting passed to the format_date function. This patch changes the way the timestamp is passed. Signed-off-by: Melia Meggs <melia at test.bywatersolutions.com> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> ----------------------------------------------------------------------- Summary of changes: admin/currency.pl | 3 ++- admin/marctagstructure.pl | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Oct 24 22:17:03 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Oct 2012 20:17:03 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.06-11-g45cff3e Message-ID: <E1TR7Nv-0007iY-59@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.8.x has been updated via 45cff3e8dec5d053539ca16b04995a3978648b0f (commit) from 574a7ac7a86d9da495ffcdca0deecfa619f4f1dc (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 45cff3e8dec5d053539ca16b04995a3978648b0f Author: Jonathan Druart <jonathan.druart at biblibre.com> Date: Wed Sep 19 09:59:59 2012 +0200 But 8787: don't load the page if OpacMaintenance is ON If the syspref OpacMaintenance is ON, it is useless to loaded the requested page. To test: - switch on the syspref OpacMaintenace - check in your apache access log, zebra log, etc. the requested page is not loaded (i.e. on the opac-search.pl page) Signed-off-by: Marc Veron <veron at veron.ch> Checked by watching other_vhosts_access.log Works as expected Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> ----------------------------------------------------------------------- Summary of changes: C4/Auth.pm | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Oct 24 22:18:36 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Oct 2012 20:18:36 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.06-12-g1f87732 Message-ID: <E1TR7PP-0007jT-W5@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.8.x has been updated via 1f877328dc86e2ff1f1db6923040ffd4325ed875 (commit) from 45cff3e8dec5d053539ca16b04995a3978648b0f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 1f877328dc86e2ff1f1db6923040ffd4325ed875 Author: Colin Campbell <colin.campbell at ptfs-europe.com> Date: Fri Sep 28 11:48:18 2012 +0100 Bug 8841 Duedate should be set to end of expiry day When reducing duedate to patron's expiry date it should be set to end of that day not 00:00 take account of the fact that the borrower expiry date will have no hours/minutes Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> ----------------------------------------------------------------------- Summary of changes: C4/Circulation.pm | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Oct 24 22:19:58 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Oct 2012 20:19:58 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.06-13-gb24fdbc Message-ID: <E1TR7Qk-0007kO-4n@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.8.x has been updated via b24fdbcdd60ce266df73be61a3e25aec47e3a03b (commit) from 1f877328dc86e2ff1f1db6923040ffd4325ed875 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit b24fdbcdd60ce266df73be61a3e25aec47e3a03b Author: Magnus Enger <magnus at enger.priv.no> Date: Sun Sep 30 09:57:37 2012 +0200 Bug 8568 - Fix some errors in docs for scripts provided by the Debian packages 1. Create a page for koha-run-backups 2. Fix the synopsis for koha-foreach 3. Add koha-create and koha-run-backups to koha-common To test - Convert the changed xml files to man pages with $ xsltproc /usr/share/xml/docbook/stylesheet/docbook-xsl/manpages/docbook.xsl koha-x.xml - View generated pages with e.g. $ man -l koha-x.8" (Replace x with the names of the changed files) - Check that the changes make sense Signed-off-by: Fr?d?ric Demians <f.demians at tamil.fr> Works as described. I was able to produce the 3 man files, load them with man command, and see the added information properly formated. Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> ----------------------------------------------------------------------- Summary of changes: debian/docs/koha-common.xml | 14 ++++++++ debian/docs/koha-foreach.xml | 2 +- debian/docs/koha-run-backups.xml | 69 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 84 insertions(+), 1 deletions(-) create mode 100644 debian/docs/koha-run-backups.xml hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Oct 24 22:22:22 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Oct 2012 20:22:22 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.06-14-g4d9d883 Message-ID: <E1TR7T4-0007mS-Rq@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.8.x has been updated via 4d9d883f6ffcfaff4b9ac1fbb09f8535fab7a43b (commit) from b24fdbcdd60ce266df73be61a3e25aec47e3a03b (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 4d9d883f6ffcfaff4b9ac1fbb09f8535fab7a43b Author: Mark Tompsett <mtompset at hotmail.com> Date: Thu Sep 27 14:12:00 2012 +0800 Bug 8834 - Call to C4::Context::preference fails to pass $self in Circulation.pm Changed: my $circcontrol = C4::Context::preference('CircControl'); To: my $circcontrol = C4::Context->preference('CircControl'); This will pass $self and 'CircControl' which will then prevent a "Use of uninitialized value" error log entry. Signed-off-by: Julian Maurice <julian.maurice at biblibre.com> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> ----------------------------------------------------------------------- Summary of changes: C4/Circulation.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Oct 25 14:41:33 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 25 Oct 2012 12:41:33 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8910 created. v3.08.00-1116-g215c8f4 Message-ID: <E1TRMkf-0004Gg-FP@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8910 has been created at 215c8f4e3b9da5c390c43eb8e3cd704c2861e102 (commit) - Log ----------------------------------------------------------------- commit 215c8f4e3b9da5c390c43eb8e3cd704c2861e102 Author: Mark Tompsett <mtompset at hotmail.com> Date: Fri Oct 12 14:29:59 2012 +0800 Bug 8910 - silent warnings triggered in about.pl In order to detect the apache version, there are multiple commands used. These may not all exist, which triggers error log entries. By simply adding " 2> /dev/null", the errors are no longer generated. Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Oct 25 15:03:14 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 25 Oct 2012 13:03:14 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8905 created. v3.08.00-1117-gcc9b23d Message-ID: <E1TRN5e-0004MU-Ph@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8905 has been created at cc9b23d3d72418492c43d34222128541cda1aced (commit) - Log ----------------------------------------------------------------- commit cc9b23d3d72418492c43d34222128541cda1aced Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Thu Oct 11 15:05:07 2012 -0400 Bug 8905: Error when accessing invalid authority The GetAuthority shim does not check that authority retrieval was successful, and therefore can call ->record on an undefined value. This can be reproduced by trying to load an invalid authority record using bulkmarcimport. There may be other ways to trigger it, but I'm not sure what they are. Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> another way to trigger this error is just forging your URL with a wrong authid ! ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Oct 25 16:04:34 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 25 Oct 2012 14:04:34 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8895 created. v3.08.00-1119-g205993c Message-ID: <E1TRO30-0004kI-Fk@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8895 has been created at 205993cf65f7fc07ab617a1caaa5d709f93d938e (commit) - Log ----------------------------------------------------------------- commit 205993cf65f7fc07ab617a1caaa5d709f93d938e Author: Paul Poulain <paul.poulain at biblibre.com> Date: Thu Oct 25 16:08:31 2012 +0200 Bug 8895 follow-up fix for Jonathan's QA comment useless use of defined($data->{value}) because it's set to "" 2 lines earlier commit 56cf444927c38f8236495e25956a171c438d8fb5 Author: Marc Veron <veron at veron.ch> Date: Wed Oct 10 07:49:36 2012 +0200 Bug 8895 - Warning in systempreferences.pl: Use of uninitialized value in length... Clicking on Local use tab in system preferences results in warning in log file: systempreferences.pl: Use of uninitialized value in length at (...)/admin/systempreferences.pl line 456 Reason: content field "value" in table "systempreferences" can be NULL (and is tested for length). Added test for "defined" at to places. Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Oct 25 17:29:28 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 25 Oct 2012 15:29:28 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8234 created. v3.08.00-1120-geaa3c6f Message-ID: <E1TRPNA-000580-JP@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8234 has been created at eaa3c6f9c99fc1bb55550cc37cd0bba8cc3ca9f5 (commit) - Log ----------------------------------------------------------------- commit eaa3c6f9c99fc1bb55550cc37cd0bba8cc3ca9f5 Author: Adrien Saurat <adrien.saurat at biblibre.com> Date: Fri Sep 21 15:48:53 2012 +0200 Bug 8234: fixes date sort on 'Transfers to receive' page Signed-off-by: Melia Meggs <melia at test.bywatersolutions.com> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Oct 25 17:41:30 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 25 Oct 2012 15:41:30 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8885 created. v3.08.00-1121-g47f62c0 Message-ID: <E1TRPYo-0005C9-Ce@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8885 has been created at 47f62c0d0ce91a3cda300a5c9721b3881e8741a3 (commit) - Log ----------------------------------------------------------------- commit 47f62c0d0ce91a3cda300a5c9721b3881e8741a3 Author: Marc Veron <veron at veron.ch> Date: Mon Oct 8 18:33:43 2012 +0200 Bug 8885 - OPAC with ccsr theme in IE9 Microsoft-specific filter statements removed from koha-tmpl/opac-tmpl/ccsr/en/css/opac.css ...now background colors show as expected... Signed-off-by: Owen Leonard <oleonard at myacpl.org> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Oct 25 18:11:46 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 25 Oct 2012 16:11:46 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8888 created. v3.08.00-1122-g0e8e6e7 Message-ID: <E1TRQ26-0005KT-1e@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8888 has been created at 0e8e6e71332b3f47a9d131b35ee42ead9e8e5702 (commit) - Log ----------------------------------------------------------------- commit 0e8e6e71332b3f47a9d131b35ee42ead9e8e5702 Author: Lyon3 Team <koha at univ-lyon3.fr> Date: Mon Oct 8 19:06:04 2012 +0200 Question marks in series title facet links When series title include a question or exclamation mark, theese must be removed to prevent search failure. http://bugs.koha-community.org/show_bug.cgi?id=8888 Signed-off-by: Owen Leonard <oleonard at myacpl.org> Before the patch: Series facet links with ! or ? return no results. After the patch the same links return valid results. Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Oct 25 18:21:08 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 25 Oct 2012 16:21:08 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8213 created. v3.08.00-1123-gb81bb69 Message-ID: <E1TRQBA-0005NZ-0D@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8213 has been created at b81bb697a42471528ba2e139c20afd383cca27de (commit) - Log ----------------------------------------------------------------- commit b81bb697a42471528ba2e139c20afd383cca27de Author: Kyle M Hall <kyle at bywatersolutions.com> Date: Mon Oct 1 13:36:48 2012 -0400 Bug 8213 - "Cancel All" button on holds over tab cancels both holds over and holds waiting Signed-off-by: Melia Meggs <melia at test.bywatersolutions.com> Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Oct 25 18:38:19 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 25 Oct 2012 16:38:19 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8914 created. v3.08.00-1124-gae977a9 Message-ID: <E1TRQRn-0005TV-AH@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8914 has been created at ae977a9cfde90f888abd512fac22a7eea6ecf77c (commit) - Log ----------------------------------------------------------------- commit ae977a9cfde90f888abd512fac22a7eea6ecf77c Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Fri Oct 12 22:49:07 2012 -0400 Bug 8914: Blank search that returns invalid authorities fails under Plack When doing a search with no terms for the default authority type under Plack, you will get a segfault if it returns any records that do not have any authority type. As far as I can tell, this cannot be reproduced under CGI/Apache. To test: Confirm that you don't get an error if you click the Submit button in the authorities sections in the staff client and OPAC without entering a term or changing the authority type. You may or may not be able to reproduce the problem prior to applying the patch, but that is the only situation in which I managed to trigger it. Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Oct 25 18:41:49 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 25 Oct 2012 16:41:49 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1124-gae977a9 Message-ID: <E1TRQVB-0005VE-3P@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via ae977a9cfde90f888abd512fac22a7eea6ecf77c (commit) via b81bb697a42471528ba2e139c20afd383cca27de (commit) via 0e8e6e71332b3f47a9d131b35ee42ead9e8e5702 (commit) via 47f62c0d0ce91a3cda300a5c9721b3881e8741a3 (commit) via eaa3c6f9c99fc1bb55550cc37cd0bba8cc3ca9f5 (commit) via 205993cf65f7fc07ab617a1caaa5d709f93d938e (commit) via 56cf444927c38f8236495e25956a171c438d8fb5 (commit) via cc9b23d3d72418492c43d34222128541cda1aced (commit) via 215c8f4e3b9da5c390c43eb8e3cd704c2861e102 (commit) from c66270c02ff56e7eb5430013e7e9417115e39aae (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: C4/AuthoritiesMarc.pm | 5 +++-- C4/Search.pm | 4 ++-- about.pl | 4 ++-- admin/systempreferences.pl | 4 +++- circ/waitingreserves.pl | 16 ++++++++-------- .../prog/en/modules/circ/transferstoreceive.tt | 2 +- koha-tmpl/opac-tmpl/ccsr/en/css/opac.css | 13 ------------- 7 files changed, 19 insertions(+), 29 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Oct 26 17:37:01 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 26 Oct 2012 15:37:01 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8947 created. v3.08.00-1128-g9ea2bb7 Message-ID: <E1TRly1-00038H-G6@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8947 has been created at 9ea2bb7eca37ded5637be28b888da5af503b89c5 (commit) - Log ----------------------------------------------------------------- commit 9ea2bb7eca37ded5637be28b888da5af503b89c5 Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Fri Oct 19 08:33:04 2012 -0400 Bug 8947: [SIGNED-OFF] XSLT fallback logic backwards The logic for the XSLT fallback was backwards, which meant that non-English installations of the CCSR theme were unable to use XSLT stylesheets. This patch corrects the logic. To test: 1) Switch to the ccsr OPAC theme. 2) Switch to a language other than English for the OPAC. 3) Turn on the default XSLT stylesheets for the OPAC. 4) Do a search or view a record that would result in something being displayed with XSLT. This will work after the patch, but not before. Signed-off-by: Magnus Enger <magnus at enger.priv.no> Works as advertised! Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Oct 26 17:46:28 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 26 Oct 2012 15:46:28 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1128-g9ea2bb7 Message-ID: <E1TRm7A-0003CU-FF@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 9ea2bb7eca37ded5637be28b888da5af503b89c5 (commit) via be3441d64833a48b26912141d85d1470be52f135 (commit) via 95b5e2f94e0b1484ee03728c7eb84189d26e4bb8 (commit) via 44e65ad5142ed4a488601bd22224bd86acd48aa6 (commit) from ae977a9cfde90f888abd512fac22a7eea6ecf77c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: C4/Koha.pm | 6 +++--- C4/Overdues.pm | 4 ++-- C4/XSLT.pm | 6 +++--- docs/history.txt | 3 ++- koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 1 + 5 files changed, 11 insertions(+), 9 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Oct 27 03:08:44 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 27 Oct 2012 01:08:44 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.06-15-g0cf95f9 Message-ID: <E1TRutI-0005zD-5o@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.8.x has been updated via 0cf95f9e8dd938cf0cf7d2abf2b89b8a97ff59fe (commit) from 4d9d883f6ffcfaff4b9ac1fbb09f8535fab7a43b (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 0cf95f9e8dd938cf0cf7d2abf2b89b8a97ff59fe Author: Mark Tompsett <mtompset at hotmail.com> Date: Fri Oct 12 14:29:59 2012 +0800 Bug 8910 - silent warnings triggered in about.pl In order to detect the apache version, there are multiple commands used. These may not all exist, which triggers error log entries. By simply adding " 2> /dev/null", the errors are no longer generated. Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> ----------------------------------------------------------------------- Summary of changes: about.pl | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Oct 27 03:17:36 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 27 Oct 2012 01:17:36 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.06-16-g1ab07da Message-ID: <E1TRv1s-00062g-K5@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.8.x has been updated via 1ab07dacbee142fbf9c3365ba191abcb6080b6d4 (commit) from 0cf95f9e8dd938cf0cf7d2abf2b89b8a97ff59fe (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 1ab07dacbee142fbf9c3365ba191abcb6080b6d4 Author: Adrien Saurat <adrien.saurat at biblibre.com> Date: Fri Sep 21 15:48:53 2012 +0200 Bug 8234: fixes date sort on 'Transfers to receive' page Signed-off-by: Melia Meggs <melia at test.bywatersolutions.com> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/circ/transferstoreceive.tt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Oct 27 03:18:41 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 27 Oct 2012 01:18:41 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.06-17-gf128fb5 Message-ID: <E1TRv2v-00063u-IX@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.8.x has been updated via f128fb554e273237ec5d1392b139cc5d2020e340 (commit) from 1ab07dacbee142fbf9c3365ba191abcb6080b6d4 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f128fb554e273237ec5d1392b139cc5d2020e340 Author: Lyon3 Team <koha at univ-lyon3.fr> Date: Mon Oct 8 19:06:04 2012 +0200 Bug 8888 : Question marks in series title facet links When series title include a question or exclamation mark, theese must be removed to prevent search failure. Signed-off-by: Owen Leonard <oleonard at myacpl.org> Before the patch: Series facet links with ! or ? return no results. After the patch the same links return valid results. Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> ----------------------------------------------------------------------- Summary of changes: C4/Search.pm | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Oct 27 03:21:43 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 27 Oct 2012 01:21:43 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.06-18-gc08c3f8 Message-ID: <E1TRv5r-00065Y-MR@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.8.x has been updated via c08c3f82734cc326f6bc810d58e52565f17a0a60 (commit) from f128fb554e273237ec5d1392b139cc5d2020e340 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit c08c3f82734cc326f6bc810d58e52565f17a0a60 Author: Kyle M Hall <kyle at bywatersolutions.com> Date: Mon Oct 1 13:36:48 2012 -0400 Bug 8213 - "Cancel All" button on holds over tab cancels both holds over and holds waiting Signed-off-by: Melia Meggs <melia at test.bywatersolutions.com> Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> ----------------------------------------------------------------------- Summary of changes: circ/waitingreserves.pl | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Oct 27 03:32:15 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 27 Oct 2012 01:32:15 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.06-21-gdce26ca Message-ID: <E1TRvG3-00068X-N5@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.8.x has been updated via dce26ca35ccb6e9c567af7850e6a2efd631bbe46 (commit) via e38153341226e624f7d232f739934ad9e5e64eaa (commit) via 82fc340e73b8b7fb9185cb9cd4e94c6f42f1312b (commit) from c08c3f82734cc326f6bc810d58e52565f17a0a60 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit dce26ca35ccb6e9c567af7850e6a2efd631bbe46 Author: Paul Poulain <paul.poulain at biblibre.com> Date: Fri Oct 26 17:31:31 2012 +0200 Bug 8939 follow-up welcome to Robert Williams 194th contributor also fixing Mathieu Saby number (193th instead of a duplicate 192nd) Conflicts: docs/history.txt commit e38153341226e624f7d232f739934ad9e5e64eaa Author: Robert Williams <williams at amigos.org> Date: Thu Oct 18 13:58:23 2012 +1300 Bug 8939 : Fines being charged during the grace period Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> commit 82fc340e73b8b7fb9185cb9cd4e94c6f42f1312b Author: Mathieu Saby <mathieu.saby at univ-rennes2.fr> Date: Tue Oct 23 22:09:31 2012 +0200 Bug 8958: Make facets more UNIMARC compliant (revision 1) Suppressions : I suppressed some indexes not existing in Unimarc : 603, 502, 504 Corrections : - Places : 651 was Marc21 => I put the right value (607) - Topics : 600a => 600ab (name/surname) ; 604a => 604at (author/title) To test, take a record with 607, 600ab, 601ab, 604at, do a research matching this record, and check if facets looks nicer that before... Signed-off-by: Fr?d?ric Demians <f.demians at tamil.fr> Works as described. 607 for Places is very useful! Other tweakings make sense. Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> ----------------------------------------------------------------------- Summary of changes: C4/Koha.pm | 6 +++--- C4/Overdues.pm | 4 ++-- docs/history.txt | 14 +++++++++++++- koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 1 + 4 files changed, 19 insertions(+), 6 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Oct 28 19:19:43 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 28 Oct 2012 18:19:43 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8253 created. v3.08.00-1130-g7f628b1 Message-ID: <E1TSXSZ-0007UL-3A@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8253 has been created at 7f628b12d46c56c44e18ec4b68a75e6ec77713aa (commit) - Log ----------------------------------------------------------------- commit 7f628b12d46c56c44e18ec4b68a75e6ec77713aa Author: Kyle M Hall <kyle at bywatersolutions.com> Date: Thu Oct 4 10:34:49 2012 -0400 Bug 8253 - fix fine doubling, when upgrading from 3.6 to 3.8 - Add de-duplication script This script will remove these duplicate fines. To use, repeatably run this script until there are no more duplicates in the database. (fix_accountlines_rmdupfines_bug8253.pl) Duplicate fines would happen if you upgraded to a 3.8 version that does not have the bug8253 patch, and the misc/cronjobs/fines.pl is run. In 3.8 an upgrade to a more granular date/time was not addressed for pre-existing fine entries and this script removes the resulting duplicates. It also intelligently preserves the amount outstanding for payments already applied. If your version already had the bug8253 patch at the time of the upgrade, duplicate fines should not have been generatd. Signed-off-by: wajasu <matted-34813 at mypacks.net> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> commit 18297b04c1598d1fcf43e0d38a65426d1fc35162 Author: Mason James <mtj at kohaaloha.com> Date: Wed Oct 3 11:09:41 2012 +1300 Bug 8253 - Fine doubling Provides a fix that during database upgrade, fines are correclty formatted. Once the misc/cronjobs/fines.pl is run in the upgraded database, it will not result in duplicate fines being generated. Signed-off-by: wajasu <matted-34813 at mypacks.net> ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Oct 28 19:33:12 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 28 Oct 2012 18:33:12 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8823 created. v3.08.00-1131-g1d5b614 Message-ID: <E1TSXfc-0007Xq-FR@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8823 has been created at 1d5b614d8b4ca8b39a2ce44e6430e3b98bc141e5 (commit) - Log ----------------------------------------------------------------- commit 1d5b614d8b4ca8b39a2ce44e6430e3b98bc141e5 Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Wed Sep 26 17:03:28 2012 -0400 Bug 8823: CatalogModuleRelink Creates Multiple Links between Bib and Auth record On 3.8.x, it was possible for multiple automatically generated authorities to be linked to a single heading. This patch deletes previous links from headings prior to linking them to automatically-generated headings. This patch also corrects a potential problem wherein multiple authorities might be generated if a record is edited repeatedly in quick succession. The latter problem exists on Master and 3.6.x as well, and the code that corrects the multiple linkages is equally applicable if seemingly unnecessary. Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Oct 28 19:35:48 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 28 Oct 2012 18:35:48 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8941 created. v3.08.00-1132-g000605e Message-ID: <E1TSXi8-0007Zo-5h@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8941 has been created at 000605e9390be30dde4d2fbd88bd10d8a3ff2528 (commit) - Log ----------------------------------------------------------------- commit 000605e9390be30dde4d2fbd88bd10d8a3ff2528 Author: Magnus Enger <magnus at enger.priv.no> Date: Thu Oct 18 11:56:47 2012 +0200 Bug 8941 - Make title display properly for NORMARC OPAC detail view Authors and materialtype were displayed to the right of the title. This patch simly adds class="title" to the h1 that holds the title. To test: - Set marcflavour = NORMARC - Check a detail view in the OPAC and see that the display is wrong - Apply the patch - Check that the detail view now looks good Signed-off-by: Mirko Tietgen <mirko at abunchofthings.net> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Oct 28 20:00:00 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 28 Oct 2012 19:00:00 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1132-g000605e Message-ID: <E1TSY5Y-0007gY-Bs@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 000605e9390be30dde4d2fbd88bd10d8a3ff2528 (commit) via 1d5b614d8b4ca8b39a2ce44e6430e3b98bc141e5 (commit) via 7f628b12d46c56c44e18ec4b68a75e6ec77713aa (commit) via 18297b04c1598d1fcf43e0d38a65426d1fc35162 (commit) from 9ea2bb7eca37ded5637be28b888da5af503b89c5 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: C4/Biblio.pm | 124 +++++++++++++------- installer/data/mysql/updatedatabase.pl | 3 +- .../prog/en/xslt/NORMARCslim2OPACDetail.xsl | 2 +- .../fix_accountlines_rmdupfines_bug8253.pl | 120 +++++++++++++++++++ 4 files changed, 203 insertions(+), 46 deletions(-) create mode 100755 misc/maintenance/fix_accountlines_rmdupfines_bug8253.pl hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Oct 28 21:19:41 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 28 Oct 2012 20:19:41 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.06-23-g32e1276 Message-ID: <E1TSZKf-0007xh-Jm@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.8.x has been updated via 32e12765d2e986b5863e90c704ceb63d7b98cb3b (commit) via c959e464ffb8728144335ce71a130c8a2904b642 (commit) from dce26ca35ccb6e9c567af7850e6a2efd631bbe46 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 32e12765d2e986b5863e90c704ceb63d7b98cb3b Author: Kyle M Hall <kyle at bywatersolutions.com> Date: Thu Oct 4 10:34:49 2012 -0400 Bug 8253 - fix fine doubling, when upgrading from 3.6 to 3.8 - Add de-duplication script This script will remove these duplicate fines. To use, repeatably run this script until there are no more duplicates in the database. (fix_accountlines_rmdupfines_bug8253.pl) Duplicate fines would happen if you upgraded to a 3.8 version that does not have the bug8253 patch, and the misc/cronjobs/fines.pl is run. In 3.8 an upgrade to a more granular date/time was not addressed for pre-existing fine entries and this script removes the resulting duplicates. It also intelligently preserves the amount outstanding for payments already applied. If your version already had the bug8253 patch at the time of the upgrade, duplicate fines should not have been generatd. Signed-off-by: wajasu <matted-34813 at mypacks.net> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> commit c959e464ffb8728144335ce71a130c8a2904b642 Author: Mason James <mtj at kohaaloha.com> Date: Wed Oct 3 11:09:41 2012 +1300 Bug 8253 - Fine doubling Provides a fix that during database upgrade, fines are correclty formatted. Once the misc/cronjobs/fines.pl is run in the upgraded database, it will not result in duplicate fines being generated. Signed-off-by: wajasu <matted-34813 at mypacks.net> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/updatedatabase.pl | 3 +- .../fix_accountlines_rmdupfines_bug8253.pl | 120 ++++++++++++++++++++ 2 files changed, 122 insertions(+), 1 deletions(-) create mode 100755 misc/maintenance/fix_accountlines_rmdupfines_bug8253.pl hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Oct 28 21:24:48 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 28 Oct 2012 20:24:48 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.06-24-g216251e Message-ID: <E1TSZPc-00080u-TT@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.8.x has been updated via 216251e52467cfa3540f16c816ba94c5c0bd499d (commit) from 32e12765d2e986b5863e90c704ceb63d7b98cb3b (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 216251e52467cfa3540f16c816ba94c5c0bd499d Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Wed Sep 26 17:03:28 2012 -0400 Bug 8823: CatalogModuleRelink Creates Multiple Links between Bib and Auth record On 3.8.x, it was possible for multiple automatically generated authorities to be linked to a single heading. This patch deletes previous links from headings prior to linking them to automatically-generated headings. This patch also corrects a potential problem wherein multiple authorities might be generated if a record is edited repeatedly in quick succession. The latter problem exists on Master and 3.6.x as well, and the code that corrects the multiple linkages is equally applicable if seemingly unnecessary. Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> ----------------------------------------------------------------------- Summary of changes: C4/Biblio.pm | 124 +++++++++++++++++++++++++++++++++++++-------------------- 1 files changed, 80 insertions(+), 44 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Oct 29 12:32:14 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 29 Oct 2012 11:32:14 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8961 created. v3.08.00-1133-gb141a35 Message-ID: <E1TSnZm-0003QF-Oh@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8961 has been created at b141a35692b3bbe8f8ec597235fcab9297e52a2d (commit) - Log ----------------------------------------------------------------- commit b141a35692b3bbe8f8ec597235fcab9297e52a2d Author: Nicole C. Engard <nengard at bywatersolutions.com> Date: Thu Oct 25 10:56:52 2012 -0400 Bug 8961: Fix typo in offline circ help Signed-off-by: Marc Veron <veron at veron.ch> Tiny typo fix in HTML text. Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Oct 29 18:14:53 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 29 Oct 2012 17:14:53 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8749 created. v3.08.00-1134-gf47dceb Message-ID: <E1TSsvN-000529-5s@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8749 has been created at f47dceb1514089dd0bf53de4e2706032bb7f351e (commit) - Log ----------------------------------------------------------------- commit f47dceb1514089dd0bf53de4e2706032bb7f351e Author: Mark Tompsett <mtompset at hotmail.com> Date: Wed Sep 19 15:04:33 2012 +0800 Bug 8749 - Missing Ubuntu library files in ubuntu.*.packages Added: libtemplate-plugin-htmltotext-perl install into the four files, as this is available in the debian.koha-community.org repository. Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Oct 29 18:23:44 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 29 Oct 2012 17:23:44 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8966 created. v3.08.00-1135-g5c7fae8 Message-ID: <E1TSt3w-00055c-9M@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8966 has been created at 5c7fae8e89a07411c8f2e6c002bdbd2017117b53 (commit) - Log ----------------------------------------------------------------- commit 5c7fae8e89a07411c8f2e6c002bdbd2017117b53 Author: Maxime Pelletier <maxime.pelletier at libeo.com> Date: Wed Oct 24 17:22:02 2012 -0400 Bug 8966 Koha::Calendar::is_holiday truncates the date * Create a local copy of the date instead of calling truncate directly on the date * Add a test to properly test that the issue is fixed Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Oct 29 19:32:18 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 29 Oct 2012 18:32:18 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8665 created. v3.08.00-1137-g510a239 Message-ID: <E1TSu8I-0005Ma-4v@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8665 has been created at 510a2397fb0955bc3fe9a5292a75d3c25e702982 (commit) - Log ----------------------------------------------------------------- commit 510a2397fb0955bc3fe9a5292a75d3c25e702982 Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Thu Oct 25 14:00:42 2012 -0400 Bug 8665 follow-up: add missing line to XSLT The DOM transformer was missing a line from a previous development, resulting in the MARC21 authorities DOM indexing stylesheet being regenerated with a missing line. This patch readds the missing line to the transformer, and provides the corrected authority-zebra-indexdefs. Signed-off-by: Elliott Davis <elliott at bywatersolutions.com> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> commit 7d9b4d58e381d26c46c556105fd26ca4b8908e31 Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Thu Oct 4 08:52:48 2012 -0400 Bug 8665: DOM indexing fails to index some bib records Use a user-specified field for z:id. This patch also fixes an excess space before the index in the MARC21 biblio index definitions, which someone fixed in the generated file but not in the source file it should have been fixed in. Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz> Signed-off-by: Elliott Davis <elliott at bywatersolutions.com> ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Oct 30 10:51:23 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 30 Oct 2012 09:51:23 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1137-g510a239 Message-ID: <E1TT8Tj-0000kA-2T@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 510a2397fb0955bc3fe9a5292a75d3c25e702982 (commit) via 7d9b4d58e381d26c46c556105fd26ca4b8908e31 (commit) via 5c7fae8e89a07411c8f2e6c002bdbd2017117b53 (commit) via f47dceb1514089dd0bf53de4e2706032bb7f351e (commit) via b141a35692b3bbe8f8ec597235fcab9297e52a2d (commit) from 000605e9390be30dde4d2fbd88bd10d8a3ff2528 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: Koha/Calendar.pm | 9 +++++---- .../authorities/authority-koha-indexdefs.xml | 1 + .../authorities/authority-zebra-indexdefs.xsl | 4 ++-- .../marc21/biblios/biblio-koha-indexdefs.xml | 3 ++- .../marc21/biblios/biblio-zebra-indexdefs.xsl | 6 ++++-- .../unimarc/biblios/biblio-koha-indexdefs.xml | 1 + .../unimarc/biblios/biblio-zebra-indexdefs.xsl | 6 ++++-- etc/zebradb/xsl/koha-indexdefs-to-zebra.xsl | 7 +++++-- install_misc/ubuntu.10.04.packages | 1 + install_misc/ubuntu.10.10.packages | 1 + install_misc/ubuntu.12.04.packages | 1 + install_misc/ubuntu.packages | 1 + .../prog/en/modules/help/offline_circ/list.tt | 2 +- t/Calendar.t | 6 +++++- 14 files changed, 34 insertions(+), 15 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Oct 30 18:19:04 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 30 Oct 2012 17:19:04 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8973 created. v3.08.00-1138-gd12f4e0 Message-ID: <E1TTFSx-0002i5-S5@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8973 has been created at d12f4e09eef0683e6bbe567bc816c74dafca4088 (commit) - Log ----------------------------------------------------------------- commit d12f4e09eef0683e6bbe567bc816c74dafca4088 Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com> Date: Fri Oct 26 10:50:58 2012 +0200 Bug 8973: HTML and URL escape missing in OPAC templates Signed-off-by: Owen Leonard <oleonard at myacpl.org> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Oct 30 18:21:00 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 30 Oct 2012 17:21:00 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8936 created. v3.08.00-1139-g678c7c4 Message-ID: <E1TTFUp-0002jQ-Uk@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8936 has been created at 678c7c42307c126bf000e28dfe302c6603614c77 (commit) - Log ----------------------------------------------------------------- commit 678c7c42307c126bf000e28dfe302c6603614c77 Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com> Date: Wed Oct 17 10:53:29 2012 +0200 Bug 8936: Search RSS feeds does not show there items when subscribing in Firefox Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Oct 30 18:25:14 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 30 Oct 2012 17:25:14 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8980 created. v3.08.00-1140-g715c529 Message-ID: <E1TTFYw-0002la-EL@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8980 has been created at 715c52977a8d4a25cc91aabd22224c66956c6f33 (commit) - Log ----------------------------------------------------------------- commit 715c52977a8d4a25cc91aabd22224c66956c6f33 Author: Owen Leonard <oleonard at myacpl.org> Date: Mon Oct 29 15:24:37 2012 -0400 Bug 8980 - Untranslatable strings in modborrowers.pl This patch removes the declaration of interface labels from the script and puts it in the template where the labels can be translated. The labels have been modified to match those used on the patron entry form. Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Oct 30 18:38:09 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 30 Oct 2012 17:38:09 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1140-g715c529 Message-ID: <E1TTFlR-0002oD-2p@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 715c52977a8d4a25cc91aabd22224c66956c6f33 (commit) via 678c7c42307c126bf000e28dfe302c6603614c77 (commit) via d12f4e09eef0683e6bbe567bc816c74dafca4088 (commit) from 510a2397fb0955bc3fe9a5292a75d3c25e702982 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/tools/modborrowers.tt | 29 ++++++++++++++++++- koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt | 2 +- .../opac-tmpl/prog/en/modules/opac-opensearch.tt | 5 ++- koha-tmpl/opac-tmpl/prog/en/modules/opac-review.tt | 4 +- .../opac-tmpl/prog/en/modules/opac-suggestions.tt | 2 +- tools/modborrowers.pl | 11 ------- 6 files changed, 34 insertions(+), 19 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Oct 30 22:46:13 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 30 Oct 2012 21:46:13 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.06-27-g6a8bba2 Message-ID: <E1TTJdV-0003t0-Eg@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.8.x has been updated via 6a8bba271e154eb4cd89d97a3942687e94cd8b3e (commit) via 982b05f78a24a68179e7b97a0e1860d6fe29f786 (commit) from b7d207b380ba45d3ffdda5ad5b241001dfd97153 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 6a8bba271e154eb4cd89d97a3942687e94cd8b3e Author: Maxime Pelletier <maxime.pelletier at libeo.com> Date: Wed Oct 24 17:22:02 2012 -0400 Bug 8966 Koha::Calendar::is_holiday truncates the date * Create a local copy of the date instead of calling truncate directly on the date * Add a test to properly test that the issue is fixed Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> commit 982b05f78a24a68179e7b97a0e1860d6fe29f786 Author: Mark Tompsett <mtompset at hotmail.com> Date: Wed Sep 19 15:11:48 2012 +0800 Bug 8749 - Missing Ubuntu library files in ubuntu.*.packages Added libtemplate-plugin-htmltotext-perl install into the ubuntu.*.packages files. The missing library exists in the debian.koha-community.org repository. Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> ----------------------------------------------------------------------- Summary of changes: Koha/Calendar.pm | 9 +++++---- install_misc/ubuntu.10.04.packages | 1 + install_misc/ubuntu.10.10.packages | 1 + install_misc/ubuntu.12.04.packages | 1 + install_misc/ubuntu.packages | 1 + t/Calendar.t | 6 +++++- 6 files changed, 14 insertions(+), 5 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Oct 30 23:02:27 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 30 Oct 2012 22:02:27 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.06-29-ged81dc6 Message-ID: <E1TTJtD-0003xH-Dl@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.8.x has been updated via ed81dc6844611aadddccd32434cfcdedb591960e (commit) via a23ecc6b77dc52f470608b7d6618a66296862343 (commit) from 6a8bba271e154eb4cd89d97a3942687e94cd8b3e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit ed81dc6844611aadddccd32434cfcdedb591960e Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Thu Oct 25 14:00:42 2012 -0400 Bug 8665 follow-up: add missing line to XSLT The DOM transformer was missing a line from a previous development, resulting in the MARC21 authorities DOM indexing stylesheet being regenerated with a missing line. This patch readds the missing line to the transformer, and provides the corrected authority-zebra-indexdefs. Signed-off-by: Elliott Davis <elliott at bywatersolutions.com> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> Conflicts: etc/zebradb/xsl/koha-indexdefs-to-zebra.xsl Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> commit a23ecc6b77dc52f470608b7d6618a66296862343 Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Thu Oct 4 08:52:48 2012 -0400 Bug 8665: DOM indexing fails to index some bib records Use a user-specified field for z:id. This patch also fixes an excess space before the index in the MARC21 biblio index definitions, which someone fixed in the generated file but not in the source file it should have been fixed in. Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz> Signed-off-by: Elliott Davis <elliott at bywatersolutions.com> Conflicts: etc/zebradb/marc_defs/marc21/authorities/authority-zebra-indexdefs.xsl Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> ----------------------------------------------------------------------- Summary of changes: .../authorities/authority-koha-indexdefs.xml | 1 + .../authorities/authority-zebra-indexdefs.xsl | 28 ++++++++++++++++++- .../marc21/biblios/biblio-koha-indexdefs.xml | 3 +- .../marc21/biblios/biblio-zebra-indexdefs.xsl | 6 +++- .../unimarc/biblios/biblio-koha-indexdefs.xml | 1 + .../unimarc/biblios/biblio-zebra-indexdefs.xsl | 6 +++- etc/zebradb/xsl/koha-indexdefs-to-zebra.xsl | 20 ++++++++++++- 7 files changed, 56 insertions(+), 9 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Oct 30 23:16:23 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 30 Oct 2012 22:16:23 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.06-31-g2a20111 Message-ID: <E1TTK6h-00042H-87@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.8.x has been updated via 2a2011193ea36c894f88d1b3eb4724855ad628f7 (commit) via 9c4c6e0e3060d9ef742d0e212435858c1336408a (commit) from ed81dc6844611aadddccd32434cfcdedb591960e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 2a2011193ea36c894f88d1b3eb4724855ad628f7 Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com> Date: Wed Oct 17 10:53:29 2012 +0200 Bug 8936: Search RSS feeds does not show there items when subscribing in Firefox Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> Conflicts: koha-tmpl/opac-tmpl/prog/en/modules/opac-opensearch.tt Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> commit 9c4c6e0e3060d9ef742d0e212435858c1336408a Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com> Date: Fri Oct 26 10:50:58 2012 +0200 Bug 8973: HTML and URL escape missing in OPAC templates Signed-off-by: Owen Leonard <oleonard at myacpl.org> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> Conflicts: koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> ----------------------------------------------------------------------- Summary of changes: koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt | 12 ++++++------ .../opac-tmpl/prog/en/modules/opac-opensearch.tt | 5 +++-- koha-tmpl/opac-tmpl/prog/en/modules/opac-review.tt | 4 ++-- .../opac-tmpl/prog/en/modules/opac-suggestions.tt | 2 +- 4 files changed, 12 insertions(+), 11 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Oct 31 19:57:59 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 31 Oct 2012 18:57:59 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x created. v3.08.00-1140-g715c529 Message-ID: <E1TTdUF-00015d-22@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, 3.10.x has been created at 715c52977a8d4a25cc91aabd22224c66956c6f33 (commit) - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Oct 31 20:05:53 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 31 Oct 2012 19:05:53 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1141-g5994dd2 Message-ID: <E1TTdbs-0001Bc-W0@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 5994dd21f780a384de0497c7208df9e6bc77b7d4 (commit) from 715c52977a8d4a25cc91aabd22224c66956c6f33 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 5994dd21f780a384de0497c7208df9e6bc77b7d4 Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Wed Oct 31 15:10:02 2012 -0400 Correct a typo in docs/history.txt and add 3.6.x releases ----------------------------------------------------------------------- Summary of changes: docs/history.txt | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Oct 31 21:47:05 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 31 Oct 2012 20:47:05 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8707 created. v3.08.00-1142-gf191782 Message-ID: <E1TTfBp-0001ox-EX@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8707 has been created at f191782d9869582fb12ec15bea4a3c36ae4f3552 (commit) - Log ----------------------------------------------------------------- commit f191782d9869582fb12ec15bea4a3c36ae4f3552 Author: Owen Leonard <oleonard at myacpl.org> Date: Tue Oct 30 11:07:04 2012 -0400 Bug 8707 - tags always say approved Template scope error caused an incorrect state on the approval/rejection buttons when viewing rejected tags. To test, go to Tags and view the list of rejected tags. In the "Actions" column, the "rejected" button should be greyed out, and the "approve" button active. Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com> Passed-QA-by: Jonathan Druart <jonathan.druart at biblibre.com> Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Oct 31 22:17:45 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 31 Oct 2012 21:17:45 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8982 created. v3.08.00-1142-g80c75dc Message-ID: <E1TTffV-00021c-0V@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8982 has been created at 80c75dcc8f3aa11625e5cdb2d153306be10f72cb (commit) - Log ----------------------------------------------------------------- commit 80c75dcc8f3aa11625e5cdb2d153306be10f72cb Author: MJ Ray <mjr at phonecoop.coop> Date: Tue Oct 30 10:14:49 2012 +0000 Bug 8982 make koha-create accept --database option Signed-off-by: Robin Sheat <robin at catalyst.net.nz> Passed-QA-by: Jonathan Druart <jonathan.druart at biblibre.com> Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Oct 31 23:15:00 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 31 Oct 2012 22:15:00 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1144-gea9e867 Message-ID: <E1TTgYu-0002go-QV@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via ea9e867a591f051db314ae5dc63eecac191cf724 (commit) via 80c75dcc8f3aa11625e5cdb2d153306be10f72cb (commit) via f191782d9869582fb12ec15bea4a3c36ae4f3552 (commit) from 5994dd21f780a384de0497c7208df9e6bc77b7d4 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit ea9e867a591f051db314ae5dc63eecac191cf724 Merge: f191782 80c75dc Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Wed Oct 31 17:22:35 2012 -0400 Merge branch 'bug_8982' into 3.12-master ----------------------------------------------------------------------- Summary of changes: debian/scripts/koha-create | 2 +- .../intranet-tmpl/prog/en/modules/tags/review.tt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Oct 31 23:30:50 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 31 Oct 2012 22:30:50 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8978 created. v3.08.00-1145-g43ba461 Message-ID: <E1TTgoE-0002xS-M7@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug_8978 has been created at 43ba461f3905dc07e7e97bb23dc230fdd69ca2d7 (commit) - Log ----------------------------------------------------------------- commit 43ba461f3905dc07e7e97bb23dc230fdd69ca2d7 Author: Lyon3 Team <koha at univ-lyon3.fr> Date: Mon Oct 29 11:59:44 2012 +0100 Bug 8978: Patron's dateexpiry erroneously updated when in UnwantedField If dateexpiry field was absent because it has been included in UnWantedField syspref list, the script assumed that the date has been forgotten and updated it when clicking on 'save' button. Signed-off-by: Owen Leonard <oleonard at myacpl.org> Passed-QA-by: Jonathan Druart <jonathan.druart at biblibre.com> Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Oct 31 23:31:56 2012 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 31 Oct 2012 22:31:56 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.08.00-1145-g43ba461 Message-ID: <E1TTgpH-0002ye-Ve@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, master has been updated via 43ba461f3905dc07e7e97bb23dc230fdd69ca2d7 (commit) from ea9e867a591f051db314ae5dc63eecac191cf724 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/members/memberentrygen.tt | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository