From gitmaster at git.koha-community.org Fri Apr 1 00:52:20 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 31 Mar 2011 22:52:20 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_5828, created. v3.02.00-936-gb6f51fb 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_5828 has been created at b6f51fb79e63e49b3126a05b138c8fede3874380 (commit) - Log ----------------------------------------------------------------- commit b6f51fb79e63e49b3126a05b138c8fede3874380 Author: Owen Leonard Date: Wed Mar 30 21:39:52 2011 -0400 Fix for Bug 5828 - notes for purchase suggestions not showing in the staff client - Correcting the markup error that prevented the note from appearing - Adding a little icon to set the note off from the other data Signed-off-by: Nicole C. Engard Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 1 00:54:12 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 31 Mar 2011 22:54:12 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_4943, created. v3.02.00-937-gfd1b757 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_4943 has been created at fd1b757233a6db66a82bbc3ff4d2f40291b96832 (commit) - Log ----------------------------------------------------------------- commit fd1b757233a6db66a82bbc3ff4d2f40291b96832 Author: Matthias Meusburger Date: Wed Mar 30 12:03:23 2011 +0200 Bug 4943: Search history cookie size limit Signed-off-by: Julian Maurice Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 1 01:00:46 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 31 Mar 2011 23:00:46 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_5957, created. v3.02.00-938-gc625ff9 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_5957 has been created at c625ff9872116fe09b691f9f4d1a1db3cb6ddd9b (commit) - Log ----------------------------------------------------------------- commit c625ff9872116fe09b691f9f4d1a1db3cb6ddd9b Author: Ian Walls Date: Wed Mar 30 12:01:34 2011 -0400 Bug 5957: Making COiNS in OPAC search results optional Adds a new system preference, COinSinOPACResults, which toggles the inclusion of COiNS/OpenURL/Z39.88 in the search results display. Default is 'on', continuing the current behaviour. Disabling this feature will result in a significant increase in search speed, since each call to GetCOinSBiblio requires a separate parsing of the MARC record, and there are calls to this routine with each search. Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 1 01:07:57 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 31 Mar 2011 23:07:57 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_5990, created. v3.02.00-940-g90392c1 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_5990 has been created at 90392c19cc343ada611c1f06e4b5c20f3dd6dc93 (commit) - Log ----------------------------------------------------------------- commit 90392c19cc343ada611c1f06e4b5c20f3dd6dc93 Author: Ian Walls Date: Wed Mar 30 13:39:53 2011 -0400 Bug 5990: Lists and Cart show LOC code not Location Authorized value Lists in the OPAC, and Cart on both sides, show the LOC code for items, rather than the appropriate Description from Authorised Values. This is because the code uses GetItemInfo, which is a very heavy-weight call to only retrieve some of the desired information. This patch introduces a new subroutine in C4::Items, GetItemsLocationInfo, which returns the branch names for both home- and holdingbranches, the location code, both opac and intranet location descriptions, itemcallnumber and cn_sort. This should be used instead of GetItemsInfo in any case where the locational information is all that's required, as it's much more streamlined and efficient. In the OPAC Lists, this only applies if OPACXSLTResultsDisplay is 'off' (set to 'normal'). Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit f1331722f116d7dce313bb37c100f235d468d3a6 Author: Chris Cormack Date: Fri Apr 1 12:06:20 2011 +1300 Bumping database version number ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 1 01:08:37 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 31 Mar 2011 23:08:37 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-940-g90392c1 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 90392c19cc343ada611c1f06e4b5c20f3dd6dc93 (commit) via f1331722f116d7dce313bb37c100f235d468d3a6 (commit) via c625ff9872116fe09b691f9f4d1a1db3cb6ddd9b (commit) via fd1b757233a6db66a82bbc3ff4d2f40291b96832 (commit) via b6f51fb79e63e49b3126a05b138c8fede3874380 (commit) from 849342e3f513f4b48d9c9e5a9ce3f4bb49b9dc73 (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/Items.pm | 67 ++++++++++++++++++++ C4/VirtualShelves/Page.pm | 2 +- installer/data/mysql/de-DE/mandatory/sysprefs.sql | 1 + installer/data/mysql/en/mandatory/sysprefs.sql | 1 + .../1-Obligatoire/unimarc_standard_systemprefs.sql | 1 + installer/data/mysql/it-IT/necessari/sysprefs.sql | 1 + installer/data/mysql/pl-PL/mandatory/sysprefs.sql | 1 + ...m_preferences_full_optimal_for_install_only.sql | 1 + ...m_preferences_full_optimal_for_install_only.sql | 1 + installer/data/mysql/updatedatabase.pl | 7 ++ .../prog/en/modules/admin/preferences/opac.pref | 6 ++ .../prog/en/modules/suggestion/suggestion.tmpl | 4 +- .../prog/img}/famfamfam/silk/comment.png | Bin 413 -> 413 bytes .../opac-tmpl/prog/en/modules/opac-basket.tmpl | 4 +- .../opac-tmpl/prog/en/modules/opac-results.tmpl | 6 +- .../opac-tmpl/prog/en/modules/opac-shelves.tmpl | 2 +- kohaversion.pl | 2 +- opac/opac-basket.pl | 2 +- opac/opac-search.pl | 12 +++- 19 files changed, 108 insertions(+), 13 deletions(-) copy koha-tmpl/{opac-tmpl/prog => intranet-tmpl/prog/img}/famfamfam/silk/comment.png (100%) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 1 02:15:06 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 01 Apr 2011 00:15:06 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_5996, created. v3.02.00-941-gff7affd 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_5996 has been created at ff7affdf43b4850a0ce62c9924246caac69b9030 (commit) - Log ----------------------------------------------------------------- commit ff7affdf43b4850a0ce62c9924246caac69b9030 Author: Matthias Meusburger Date: Wed Mar 30 16:07:07 2011 +0200 Bug 5996 : MT2926: Fix default values for patron import Signed-off-by: Henri-Damien LAURENT Signed-off-by: Julian Maurice Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 1 02:17:50 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 01 Apr 2011 00:17:50 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_5965, created. v3.02.00-942-g480ca80 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_5965 has been created at 480ca80dd0b38022b106a7b1339bc7c56ca272f7 (commit) - Log ----------------------------------------------------------------- commit 480ca80dd0b38022b106a7b1339bc7c56ca272f7 Author: Paul Poulain Date: Wed Mar 30 12:24:19 2011 +0200 Bug 5965 : Normalizing opac-detail.pl NFC on opac-detail Signed-off-by: Julian Maurice Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 1 02:18:22 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 01 Apr 2011 00:18:22 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-942-g480ca80 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 480ca80dd0b38022b106a7b1339bc7c56ca272f7 (commit) via ff7affdf43b4850a0ce62c9924246caac69b9030 (commit) from 90392c19cc343ada611c1f06e4b5c20f3dd6dc93 (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: opac/opac-detail.pl | 2 ++ tools/import_borrowers.pl | 2 +- 2 files changed, 3 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 1 02:22:03 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 01 Apr 2011 00:22:03 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_5965, updated. v3.02.00-943-g513fbe2 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_5965 has been updated via 513fbe2084f02a9765f219e80ea209f43534448a (commit) from 480ca80dd0b38022b106a7b1339bc7c56ca272f7 (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 513fbe2084f02a9765f219e80ea209f43534448a Author: Chris Cormack Date: Wed Mar 30 12:24:20 2011 +0200 Bug 5965 : Follow up patch, cleaned for style Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: opac/opac-detail.pl | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 1 02:22:25 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 01 Apr 2011 00:22:25 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-943-g513fbe2 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 513fbe2084f02a9765f219e80ea209f43534448a (commit) from 480ca80dd0b38022b106a7b1339bc7c56ca272f7 (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: opac/opac-detail.pl | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 1 02:31:28 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 01 Apr 2011 00:31:28 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_6003, created. v3.02.00-868-gb023e7f 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/enh/bug_6003 has been created at b023e7f46d8721116a01446fafb5601b87faeb6a (commit) - Log ----------------------------------------------------------------- commit b023e7f46d8721116a01446fafb5601b87faeb6a Author: Magnus Enger Date: Wed Mar 30 23:09:24 2011 -0400 Bug 6003 Display call number on return Signed-off-by: Nicole C. Engard Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 1 02:35:07 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 01 Apr 2011 00:35:07 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5738, created. v3.02.00-946-g4ce6c82 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/enh/bug_5738 has been created at 4ce6c82a48c917cc79b218d0f99f23bb62589013 (commit) - Log ----------------------------------------------------------------- commit 4ce6c82a48c917cc79b218d0f99f23bb62589013 Author: Doug Dearden Date: Thu Mar 31 15:22:26 2011 -0600 Bug 5738 Display 856u As Image Add an option to the OPAC to display the URI that is stored in the 856u field as an image instead of a text link. This would be implemented in the OPAC XSLT style sheets for the Results and Details pages, and would require that the corresponding OPAC XSLT option be set. This enhancement is designed to enable the staff to catalog images, then have them appear on the resulting pages in the OPAC when searching. Clicking on the image would open it full size. If the image option is in use, then the default link text would be disabled. Custom text would still appear if entered in the "URLLinkText" option. Add system preference "Display856uAsImage" with options of Results page, Details page, Both Results and Details pages, Neither Results or Details page. Notes for documentation manager: There are two system preferences added for this enhancement: OPACDisplay856uAsImage and Display856uAsImage. These appear on the OPAC and Staff Client screens under the System Preferences. The preference can be set to one of four options: Both Details and Results pages Details page only Neither Details or Results pages Results page only In addition to this option being set, the corresponding XSLT option must be turned on. Also, the corresponding 856q field must have a valid MIME image extension (e.g., "jpg") or MIME image type (i.e. starting with "image/"), or the generic indicator "img" entered in the field. As of 14 March 2011 the UNIMARC xslt display files also require a "0" in the second indicator location of the 856u field for the links to be activated. This is not true for the MARC21 display files. When all of the requirements are met, an image file will be displayed instead of the standard link text. Clicking on the image will open it in the same way as clicking on the link text. Rebased and three original patches squashed into one on 30 March 2011 by Jared Camins-Esakov. Signed-off-by: Jared Camins-Esakov Signed-off-by: Doug Dearden Signed-off-by: Chris Cormack commit c2cee4b445a46dda5b85c65ff742593a5125e73a Merge: 513fbe2084f02a9765f219e80ea209f43534448a b023e7f46d8721116a01446fafb5601b87faeb6a Author: Chris Cormack Date: Fri Apr 1 13:31:53 2011 +1300 Merge remote branch 'kc/new/enh/bug_6003' into kcmaster ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 1 02:41:23 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 01 Apr 2011 00:41:23 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-946-g6c7f964 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 6c7f964c27937fd1c352bfd8936c047d995382b8 (commit) via c2cee4b445a46dda5b85c65ff742593a5125e73a (commit) via b023e7f46d8721116a01446fafb5601b87faeb6a (commit) from 513fbe2084f02a9765f219e80ea209f43534448a (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 6c7f964c27937fd1c352bfd8936c047d995382b8 Author: Doug Dearden Date: Thu Mar 31 15:22:26 2011 -0600 Bug 5738 Display 856u As Image Add an option to the OPAC to display the URI that is stored in the 856u field as an image instead of a text link. This would be implemented in the OPAC XSLT style sheets for the Results and Details pages, and would require that the corresponding OPAC XSLT option be set. This enhancement is designed to enable the staff to catalog images, then have them appear on the resulting pages in the OPAC when searching. Clicking on the image would open it full size. If the image option is in use, then the default link text would be disabled. Custom text would still appear if entered in the "URLLinkText" option. Add system preference "Display856uAsImage" with options of Results page, Details page, Both Results and Details pages, Neither Results or Details page. Notes for documentation manager: There are two system preferences added for this enhancement: OPACDisplay856uAsImage and Display856uAsImage. These appear on the OPAC and Staff Client screens under the System Preferences. The preference can be set to one of four options: Both Details and Results pages Details page only Neither Details or Results pages Results page only In addition to this option being set, the corresponding XSLT option must be turned on. Also, the corresponding 856q field must have a valid MIME image extension (e.g., "jpg") or MIME image type (i.e. starting with "image/"), or the generic indicator "img" entered in the field. As of 14 March 2011 the UNIMARC xslt display files also require a "0" in the second indicator location of the 856u field for the links to be activated. This is not true for the MARC21 display files. When all of the requirements are met, an image file will be displayed instead of the standard link text. Clicking on the image will open it in the same way as clicking on the link text. Rebased and three original patches squashed into one on 30 March 2011 by Jared Camins-Esakov. Signed-off-by: Jared Camins-Esakov Signed-off-by: Doug Dearden Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: C4/XSLT.pm | 3 ++- circ/returns.pl | 1 + installer/data/mysql/de-DE/mandatory/sysprefs.sql | 2 ++ installer/data/mysql/en/mandatory/sysprefs.sql | 2 ++ .../1-Obligatoire/unimarc_standard_systemprefs.sql | 2 ++ installer/data/mysql/it-IT/necessari/sysprefs.sql | 2 ++ installer/data/mysql/pl-PL/mandatory/sysprefs.sql | 2 ++ ...m_preferences_full_optimal_for_install_only.sql | 2 ++ ...m_preferences_full_optimal_for_install_only.sql | 2 ++ installer/data/mysql/updatedatabase.pl | 8 ++++++++ .../prog/en/modules/admin/preferences/opac.pref | 9 +++++++++ .../en/modules/admin/preferences/staff_client.pref | 9 +++++++++ .../prog/en/modules/circ/returns.tmpl | 3 ++- .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 5 +++++ .../prog/en/xslt/UNIMARCslim2intranetDetail.xsl | 5 +++++ .../prog/en/xslt/MARC21slim2OPACDetail.xsl | 20 +++++++++++--------- .../prog/en/xslt/MARC21slim2OPACResults.xsl | 8 ++++++++ .../prog/en/xslt/UNIMARCslim2OPACDetail.xsl | 5 +++++ .../prog/en/xslt/UNIMARCslim2OPACResults.xsl | 5 +++++ kohaversion.pl | 2 +- 20 files changed, 85 insertions(+), 12 deletions(-) mode change 100644 => 100755 C4/XSLT.pm mode change 100644 => 100755 installer/data/mysql/de-DE/mandatory/sysprefs.sql mode change 100644 => 100755 installer/data/mysql/en/mandatory/sysprefs.sql mode change 100644 => 100755 installer/data/mysql/fr-FR/1-Obligatoire/unimarc_standard_systemprefs.sql mode change 100644 => 100755 installer/data/mysql/it-IT/necessari/sysprefs.sql mode change 100644 => 100755 installer/data/mysql/pl-PL/mandatory/sysprefs.sql mode change 100644 => 100755 installer/data/mysql/ru-RU/mandatory/system_preferences_full_optimal_for_install_only.sql mode change 100644 => 100755 installer/data/mysql/uk-UA/mandatory/system_preferences_full_optimal_for_install_only.sql mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff_client.pref mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2intranetDetail.xsl mode change 100644 => 100755 koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl mode change 100644 => 100755 koha-tmpl/opac-tmpl/prog/en/xslt/UNIMARCslim2OPACDetail.xsl mode change 100644 => 100755 koha-tmpl/opac-tmpl/prog/en/xslt/UNIMARCslim2OPACResults.xsl hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 1 04:49:03 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 01 Apr 2011 02:49:03 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5578, created. v3.02.00-948-g4990b0d 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/enh/bug_5578 has been created at 4990b0d2ee6777437b6fc2cd8c6a307b916c7ae4 (commit) - Log ----------------------------------------------------------------- commit 4990b0d2ee6777437b6fc2cd8c6a307b916c7ae4 Author: Chris Cormack Date: Fri Apr 1 15:48:19 2011 +1300 Bug 5578 : Follow up patch fixing FSF addresses commit b2a233f480e2ad54dc675e8322aa9671bd145ffc Author: Ian Walls Date: Wed Mar 30 16:40:12 2011 -0400 Bug 5578: Self checkout by Login enhancement Enables the library to choose whether to have patrons scan their barcodes for self checkout, or login with username and password. Uses 'checkpw' for compatibility with LDAP authentication. Also introduces a few new system preferences to make Self Checkout more secure and manageable: SelfCheckTimeOut: the number of seconds before the self-checkout login times out for a patron AllowSelfCheckReturns: indicate whether or not patrons can return materials via self-checkout SelfCheckHelpMessage: user-configurable HTML to show specific text on the Help page. Thank you to Marlboro College in Marlboro, VT for sponsoring and testing this development! Signed-off-by: Nicole C. Engard Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 1 04:53:06 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 01 Apr 2011 02:53:06 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-949-gaec545d 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 aec545d1021c668911985bf71d33a322ddfa7f33 (commit) via 4990b0d2ee6777437b6fc2cd8c6a307b916c7ae4 (commit) via b2a233f480e2ad54dc675e8322aa9671bd145ffc (commit) from 6c7f964c27937fd1c352bfd8936c047d995382b8 (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 aec545d1021c668911985bf71d33a322ddfa7f33 Author: Chris Cormack Date: Fri Apr 1 15:51:23 2011 +1300 Bumping database version ----------------------------------------------------------------------- Summary of changes: C4/Circulation.pm | 23 +++++++---- installer/data/mysql/de-DE/mandatory/sysprefs.sql | 3 + installer/data/mysql/en/mandatory/sysprefs.sql | 3 + .../1-Obligatoire/unimarc_standard_systemprefs.sql | 3 + installer/data/mysql/it-IT/necessari/sysprefs.sql | 3 + installer/data/mysql/pl-PL/mandatory/sysprefs.sql | 3 + ...m_preferences_full_optimal_for_install_only.sql | 3 + ...m_preferences_full_optimal_for_install_only.sql | 3 + installer/data/mysql/updatedatabase.pl | 9 ++++ .../en/modules/admin/preferences/circulation.pref | 22 +++++++++++ koha-tmpl/opac-tmpl/prog/en/modules/sco/help.tmpl | 13 +++++- .../opac-tmpl/prog/en/modules/sco/sco-main.tmpl | 25 ++++++++++-- kohaversion.pl | 2 +- opac/sco/help.pl | 14 +++++++ opac/sco/sco-main.pl | 40 +++++++++++++++++--- 15 files changed, 148 insertions(+), 21 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 1 04:55:30 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 01 Apr 2011 02:55:30 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-950-g9e3dbea 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 9e3dbeaf39f9327428b07877db203cb0d6a57977 (commit) from aec545d1021c668911985bf71d33a322ddfa7f33 (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 9e3dbeaf39f9327428b07877db203cb0d6a57977 Author: Chris Cormack Date: Fri Apr 1 15:55:06 2011 +1300 Fixing FSF address in license statements ----------------------------------------------------------------------- Summary of changes: C4/Installer/PerlDependencies.pm | 4 ++-- C4/Installer/PerlModules.pm | 4 ++-- .../data/mysql/it-IT/necessari/class_sources.sql | 6 +++--- members/members-home.pl | 6 +++--- opac/opac-renew.pl | 6 +++--- opac/opac-showreviews.pl | 6 +++--- suggestion/suggestion.pl | 6 +++--- 7 files changed, 19 insertions(+), 19 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 1 09:06:50 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 01 Apr 2011 07:06:50 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5973, created. v3.02.00-951-g0e77d01 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/enh/bug_5973 has been created at 0e77d01ae5dcf3dbe1defbc5a8634e7229b8d3ef (commit) - Log ----------------------------------------------------------------- commit 0e77d01ae5dcf3dbe1defbc5a8634e7229b8d3ef Author: Jared Camins-Esakov Date: Sat Mar 26 13:37:28 2011 -0400 Bug 5973: Add spans to staff client results This patch adds spans with named classes to the results page on the staff client so that the formatting can be adjusted with CSS and/or jQuery. Signed-off-by: Nicole C. Engard Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 1 09:07:59 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 01 Apr 2011 07:07:59 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5975, created. v3.02.00-952-g22d9d8a 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/enh/bug_5975 has been created at 22d9d8afdfd19a40519397f497da39ec6d9f1fc0 (commit) - Log ----------------------------------------------------------------- commit 22d9d8afdfd19a40519397f497da39ec6d9f1fc0 Author: Jared Camins-Esakov Date: Sat Mar 26 13:39:25 2011 -0400 Bug 5975: Add id to "Don't have a card" instructions Signed-off-by: Nicole C. Engard Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 1 09:11:52 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 01 Apr 2011 07:11:52 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5987, created. v3.02.00-953-g0a429b7 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/enh/bug_5987 has been created at 0a429b78d80d40ce7be90678925740f449badfeb (commit) - Log ----------------------------------------------------------------- commit 0a429b78d80d40ce7be90678925740f449badfeb Author: Jared Camins-Esakov Date: Tue Mar 29 09:39:52 2011 -0400 Bug 5987: Add cl scripts to touch all biblios and items Add scripts that call ModBiblio and ModItem on all or some of the records in a given catalog. For use when an upgrade changes the behavior of ModBiblio or ModItem, and the change needs to be retroactively applied to records already in the system. Usage is as follows: misc/maintenance/touch_all_[biblios|items].pl [-v] [--where=STRING] When invoked with a --where argument, the scripts will only modify those biblios or items that match. Signed-off-by: Ian Walls Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 1 09:16:21 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 01 Apr 2011 07:16:21 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5897, created. v3.02.00-954-g284cfbc 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/enh/bug_5897 has been created at 284cfbc234397379dcda98b3f2238e09d9614631 (commit) - Log ----------------------------------------------------------------- commit 284cfbc234397379dcda98b3f2238e09d9614631 Author: Katrin Fischer Date: Sat Mar 26 06:26:34 2011 -0400 Bug 5897: Add new syspref ShowReviewer This patch adds a new syspref ShowReviewer. If ON (default) the reviewer/author of an OPAC comment will show. If OFF the reviewer's name will be hidden. Signed-off-by: Nicole C. Engard Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 1 09:24:19 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 01 Apr 2011 07:24:19 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5959, created. v3.02.00-956-gc0ca9f3 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/enh/bug_5959 has been created at c0ca9f3413d4c069565595919eced6ddf02e8f96 (commit) - Log ----------------------------------------------------------------- commit c0ca9f3413d4c069565595919eced6ddf02e8f96 Author: Katrin Fischer Date: Sun Mar 27 23:42:18 2011 +0200 Bug 5959: Add search link for analytics to serial records This will work similar to 'Show volumes' links from traced series records and set records. A link to search for analytics linked to serials. A new syspref will be added: UseControlNumber. This syspref will make it possible to determine, if $w and Controlnumber are used for linking of records in bibliographic records. If syspref is OFF (default), the search links will not use control numbers but keywords. If syspref is ON links will be built using Control-number and rcn index. NOTE: 773$a is added to index Host-item. For testing on a dev installation: copy record.abs to your koha-dev folder and reindex! Rebased against 3.03.00.035 and a small typo fixed by Jared Camins-Esakov. Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit 9ab7f9570c45720a792763f49590c1469a0828cf Author: Chris Cormack Date: Fri Apr 1 20:17:39 2011 +1300 Bumping database version ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 1 09:26:16 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 01 Apr 2011 07:26:16 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-957-g4d4e4ab 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 4d4e4abfaec3fc891afdff8e883b948c8c4e4a76 (commit) via c0ca9f3413d4c069565595919eced6ddf02e8f96 (commit) via 9ab7f9570c45720a792763f49590c1469a0828cf (commit) via 284cfbc234397379dcda98b3f2238e09d9614631 (commit) via 0a429b78d80d40ce7be90678925740f449badfeb (commit) via 22d9d8afdfd19a40519397f497da39ec6d9f1fc0 (commit) via 0e77d01ae5dcf3dbe1defbc5a8634e7229b8d3ef (commit) from 9e3dbeaf39f9327428b07877db203cb0d6a57977 (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 4d4e4abfaec3fc891afdff8e883b948c8c4e4a76 Author: Chris Cormack Date: Fri Apr 1 20:25:47 2011 +1300 Bumping database version ----------------------------------------------------------------------- Summary of changes: C4/Auth.pm | 1 + C4/XSLT.pm | 5 +- etc/zebradb/marc_defs/marc21/biblios/record.abs | 1 + installer/data/mysql/de-DE/mandatory/sysprefs.sql | 2 + installer/data/mysql/en/mandatory/sysprefs.sql | 2 + .../1-Obligatoire/unimarc_standard_systemprefs.sql | 3 + installer/data/mysql/it-IT/necessari/sysprefs.sql | 2 + installer/data/mysql/pl-PL/mandatory/sysprefs.sql | 2 + ...m_preferences_full_optimal_for_install_only.sql | 3 + ...m_preferences_full_optimal_for_install_only.sql | 2 + installer/data/mysql/updatedatabase.pl | 12 ++ .../en/modules/admin/preferences/cataloguing.pref | 6 + .../prog/en/modules/admin/preferences/opac.pref | 6 + .../prog/en/modules/catalogue/results.tmpl | 12 +- .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 25 +++- koha-tmpl/opac-tmpl/prog/en/modules/opac-auth.tmpl | 2 +- .../opac-tmpl/prog/en/modules/opac-detail.tmpl | 2 + .../prog/en/xslt/MARC21slim2OPACDetail.xsl | 25 +++- kohaversion.pl | 2 +- misc/maintenance/touch_all_biblios.pl | 139 ++++++++++++++++++++ misc/maintenance/touch_all_items.pl | 138 +++++++++++++++++++ 21 files changed, 376 insertions(+), 16 deletions(-) create mode 100755 misc/maintenance/touch_all_biblios.pl create mode 100755 misc/maintenance/touch_all_items.pl hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 1 09:32:45 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 01 Apr 2011 07:32:45 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_6023, created. v3.02.00-958-g21993ab 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_6023 has been created at 21993ab00a853d2cf7afb314bd2b6bacb0439ecc (commit) - Log ----------------------------------------------------------------- commit 21993ab00a853d2cf7afb314bd2b6bacb0439ecc Author: Fr?d?rick Capovilla Date: Fri Apr 1 09:16:51 2011 +0200 Escape the double quotes in authority search queries to prevent errors. Before this fix, any search with double-quotes would return an error 500. Signed-off-by: Julian Maurice Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 1 09:38:14 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 01 Apr 2011 07:38:14 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5401, created. v3.02.00-959-ge5010b2 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/enh/bug_5401 has been created at e5010b283e76171a409579739562ab819b02bf83 (commit) - Log ----------------------------------------------------------------- commit e5010b283e76171a409579739562ab819b02bf83 Author: Owen Leonard Date: Wed Mar 30 11:42:48 2011 +0000 Bug 5401, WYSIWYG for Koha news: Testing TinyMCE Signed-off-by: Magnus Enger Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 1 09:39:43 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 01 Apr 2011 07:39:43 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-959-ge5010b2 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 e5010b283e76171a409579739562ab819b02bf83 (commit) via 21993ab00a853d2cf7afb314bd2b6bacb0439ecc (commit) from 4d4e4abfaec3fc891afdff8e883b948c8c4e4a76 (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 | 1 + .../prog/en/modules/tools/koha-news.tmpl | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 1 10:04:26 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 01 Apr 2011 08:04:26 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5952, created. v3.02.00-961-gd63eda6 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/enh/bug_5952 has been created at d63eda645ca8d1cfc062c3a56dc98b7a5ad56995 (commit) - Log ----------------------------------------------------------------- commit d63eda645ca8d1cfc062c3a56dc98b7a5ad56995 Author: Julian Maurice Date: Sat Mar 26 05:49:10 2011 -0400 Bug 5952: Add another tab for relatives issues Signed-off-by: Nicole C. Engard Signed-off-by: Chris Cormack commit 6b2b62eb5723258eb34b210120c3423f74da2877 Author: Matthias Meusburger Date: Sat Mar 26 04:41:55 2011 -0400 Bug 5952: Shows member relatives in issues lists Duplicate of '[PATCH] MT3747: Shows member relatives in issueslists' : Subject was wrong MT3747, Follow-up: Adds siblings issues MT3747, Follow-up: Shows member relatives in issues lists - Now displays patron's and relatives' issues apart MT3747, Follow-up: Shows member relatives in issues lists - Removes renewal in circulation.pl - Adds links to moremember.pl MT3747, Follow-up: Shows member relatives in issues lists - Remove unuseful warn MT3747, Follow-up: Shows member relatives in issues lists - Removes renewal in moremember.pl MT3747, Follow-up: Shows member relatives in issues lists - Adds sorting for circulation.pl Signed-off-by: Nicole C. Engard Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 1 10:13:43 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 01 Apr 2011 08:13:43 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5857, created. v3.02.00-962-g61e8736 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/enh/bug_5857 has been created at 61e87362c41403052ab867164033da1305141bfa (commit) - Log ----------------------------------------------------------------- commit 61e87362c41403052ab867164033da1305141bfa Author: ruth at bywatersolutions.com Date: Mon Mar 28 21:06:18 2011 -0400 Bug 5857: longoverdue.pl needs a quiet mode for batch runs This patch creates a --quiet flag for longoverdue that will squelch the summary at the end of the run. It also silences an unnecessary warn in C4/Acounts.pm Signed-off-by: Ian Walls Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 1 10:19:55 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 01 Apr 2011 08:19:55 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5478, created. v3.02.00-963-g689bc19 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/enh/bug_5478 has been created at 689bc191540e6d55dcf98046c2225691ce4233c0 (commit) - Log ----------------------------------------------------------------- commit 689bc191540e6d55dcf98046c2225691ce4233c0 Author: Salvador Zaragoza Rubio Date: Fri Mar 4 10:05:34 2011 +0100 Bug 5478 - Automate MARC framework import/export Module to Import/Export a Framework structure to CSV/Excel-xml/ODS/SQL in Intranet Administration - MARC Frameworks section. There are two new links: "Export" to export to a format; and "Import" to import from a file. The data exported/imported is the one stored in the MySQL tables marc_tag_structure, marc_subfield_structure. Exported works as follows: 1) CSV: As this format only allows one worksheet, the data from the tables is splitted with a row with #-# cells or with the names of the fields of the next MySQL table. Each row has as much cells as fields has the MySQL table. The first row contains the field names, the remaining holds the data. 2) Excel: Excel xml 2003 format. Each MySQL table has its own worksheet in the spreadsheet. Rows and cells data as CSV. 3) ODS: OpenDocument Spreadsheet compressed format, creates a temporary directory to generate the files needed to create the zip file. Each MySQL table has its own worksheet in the spreadsheet. Rows and cells data as CSV. 4) SQL: Text file, the first row for each table is a delete and the remaining are inserts. Importing reads the rows from the spreadsheet/text-file as follows: 1) CSV: Each row inserts or updates the associated MySQL table for this framework. At the end of the importing for a MySQL table, deletes the rows in the database that don't possess a correspondence with the spreadsheet. 2) Excel: Imports each worksheet to the associated MySQL table. Works as the CSV for each worksheet. 3) ODS: Creates a temporary directory to decompress and read the content.xml. This file has the data needed to import. Works as the CSV for each worksheet. 4) Executes the SQL file. If the file imported has a different frameworkcode that the framework importing, the framecode is changed along the process. The Csv format will be the default. It uses perl module Archive::Zip or zip/unzip system command to process ODS files. To parse the sql files when importing it uses SQL::Statement or homemade parsing. Signed-off-by: Nicole C. Engard Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 1 10:22:14 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 01 Apr 2011 08:22:14 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-963-g689bc19 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 689bc191540e6d55dcf98046c2225691ce4233c0 (commit) via 61e87362c41403052ab867164033da1305141bfa (commit) via d63eda645ca8d1cfc062c3a56dc98b7a5ad56995 (commit) via 6b2b62eb5723258eb34b210120c3423f74da2877 (commit) from e5010b283e76171a409579739562ab819b02bf83 (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 | 2 +- C4/ImportExportFramework.pm | 1358 ++++++++++++++++++++ C4/Members.pm | 64 +- admin/import_export_framework.pl | 77 ++ circ/circulation.pl | 40 +- .../intranet-tmpl/prog/en/css/staff-global.css | 56 + .../prog/en/includes/checkouts-table-footer.inc | 2 +- .../prog/en/modules/admin/biblio_framework.tmpl | 136 ++ .../prog/en/modules/circ/circulation.tmpl | 106 ++- .../prog/en/modules/members/moremember.tmpl | 92 ++- members/moremember.pl | 140 ++- misc/cronjobs/longoverdue.pl | 11 +- 12 files changed, 1997 insertions(+), 87 deletions(-) create mode 100755 C4/ImportExportFramework.pm create mode 100755 admin/import_export_framework.pl mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tmpl hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 1 10:57:22 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 01 Apr 2011 08:57:22 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_6006, created. v3.02.00-964-gc9bef77 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/enh/bug_6006 has been created at c9bef775cf039f717f2b814eba33e05f21fbd8f5 (commit) - Log ----------------------------------------------------------------- commit c9bef775cf039f717f2b814eba33e05f21fbd8f5 Author: Liz Rea Date: Wed Mar 30 16:41:01 2011 -0400 Bug 6006 - Move location from current location to home library column on detail.pl It doesn't make sense to have the home library's location (example: Adult) in the "current (branch) location" column, since that location is assigned by the home library. This patch moves it to the "home location" column, where it belongs. Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 1 10:57:58 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 01 Apr 2011 08:57:58 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-964-gc9bef77 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 c9bef775cf039f717f2b814eba33e05f21fbd8f5 (commit) from 689bc191540e6d55dcf98046c2225691ce4233c0 (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/catalogue/detail.tmpl | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 1 19:08:20 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 01 Apr 2011 17:08:20 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5432, updated. v3.02.00-745-g17d9903 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/enh/bug_5432 has been updated via 17d9903a964a50db4dbd8b344f4d9478545a3c95 (commit) from ca8ae9b8ccd0e32cd1902bc707dd251217915028 (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 17d9903a964a50db4dbd8b344f4d9478545a3c95 Author: Owen Leonard Date: Sat Mar 26 14:29:39 2011 -0400 Follow-up fix for Bug 5432 - Duplicate patron feature circ-toolbar.inc should get the same modification so that all patron-related pages have the 'duplicate' button Signed-off-by: Nicole C. Engard Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: .../prog/en/includes/circ-toolbar.inc | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 1 19:10:22 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 01 Apr 2011 17:10:22 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-966-gce037a9 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 ce037a96eb173e300a564ca96415d8c8bbe304b9 (commit) via 17d9903a964a50db4dbd8b344f4d9478545a3c95 (commit) from c9bef775cf039f717f2b814eba33e05f21fbd8f5 (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 ce037a96eb173e300a564ca96415d8c8bbe304b9 Merge: c9bef775cf039f717f2b814eba33e05f21fbd8f5 17d9903a964a50db4dbd8b344f4d9478545a3c95 Author: Chris Cormack Date: Sat Apr 2 06:08:43 2011 +1300 Merge remote branch 'kc/new/enh/bug_5432' into kcmaster ----------------------------------------------------------------------- Summary of changes: .../prog/en/includes/circ-toolbar.inc | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 1 19:10:58 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 01 Apr 2011 17:10:58 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-967-gdc37fe9 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 dc37fe9730f00d8dcc1c97029da816f66a0f9a02 (commit) from ce037a96eb173e300a564ca96415d8c8bbe304b9 (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 dc37fe9730f00d8dcc1c97029da816f66a0f9a02 Author: Robin Sheat Date: Tue Mar 29 17:01:38 2011 +1300 Small patch to make myself feel important Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/modules/about.tmpl | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 1 19:22:26 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 01 Apr 2011 17:22:26 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_3727, created. v3.02.00-968-gf7d9ebb 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_3727 has been created at f7d9ebbff3ab9b620b0c0b80b3dc28c51753ec13 (commit) - Log ----------------------------------------------------------------- commit f7d9ebbff3ab9b620b0c0b80b3dc28c51753ec13 Author: Fr?d?rick Capovilla Date: Fri Apr 1 12:23:12 2011 +0200 Bug 3727: Corrects the behaviour of the itemtype selectbox in addbiblio.pl If the subfield is set as mandatory with an empty default value, an empty value is added in the selectbox and this value is selected by default. Before, the first element was automatically selected, so it was easy to forget to set this mandatory value. Signed-off-by: Julian Maurice Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 1 19:29:20 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 01 Apr 2011 17:29:20 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_5625, created. v3.02.00-969-g624ebb6 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_5625 has been created at 624ebb6e03bbf0f4c9f99298c0faed14bf4ed29b (commit) - Log ----------------------------------------------------------------- commit 624ebb6e03bbf0f4c9f99298c0faed14bf4ed29b Author: Paul POULAIN Date: Fri Apr 1 17:04:47 2011 +0200 Bug 5625 : adding missing title (needed for lateorders.pl) Signed-off-by: Julian Maurice Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 1 19:30:25 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 01 Apr 2011 17:30:25 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-969-g624ebb6 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 624ebb6e03bbf0f4c9f99298c0faed14bf4ed29b (commit) via f7d9ebbff3ab9b620b0c0b80b3dc28c51753ec13 (commit) from dc37fe9730f00d8dcc1c97029da816f66a0f9a02 (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 | 2 +- cataloguing/addbiblio.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 1 19:42:46 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 01 Apr 2011 17:42:46 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5548, updated. v3.02.00-923-g1b402c7 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/enh/bug_5548 has been updated via 1b402c742280a08572a13c92fba0518ec432013d (commit) from 1d6fa48d19b6e5c5ab5c0d16f17a588f56a39870 (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 1b402c742280a08572a13c92fba0518ec432013d Author: Ian Walls Date: Fri Apr 1 13:34:35 2011 -0400 Bug 5548 Follow up: Confirm Checkout message where it shouldn't be Fixes the main Hard Due Dates conditional to first check for the existence of $hardduedate, then the existences of its ISO export, then finally that that value is not '0000-00-00' Signed-off-by: Ian Walls Signed-off-by: Chris Cormack ----------------------------------------------------------------------- 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 Fri Apr 1 19:44:53 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 01 Apr 2011 17:44:53 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-971-g937f27e 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 937f27e6191f7080acc23c3122f1569e1ea2c024 (commit) via 1b402c742280a08572a13c92fba0518ec432013d (commit) from 624ebb6e03bbf0f4c9f99298c0faed14bf4ed29b (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 937f27e6191f7080acc23c3122f1569e1ea2c024 Merge: 624ebb6e03bbf0f4c9f99298c0faed14bf4ed29b 1b402c742280a08572a13c92fba0518ec432013d Author: Chris Cormack Date: Sat Apr 2 06:44:40 2011 +1300 Merge remote branch 'kc/new/enh/bug_5548' into kcmaster ----------------------------------------------------------------------- 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 Fri Apr 1 19:57:08 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 01 Apr 2011 17:57:08 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_4421, created. v3.02.00-951-gf1663ad 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/enh/bug_4421 has been created at f1663ada489cebc95344e165ce2d0f681acdeb5a (commit) - Log ----------------------------------------------------------------- commit f1663ada489cebc95344e165ce2d0f681acdeb5a Author: Jared Camins-Esakov Date: Sat Mar 26 10:43:06 2011 -0400 Bug 4421: Add alternate holdings display and prefs This patch adds the ability to specify a field with alternate holdings information for display when a biblio has no items associated with it. Two sysprefs are added: * AlternateHoldingsField specifies what field/subfields contain the alternate holdings information. When blank, the alternate holdings information is not displayed. The default is blank, as this is a new feature. * AlternateHoldingsSeparator specifies the string to be used to separate multiple subfields in the alternate holdings display. The default is ' '. Example use case: A library which does not have a 1-1 relationship between uncontrolled 852 fields from a legacy system and actual physical items on the shelf wishes to display holdings information from the 852, but does not want to create item records which are almost certain to be inaccurate. By enabling the alternate holdings feature (AlternateHoldingsField = '852abcdhi' and AlternateHoldingsSeparator = ' -- '), the library is able to gradually add item records as they locate the physical items, without losing the holdings information presently stored in the uncontrolled 852 fields. To test: 1) Set AlternateHoldingsField to '852abcdhi' 2) Set AlternateHoldingsSeparator to ' -- ' 3) Change the hidden value of subfields 'a', 'b', 'c', 'd', 'h', and/or 'i' of field 852 to 0 so that they display 4) Create a record which has data in the 852, but no item record 5) Look at holdings tab, where the data you entered should be displayed Proof-of-concept initially developed for the American Numismatic Society. Signed-off-by: Jared Camins-Esakov Signed-off-by: Nicole C. Engard Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 1 20:19:06 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 01 Apr 2011 18:19:06 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-974-g1c89ef1 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 1c89ef1af461091913c9f4bfd24afac456092c32 (commit) via 75aa5398c5582826161aa8b2096b6ffced1e35b6 (commit) via f1663ada489cebc95344e165ce2d0f681acdeb5a (commit) from 937f27e6191f7080acc23c3122f1569e1ea2c024 (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 1c89ef1af461091913c9f4bfd24afac456092c32 Author: Chris Cormack Date: Sat Apr 2 07:18:32 2011 +1300 Updating version commit 75aa5398c5582826161aa8b2096b6ffced1e35b6 Merge: 937f27e6191f7080acc23c3122f1569e1ea2c024 f1663ada489cebc95344e165ce2d0f681acdeb5a Author: Chris Cormack Date: Sat Apr 2 07:15:47 2011 +1300 Merge remote branch 'kc/new/enh/bug_4421' into kcmaster Conflicts: C4/XSLT.pm installer/data/mysql/fr-FR/1-Obligatoire/unimarc_standard_systemprefs.sql installer/data/mysql/it-IT/necessari/sysprefs.sql installer/data/mysql/ru-RU/mandatory/system_preferences_full_optimal_for_install_only.sql installer/data/mysql/updatedatabase.pl ----------------------------------------------------------------------- Summary of changes: C4/Search.pm | 29 ++++++++++++++++++++ C4/XSLT.pm | 5 +++- catalogue/detail.pl | 27 ++++++++++++++++++ installer/data/mysql/de-DE/mandatory/sysprefs.sql | 3 ++ installer/data/mysql/en/mandatory/sysprefs.sql | 3 ++ .../1-Obligatoire/unimarc_standard_systemprefs.sql | 2 + installer/data/mysql/it-IT/necessari/sysprefs.sql | 2 + installer/data/mysql/pl-PL/mandatory/sysprefs.sql | 3 ++ ...m_preferences_full_optimal_for_install_only.sql | 3 +- ...m_preferences_full_optimal_for_install_only.sql | 2 + installer/data/mysql/updatedatabase.pl | 7 +++++ .../en/modules/admin/preferences/cataloguing.pref | 6 ++++ .../prog/en/modules/catalogue/detail.tmpl | 8 +++++- .../prog/en/modules/catalogue/results.tmpl | 9 ++++++ .../opac-tmpl/prog/en/modules/opac-detail.tmpl | 8 +++++- .../opac-tmpl/prog/en/modules/opac-results.tmpl | 8 +++++- .../prog/en/xslt/MARC21slim2OPACResults.xsl | 20 ++++++++++++- kohaversion.pl | 2 +- opac/opac-detail.pl | 29 ++++++++++++++++++++ 19 files changed, 168 insertions(+), 8 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 1 20:33:42 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 01 Apr 2011 18:33:42 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5166, created. v3.02.00-967-gb4178a6 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/enh/bug_5166 has been created at b4178a60e9c279e79bf5cb03d783e14bbe2add8a (commit) - Log ----------------------------------------------------------------- commit b4178a60e9c279e79bf5cb03d783e14bbe2add8a Author: Tomas Cohen Arazi Date: Tue Mar 22 09:25:14 2011 +0100 Bug 5166: updatedatabase.pl fix Signed-off-by: Julian Maurice Signed-off-by: Chris Cormack commit a29c9e5fb77567d647b50d7414e7d8345f2e8e3b Author: Tomas Cohen Arazi Date: Tue Mar 22 09:25:13 2011 +0100 Bug 5166: zebraqueue daemon scripts Signed-off-by: Julian Maurice Signed-off-by: Chris Cormack commit 530e6a3c0e9e883c9a9d7e556ba238fd4810d0ad Author: Tomas Cohen Arazi Date: Tue Mar 22 09:25:12 2011 +0100 Bug 5166: Sysprefs Signed-off-by: Julian Maurice Signed-off-by: Chris Cormack commit 2f28ba828d38466f5074db8d5f82e9b3c8260921 Author: Tomas Cohen Arazi Date: Tue Mar 22 09:25:11 2011 +0100 Bug 5166: Libraries and zebraqueue daemon scripts Something went wrong with the previous patch. For some reason the system preferences updates introduce problems for patching so I split this in two different patches. Signed-off-by: Julian Maurice Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 1 20:50:12 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 01 Apr 2011 18:50:12 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_6026, created. v3.02.00-975-g63f1ea0 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_6026 has been created at 63f1ea0c2dcd442ce0cb3b29d40f5015dceb5bab (commit) - Log ----------------------------------------------------------------- commit 63f1ea0c2dcd442ce0cb3b29d40f5015dceb5bab Author: Henri-Damien LAURENT Date: Fri Apr 1 10:34:51 2011 +0200 Bug 6026 : export.pl : removing useless condition Some conditions added AND items.biblionumber=biblio/biblionumber where JOIN USING (biblionumber) already added that. Signed-off-by: Julian Maurice Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 1 20:50:58 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 01 Apr 2011 18:50:58 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-975-g63f1ea0 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 63f1ea0c2dcd442ce0cb3b29d40f5015dceb5bab (commit) from 1c89ef1af461091913c9f4bfd24afac456092c32 (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: tools/export.pl | 30 +++++++++++++++--------------- 1 files changed, 15 insertions(+), 15 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 2 08:40:29 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 02 Apr 2011 06:40:29 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5870, created. v3.02.00-977-g9624644 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/enh/bug_5870 has been created at 9624644860039ff349fb60000a67ed03da86a78b (commit) - Log ----------------------------------------------------------------- commit 9624644860039ff349fb60000a67ed03da86a78b Author: St?phane Delaune Date: Mon Mar 28 14:33:52 2011 +1300 Bug 5870 : Follow up clean up patch (MT #4626) followup debug suggestion management : "accepted by" was not correctly displayed on suggestion's edit page suggestion's status, document's type and "accepted by" was not correctly displayed on suggestion's edit page (link with MT #4585) Signed-off-by: Chris Cormack commit 940ee0882aa0b213b8f49889f5d5e775164ccbe6 Author: Paul Poulain Date: Thu Mar 24 10:08:59 2011 +0100 Bug 5870 : suggestion management enhancements * changing suggestedy management * adding a new status field & filter Signed-off-by: Julian Maurice Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 2 08:46:00 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 02 Apr 2011 06:46:00 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-977-g9624644 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 9624644860039ff349fb60000a67ed03da86a78b (commit) via 940ee0882aa0b213b8f49889f5d5e775164ccbe6 (commit) from 63f1ea0c2dcd442ce0cb3b29d40f5015dceb5bab (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/suggestion/suggestion.tmpl | 29 +++++++++++-------- suggestion/suggestion.pl | 30 +++++++++++++++---- 2 files changed, 40 insertions(+), 19 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 2 08:47:04 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 02 Apr 2011 06:47:04 +0000 Subject: [koha-commits] main Koha release repository branch, new/pending_qa/enh/bug_3644, created. v3.02.00-979-g228587f 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/pending_qa/enh/bug_3644 has been created at 228587f19b25406f8a2ee76827524ef3fc921a77 (commit) - Log ----------------------------------------------------------------- commit 228587f19b25406f8a2ee76827524ef3fc921a77 Merge: 9624644860039ff349fb60000a67ed03da86a78b edf8ad5d5da9c11e0dc61c1df40ce977e9e6a125 Author: Chris Cormack Date: Sat Apr 2 19:46:30 2011 +1300 Merge remote branch 'magnus/bug3644-normarc' into new/pending_qa/enh/bug_3644 commit edf8ad5d5da9c11e0dc61c1df40ce977e9e6a125 Author: Magnus Enger Date: Fri Mar 5 11:58:14 2010 +0100 Bug 3644 Add support for NORMARC - XSLT for the OPAC - Value_builders for lesder, 007 and 008 - Default NORMARC framework - Reverse MARC logic of some subs, so MARC21 is default (and works for NORMARC) - Add NORMARC as an option to the syspref marcflavour - Add record.abs for NORMARC - Add NORMARC and nb as options to Makefile.PL - Add etc/zebradb/lang_defs/nb/sort-string-utf.chr - Copy MARC21slim2OAIDC.xsl to NORMARCslim2OAIDC.xsl Some things are still missing, e.g.: - XSLT for Intranet - More MARC21slim2*.xsl transformations ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 2 08:51:52 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 02 Apr 2011 06:51:52 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_6002, created. v3.02.00-987-gf8ea370 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/enh/bug_6002 has been created at f8ea370fdd5e62c38dc22b3ee7c8eebcf9a4a780 (commit) - Log ----------------------------------------------------------------- commit f8ea370fdd5e62c38dc22b3ee7c8eebcf9a4a780 Merge: 9624644860039ff349fb60000a67ed03da86a78b 759499d6e829fad122c7a98668603598e9cea768 Author: Chris Cormack Date: Sat Apr 2 19:51:27 2011 +1300 Merge remote branch 'magnus/bug6002-sample-data' into new/enh/bug_6002 commit 759499d6e829fad122c7a98668603598e9cea768 Author: Magnus Enger Date: Tue Mar 29 21:15:08 2011 +0200 Another wrong encoding in installer/data/mysql/nb-NO/2-Valgfritt/ Signed-off-by: Magnus Enger commit d5608708c179b5377794129f76fb0e6e6115448f Author: Magnus Enger Date: Tue Mar 29 21:13:41 2011 +0200 Fix wrong encodings in installer/data/mysql/nb-NO/2-Valgfritt/ Signed-off-by: Magnus Enger commit a299f54a9f4dce47530f90176a96bc6abaeb0cd8 Author: Magnus Enger Date: Tue Mar 29 21:11:28 2011 +0200 A couple of missing translations in installer/data/mysql/nb-NO/2-Valgfritt/ Signed-off-by: Magnus Enger commit 93d968cb30d26dbc3aa2933eb49f74f25611b2d4 Author: Magnus Enger Date: Tue Mar 29 21:06:47 2011 +0200 Fix typo in installer/data/mysql/nb-NO/2-Valgfritt/sample_patrons.txt Signed-off-by: Magnus Enger commit 4a5f1ec49a081319fdc1f00311900119df90eeae Author: Magnus Enger Date: Tue Mar 29 16:26:47 2011 +0200 Add files to installer/data/mysql/nb-NO/2-Valgfritt/ Signed-off-by: Magnus Enger commit 1564cd0d004aef5b0494fd4eb9a4b4ebc78fa082 Author: Magnus Enger Date: Tue Mar 29 13:32:25 2011 +0200 Translate OPACSearchForTitleIn in installer/data/mysql/nb-NO/1-Obligatorisk/sysprefs.sql Signed-off-by: Magnus Enger commit e69c01faf6da651fb9ea0eded69a6679e71876df Author: Magnus Enger Date: Tue Mar 29 12:31:42 2011 +0200 Add files in installer/data/mysql/nb-NO/1-Obligatorisk/ Signed-off-by: Magnus Enger commit 7af27271272d11872ced646f2a1f72616095b56d Author: Magnus Enger Date: Mon Mar 28 23:00:56 2011 +0200 Add a copy of MARC21 data Copy installer/data/mysql/en/marcflavour/marc21 to installer/data/mysql/nb-no/marcflavour/marc21 Signed-off-by: Magnus Enger commit f086d7e1bf402c4a9fe341421a566abb444fe7f8 Author: Magnus Enger Date: Tue Mar 9 12:38:23 2010 +0100 Add sample Z39.50 servers Signed-off-by: Magnus Enger ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 2 08:52:35 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 02 Apr 2011 06:52:35 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-987-gf8ea370 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 f8ea370fdd5e62c38dc22b3ee7c8eebcf9a4a780 (commit) via 759499d6e829fad122c7a98668603598e9cea768 (commit) via d5608708c179b5377794129f76fb0e6e6115448f (commit) via a299f54a9f4dce47530f90176a96bc6abaeb0cd8 (commit) via 93d968cb30d26dbc3aa2933eb49f74f25611b2d4 (commit) via 4a5f1ec49a081319fdc1f00311900119df90eeae (commit) via 1564cd0d004aef5b0494fd4eb9a4b4ebc78fa082 (commit) via e69c01faf6da651fb9ea0eded69a6679e71876df (commit) via 7af27271272d11872ced646f2a1f72616095b56d (commit) via f086d7e1bf402c4a9fe341421a566abb444fe7f8 (commit) from 9624644860039ff349fb60000a67ed03da86a78b (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: .../mysql/nb-NO/1-Obligatorisk/class_sources.sql | 36 + .../mysql/nb-NO/1-Obligatorisk/class_sources.txt | 1 + .../1-Obligatorisk/message_transport_types.sql | 28 + .../1-Obligatorisk/message_transport_types.txt | 1 + .../mysql/nb-NO/1-Obligatorisk/sample_notices.sql | 39 + .../mysql/nb-NO/1-Obligatorisk/sample_notices.txt | 1 + .../data/mysql/nb-NO/1-Obligatorisk/stopwords.sql | 26 + .../data/mysql/nb-NO/1-Obligatorisk/stopwords.txt | 1 + .../mysql/nb-NO/1-Obligatorisk/subtag_registry.sql | 777 ++++++++++++++++++++ .../mysql/nb-NO/1-Obligatorisk/subtag_registry.txt | 1 + .../data/mysql/nb-NO/1-Obligatorisk/sysprefs.sql | 322 ++++++++ .../data/mysql/nb-NO/1-Obligatorisk/sysprefs.txt | 1 + .../data/mysql/nb-NO/1-Obligatorisk/userflags.sql | 38 + .../data/mysql/nb-NO/1-Obligatorisk/userflags.txt | 1 + .../mysql/nb-NO/1-Obligatorisk/userpermissions.sql | 70 ++ .../mysql/nb-NO/1-Obligatorisk/userpermissions.txt | 1 + .../data/mysql/nb-NO/2-Valgfritt/auth_val.sql | 78 ++ .../data/mysql/nb-NO/2-Valgfritt/auth_val.txt | 1 + .../2-Valgfritt}/marc21_holdings_coded_values.sql | 0 .../2-Valgfritt/marc21_holdings_coded_values.txt | 2 + .../data/mysql/nb-NO/2-Valgfritt/parameters.sql | 26 + .../data/mysql/nb-NO/2-Valgfritt/parameters.txt | 1 + .../mysql/nb-NO/2-Valgfritt/patron_categories.sql | 44 ++ .../mysql/nb-NO/2-Valgfritt/patron_categories.txt | 25 + .../2-Valgfritt}/sample_creator_data.sql | 0 .../nb-NO/2-Valgfritt/sample_creator_data.txt | 1 + .../mysql/nb-NO/2-Valgfritt/sample_holidays.sql | 28 + .../mysql/nb-NO/2-Valgfritt/sample_holidays.txt | 1 + .../mysql/nb-NO/2-Valgfritt/sample_itemtypes.sql | 29 + .../mysql/nb-NO/2-Valgfritt/sample_itemtypes.txt | 1 + .../2-Valgfritt}/sample_libraries.sql | 0 .../mysql/nb-NO/2-Valgfritt/sample_libraries.txt | 1 + .../data/mysql/nb-NO/2-Valgfritt/sample_news.sql | 2 + .../data/mysql/nb-NO/2-Valgfritt/sample_news.txt | 1 + .../sample_notices_message_attributes.sql | 0 .../sample_notices_message_attributes.txt | 1 + .../sample_notices_message_transports.sql | 0 .../sample_notices_message_transports.txt | 1 + .../2-Valgfritt}/sample_patrons.sql | 0 .../mysql/nb-NO/2-Valgfritt/sample_patrons.txt | 1 + .../data/mysql/nb-NO/2-Valgfritt/z3950servers.sql | 6 + .../data/mysql/nb-NO/2-Valgfritt/z3950servers.txt | 1 + .../marc21/mandatory/authorities_normal_marc21.sql | 0 .../marc21/mandatory/authorities_normal_marc21.txt | 0 .../marc21/mandatory/marc21_framework_DEFAULT.sql | 0 .../marc21/mandatory/marc21_framework_DEFAULT.txt | 0 .../optional/marc21_default_matching_rules.sql | 0 .../optional/marc21_default_matching_rules.txt | 0 .../marc21/optional/marc21_fastadd_framework.sql | 0 .../marc21/optional/marc21_fastadd_framework.txt | 0 .../optional/marc21_simple_bib_frameworks.sql | 0 .../optional/marc21_simple_bib_frameworks.txt | 0 52 files changed, 1595 insertions(+), 0 deletions(-) create mode 100644 installer/data/mysql/nb-NO/1-Obligatorisk/class_sources.sql create mode 100644 installer/data/mysql/nb-NO/1-Obligatorisk/class_sources.txt create mode 100644 installer/data/mysql/nb-NO/1-Obligatorisk/message_transport_types.sql create mode 100644 installer/data/mysql/nb-NO/1-Obligatorisk/message_transport_types.txt create mode 100644 installer/data/mysql/nb-NO/1-Obligatorisk/sample_notices.sql create mode 100644 installer/data/mysql/nb-NO/1-Obligatorisk/sample_notices.txt create mode 100644 installer/data/mysql/nb-NO/1-Obligatorisk/stopwords.sql create mode 100644 installer/data/mysql/nb-NO/1-Obligatorisk/stopwords.txt create mode 100644 installer/data/mysql/nb-NO/1-Obligatorisk/subtag_registry.sql create mode 100644 installer/data/mysql/nb-NO/1-Obligatorisk/subtag_registry.txt create mode 100644 installer/data/mysql/nb-NO/1-Obligatorisk/sysprefs.sql create mode 100644 installer/data/mysql/nb-NO/1-Obligatorisk/sysprefs.txt create mode 100644 installer/data/mysql/nb-NO/1-Obligatorisk/userflags.sql create mode 100644 installer/data/mysql/nb-NO/1-Obligatorisk/userflags.txt create mode 100644 installer/data/mysql/nb-NO/1-Obligatorisk/userpermissions.sql create mode 100644 installer/data/mysql/nb-NO/1-Obligatorisk/userpermissions.txt create mode 100644 installer/data/mysql/nb-NO/2-Valgfritt/auth_val.sql create mode 100644 installer/data/mysql/nb-NO/2-Valgfritt/auth_val.txt copy installer/data/mysql/{de-DE/optional => nb-NO/2-Valgfritt}/marc21_holdings_coded_values.sql (100%) create mode 100644 installer/data/mysql/nb-NO/2-Valgfritt/marc21_holdings_coded_values.txt create mode 100644 installer/data/mysql/nb-NO/2-Valgfritt/parameters.sql create mode 100644 installer/data/mysql/nb-NO/2-Valgfritt/parameters.txt create mode 100644 installer/data/mysql/nb-NO/2-Valgfritt/patron_categories.sql create mode 100644 installer/data/mysql/nb-NO/2-Valgfritt/patron_categories.txt copy installer/data/mysql/{de-DE/optional => nb-NO/2-Valgfritt}/sample_creator_data.sql (100%) create mode 100644 installer/data/mysql/nb-NO/2-Valgfritt/sample_creator_data.txt create mode 100644 installer/data/mysql/nb-NO/2-Valgfritt/sample_holidays.sql create mode 100644 installer/data/mysql/nb-NO/2-Valgfritt/sample_holidays.txt create mode 100644 installer/data/mysql/nb-NO/2-Valgfritt/sample_itemtypes.sql create mode 100644 installer/data/mysql/nb-NO/2-Valgfritt/sample_itemtypes.txt copy installer/data/mysql/{de-DE/optional => nb-NO/2-Valgfritt}/sample_libraries.sql (100%) create mode 100644 installer/data/mysql/nb-NO/2-Valgfritt/sample_libraries.txt create mode 100644 installer/data/mysql/nb-NO/2-Valgfritt/sample_news.sql create mode 100644 installer/data/mysql/nb-NO/2-Valgfritt/sample_news.txt copy installer/data/mysql/{en/optional => nb-NO/2-Valgfritt}/sample_notices_message_attributes.sql (100%) create mode 100644 installer/data/mysql/nb-NO/2-Valgfritt/sample_notices_message_attributes.txt copy installer/data/mysql/{de-DE/optional => nb-NO/2-Valgfritt}/sample_notices_message_transports.sql (100%) create mode 100644 installer/data/mysql/nb-NO/2-Valgfritt/sample_notices_message_transports.txt copy installer/data/mysql/{de-DE/optional => nb-NO/2-Valgfritt}/sample_patrons.sql (100%) create mode 100644 installer/data/mysql/nb-NO/2-Valgfritt/sample_patrons.txt create mode 100644 installer/data/mysql/nb-NO/2-Valgfritt/z3950servers.sql create mode 100644 installer/data/mysql/nb-NO/2-Valgfritt/z3950servers.txt copy installer/data/mysql/{en => nb-NO}/marcflavour/marc21/mandatory/authorities_normal_marc21.sql (100%) copy installer/data/{Pg/en => mysql/nb-NO}/marcflavour/marc21/mandatory/authorities_normal_marc21.txt (100%) copy installer/data/mysql/{en => nb-NO}/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.sql (100%) copy installer/data/{Pg/en => mysql/nb-NO}/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.txt (100%) copy installer/data/mysql/{de-DE => nb-NO}/marcflavour/marc21/optional/marc21_default_matching_rules.sql (100%) copy installer/data/mysql/{en => nb-NO}/marcflavour/marc21/optional/marc21_default_matching_rules.txt (100%) copy installer/data/mysql/{en => nb-NO}/marcflavour/marc21/optional/marc21_fastadd_framework.sql (100%) copy installer/data/mysql/{en => nb-NO}/marcflavour/marc21/optional/marc21_fastadd_framework.txt (100%) copy installer/data/mysql/{en => nb-NO}/marcflavour/marc21/optional/marc21_simple_bib_frameworks.sql (100%) copy installer/data/{Pg/en => mysql/nb-NO}/marcflavour/marc21/optional/marc21_simple_bib_frameworks.txt (100%) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 2 08:57:54 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 02 Apr 2011 06:57:54 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5548, updated. v3.02.00-924-g78dfaa1 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/enh/bug_5548 has been updated via 78dfaa183124fecf48e3c93543a97770250ff565 (commit) from 1b402c742280a08572a13c92fba0518ec432013d (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 78dfaa183124fecf48e3c93543a97770250ff565 Author: Colin Campbell Date: Wed Mar 30 14:53:46 2011 -0400 Bug 5548: Correct punctuation in patch Punctuation should be a semi-colon not a comma It works but is a trap for the unwary in the future Signed-off-by: Ian Walls Signed-off-by: Chris Cormack ----------------------------------------------------------------------- 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 Sat Apr 2 08:58:35 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 02 Apr 2011 06:58:35 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-989-g56d7ab5 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 56d7ab5a19942d2f1adb3abfdcf39a883aea84a9 (commit) via 78dfaa183124fecf48e3c93543a97770250ff565 (commit) from f8ea370fdd5e62c38dc22b3ee7c8eebcf9a4a780 (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 56d7ab5a19942d2f1adb3abfdcf39a883aea84a9 Merge: f8ea370fdd5e62c38dc22b3ee7c8eebcf9a4a780 78dfaa183124fecf48e3c93543a97770250ff565 Author: Chris Cormack Date: Sat Apr 2 19:58:17 2011 +1300 Merge remote branch 'kc/new/enh/bug_5548' into kcmaster ----------------------------------------------------------------------- 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 Sun Apr 3 12:43:21 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 03 Apr 2011 10:43:21 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5917, updated. v3.02.00-1198-g826d6f4 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/enh/bug_5917 has been updated via 826d6f462609d74593790328dd9c7b36265615d2 (commit) via eb4ad6e44e2d38b118fc42a350461a2fc4b26bad (commit) via 56d7ab5a19942d2f1adb3abfdcf39a883aea84a9 (commit) via 78dfaa183124fecf48e3c93543a97770250ff565 (commit) via f8ea370fdd5e62c38dc22b3ee7c8eebcf9a4a780 (commit) via 9624644860039ff349fb60000a67ed03da86a78b (commit) via 940ee0882aa0b213b8f49889f5d5e775164ccbe6 (commit) via 63f1ea0c2dcd442ce0cb3b29d40f5015dceb5bab (commit) via 1c89ef1af461091913c9f4bfd24afac456092c32 (commit) via 75aa5398c5582826161aa8b2096b6ffced1e35b6 (commit) via f1663ada489cebc95344e165ce2d0f681acdeb5a (commit) via 937f27e6191f7080acc23c3122f1569e1ea2c024 (commit) via 1b402c742280a08572a13c92fba0518ec432013d (commit) via 624ebb6e03bbf0f4c9f99298c0faed14bf4ed29b (commit) via f7d9ebbff3ab9b620b0c0b80b3dc28c51753ec13 (commit) via dc37fe9730f00d8dcc1c97029da816f66a0f9a02 (commit) via ce037a96eb173e300a564ca96415d8c8bbe304b9 (commit) via 17d9903a964a50db4dbd8b344f4d9478545a3c95 (commit) via c9bef775cf039f717f2b814eba33e05f21fbd8f5 (commit) via 689bc191540e6d55dcf98046c2225691ce4233c0 (commit) via 61e87362c41403052ab867164033da1305141bfa (commit) via d63eda645ca8d1cfc062c3a56dc98b7a5ad56995 (commit) via 6b2b62eb5723258eb34b210120c3423f74da2877 (commit) via e5010b283e76171a409579739562ab819b02bf83 (commit) via 21993ab00a853d2cf7afb314bd2b6bacb0439ecc (commit) via 4d4e4abfaec3fc891afdff8e883b948c8c4e4a76 (commit) via c0ca9f3413d4c069565595919eced6ddf02e8f96 (commit) via 9ab7f9570c45720a792763f49590c1469a0828cf (commit) via 284cfbc234397379dcda98b3f2238e09d9614631 (commit) via 0a429b78d80d40ce7be90678925740f449badfeb (commit) via 22d9d8afdfd19a40519397f497da39ec6d9f1fc0 (commit) via 0e77d01ae5dcf3dbe1defbc5a8634e7229b8d3ef (commit) via 9e3dbeaf39f9327428b07877db203cb0d6a57977 (commit) via aec545d1021c668911985bf71d33a322ddfa7f33 (commit) via 4990b0d2ee6777437b6fc2cd8c6a307b916c7ae4 (commit) via b2a233f480e2ad54dc675e8322aa9671bd145ffc (commit) via 6c7f964c27937fd1c352bfd8936c047d995382b8 (commit) via c2cee4b445a46dda5b85c65ff742593a5125e73a (commit) via b023e7f46d8721116a01446fafb5601b87faeb6a (commit) via 513fbe2084f02a9765f219e80ea209f43534448a (commit) via 480ca80dd0b38022b106a7b1339bc7c56ca272f7 (commit) via ff7affdf43b4850a0ce62c9924246caac69b9030 (commit) via 90392c19cc343ada611c1f06e4b5c20f3dd6dc93 (commit) via f1331722f116d7dce313bb37c100f235d468d3a6 (commit) via c625ff9872116fe09b691f9f4d1a1db3cb6ddd9b (commit) via fd1b757233a6db66a82bbc3ff4d2f40291b96832 (commit) via b6f51fb79e63e49b3126a05b138c8fede3874380 (commit) via 849342e3f513f4b48d9c9e5a9ce3f4bb49b9dc73 (commit) via 1d6fa48d19b6e5c5ab5c0d16f17a588f56a39870 (commit) via 5d707b5e9b7f18351d9b996f5f73a1ae53066080 (commit) via 0a64cfba5e10be80a220f6c8164905788ba5a78b (commit) via 8548b804f49a5e84a64b7caf2457daf1a83f834b (commit) via 47a53e9132ed613f257aae61958cc9e5c20d91b6 (commit) via 731b933d51367489422b90fa7021cfc42c747584 (commit) via fb4aec265f4790f6db7139419282f784e5bdd8bf (commit) via c597635b36bc37e611707dce3772763f9b4499e5 (commit) via fc5ccbf5a3d6ef2b69fd55cee07923c2ded04049 (commit) via de58d82465b1f7f3eeb4b7316cccb4297af71d9f (commit) via 641616ef7fd43600864d46f39b938ef3cd8cd4f3 (commit) via c584003c1d96df21a06af47eebcf2f9a7f461123 (commit) via 759499d6e829fad122c7a98668603598e9cea768 (commit) via d5608708c179b5377794129f76fb0e6e6115448f (commit) via a299f54a9f4dce47530f90176a96bc6abaeb0cd8 (commit) via 93d968cb30d26dbc3aa2933eb49f74f25611b2d4 (commit) via 4a5f1ec49a081319fdc1f00311900119df90eeae (commit) via 1564cd0d004aef5b0494fd4eb9a4b4ebc78fa082 (commit) via e69c01faf6da651fb9ea0eded69a6679e71876df (commit) via 7af27271272d11872ced646f2a1f72616095b56d (commit) via f086d7e1bf402c4a9fe341421a566abb444fe7f8 (commit) from 6350a7d1cba0c2b9fbb58c5bd04e6b3d5b435c13 (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 826d6f462609d74593790328dd9c7b36265615d2 Author: Chris Cormack Date: Sun Apr 3 22:41:49 2011 +1200 Bug 5917 tracking template changes commit eb4ad6e44e2d38b118fc42a350461a2fc4b26bad Merge: 6350a7d1cba0c2b9fbb58c5bd04e6b3d5b435c13 56d7ab5a19942d2f1adb3abfdcf39a883aea84a9 Author: Chris Cormack Date: Sun Apr 3 22:35:24 2011 +1200 Merge remote branch 'kc/master' into new/enh/bug_5917 ----------------------------------------------------------------------- Summary of changes: C4/Accounts.pm | 2 +- C4/Acquisition.pm | 2 +- C4/Auth.pm | 1 + C4/AuthoritiesMarc.pm | 1 + C4/Circulation.pm | 29 +- C4/ImportExportFramework.pm | 1358 ++++++++++++++++++++ C4/Installer/PerlDependencies.pm | 4 +- C4/Installer/PerlModules.pm | 4 +- C4/Items.pm | 67 + C4/Members.pm | 64 +- C4/Search.pm | 29 + C4/VirtualShelves.pm | 25 +- C4/VirtualShelves/Page.pm | 2 +- C4/XSLT.pm | 7 +- admin/import_export_framework.pl | 77 ++ catalogue/detail.pl | 27 + catalogue/search.pl | 3 +- cataloguing/addbiblio.pl | 2 +- circ/circulation.pl | 40 +- circ/returns.pl | 1 + etc/zebradb/marc_defs/marc21/biblios/record.abs | 1 + installer/data/mysql/de-DE/mandatory/sysprefs.sql | 11 + installer/data/mysql/en/mandatory/sysprefs.sql | 11 + .../1-Obligatoire/unimarc_standard_systemprefs.sql | 11 + .../data/mysql/it-IT/necessari/class_sources.sql | 6 +- installer/data/mysql/it-IT/necessari/sysprefs.sql | 10 + installer/data/mysql/kohastructure.sql | 2 +- .../mysql/nb-NO/1-Obligatorisk/class_sources.sql | 36 + .../mysql/nb-NO/1-Obligatorisk/class_sources.txt | 1 + .../1-Obligatorisk/message_transport_types.sql | 28 + .../1-Obligatorisk/message_transport_types.txt | 1 + .../mysql/nb-NO/1-Obligatorisk/sample_notices.sql | 39 + .../mysql/nb-NO/1-Obligatorisk/sample_notices.txt | 1 + .../data/mysql/nb-NO/1-Obligatorisk/stopwords.sql | 26 + .../data/mysql/nb-NO/1-Obligatorisk/stopwords.txt | 1 + .../mysql/nb-NO/1-Obligatorisk/subtag_registry.sql | 777 +++++++++++ .../mysql/nb-NO/1-Obligatorisk/subtag_registry.txt | 1 + .../data/mysql/nb-NO/1-Obligatorisk/sysprefs.sql | 322 +++++ .../data/mysql/nb-NO/1-Obligatorisk/sysprefs.txt | 1 + .../data/mysql/nb-NO/1-Obligatorisk/userflags.sql | 38 + .../data/mysql/nb-NO/1-Obligatorisk/userflags.txt | 1 + .../mysql/nb-NO/1-Obligatorisk/userpermissions.sql | 70 + .../mysql/nb-NO/1-Obligatorisk/userpermissions.txt | 1 + .../data/mysql/nb-NO/2-Valgfritt/auth_val.sql | 78 ++ .../data/mysql/nb-NO/2-Valgfritt/auth_val.txt | 1 + .../2-Valgfritt}/marc21_holdings_coded_values.sql | 0 .../2-Valgfritt/marc21_holdings_coded_values.txt | 2 + .../data/mysql/nb-NO/2-Valgfritt/parameters.sql | 26 + .../data/mysql/nb-NO/2-Valgfritt/parameters.txt | 1 + .../mysql/nb-NO/2-Valgfritt/patron_categories.sql | 44 + .../mysql/nb-NO/2-Valgfritt/patron_categories.txt | 25 + .../2-Valgfritt}/sample_creator_data.sql | 0 .../nb-NO/2-Valgfritt/sample_creator_data.txt | 1 + .../mysql/nb-NO/2-Valgfritt/sample_holidays.sql | 28 + .../mysql/nb-NO/2-Valgfritt/sample_holidays.txt | 1 + .../mysql/nb-NO/2-Valgfritt/sample_itemtypes.sql | 29 + .../mysql/nb-NO/2-Valgfritt/sample_itemtypes.txt | 1 + .../2-Valgfritt}/sample_libraries.sql | 0 .../mysql/nb-NO/2-Valgfritt/sample_libraries.txt | 1 + .../data/mysql/nb-NO/2-Valgfritt/sample_news.sql | 2 + .../data/mysql/nb-NO/2-Valgfritt/sample_news.txt | 1 + .../sample_notices_message_attributes.sql | 0 .../sample_notices_message_attributes.txt | 1 + .../sample_notices_message_transports.sql | 0 .../sample_notices_message_transports.txt | 1 + .../2-Valgfritt}/sample_patrons.sql | 0 .../mysql/nb-NO/2-Valgfritt/sample_patrons.txt | 1 + .../data/mysql/nb-NO/2-Valgfritt/z3950servers.sql | 6 + .../data/mysql/nb-NO/2-Valgfritt/z3950servers.txt | 1 + .../marc21/mandatory/authorities_normal_marc21.sql | 0 .../marc21/mandatory/authorities_normal_marc21.txt | 0 .../marc21/mandatory/marc21_framework_DEFAULT.sql | 0 .../marc21/mandatory/marc21_framework_DEFAULT.txt | 0 .../optional/marc21_default_matching_rules.sql | 0 .../optional/marc21_default_matching_rules.txt | 0 .../marc21/optional/marc21_fastadd_framework.sql | 0 .../marc21/optional/marc21_fastadd_framework.txt | 0 .../optional/marc21_simple_bib_frameworks.sql | 0 .../optional/marc21_simple_bib_frameworks.txt | 0 installer/data/mysql/pl-PL/mandatory/sysprefs.sql | 11 + ...m_preferences_full_optimal_for_install_only.sql | 10 + ...m_preferences_full_optimal_for_install_only.sql | 10 + installer/data/mysql/updatedatabase.pl | 43 + .../intranet-tmpl/prog/en/css/staff-global.css | 56 + .../prog/en/includes/checkouts-table-footer.inc | 2 +- .../prog/en/includes/circ-toolbar.inc | 2 + koha-tmpl/intranet-tmpl/prog/en/modules/about.tmpl | 1 + .../prog/en/modules/admin/biblio_framework.tmpl | 136 ++ .../en/modules/admin/preferences/cataloguing.pref | 12 + .../en/modules/admin/preferences/circulation.pref | 22 + .../prog/en/modules/admin/preferences/opac.pref | 27 +- .../en/modules/admin/preferences/staff_client.pref | 9 + .../prog/en/modules/catalogue/detail.tmpl | 12 +- .../prog/en/modules/catalogue/results.tmpl | 21 +- .../prog/en/modules/circ/circulation.tmpl | 106 ++- .../prog/en/modules/circ/hold-transfer-slip.tmpl | 6 +- .../prog/en/modules/circ/returns.tmpl | 3 +- .../prog/en/modules/help/admin/admin-home.tmpl | 8 + .../en/modules/help/admin/aqbudgetperiods.tmpl | 16 +- .../prog/en/modules/help/admin/aqbudgets.tmpl | 22 +- .../prog/en/modules/help/admin/aqplan.tmpl | 4 +- .../help/admin/auth_subfields_structure.tmpl | 161 ++- .../en/modules/help/admin/auth_tag_structure.tmpl | 24 + .../en/modules/help/admin/authorised_values.tmpl | 274 ++-- .../prog/en/modules/help/admin/authtypes.tmpl | 40 +- .../en/modules/help/admin/biblio_framework.tmpl | 36 +- .../modules/help/admin/branch_transfer_limits.tmpl | 41 +- .../prog/en/modules/help/admin/branches.tmpl | 95 +- .../prog/en/modules/help/admin/categorie.tmpl | 101 ++- .../prog/en/modules/help/admin/checkmarc.tmpl | 5 +- .../prog/en/modules/help/admin/cities.tmpl | 32 +- .../prog/en/modules/help/admin/classsources.tmpl | 86 +- .../prog/en/modules/help/admin/currency.tmpl | 8 +- .../prog/en/modules/help/admin/fieldmapping.tmpl | 12 +- .../help/admin/item_circulation_alerts.tmpl | 44 +- .../prog/en/modules/help/admin/itemtypes.tmpl | 97 +- .../prog/en/modules/help/admin/koha2marclinks.tmpl | 12 +- .../help/admin/marc_subfields_structure.tmpl | 181 ++- .../en/modules/help/admin/marctagstructure.tmpl | 34 +- .../prog/en/modules/help/admin/matching-rules.tmpl | 50 +- .../en/modules/help/admin/patron-attr-types.tmpl | 88 +- .../prog/en/modules/help/admin/preferences.tmpl | 18 +- .../prog/en/modules/help/admin/roadtype.tmpl | 24 +- .../prog/en/modules/help/admin/smart-rules.tmpl | 125 +- .../prog/en/modules/help/admin/stopwords.tmpl | 15 +- .../prog/en/modules/help/admin/z3950servers.tmpl | 38 +- .../modules/help/authorities/authorities-home.tmpl | 12 +- .../en/modules/help/authorities/authorities.tmpl | 77 +- .../prog/en/modules/help/authorities/detail.tmpl | 15 + .../prog/en/modules/help/circ/branchtransfers.tmpl | 38 +- .../en/modules/help/circ/circulation-home.tmpl | 27 +- .../prog/en/modules/help/circ/circulation.tmpl | 92 +- .../prog/en/modules/help/circ/overdue.tmpl | 15 +- .../prog/en/modules/help/circ/pendingreserves.tmpl | 33 +- .../prog/en/modules/help/circ/reserveratios.tmpl | 4 +- .../prog/en/modules/help/circ/returns.tmpl | 59 +- .../en/modules/help/circ/transferstoreceive.tmpl | 21 +- .../prog/en/modules/help/circ/view_holdsqueue.tmpl | 17 +- .../prog/en/modules/help/circ/waitingreserves.tmpl | 6 +- .../prog/en/modules/help/export/marc.tmpl | 34 +- .../en/modules/help/labels/label-edit-batch.tmpl | 25 + .../en/modules/help/labels/label-edit-layout.tmpl | 30 +- .../en/modules/help/labels/label-edit-profile.tmpl | 78 +- .../modules/help/labels/label-edit-template.tmpl | 33 + .../prog/en/modules/help/labels/label-home.tmpl | 41 +- .../en/modules/help/labels/spinelabel-home.tmpl | 11 +- .../en/modules/help/offline_circ/process_koc.tmpl | 41 +- .../en/modules/help/patroncards/edit-batch.tmpl | 11 + .../en/modules/help/patroncards/edit-layout.tmpl | 30 +- .../en/modules/help/patroncards/edit-profile.tmpl | 20 +- .../en/modules/help/patroncards/edit-template.tmpl | 31 +- .../prog/en/modules/help/patroncards/home.tmpl | 27 +- .../en/modules/help/patroncards/image-manage.tmpl | 19 + .../prog/en/modules/help/patroncards/manage.tmpl | 22 +- .../prog/en/modules/members/moremember.tmpl | 92 ++- .../prog/en/modules/suggestion/suggestion.tmpl | 33 +- .../prog/en/modules/tools/koha-news.tmpl | 19 + .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 30 +- .../prog/en/xslt/UNIMARCslim2intranetDetail.xsl | 5 + .../prog/img}/famfamfam/silk/comment.png | Bin 413 -> 413 bytes koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc | 2 +- .../prog/en/modules/opac-addbybiblionumber.tmpl | 15 +- koha-tmpl/opac-tmpl/prog/en/modules/opac-auth.tmpl | 2 +- .../opac-tmpl/prog/en/modules/opac-basket.tmpl | 4 +- .../opac-tmpl/prog/en/modules/opac-detail.tmpl | 10 +- .../opac-tmpl/prog/en/modules/opac-results.tmpl | 27 +- .../opac-tmpl/prog/en/modules/opac-shelves.tmpl | 2 +- koha-tmpl/opac-tmpl/prog/en/modules/sco/help.tmpl | 13 +- .../opac-tmpl/prog/en/modules/sco/sco-main.tmpl | 25 +- .../prog/en/xslt/MARC21slim2OPACDetail.xsl | 45 +- .../prog/en/xslt/MARC21slim2OPACResults.xsl | 28 +- .../prog/en/xslt/UNIMARCslim2OPACDetail.xsl | 5 + .../prog/en/xslt/UNIMARCslim2OPACResults.xsl | 5 + .../prog/en/includes/checkouts-table-footer.inc | 2 +- .../prog/en/includes/circ-toolbar.inc | 2 + koha-tt/intranet-tmpl/prog/en/modules/about.tt | 1 + .../prog/en/modules/admin/biblio_framework.tt | 136 ++ .../prog/en/modules/catalogue/detail.tt | 12 +- .../prog/en/modules/catalogue/results.tt | 23 +- .../prog/en/modules/circ/circulation.tt | 106 ++- .../prog/en/modules/circ/hold-transfer-slip.tt | 6 +- .../intranet-tmpl/prog/en/modules/circ/returns.tt | 3 +- .../prog/en/modules/help/admin/admin-home.tt | 8 + .../prog/en/modules/help/admin/aqbudgetperiods.tt | 16 +- .../prog/en/modules/help/admin/aqbudgets.tt | 22 +- .../prog/en/modules/help/admin/aqplan.tt | 4 +- .../modules/help/admin/auth_subfields_structure.tt | 161 ++- .../en/modules/help/admin/authorised_values.tt | 274 ++-- .../prog/en/modules/help/admin/authtypes.tt | 40 +- .../prog/en/modules/help/admin/biblio_framework.tt | 36 +- .../modules/help/admin/branch_transfer_limits.tt | 41 +- .../prog/en/modules/help/admin/branches.tt | 95 +- .../prog/en/modules/help/admin/categorie.tt | 101 ++- .../prog/en/modules/help/admin/checkmarc.tt | 5 +- .../prog/en/modules/help/admin/cities.tt | 32 +- .../prog/en/modules/help/admin/classsources.tt | 86 +- .../prog/en/modules/help/admin/currency.tt | 8 +- .../prog/en/modules/help/admin/fieldmapping.tt | 12 +- .../modules/help/admin/item_circulation_alerts.tt | 44 +- .../prog/en/modules/help/admin/itemtypes.tt | 97 +- .../prog/en/modules/help/admin/koha2marclinks.tt | 12 +- .../modules/help/admin/marc_subfields_structure.tt | 181 ++- .../prog/en/modules/help/admin/marctagstructure.tt | 34 +- .../prog/en/modules/help/admin/matching-rules.tt | 50 +- .../en/modules/help/admin/patron-attr-types.tt | 88 +- .../prog/en/modules/help/admin/preferences.tt | 18 +- .../prog/en/modules/help/admin/roadtype.tt | 24 +- .../prog/en/modules/help/admin/smart-rules.tt | 125 +- .../prog/en/modules/help/admin/stopwords.tt | 15 +- .../prog/en/modules/help/admin/z3950servers.tt | 38 +- .../modules/help/authorities/authorities-home.tt | 12 +- .../en/modules/help/authorities/authorities.tt | 77 +- .../prog/en/modules/help/circ/branchtransfers.tt | 38 +- .../prog/en/modules/help/circ/circulation-home.tt | 27 +- .../prog/en/modules/help/circ/circulation.tt | 92 +- .../prog/en/modules/help/circ/overdue.tt | 15 +- .../prog/en/modules/help/circ/pendingreserves.tt | 33 +- .../prog/en/modules/help/circ/reserveratios.tt | 4 +- .../prog/en/modules/help/circ/returns.tt | 59 +- .../en/modules/help/circ/transferstoreceive.tt | 21 +- .../prog/en/modules/help/circ/view_holdsqueue.tt | 17 +- .../prog/en/modules/help/circ/waitingreserves.tt | 6 +- .../prog/en/modules/help/export/marc.tt | 34 +- .../en/modules/help/labels/label-edit-layout.tt | 30 +- .../en/modules/help/labels/label-edit-profile.tt | 78 +- .../prog/en/modules/help/labels/label-home.tt | 41 +- .../prog/en/modules/help/labels/spinelabel-home.tt | 11 +- .../en/modules/help/offline_circ/process_koc.tt | 41 +- .../en/modules/help/patroncards/edit-layout.tt | 30 +- .../en/modules/help/patroncards/edit-profile.tt | 20 +- .../en/modules/help/patroncards/edit-template.tt | 31 +- .../prog/en/modules/help/patroncards/home.tt | 27 +- .../prog/en/modules/help/patroncards/manage.tt | 22 +- .../prog/en/modules/members/moremember.tt | 92 ++- .../prog/en/modules/suggestion/suggestion.tt | 33 +- .../prog/en/modules/tools/koha-news.tt | 19 + .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 30 +- .../prog/en/xslt/UNIMARCslim2intranetDetail.xsl | 5 + koha-tt/opac-tmpl/prog/en/includes/masthead.inc | 2 +- .../prog/en/modules/opac-addbybiblionumber.tt | 15 +- koha-tt/opac-tmpl/prog/en/modules/opac-auth.tt | 2 +- koha-tt/opac-tmpl/prog/en/modules/opac-basket.tt | 4 +- koha-tt/opac-tmpl/prog/en/modules/opac-detail.tt | 10 +- koha-tt/opac-tmpl/prog/en/modules/opac-results.tt | 27 +- koha-tt/opac-tmpl/prog/en/modules/opac-shelves.tt | 2 +- koha-tt/opac-tmpl/prog/en/modules/sco/help.tt | 13 +- koha-tt/opac-tmpl/prog/en/modules/sco/sco-main.tt | 25 +- .../prog/en/xslt/MARC21slim2OPACDetail.xsl | 45 +- .../prog/en/xslt/MARC21slim2OPACResults.xsl | 28 +- .../prog/en/xslt/UNIMARCslim2OPACDetail.xsl | 5 + .../prog/en/xslt/UNIMARCslim2OPACResults.xsl | 5 + kohaversion.pl | 2 +- members/members-home.pl | 6 +- members/moremember.pl | 140 ++- misc/check_sysprefs.pl | 50 +- misc/cronjobs/longoverdue.pl | 11 +- misc/maintenance/touch_all_biblios.pl | 139 ++ misc/maintenance/touch_all_items.pl | 138 ++ opac/opac-addbybiblionumber.pl | 48 +- opac/opac-basket.pl | 2 +- opac/opac-detail.pl | 33 + opac/opac-renew.pl | 6 +- opac/opac-search.pl | 12 +- opac/opac-showreviews.pl | 6 +- opac/sco/help.pl | 14 + opac/sco/sco-main.pl | 40 +- suggestion/suggestion.pl | 36 +- tools/export.pl | 30 +- tools/import_borrowers.pl | 2 +- 269 files changed, 8242 insertions(+), 2362 deletions(-) create mode 100755 C4/ImportExportFramework.pm mode change 100644 => 100755 C4/XSLT.pm create mode 100755 admin/import_export_framework.pl mode change 100644 => 100755 installer/data/mysql/de-DE/mandatory/sysprefs.sql mode change 100644 => 100755 installer/data/mysql/en/mandatory/sysprefs.sql mode change 100644 => 100755 installer/data/mysql/fr-FR/1-Obligatoire/unimarc_standard_systemprefs.sql mode change 100644 => 100755 installer/data/mysql/it-IT/necessari/sysprefs.sql create mode 100644 installer/data/mysql/nb-NO/1-Obligatorisk/class_sources.sql create mode 100644 installer/data/mysql/nb-NO/1-Obligatorisk/class_sources.txt create mode 100644 installer/data/mysql/nb-NO/1-Obligatorisk/message_transport_types.sql create mode 100644 installer/data/mysql/nb-NO/1-Obligatorisk/message_transport_types.txt create mode 100644 installer/data/mysql/nb-NO/1-Obligatorisk/sample_notices.sql create mode 100644 installer/data/mysql/nb-NO/1-Obligatorisk/sample_notices.txt create mode 100644 installer/data/mysql/nb-NO/1-Obligatorisk/stopwords.sql create mode 100644 installer/data/mysql/nb-NO/1-Obligatorisk/stopwords.txt create mode 100644 installer/data/mysql/nb-NO/1-Obligatorisk/subtag_registry.sql create mode 100644 installer/data/mysql/nb-NO/1-Obligatorisk/subtag_registry.txt create mode 100644 installer/data/mysql/nb-NO/1-Obligatorisk/sysprefs.sql create mode 100644 installer/data/mysql/nb-NO/1-Obligatorisk/sysprefs.txt create mode 100644 installer/data/mysql/nb-NO/1-Obligatorisk/userflags.sql create mode 100644 installer/data/mysql/nb-NO/1-Obligatorisk/userflags.txt create mode 100644 installer/data/mysql/nb-NO/1-Obligatorisk/userpermissions.sql create mode 100644 installer/data/mysql/nb-NO/1-Obligatorisk/userpermissions.txt create mode 100644 installer/data/mysql/nb-NO/2-Valgfritt/auth_val.sql create mode 100644 installer/data/mysql/nb-NO/2-Valgfritt/auth_val.txt copy installer/data/mysql/{de-DE/optional => nb-NO/2-Valgfritt}/marc21_holdings_coded_values.sql (100%) create mode 100644 installer/data/mysql/nb-NO/2-Valgfritt/marc21_holdings_coded_values.txt create mode 100644 installer/data/mysql/nb-NO/2-Valgfritt/parameters.sql create mode 100644 installer/data/mysql/nb-NO/2-Valgfritt/parameters.txt create mode 100644 installer/data/mysql/nb-NO/2-Valgfritt/patron_categories.sql create mode 100644 installer/data/mysql/nb-NO/2-Valgfritt/patron_categories.txt copy installer/data/mysql/{de-DE/optional => nb-NO/2-Valgfritt}/sample_creator_data.sql (100%) create mode 100644 installer/data/mysql/nb-NO/2-Valgfritt/sample_creator_data.txt create mode 100644 installer/data/mysql/nb-NO/2-Valgfritt/sample_holidays.sql create mode 100644 installer/data/mysql/nb-NO/2-Valgfritt/sample_holidays.txt create mode 100644 installer/data/mysql/nb-NO/2-Valgfritt/sample_itemtypes.sql create mode 100644 installer/data/mysql/nb-NO/2-Valgfritt/sample_itemtypes.txt copy installer/data/mysql/{de-DE/optional => nb-NO/2-Valgfritt}/sample_libraries.sql (100%) create mode 100644 installer/data/mysql/nb-NO/2-Valgfritt/sample_libraries.txt create mode 100644 installer/data/mysql/nb-NO/2-Valgfritt/sample_news.sql create mode 100644 installer/data/mysql/nb-NO/2-Valgfritt/sample_news.txt copy installer/data/mysql/{en/optional => nb-NO/2-Valgfritt}/sample_notices_message_attributes.sql (100%) create mode 100644 installer/data/mysql/nb-NO/2-Valgfritt/sample_notices_message_attributes.txt copy installer/data/mysql/{de-DE/optional => nb-NO/2-Valgfritt}/sample_notices_message_transports.sql (100%) create mode 100644 installer/data/mysql/nb-NO/2-Valgfritt/sample_notices_message_transports.txt copy installer/data/mysql/{de-DE/optional => nb-NO/2-Valgfritt}/sample_patrons.sql (100%) create mode 100644 installer/data/mysql/nb-NO/2-Valgfritt/sample_patrons.txt create mode 100644 installer/data/mysql/nb-NO/2-Valgfritt/z3950servers.sql create mode 100644 installer/data/mysql/nb-NO/2-Valgfritt/z3950servers.txt copy installer/data/mysql/{en => nb-NO}/marcflavour/marc21/mandatory/authorities_normal_marc21.sql (100%) copy installer/data/{Pg/en => mysql/nb-NO}/marcflavour/marc21/mandatory/authorities_normal_marc21.txt (100%) copy installer/data/mysql/{en => nb-NO}/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.sql (100%) copy installer/data/{Pg/en => mysql/nb-NO}/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.txt (100%) copy installer/data/mysql/{de-DE => nb-NO}/marcflavour/marc21/optional/marc21_default_matching_rules.sql (100%) copy installer/data/mysql/{en => nb-NO}/marcflavour/marc21/optional/marc21_default_matching_rules.txt (100%) copy installer/data/mysql/{en => nb-NO}/marcflavour/marc21/optional/marc21_fastadd_framework.sql (100%) copy installer/data/mysql/{en => nb-NO}/marcflavour/marc21/optional/marc21_fastadd_framework.txt (100%) copy installer/data/mysql/{en => nb-NO}/marcflavour/marc21/optional/marc21_simple_bib_frameworks.sql (100%) copy installer/data/{Pg/en => mysql/nb-NO}/marcflavour/marc21/optional/marc21_simple_bib_frameworks.txt (100%) mode change 100644 => 100755 installer/data/mysql/pl-PL/mandatory/sysprefs.sql mode change 100644 => 100755 installer/data/mysql/ru-RU/mandatory/system_preferences_full_optimal_for_install_only.sql mode change 100644 => 100755 installer/data/mysql/uk-UA/mandatory/system_preferences_full_optimal_for_install_only.sql mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tmpl mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff_client.pref create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/auth_tag_structure.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/authorities/detail.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/label-edit-batch.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/label-edit-template.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/edit-batch.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/image-manage.tmpl mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl mode change 100644 => 100755 koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2intranetDetail.xsl copy koha-tmpl/{opac-tmpl/prog => intranet-tmpl/prog/img}/famfamfam/silk/comment.png (100%) mode change 100644 => 100755 koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl mode change 100644 => 100755 koha-tmpl/opac-tmpl/prog/en/xslt/UNIMARCslim2OPACDetail.xsl mode change 100644 => 100755 koha-tmpl/opac-tmpl/prog/en/xslt/UNIMARCslim2OPACResults.xsl create mode 100755 misc/maintenance/touch_all_biblios.pl create mode 100755 misc/maintenance/touch_all_items.pl hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Apr 3 22:56:29 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 03 Apr 2011 20:56:29 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-990-gf0b17df 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 f0b17df29abf48ae8b354242e182770f370d76e8 (commit) from 56d7ab5a19942d2f1adb3abfdcf39a883aea84a9 (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 f0b17df29abf48ae8b354242e182770f370d76e8 Author: Jared Camins-Esakov Date: Sun Apr 3 16:03:54 2011 -0400 Fix two small typos in MARC21 field 006 value builder Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: .../cataloguing/value_builder/marc21_field_006.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 4 00:39:11 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 03 Apr 2011 22:39:11 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_4865, created. v3.02.00-992-ge1a0b4a 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/enh/bug_4865 has been created at e1a0b4ab53598cdf44a6635d8c7e2e91dad4c26f (commit) - Log ----------------------------------------------------------------- commit e1a0b4ab53598cdf44a6635d8c7e2e91dad4c26f Author: Galen Charlton Date: Sat Apr 2 22:36:43 2011 -0400 bug 4865: added dependency for using memcached for sessions Signed-off-by: Galen Charlton Signed-off-by: Chris Cormack commit ead56def261db6da1610e1367e2ff69cb92ba088 Author: Chris Cormack Date: Sat Apr 2 22:36:42 2011 -0400 bug 4865: Enable session storage in Memcached Note: this requires CGI::Session::Driver::memcached to be installed Signed-off-by: Galen Charlton Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 4 00:39:48 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 03 Apr 2011 22:39:48 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-992-ge1a0b4a 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 e1a0b4ab53598cdf44a6635d8c7e2e91dad4c26f (commit) via ead56def261db6da1610e1367e2ff69cb92ba088 (commit) from f0b17df29abf48ae8b354242e182770f370d76e8 (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 | 17 +++++++++++++++-- C4/Installer/PerlDependencies.pm | 5 +++++ .../prog/en/modules/admin/preferences/admin.pref | 1 + 3 files changed, 21 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 4 02:57:23 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 04 Apr 2011 00:57:23 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5917, updated. v3.02.00-1202-g29db29a 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/enh/bug_5917 has been updated via 29db29a3210c5e04b01b7495b518de0d2b41fbb4 (commit) via 1728fa7be117b405558b29cf8d47347939653b1c (commit) via cd62e6ed02e96bc3af7d54328aa2084211886c19 (commit) via 4594a053bdec4be9e3a0f75923e8ca7d344a1e2b (commit) from 826d6f462609d74593790328dd9c7b36265615d2 (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 29db29a3210c5e04b01b7495b518de0d2b41fbb4 Author: Chris Cormack Date: Mon Apr 4 12:50:21 2011 +1200 Bug 5917 : Removing spaces, this may not work commit 1728fa7be117b405558b29cf8d47347939653b1c Author: Chris Cormack Date: Mon Apr 4 12:50:18 2011 +1200 Bug 5917 : Fix for the printers showing on select branch printer page commit cd62e6ed02e96bc3af7d54328aa2084211886c19 Author: Chris Cormack Date: Mon Apr 4 12:50:16 2011 +1200 Bug 5917 : Fixing a problem with login commit 4594a053bdec4be9e3a0f75923e8ca7d344a1e2b Author: Chris Cormack Date: Mon Apr 4 12:52:59 2011 +1200 Bug 5917 : Removing spaces in variable names ----------------------------------------------------------------------- Summary of changes: C4/Auth.pm | 2 +- C4/Form/MessagingPreferences.pm | 1 + .../prog/en/includes/messaging-preference-form.inc | 12 ++++++------ .../prog/en/modules/circ/selectbranchprinter.tt | 5 +++-- 4 files changed, 11 insertions(+), 9 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 4 03:09:44 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 04 Apr 2011 01:09:44 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5917, updated. v3.02.00-1203-g7e62b5f 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/enh/bug_5917 has been updated via 7e62b5f22a46f15564908064e2e4f2aaf69106cb (commit) from 29db29a3210c5e04b01b7495b518de0d2b41fbb4 (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 7e62b5f22a46f15564908064e2e4f2aaf69106cb Author: Chris Cormack Date: Mon Apr 4 13:09:28 2011 +1200 Bug 5917 : Missed one dash Conflicts: koha-tt/intranet-tmpl/prog/en/includes/messaging-preference-form.inc ----------------------------------------------------------------------- Summary of changes: C4/Form/MessagingPreferences.pm | 3 ++- .../prog/en/includes/messaging-preference-form.inc | 2 +- .../prog/en/includes/messaging-preference-form.inc | 12 ++++++------ 3 files changed, 9 insertions(+), 8 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 4 04:15:48 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 04 Apr 2011 02:15:48 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5917, updated. v3.02.00-1206-g13158ee 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/enh/bug_5917 has been updated via 13158ee2f85db87b59832ab22bf9ecaeb72dad18 (commit) via c2480686c1598c60b048ffdda6cd167aa2e7d013 (commit) via ec41514be6c608f1516652d6182d813add6a1f3a (commit) from 7e62b5f22a46f15564908064e2e4f2aaf69106cb (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 13158ee2f85db87b59832ab22bf9ecaeb72dad18 Author: Chris Cormack Date: Mon Apr 4 14:11:32 2011 +1200 Bug 5917 : Fix for moremembers page commit c2480686c1598c60b048ffdda6cd167aa2e7d013 Author: Chris Cormack Date: Mon Apr 4 14:03:27 2011 +1200 Bug 5917 : Fixing a bug with the patron flags commit ec41514be6c608f1516652d6182d813add6a1f3a Author: Chris Cormack Date: Mon Apr 4 13:53:25 2011 +1200 Bug 5917 : Fixing messaging preferences ----------------------------------------------------------------------- Summary of changes: C4/Form/MessagingPreferences.pm | 2 -- .../optional/sample_notices_message_attributes.sql | 10 +++++----- .../optional/sample_notices_message_attributes.sql | 10 +++++----- .../sample_notices_message_attributes.sql | 10 +++++----- .../sample_notices_message_attributes.sql | 10 +++++----- .../optional/sample_notices_message_attributes.sql | 10 +++++----- .../optional/sample_notices_message_attributes.sql | 10 +++++----- .../optional/sample_notices_message_attributes.sql | 10 +++++----- installer/data/mysql/updatedatabase.pl | 14 +++++++++++++- .../prog/en/modules/members/memberentrygen.tt | 6 +++--- members/moremember.pl | 2 +- 11 files changed, 52 insertions(+), 42 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 4 04:39:17 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 04 Apr 2011 02:39:17 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5917, updated. v3.02.00-1208-g783c330 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/enh/bug_5917 has been updated via 783c330b878ec8235ec43fbbc5d76e35f1f82270 (commit) via 1cf496b4d31debff376dc5d6b91c8df0811fc423 (commit) from 13158ee2f85db87b59832ab22bf9ecaeb72dad18 (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 783c330b878ec8235ec43fbbc5d76e35f1f82270 Author: Chris Cormack Date: Mon Apr 4 14:36:12 2011 +1200 Bug 5917 : Fixing variable names that have numbers as leading character commit 1cf496b4d31debff376dc5d6b91c8df0811fc423 Author: Chris Cormack Date: Mon Apr 4 14:32:16 2011 +1200 Bug 5462 : More fixes for template toolkit, should have no visible difference Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: .../opac-tmpl/prog/en/modules/opac-MARCdetail.tmpl | 20 +++--- .../opac-tmpl/prog/en/modules/opac-MARCdetail.tt | 60 ++++++++++---------- opac/opac-MARCdetail.pl | 2 +- 3 files changed, 41 insertions(+), 41 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 4 06:11:20 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 04 Apr 2011 04:11:20 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5917, updated. v3.02.00-1211-g80e71bc 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/enh/bug_5917 has been updated via 80e71bcc5724f65b42a69386e1bab2c26cdb9816 (commit) via 7c01b670dd8621d746ba3331f8fc734fe3906563 (commit) via a65b039f598e8aa715e21a16eb5dbec9ad26e05a (commit) from 783c330b878ec8235ec43fbbc5d76e35f1f82270 (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 80e71bcc5724f65b42a69386e1bab2c26cdb9816 Author: Chris Cormack Date: Mon Apr 4 16:09:43 2011 +1200 Bug 5917 : Fixed space names in variables on opac-messaging commit 7c01b670dd8621d746ba3331f8fc734fe3906563 Author: Chris Cormack Date: Mon Apr 4 15:59:20 2011 +1200 Bug 5462 : Fixing more spaces in variable names commit a65b039f598e8aa715e21a16eb5dbec9ad26e05a Author: Chris Cormack Date: Mon Apr 4 15:53:37 2011 +1200 Bug 5917 : Fixing opac-detail.pl and detail.pl holding information ----------------------------------------------------------------------- Summary of changes: .../opac-tmpl/prog/en/modules/opac-messaging.tmpl | 12 +++++----- .../prog/en/modules/catalogue/detail.tt | 24 ++++++++++---------- koha-tt/opac-tmpl/prog/en/modules/opac-detail.tt | 12 +++++----- .../opac-tmpl/prog/en/modules/opac-messaging.tt | 12 +++++----- 4 files changed, 30 insertions(+), 30 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 4 07:09:30 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 04 Apr 2011 05:09:30 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5917, updated. v3.02.00-1215-gee138c1 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/enh/bug_5917 has been updated via ee138c16b44b0b5546df4c8d18342c349580be87 (commit) via 9377d9f4eeefcf05ac6db4ce9b599f99884190da (commit) via bd8732156944c246520264262a09ce208b598a97 (commit) via d06943868962c2969fd2edc3341b929625afd862 (commit) from 80e71bcc5724f65b42a69386e1bab2c26cdb9816 (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 ee138c16b44b0b5546df4c8d18342c349580be87 Author: Chris Cormack Date: Mon Apr 4 17:07:07 2011 +1200 Bug 5917 : Yet more scoping commit 9377d9f4eeefcf05ac6db4ce9b599f99884190da Author: Chris Cormack Date: Mon Apr 4 17:00:06 2011 +1200 Bug 5917 : Variable scoping commit bd8732156944c246520264262a09ce208b598a97 Author: Chris Cormack Date: Mon Apr 4 16:47:20 2011 +1200 Bug 5917 More wrongly scoped globals commit d06943868962c2969fd2edc3341b929625afd862 Author: Chris Cormack Date: Mon Apr 4 16:47:19 2011 +1200 Bug 5917 : Adding new globals to be escaped by the converter ----------------------------------------------------------------------- Summary of changes: installer/html-template-to-template-toolkit.pl | 3 +- .../prog/en/modules/admin/itemtypes.tt | 2 +- .../prog/en/modules/catalogue/advsearch.tt | 2 +- .../prog/en/modules/catalogue/moredetail.tt | 4 +- .../prog/en/modules/circ/circulation.tt | 4 +- .../prog/en/modules/circ/waitingreserves.tt | 2 +- .../prog/en/modules/members/moremember.tt | 4 +- .../prog/en/modules/reserve/request.tt | 10 +++--- .../prog/en/modules/virtualshelves/shelves.tt | 4 +- .../opac-tmpl/prog/en/modules/opac-advsearch.tt | 2 +- .../opac-tmpl/prog/en/modules/opac-opensearch.tt | 6 ++-- .../prog/en/modules/opac-readingrecord.tt | 10 +++--- koha-tt/opac-tmpl/prog/en/modules/opac-reserve.tt | 8 +++--- .../prog/en/modules/opac-results-grouped.tt | 2 +- koha-tt/opac-tmpl/prog/en/modules/opac-results.tt | 12 ++++---- koha-tt/opac-tmpl/prog/en/modules/opac-shelves.tt | 12 ++++---- .../prog/en/modules/opac-showreviews-rss.tt | 6 ++-- .../opac-tmpl/prog/en/modules/opac-showreviews.tt | 8 +++--- koha-tt/opac-tmpl/prog/en/modules/opac-user.tt | 28 ++++++++++---------- 19 files changed, 65 insertions(+), 64 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 4 11:30:44 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 04 Apr 2011 09:30:44 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5839, created. v3.02.00-994-g26a1a53 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/enh/bug_5839 has been created at 26a1a538a46f5735eace65441d66767c7b711957 (commit) - Log ----------------------------------------------------------------- commit 26a1a538a46f5735eace65441d66767c7b711957 Author: Katrin Fischer Date: Tue Mar 29 23:48:46 2011 +0200 Bug 5839: Add mapping for items.stocknumber to MARC21 This patch adds 953$i 'Inventory number' to the frameworks. 952$i inventory number is not repeatable, not mandatory and mapped to items.stocknumber. In a later patch a search index will be added to make inventory number/stocknumber searchable. Signed-off-by: Chris Cormack commit b3efa877e7d0138340b3231d62ca0196731695ef Author: Katrin Fischer Date: Mon Apr 4 08:38:02 2011 +0000 Bug 5839: Add index stocknumber on 952$i This patch adds a new index for stocknumber on field 952$i. Note: For testing you have to copy over the changed files from kohaclone/etc/zebradb/ to your koha-dev/etc/zebradb folders. Reindex. To test: 1) Add 952$i to your frameworks 2) Add an item with 952$i 3) Search for your 952$i value in keyword search 4) Search for stocknumber, using stocknumber: or inv:<... Signed-off-by: Marcel de Rooy Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 4 11:31:52 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 04 Apr 2011 09:31:52 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-994-g26a1a53 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 26a1a538a46f5735eace65441d66767c7b711957 (commit) via b3efa877e7d0138340b3231d62ca0196731695ef (commit) from e1a0b4ab53598cdf44a6635d8c7e2e91dad4c26f (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/Search.pm | 2 ++ etc/zebradb/biblios/etc/bib1.att | 1 + etc/zebradb/ccl.properties | 2 ++ etc/zebradb/marc_defs/marc21/biblios/record.abs | 2 +- .../marc21/mandatory/marc21_framework_DEFAULT.sql | 1 + .../marc21/optional/marc21_fastadd_framework.sql | 1 + .../optional/marc21_simple_bib_frameworks.sql | 10 +++++++++- .../marc21/mandatory/marc21_framework_DEFAULT.sql | 1 + .../marc21/optional/marc21_fastadd_framework.sql | 1 + .../optional/marc21_simple_bib_frameworks.sql | 8 ++++++++ .../Obligatoire/marc21_framework_DEFAULT.sql | 1 + .../Optionnel/marc21_simple_bib_frameworks.sql | 8 ++++++++ .../marc21/mandatory/marc21_framework_DEFAULT.sql | 1 + .../marc21/optional/marc21_fastadd_framework.sql | 1 + .../optional/marc21_simple_bib_frameworks.sql | 8 ++++++++ .../marc21/mandatory/marc21_framework_DEFAULT.sql | 1 + .../marc21/optional/marc21_fastadd_framework.sql | 1 + .../optional/marc21_simple_bib_frameworks.sql | 8 ++++++++ 18 files changed, 56 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 4 11:40:39 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 04 Apr 2011 09:40:39 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_5948, created. v3.02.00-995-gb9d434c 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_5948 has been created at b9d434c18f3ff5a4d168cf24454d51ede1523fde (commit) - Log ----------------------------------------------------------------- commit b9d434c18f3ff5a4d168cf24454d51ede1523fde Author: Christophe Croullebois Date: Mon Apr 4 11:21:18 2011 +0200 Bug 5948 : Creation of a quantity column in receipt summary In receipt summary the quantity did'nt appear in already received table, this patch fixes the omission Signed-off-by: Katrin Fischer Patch tested on current master. Works like advertised. Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 4 11:42:25 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 04 Apr 2011 09:42:25 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-995-gb9d434c 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 b9d434c18f3ff5a4d168cf24454d51ede1523fde (commit) from 26a1a538a46f5735eace65441d66767c7b711957 (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/parcel.pl | 1 + .../prog/en/modules/acqui/parcel.tmpl | 17 ++++++++++++----- 2 files changed, 13 insertions(+), 5 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 4 12:51:34 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 04 Apr 2011 10:51:34 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_5624, created. v3.02.00-996-g9dc69cf 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_5624 has been created at 9dc69cf47fb374b64dcc2ee3716cffa3b15cfb7c (commit) - Log ----------------------------------------------------------------- commit 9dc69cf47fb374b64dcc2ee3716cffa3b15cfb7c Author: koha-preprod Date: Mon Feb 7 11:12:49 2011 -0500 Adding a javascript function to check the validation of a record with a budget. Signed-off-by: Paul Poulain Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 4 12:53:37 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 04 Apr 2011 10:53:37 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_5989, created. v3.02.00-997-gf22b8bc 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_5989 has been created at f22b8bcd458df8d8fad29070a7b95a63b6d356a2 (commit) - Log ----------------------------------------------------------------- commit f22b8bcd458df8d8fad29070a7b95a63b6d356a2 Author: Owen Leonard Date: Mon Apr 4 12:25:55 2011 +0200 Fix for Bug 5989 - Funds filter does not remember library choice Signed-off-by: Paul Poulain Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 4 12:55:04 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 04 Apr 2011 10:55:04 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-997-gf22b8bc 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 f22b8bcd458df8d8fad29070a7b95a63b6d356a2 (commit) via 9dc69cf47fb374b64dcc2ee3716cffa3b15cfb7c (commit) from b9d434c18f3ff5a4d168cf24454d51ede1523fde (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: admin/aqbudgets.pl | 2 +- .../prog/en/modules/acqui/neworderempty.tmpl | 5 +++++ 2 files changed, 6 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 4 23:18:29 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 04 Apr 2011 21:18:29 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_5860, created. v3.02.00-998-ga8ffb22 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_5860 has been created at a8ffb2273b63c398492a7cbd08394adedb2aeadb (commit) - Log ----------------------------------------------------------------- commit a8ffb2273b63c398492a7cbd08394adedb2aeadb Author: Katrin Fischer Date: Mon Apr 4 11:20:20 2011 +0000 Bug 5860: Adding duplicate stocknumber fails silently When adding a duplicate stocknumber the duplicate was not saved to the database. This happened, because the field stocknumber in table items was declared to be unique. Discussion on bug suggests to lift this restriction. Signed-off-by: Marcel de Rooy Tested. Corrected typo in updatedatabase script. Version 3.01.00.095 introduced the index with double s, although structure had only one s in index name. Unaware of this bug, I entered the more general bug 6041 for similar problems with modifying items. Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 4 23:23:40 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 04 Apr 2011 21:23:40 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_6045, created. v3.02.00-1000-ga56e1e1 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_6045 has been created at a56e1e1729fbbc1b341bbad7c2fcf94d4642806f (commit) - Log ----------------------------------------------------------------- commit a56e1e1729fbbc1b341bbad7c2fcf94d4642806f Author: Paul Poulain Date: Mon Apr 4 16:28:44 2011 +0200 Bug 6045: Accepted by is empty when accepting from list Signed-off-by: Katrin Fischer Signed-off-by: Chris Cormack commit 7003c743213e48ddd5d8e35006d75f7be8970d9d Author: Chris Cormack Date: Tue Apr 5 09:21:49 2011 +1200 Updating database version ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 4 23:33:05 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 04 Apr 2011 21:33:05 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1000-ga56e1e1 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 a56e1e1729fbbc1b341bbad7c2fcf94d4642806f (commit) via 7003c743213e48ddd5d8e35006d75f7be8970d9d (commit) via a8ffb2273b63c398492a7cbd08394adedb2aeadb (commit) from f22b8bcd458df8d8fad29070a7b95a63b6d356a2 (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: installer/data/mysql/kohastructure.sql | 2 +- installer/data/mysql/updatedatabase.pl | 8 ++++++++ kohaversion.pl | 2 +- suggestion/suggestion.pl | 13 +++++++++---- 4 files changed, 19 insertions(+), 6 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 4 23:58:46 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 04 Apr 2011 21:58:46 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_6043, created. v3.02.00-1001-g09e2ee6 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_6043 has been created at 09e2ee605845e9cb03f21f2596404d60d1e9fc74 (commit) - Log ----------------------------------------------------------------- commit 09e2ee605845e9cb03f21f2596404d60d1e9fc74 Author: Paul Poulain Date: Mon Apr 4 15:19:32 2011 +0200 Bug 6043: SQL error when IndependantBranches=ON on suggestion On suggestion page, when IndependantBranch=ON, the SQL built is wrong: branchcode is ambiguous Signed-off-by: Katrin Fischer Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 4 23:59:37 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 04 Apr 2011 21:59:37 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_6046, created. v3.02.00-1002-gff8ad64 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_6046 has been created at ff8ad64c2797d73464ef9009acba8744922fc61f (commit) - Log ----------------------------------------------------------------- commit ff8ad64c2797d73464ef9009acba8744922fc61f Author: Paul Poulain Date: Mon Apr 4 15:53:19 2011 +0200 Bug 6046: suggestedby list on she filter was not created properly The suggestedby patron list contained empty lines. This was because retrieving patron name was not correct Signed-off-by: Katrin Fischer Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Apr 5 00:04:27 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 04 Apr 2011 22:04:27 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_6009, created. v3.02.00-1003-g0a43ba1 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_6009 has been created at 0a43ba114d0fee9a478def455b926121442a0814 (commit) - Log ----------------------------------------------------------------- commit 0a43ba114d0fee9a478def455b926121442a0814 Author: Fr?d?rick Capovilla Date: Wed Mar 30 12:12:19 2011 -0400 Corrects an error when showing a suggestion linked to a deleted budget. If a suggestion is associated to a budget that was deleted, an error was returned because we try to get the name of a budget that doesn't exist. With this fix, the page is shown without errors. Signed-off-by: Paul Poulain Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Apr 5 00:06:29 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 04 Apr 2011 22:06:29 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1004-g88b3711 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 88b3711ca918877796d8577c54efe3f0aba96673 (commit) via ff8ad64c2797d73464ef9009acba8744922fc61f (commit) via 09e2ee605845e9cb03f21f2596404d60d1e9fc74 (commit) via b025403baa837754b3bfff00a931ad9b91f31274 (commit) from a56e1e1729fbbc1b341bbad7c2fcf94d4642806f (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 88b3711ca918877796d8577c54efe3f0aba96673 Merge: ff8ad64c2797d73464ef9009acba8744922fc61f b025403baa837754b3bfff00a931ad9b91f31274 Author: Chris Cormack Date: Tue Apr 5 10:06:02 2011 +1200 Merge branch 'new/bug_5307' into kcmaster ----------------------------------------------------------------------- Summary of changes: C4/Suggestions.pm | 2 +- etc/zebradb/marc_defs/marc21/biblios/record.abs | 5 ++++- suggestion/suggestion.pl | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Apr 5 00:10:55 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 04 Apr 2011 22:10:55 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_5991, created. v3.02.00-1005-g4f2dbc1 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_5991 has been created at 4f2dbc193b8e07e17a1a718cbabe581811fcaaa7 (commit) - Log ----------------------------------------------------------------- commit 4f2dbc193b8e07e17a1a718cbabe581811fcaaa7 Author: Owen Leonard Date: Mon Apr 4 16:13:33 2011 +0200 Fix for Bug 5991 - Javascript error on purchase suggestion pages Rebased on master 2011-04-04 Signed-off-by: Katrin Fischer Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Apr 5 00:12:01 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 04 Apr 2011 22:12:01 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_5962, created. v3.02.00-1006-g5910b59 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_5962 has been created at 5910b59d1d4bdbe6fb6152453536bfe64d490c01 (commit) - Log ----------------------------------------------------------------- commit 5910b59d1d4bdbe6fb6152453536bfe64d490c01 Author: Christophe Croullebois Date: Mon Apr 4 14:28:19 2011 +0200 Bug 5962 : Budgets showing when they shouldn't (MT #4717) Bug in Koha 3.2 on acqui-home.pl In the screen all the budgets with budget_branchcode=NULL were displayed even if the budget_owner_id was not NULL. This patch fixes the bug Signed-off-by: Katrin Fischer To test: 1) Add a new fund, leave library empty, owned by yourself 2) Go into the database and change aqbudgets.budget_branchcode to be NULL 3) Check acq home. Before patch the fund will not show up, although it's owned by you. After patch it will. Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Apr 5 00:14:30 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 04 Apr 2011 22:14:30 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_3628, created. v3.02.00-1007-g0dba0e0 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_3628 has been created at 0dba0e0d3c687ffa0c8ba64ddf5c5f217c68aa0a (commit) - Log ----------------------------------------------------------------- commit 0dba0e0d3c687ffa0c8ba64ddf5c5f217c68aa0a Author: Marcel de Rooy Date: Mon Apr 4 12:04:30 2011 +0200 Bug 3628: opacSerialDefaultTab This partial fix makes this existing pref visible in the interface. It should work for UNIMARC. Some work still needs to be done at the MARC side. Signed-off-by: Claire Hernandez Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Apr 5 00:15:23 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 04 Apr 2011 22:15:23 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1007-g0dba0e0 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 0dba0e0d3c687ffa0c8ba64ddf5c5f217c68aa0a (commit) via 5910b59d1d4bdbe6fb6152453536bfe64d490c01 (commit) via 4f2dbc193b8e07e17a1a718cbabe581811fcaaa7 (commit) from 88b3711ca918877796d8577c54efe3f0aba96673 (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/Budgets.pm | 5 +++-- koha-tmpl/intranet-tmpl/prog/en/js/acq.js | 2 +- .../prog/en/modules/admin/preferences/serials.pref | 10 +++++++++- .../prog/en/modules/suggestion/suggestion.tmpl | 11 ++++++++--- 4 files changed, 21 insertions(+), 7 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Apr 5 01:06:44 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 04 Apr 2011 23:06:44 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_5947, created. v3.02.00-1008-g3603ae6 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_5947 has been created at 3603ae6274da149370fd38ce642848738b11fcdc (commit) - Log ----------------------------------------------------------------- commit 3603ae6274da149370fd38ce642848738b11fcdc Author: Alex Arnaud Date: Mon Apr 4 17:17:35 2011 +0200 Bug 5947 Suggestions : add date to the search query Signed-off-by: Katrin Fischer Fixes searching by dates, like 'Suggested on:' Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Apr 5 01:12:02 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 04 Apr 2011 23:12:02 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1008-g3603ae6 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 3603ae6274da149370fd38ce642848738b11fcdc (commit) from 0dba0e0d3c687ffa0c8ba64ddf5c5f217c68aa0a (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/Suggestions.pm | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Apr 5 02:07:19 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 05 Apr 2011 00:07:19 +0000 Subject: [koha-commits] main Koha release repository branch, 3.2.x, updated. v3.02.03-168-ga4d4814 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.2.x has been updated via a4d48140b6e10a4a66fcf1630eb2969af95104b1 (commit) via 6fa25c5bac6e71c3eae6e1a104806ef59494a2e9 (commit) via 9cdcf01c30fb5490d60e73c4ef343cb71ff7d38f (commit) via 6c0c0b37cbe4138080207a89a3f66714c2727887 (commit) via 7c88c7e0f9331a38b0cb173acc783854f2bc4af5 (commit) via 81fceb0a4aa05c1b8929c7b90d606b0044ea15c8 (commit) via fcebee99da1a2b09bb04778562bdc395b73b0655 (commit) via 59cf6186358151965fb3efde6e2baa9b0ff9292b (commit) via 5cea7643c9e2f8ad578a71d09c0dc88060e91ed2 (commit) via c1f5171cf7361075c2ea7161fd867e711a5320d5 (commit) via 77362597e423d9749a1e69ebf18278cbfd34401a (commit) via 9a3ae7342af425bcaa2c9937afa33e1c1015637a (commit) from e19534c63801039c3a8fc1e892b72aa05b281ea9 (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 a4d48140b6e10a4a66fcf1630eb2969af95104b1 Author: Paul POULAIN Date: Sat Mar 26 18:24:19 2011 -0400 Bug 3629 : search limit by group is not OK MT4491 : limitation by library group - the group list was not displayed in OPAC (even if everything else was here - the group limit was not working due to a missing () author=jean et group=droit" resulted in: author=jean and branch=b1 or branch=b2 or branch=b3 that is wrong (executed from left to right) the fix add () to have : author=jean and (branch=b1 or branch=b2 or branch=b3) that is OK Signed-off-by: Nicole C. Engard Signed-off-by: Chris Cormack (cherry picked from commit 091d3100169a12e9498f6d58c8b61ac01a5a5db6) Signed-off-by: Chris Nighswonger commit 6fa25c5bac6e71c3eae6e1a104806ef59494a2e9 Author: Jared Camins-Esakov Date: Mon Mar 28 21:16:02 2011 -0400 Bug 5253: Add options to runreport.pl This makes sending reports via e-mail with runreport.pl work properly. It also adds a --format option to allow the user to select between text, html, csv, and tsv. At the moment text is not implemented, and falls back to tsv, but that is still more readable than the HTML that used to be produced. Signed-off-by: Ian Walls Signed-off-by: Chris Cormack (cherry picked from commit 412966eff0016c69e5763197f1542e88c74580a1) Signed-off-by: Chris Nighswonger commit 9cdcf01c30fb5490d60e73c4ef343cb71ff7d38f Author: Owen Leonard Date: Sat Mar 26 11:08:43 2011 -0400 Fix for Bug 5833, opacstylesheet not loading on all pages Signed-off-by: Nicole C. Engard Signed-off-by: Chris Cormack (cherry picked from commit b5a050d759b08027b210106e90d5714eb02b9032) Signed-off-by: Chris Nighswonger commit 6c0c0b37cbe4138080207a89a3f66714c2727887 Author: Magnus Enger Date: Mon Mar 28 11:42:57 2011 -0400 Bug 4265: Fix padding of short callnumbers and Bib-1 attribute for sorting 1. The current C4::ClassSortRoutine::Dewey turns "306 Les" into "306_Les" for items.cn_sort and MARC-field 952$6, which results in "306.46 Les" being sorted before "306 Les" in the OPAC. With this patch, "306 Les" is turned into "306_000000000000000_Les". 2. Currently, call_number_asc and call_number_desc are set up to sort by 1=20, but this is mapped to Local-classification in ccl.properties, which is mapped to 952$o in record.abs. This patch changes these sorts to use 1=8007, which is mapped to cn-sort and 952$6. Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack (cherry picked from commit aef8358cf2ce8db9803d94c14f6728cdf9ebd0d4) Signed-off-by: Chris Nighswonger commit 7c88c7e0f9331a38b0cb173acc783854f2bc4af5 Author: Jared CAMINS-ESAKOV Date: Sat Mar 26 06:04:39 2011 -0400 Bug 4366: Improve COinS support for MARC21 This patch begins the process of improving the COinS support in Koha to take advantage of all the metadata available in the MARC format. COinS still doesn't work quite right, but at least it seems to be following the standard now. The COinS exported by C4::Biblio::GetCOinSBiblio now correctly identifies articles from journals and books as such. Signed-off-by: Jared Camins-Esakov Signed-off-by: Nicole C. Engard Signed-off-by: Chris Cormack (cherry picked from commit 8958f152e7273d3b1fc45a6f7494ab6066aab55e) Signed-off-by: Chris Nighswonger commit 81fceb0a4aa05c1b8929c7b90d606b0044ea15c8 Author: Jared Camins-Esakov Date: Sat Mar 26 05:58:54 2011 -0400 Bug 3326: Staff results still displayed & In certain circumstances, ampersands would not be displayed properly in the Staff client search results. This patch fixes that by ensuring that all the doubled ampersands that Zebra inserts in XML indexing mode are replaced by the correct single ampersand entity. Signed-off-by: Nicole C. Engard Signed-off-by: Chris Cormack (cherry picked from commit fa7ca5c8b8b5fdf27fae63fd0ada7fe539651bc2) Signed-off-by: Chris Nighswonger commit fcebee99da1a2b09bb04778562bdc395b73b0655 Author: Jared Camins-Esakov Date: Sat Mar 26 11:03:31 2011 -0400 Bug 5817: Follow-up fixing callnum: on staff results This patch changes the call number links on the staff results page so that searching will work. The underlying problem described by bug 5274 remains an issue, but this fixes some of the more problematic symptoms. Signed-off-by: Jared Camins-Esakov Signed-off-by: Nicole C. Engard Signed-off-by: Chris Cormack (cherry picked from commit b853b79001ceefc897eac781a6ebf28e7cc29c85) Signed-off-by: Chris Nighswonger commit 59cf6186358151965fb3efde6e2baa9b0ff9292b Author: Ian Walls Date: Sun Mar 27 13:05:48 2011 -0400 Bug 3203: ACCTDETAIL notices don't parse branches or borrowers tokens This patch enables the ACCTDETAIL notices (and any branch-specific derivatives) to use <> and <> tokens This patch also attempts to send the email from the branch email first, falling back to KohaAdminEmailAddress if no branch email exists. To test: 1. Enable AutoEmailOpacUser system preference 2. Add <> tokens to the ACCTDETAIL notice 3. Create a new patron, including: a. test email address in the field matching your AutoEmailPrimaryAddress syspref value b. username and password (required to send a notice) c. any other required fields to save the record 4. Check you inbox. Notice should send instantly (no need to run process_message_queue.pl) Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack (cherry picked from commit 1d6f791541686dfa409843f8f5b1624f1be6e8cb) Signed-off-by: Chris Nighswonger commit 5cea7643c9e2f8ad578a71d09c0dc88060e91ed2 Author: Chris Cormack Date: Sun Mar 27 21:13:13 2011 -0400 Bug 5960 : Itemtype icons not showing correctly in staff search results Signed-off-by: Chris Cormack (cherry picked from commit 42f316ae480100572e996a7a4de76b9528db3d23) Signed-off-by: Chris Nighswonger commit c1f5171cf7361075c2ea7161fd867e711a5320d5 Author: Nicole C. Engard Date: Thu Mar 24 16:27:03 2011 -0400 Bug 5940: Update Patron Help Files This patch updates the help files in the patron area of Koha. Signed-off-by: Nicole C. Engard Signed-off-by: Ian Walls Signed-off-by: Chris Cormack (cherry picked from commit b8f3120bf5f5e7f2da73c213ed74bb003cf5da25) Signed-off-by: Chris Nighswonger commit 77362597e423d9749a1e69ebf18278cbfd34401a Author: Jared Camins-Esakov Date: Sun May 22 17:31:47 2011 -0400 Bug 3098 follow-up: Clean up formatting This patch cleans up the formatting of the 856 display code in MARC21slim2OPACDetail.xsl. Tabstops are correct, and the OPACURLOpenInNewWindow syspref check is moved to control the use of a 'target="_blank"' attribute, rather than having two blocks of almost-identical code. Signed-off-by: Nicole C. Engard Signed-off-by: Chris Cormack (cherry picked from commit 009036b53722881f607ed01b5701bd300abd6735) Signed-off-by: Chris Nighswonger commit 9a3ae7342af425bcaa2c9937afa33e1c1015637a Author: Fr?d?rick Capovilla Date: Wed Mar 23 15:19:57 2011 +0100 Bug 5883 : Prevent re-encoding the items if they are already in UTF-8 in ModBiblio. Signed-off-by: Julian Maurice Signed-off-by: Chris Cormack (cherry picked from commit cce98a2914c85ce1e1c5563b64a986c880024079) Signed-off-by: Chris Nighswonger ----------------------------------------------------------------------- Summary of changes: C4/Auth.pm | 1 + C4/Biblio.pm | 120 ++++--- C4/ClassSortRoutine/Dewey.pm | 4 + C4/Letters.pm | 12 +- C4/Output.pm | 2 +- C4/Search.pm | 12 +- catalogue/search.pl | 2 +- .../prog/en/modules/catalogue/results.tmpl | 8 +- .../prog/en/modules/help/members/boraccount.tmpl | 51 +-- .../prog/en/modules/help/members/mancredit.tmpl | 16 +- .../prog/en/modules/help/members/maninvoice.tmpl | 20 +- .../prog/en/modules/help/members/member-flags.tmpl | 433 ++++++++++++++++---- .../en/modules/help/members/member-password.tmpl | 13 +- .../prog/en/modules/help/members/member.tmpl | 3 +- .../prog/en/modules/help/members/memberentry.tmpl | 242 ++++-------- .../prog/en/modules/help/members/members-home.tmpl | 5 +- .../prog/en/modules/help/members/messaging.tmpl | 16 +- .../prog/en/modules/help/members/moremember.tmpl | 99 ++++- .../prog/en/modules/help/members/notices.tmpl | 7 + .../prog/en/modules/help/members/pay.tmpl | 27 +- .../prog/en/modules/help/members/readingrec.tmpl | 14 +- .../opac-tmpl/prog/en/modules/opac-advsearch.tmpl | 10 +- .../prog/en/xslt/MARC21slim2OPACDetail.xsl | 77 ++--- members/memberentry.pl | 1 + misc/cronjobs/runreport.pl | 83 +++- opac/opac-search.pl | 2 +- 26 files changed, 799 insertions(+), 481 deletions(-) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/members/notices.tmpl hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Apr 5 04:21:14 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 05 Apr 2011 02:21:14 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_5949, created. v3.02.00-1009-g1f323c0 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_5949 has been created at 1f323c00a14673ae83ae24b2502aa172d7949781 (commit) - Log ----------------------------------------------------------------- commit 1f323c00a14673ae83ae24b2502aa172d7949781 Author: Christophe Croullebois Date: Mon Apr 4 12:29:36 2011 +0200 Bug 5949 : Popup alert when deleting items from basket, also change planning value to statistics (MT #2391) : acqui/neworderempty.pl Multiple fixes in neworderempty.pl, mainly about Modify order line page, link to edit catalog, user can delete items with popup information and can't add items also with popup explanation. Signed-off-by: Katrin Fischer - changed the the link from 'Edit Catalog' to 'Edit record' (like on result list) - changed position of 'Edit record' to be shown behind the label 'Catalog details' instead of showing behind the Title. Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Apr 5 04:35:06 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 05 Apr 2011 02:35:06 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1009-g1f323c0 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 1f323c00a14673ae83ae24b2502aa172d7949781 (commit) from 3603ae6274da149370fd38ce642848738b11fcdc (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/acqui/neworderempty.tmpl | 38 ++++++++++++++++---- 1 files changed, 31 insertions(+), 7 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Apr 5 04:40:17 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 05 Apr 2011 02:40:17 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5963, created. v3.02.00-1010-g6a74703 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/enh/bug_5963 has been created at 6a7470341a0a6cf151d4ac360dd204779bbd3dab (commit) - Log ----------------------------------------------------------------- commit 6a7470341a0a6cf151d4ac360dd204779bbd3dab Author: Christophe Croullebois Date: Mon Apr 4 11:44:06 2011 +0200 Bug 5963 : Add the ability to filter budgets using the active column (MT #4717) Add the capability to have a filter by active budget the sub GetBudgetHierarchy return aqbudgetperiods.budget_period_active to have acces to a new filtering way, more the neworderempty.pl page have a check box "shox all". Signed-off-by: Katrin Fischer Bug 5963: Modify GetBudgetsHierarchy to returns all funds GetBudgetHierarchy now returns all funds, not only those that are part of an active budget. Fixed a layout problem. Signed-off-by: Katrin Fischer Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Apr 5 04:50:13 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 05 Apr 2011 02:50:13 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5839, updated. v3.02.00-995-gff17b6b 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/enh/bug_5839 has been updated via ff17b6b26f483810cf1e5576175070fa0b751939 (commit) from 26a1a538a46f5735eace65441d66767c7b711957 (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 ff17b6b26f483810cf1e5576175070fa0b751939 Author: Marcel de Rooy Date: Mon Apr 4 10:38:42 2011 +0000 Follow up fix for 5839 (items stocknumber) New installer file for norway was not yet included. Tested with mysql. Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: .../marc21/mandatory/marc21_framework_DEFAULT.sql | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Apr 5 04:55:12 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 05 Apr 2011 02:55:12 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_4157, created. v3.02.00-1014-g5bcb152 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/enh/bug_4157 has been created at 5bcb1529bc3354c9694cae1a5746db534542ec60 (commit) - Log ----------------------------------------------------------------- commit 5bcb1529bc3354c9694cae1a5746db534542ec60 Author: Srdjan Jankovic Date: Mon Apr 4 14:25:27 2011 +0200 wr76595 (bug 4157): Control barcode display with a borrower attribute Signed-off-by: Matthias Meusburger Signed-off-by: Chris Cormack commit 0ccc89990b15207655ca2ba6630722da455c41dd Author: Srdjan Jankovic Date: Mon Apr 4 14:25:26 2011 +0200 Bug 4157: Display of barcode in checked out items in OPAC wr76595: barcode display Signed-off-by: Matthias Meusburger Signed-off-by: Chris Cormack commit e9f8f44dd4a042cfe6dd042adbd2dafcf49f60a9 Merge: 6a7470341a0a6cf151d4ac360dd204779bbd3dab ff17b6b26f483810cf1e5576175070fa0b751939 Author: Chris Cormack Date: Tue Apr 5 14:50:58 2011 +1200 Merge remote branch 'kc/new/enh/bug_5839' into kcmaster ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Apr 5 04:58:33 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 05 Apr 2011 02:58:33 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1015-gef9c269 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 ef9c269d7a13ab8553b41005574bc65818d9821e (commit) via 5bcb1529bc3354c9694cae1a5746db534542ec60 (commit) via 0ccc89990b15207655ca2ba6630722da455c41dd (commit) via e9f8f44dd4a042cfe6dd042adbd2dafcf49f60a9 (commit) via ff17b6b26f483810cf1e5576175070fa0b751939 (commit) via 6a7470341a0a6cf151d4ac360dd204779bbd3dab (commit) from 1f323c00a14673ae83ae24b2502aa172d7949781 (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 ef9c269d7a13ab8553b41005574bc65818d9821e Author: Chris Cormack Date: Tue Apr 5 14:57:13 2011 +1200 Incrementing database version ----------------------------------------------------------------------- Summary of changes: C4/Budgets.pm | 16 +++++------- C4/Members/AttributeTypes.pm | 18 ++++++++++++++- C4/Members/Attributes.pm | 24 +++++++++++++++++++- acqui/neworderempty.pl | 1 + installer/data/mysql/en/mandatory/auth_values.sql | 2 + installer/data/mysql/en/mandatory/auth_values.txt | 1 + .../data/mysql/en/optional/patron_atributes.sql | 2 + .../data/mysql/en/optional/patron_atributes.txt | 2 + .../marc21/mandatory/marc21_framework_DEFAULT.sql | 1 + installer/data/mysql/updatedatabase.pl | 10 ++++++++ .../prog/en/modules/acqui/neworderempty.tmpl | 17 +++++++++++++- koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tmpl | 6 ++++- kohaversion.pl | 2 +- opac/opac-user.pl | 15 ++++++++++- 14 files changed, 101 insertions(+), 16 deletions(-) create mode 100644 installer/data/mysql/en/mandatory/auth_values.sql create mode 100644 installer/data/mysql/en/mandatory/auth_values.txt create mode 100644 installer/data/mysql/en/optional/patron_atributes.sql create mode 100644 installer/data/mysql/en/optional/patron_atributes.txt hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Apr 5 05:04:38 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 05 Apr 2011 03:04:38 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5593, created. v3.02.00-1016-gf1869ec 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/enh/bug_5593 has been created at f1869ec06407dcca8c8d29cf06fd342b203ee758 (commit) - Log ----------------------------------------------------------------- commit f1869ec06407dcca8c8d29cf06fd342b203ee758 Author: Owen Leonard Date: Fri Jan 7 11:15:18 2011 -0500 Fix for Bug 5593, Change cart markup to allow for easier icon styling Replacing inline cart image with a span with a unique ID. Adding styling to the deafult CSS to give that span a background of the same cart image as before. Custom CSS can override this with a different image. Example for OPACUserCSS preference: background-image : url("/opac-tmpl/prog/famfamfam/silk/basket.png"); width:16px; height:16px; } Signed-off-by: Katrin Fischer background-image: url("/opac-tmpl/prog/famfamfam/silk/basket.png"); } Will also change the cart image in opac detail view. Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Apr 5 05:05:18 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 05 Apr 2011 03:05:18 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1016-gf1869ec 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 f1869ec06407dcca8c8d29cf06fd342b203ee758 (commit) from ef9c269d7a13ab8553b41005574bc65818d9821e (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-tmpl/opac-tmpl/prog/en/css/opac.css | 11 +++++++++++ .../opac-tmpl/prog/en/includes/doc-head-close.inc | 2 +- 2 files changed, 12 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Apr 5 05:10:47 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 05 Apr 2011 03:10:47 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5970, created. v3.02.00-1018-g10b9e31 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/enh/bug_5970 has been created at 10b9e3186f626437607050f1fabd4a5aed8434e3 (commit) - Log ----------------------------------------------------------------- commit 10b9e3186f626437607050f1fabd4a5aed8434e3 Author: Katrin Fischer Date: Mon Apr 4 17:03:43 2011 +0200 Bug 5970: Follow-up, freedeliveryplace was missing in kohastructure Signed-off-by: Chris Cormack commit a1a8945c2f88849f581f456f4bf04cef456d7b67 Author: Matthias Meusburger Date: Mon Mar 28 13:39:46 2011 +0200 Bug 5970: Adds the ability to use a free delivery address for basket When editing a basket group, user can choose a library for delivery place, or enter address of his choice in a text field. Signed-off-by: Katrin Fischer Will send a follow-up for missing change in kohastructure.sql Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Apr 5 05:13:13 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 05 Apr 2011 03:13:13 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1018-g10b9e31 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 10b9e3186f626437607050f1fabd4a5aed8434e3 (commit) via a1a8945c2f88849f581f456f4bf04cef456d7b67 (commit) from f1869ec06407dcca8c8d29cf06fd342b203ee758 (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 | 2 +- acqui/basketgroup.pl | 50 +++++++++++--------- acqui/pdfformat/layout2pages.pm | 25 +++++++--- acqui/pdfformat/layout3pages.pm | 25 +++++++--- installer/data/mysql/kohastructure.sql | 1 + installer/data/mysql/updatedatabase.pl | 7 +++ .../prog/en/modules/acqui/basketgroup.tmpl | 3 + 7 files changed, 76 insertions(+), 37 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Apr 5 05:39:37 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 05 Apr 2011 03:39:37 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5917, updated. v3.02.00-1244-g363ea5c 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/enh/bug_5917 has been updated via 363ea5ce08c6e7c729a3d407b498bf89ea8a9d25 (commit) via 4273c02ba1c0d71bb07c3a0b33ce76fae72a5917 (commit) via f1869ec06407dcca8c8d29cf06fd342b203ee758 (commit) via ef9c269d7a13ab8553b41005574bc65818d9821e (commit) via 5bcb1529bc3354c9694cae1a5746db534542ec60 (commit) via 0ccc89990b15207655ca2ba6630722da455c41dd (commit) via e9f8f44dd4a042cfe6dd042adbd2dafcf49f60a9 (commit) via ff17b6b26f483810cf1e5576175070fa0b751939 (commit) via 6a7470341a0a6cf151d4ac360dd204779bbd3dab (commit) via 1f323c00a14673ae83ae24b2502aa172d7949781 (commit) via 3603ae6274da149370fd38ce642848738b11fcdc (commit) via 0dba0e0d3c687ffa0c8ba64ddf5c5f217c68aa0a (commit) via 5910b59d1d4bdbe6fb6152453536bfe64d490c01 (commit) via 4f2dbc193b8e07e17a1a718cbabe581811fcaaa7 (commit) via 88b3711ca918877796d8577c54efe3f0aba96673 (commit) via ff8ad64c2797d73464ef9009acba8744922fc61f (commit) via 09e2ee605845e9cb03f21f2596404d60d1e9fc74 (commit) via a56e1e1729fbbc1b341bbad7c2fcf94d4642806f (commit) via 7003c743213e48ddd5d8e35006d75f7be8970d9d (commit) via a8ffb2273b63c398492a7cbd08394adedb2aeadb (commit) via f22b8bcd458df8d8fad29070a7b95a63b6d356a2 (commit) via 9dc69cf47fb374b64dcc2ee3716cffa3b15cfb7c (commit) via b9d434c18f3ff5a4d168cf24454d51ede1523fde (commit) via 26a1a538a46f5735eace65441d66767c7b711957 (commit) via b3efa877e7d0138340b3231d62ca0196731695ef (commit) via e1a0b4ab53598cdf44a6635d8c7e2e91dad4c26f (commit) via ead56def261db6da1610e1367e2ff69cb92ba088 (commit) via f0b17df29abf48ae8b354242e182770f370d76e8 (commit) via b025403baa837754b3bfff00a931ad9b91f31274 (commit) from ee138c16b44b0b5546df4c8d18342c349580be87 (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 363ea5ce08c6e7c729a3d407b498bf89ea8a9d25 Merge: 4273c02ba1c0d71bb07c3a0b33ce76fae72a5917 f1869ec06407dcca8c8d29cf06fd342b203ee758 Author: Chris Cormack Date: Tue Apr 5 15:39:12 2011 +1200 Merge remote branch 'kc/master' into new/enh/bug_5917 Conflicts: installer/data/mysql/updatedatabase.pl commit 4273c02ba1c0d71bb07c3a0b33ce76fae72a5917 Author: Chris Cormack Date: Tue Apr 5 15:35:44 2011 +1200 Bug 5917 : Scoping ----------------------------------------------------------------------- Summary of changes: C4/Auth.pm | 17 +++++- C4/Budgets.pm | 21 ++++---- C4/Installer/PerlDependencies.pm | 5 ++ C4/Members/AttributeTypes.pm | 18 ++++++- C4/Members/Attributes.pm | 24 ++++++++- C4/Search.pm | 2 + C4/Suggestions.pm | 15 +++++- acqui/neworderempty.pl | 1 + acqui/parcel.pl | 1 + admin/aqbudgets.pl | 2 +- etc/zebradb/biblios/etc/bib1.att | 1 + etc/zebradb/ccl.properties | 2 + etc/zebradb/marc_defs/marc21/biblios/record.abs | 7 ++- .../marc21/mandatory/marc21_framework_DEFAULT.sql | 1 + .../marc21/optional/marc21_fastadd_framework.sql | 1 + .../optional/marc21_simple_bib_frameworks.sql | 10 +++- installer/data/mysql/en/mandatory/auth_values.sql | 2 + installer/data/mysql/en/mandatory/auth_values.txt | 1 + .../marc21/mandatory/marc21_framework_DEFAULT.sql | 1 + .../marc21/optional/marc21_fastadd_framework.sql | 1 + .../optional/marc21_simple_bib_frameworks.sql | 8 +++ .../data/mysql/en/optional/patron_atributes.sql | 2 + .../data/mysql/en/optional/patron_atributes.txt | 2 + .../Obligatoire/marc21_framework_DEFAULT.sql | 1 + .../Optionnel/marc21_simple_bib_frameworks.sql | 8 +++ .../marc21/mandatory/marc21_framework_DEFAULT.sql | 1 + .../marc21/optional/marc21_fastadd_framework.sql | 1 + .../optional/marc21_simple_bib_frameworks.sql | 8 +++ installer/data/mysql/kohastructure.sql | 2 +- .../marc21/mandatory/marc21_framework_DEFAULT.sql | 1 + .../marc21/mandatory/marc21_framework_DEFAULT.sql | 1 + .../marc21/optional/marc21_fastadd_framework.sql | 1 + .../optional/marc21_simple_bib_frameworks.sql | 8 +++ installer/data/mysql/updatedatabase.pl | 18 ++++++ koha-tmpl/intranet-tmpl/prog/en/js/acq.js | 2 +- .../prog/en/modules/acqui/neworderempty.tmpl | 58 +++++++++++++++++--- .../prog/en/modules/acqui/parcel.tmpl | 17 ++++-- .../prog/en/modules/admin/preferences/admin.pref | 1 + .../prog/en/modules/admin/preferences/serials.pref | 10 +++- .../cataloguing/value_builder/marc21_field_006.xml | 4 +- .../prog/en/modules/suggestion/suggestion.tmpl | 11 +++- koha-tmpl/opac-tmpl/prog/en/css/opac.css | 11 ++++ .../opac-tmpl/prog/en/includes/doc-head-close.inc | 2 +- koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tmpl | 6 ++- .../prog/en/modules/catalogue/results.tt | 14 +++--- kohaversion.pl | 2 +- opac/opac-user.pl | 15 +++++- suggestion/suggestion.pl | 15 ++++-- 48 files changed, 305 insertions(+), 58 deletions(-) create mode 100644 installer/data/mysql/en/mandatory/auth_values.sql create mode 100644 installer/data/mysql/en/mandatory/auth_values.txt create mode 100644 installer/data/mysql/en/optional/patron_atributes.sql create mode 100644 installer/data/mysql/en/optional/patron_atributes.txt hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Apr 5 05:59:20 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 05 Apr 2011 03:59:20 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5917, updated. v3.02.00-1248-g3d9bea4 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/enh/bug_5917 has been updated via 3d9bea43748ed026a0dae02fae934fc2069dc09b (commit) via 2fcf39b050856ae684f6d94c7d7c65a168d7b4ab (commit) via a65aa06f258bb3f18afcc60a3c954c312bb56ac5 (commit) via 83b923d957103206bfe6dbd7b201a5a6b73f1214 (commit) from 363ea5ce08c6e7c729a3d407b498bf89ea8a9d25 (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 3d9bea43748ed026a0dae02fae934fc2069dc09b Author: Chris Cormack Date: Tue Apr 5 15:58:53 2011 +1200 Bug 5917 : More template file changes for scoping commit 2fcf39b050856ae684f6d94c7d7c65a168d7b4ab Author: Chris Cormack Date: Tue Apr 5 15:48:32 2011 +1200 Bug 5917 : Fixing catalogue detail.tt commit a65aa06f258bb3f18afcc60a3c954c312bb56ac5 Author: Chris Cormack Date: Tue Apr 5 15:44:06 2011 +1200 Bug 5917 tracking template changes commit 83b923d957103206bfe6dbd7b201a5a6b73f1214 Author: Chris Cormack Date: Tue Apr 5 15:43:28 2011 +1200 Tracking new help files ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/acqui/neworderempty.tt | 58 +++++++++++++++++--- .../intranet-tmpl/prog/en/modules/acqui/parcel.tt | 17 ++++-- .../prog/en/modules/catalogue/detail.tt | 2 +- .../prog/en/modules/catalogue/results.tt | 5 +- .../en/modules/help/admin/auth_tag_structure.tt | 24 ++++++++ .../prog/en/modules/help/authorities/detail.tt | 15 +++++ .../en/modules/help/labels/label-edit-batch.tt | 25 +++++++++ .../en/modules/help/labels/label-edit-template.tt | 33 +++++++++++ .../prog/en/modules/help/patroncards/edit-batch.tt | 11 ++++ .../en/modules/help/patroncards/image-manage.tt | 19 +++++++ .../prog/en/modules/members/memberentrygen.tt | 6 +- .../prog/en/modules/suggestion/suggestion.tt | 11 +++- .../opac-tmpl/prog/en/includes/doc-head-close.inc | 2 +- koha-tt/opac-tmpl/prog/en/modules/opac-detail.tt | 30 +++++----- koha-tt/opac-tmpl/prog/en/modules/opac-user.tt | 22 +++++--- 15 files changed, 234 insertions(+), 46 deletions(-) create mode 100644 koha-tt/intranet-tmpl/prog/en/modules/help/admin/auth_tag_structure.tt create mode 100644 koha-tt/intranet-tmpl/prog/en/modules/help/authorities/detail.tt create mode 100644 koha-tt/intranet-tmpl/prog/en/modules/help/labels/label-edit-batch.tt create mode 100644 koha-tt/intranet-tmpl/prog/en/modules/help/labels/label-edit-template.tt create mode 100644 koha-tt/intranet-tmpl/prog/en/modules/help/patroncards/edit-batch.tt create mode 100644 koha-tt/intranet-tmpl/prog/en/modules/help/patroncards/image-manage.tt hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Apr 5 06:39:53 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 05 Apr 2011 04:39:53 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5917, updated. v3.02.00-1250-gc18d60d 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/enh/bug_5917 has been updated via c18d60de7329f31dcd4cdfa8f595ed59798eb0fd (commit) via f5fba49e25a739338b1e2727cbf41eeeaad5e379 (commit) from 3d9bea43748ed026a0dae02fae934fc2069dc09b (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 c18d60de7329f31dcd4cdfa8f595ed59798eb0fd Author: Chris Cormack Date: Tue Apr 5 16:36:31 2011 +1200 Bug 5917 : Whole pile of scoping for opac search results commit f5fba49e25a739338b1e2727cbf41eeeaad5e379 Author: Chris Cormack Date: Tue Apr 5 16:36:30 2011 +1200 Bug 5917 : Scoping issue ----------------------------------------------------------------------- Summary of changes: koha-tt/opac-tmpl/prog/en/modules/opac-results.tt | 34 ++++++++++---------- .../opac-tmpl/prog/en/modules/opac-userupdate.tt | 2 +- 2 files changed, 18 insertions(+), 18 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Apr 5 06:52:11 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 05 Apr 2011 04:52:11 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5917, updated. v3.02.00-1252-g2fd51eb 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/enh/bug_5917 has been updated via 2fd51eb84447dd068d0f290648cfb74a866a933e (commit) via 093cb03537de20a8b2d9814bb924e23c07ce4de7 (commit) from c18d60de7329f31dcd4cdfa8f595ed59798eb0fd (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 2fd51eb84447dd068d0f290648cfb74a866a933e Author: Chris Cormack Date: Tue Apr 5 16:50:36 2011 +1200 Bug 5917 using_https should be a global commit 093cb03537de20a8b2d9814bb924e23c07ce4de7 Author: Chris Cormack Date: Tue Apr 5 16:45:16 2011 +1200 Bug 5917 : Scoping issues ----------------------------------------------------------------------- Summary of changes: installer/html-template-to-template-toolkit.pl | 6 ++++- koha-tt/opac-tmpl/prog/en/modules/opac-basket.tt | 2 +- koha-tt/opac-tmpl/prog/en/modules/opac-detail.tt | 22 +++++++++--------- .../opac-tmpl/prog/en/modules/opac-opensearch.tt | 6 ++-- .../prog/en/modules/opac-readingrecord.tt | 4 +- .../prog/en/modules/opac-results-grouped.tt | 10 ++++---- koha-tt/opac-tmpl/prog/en/modules/opac-results.tt | 4 +- koha-tt/opac-tmpl/prog/en/modules/opac-shelves.tt | 24 ++++++++++---------- .../prog/en/modules/opac-showreviews-rss.tt | 4 +- .../opac-tmpl/prog/en/modules/opac-showreviews.tt | 4 +- .../opac-tmpl/prog/en/modules/opac-suggestions.tt | 2 +- .../opac-tmpl/prog/en/modules/opac-topissues.tt | 2 +- koha-tt/opac-tmpl/prog/en/modules/opac-user.tt | 6 ++-- 13 files changed, 50 insertions(+), 46 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Apr 5 09:28:40 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 05 Apr 2011 07:28:40 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1019-gff46455 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 ff4645523b7e273438a4211ed4735f59084f5baf (commit) from 10b9e3186f626437607050f1fabd4a5aed8434e3 (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 ff4645523b7e273438a4211ed4735f59084f5baf Author: Chris Cormack Date: Tue Apr 5 19:27:15 2011 +1200 Updating history ----------------------------------------------------------------------- Summary of changes: docs/history.txt | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Apr 5 09:56:38 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 05 Apr 2011 07:56:38 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1020-g66de13a 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 66de13af9a5b00e70fb93ada6a92f3481db1a981 (commit) from ff4645523b7e273438a4211ed4735f59084f5baf (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 66de13af9a5b00e70fb93ada6a92f3481db1a981 Author: Chris Cormack Date: Tue Apr 5 19:56:12 2011 +1200 Updating database version 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 Wed Apr 6 05:23:09 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 06 Apr 2011 03:23:09 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_6044, created. v3.02.00-1021-ge43da19 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_6044 has been created at e43da19e34745d734ab6ee5cb5540e4d6e92adf3 (commit) - Log ----------------------------------------------------------------- commit e43da19e34745d734ab6ee5cb5540e4d6e92adf3 Author: Alex Arnaud Date: Tue Apr 5 14:11:00 2011 +0200 Bug #6044 - Authority is deleted when mergeto and mergefrom are the same Signed-off-by: St?phane Delaune Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Apr 6 05:26:24 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 06 Apr 2011 03:26:24 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_6058, created. v3.02.00-1022-gce71043 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_6058 has been created at ce71043216f843ad1b1d2fb254db4dd2635e1066 (commit) - Log ----------------------------------------------------------------- commit ce71043216f843ad1b1d2fb254db4dd2635e1066 Author: Paul Poulain Date: Tue Apr 5 14:05:57 2011 +0200 BZ6058: uncertain price can't be unchecked Signed-off-by: Paul Poulain Signed-off-by: Katrin Fischer Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Apr 6 05:27:10 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 06 Apr 2011 03:27:10 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_6056, created. v3.02.00-1021-g9cab9be 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_6056 has been created at 9cab9be3d6114898e0b8354d784fb8d56ad51fbc (commit) - Log ----------------------------------------------------------------- commit 9cab9be3d6114898e0b8354d784fb8d56ad51fbc Author: Katrin Fischer Date: Tue Apr 5 13:42:57 2011 +0200 Bug 6056: Notes were not shown when modifying order line To test: - add a new order in acquisitions with some content in the notes field - save order - modify order - Notes field will be shown as empty The template variable for notes is missing from the template. Signed-off-by: Paul Poulain Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Apr 6 05:30:49 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 06 Apr 2011 03:30:49 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_5914, created. v3.02.00-1021-g706a881 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_5914 has been created at 706a881b7fc12a0700affd55c289eeffe415a49a (commit) - Log ----------------------------------------------------------------- commit 706a881b7fc12a0700affd55c289eeffe415a49a Author: Chris Cormack Date: Tue Apr 5 10:50:42 2011 +0200 Bug 5914 : BuildUnimarchierarchies can go into an infinite loop Squashed commit of the following: commit 58e18dfa4109fcdde3c71675ff07ed6aae86b258 Author: Henri-Damien LAURENT Date: Tue May 18 16:54:49 2010 +0200 Bug 5914 : followup BuildUnimarchierarchies fixing infinite loop commit bbbcb7fcb0ff36eb8a072d9b0442996e71ebb247 Author: Henri-Damien LAURENT Date: Tue May 18 13:11:44 2010 +0200 Bug 5914 : BuildUnimarcHierarchies : Fixing infinite loop When referenced authority in 5XX$3 would be the same as the current authid, the script would get into infinite loop Conflicts solved: C4/AuthoritiesMarc.pm commit 3581021997bc8965af807738c47d5fd27f2fd97f Author: Henri-Damien LAURENT Date: Wed Apr 7 15:15:59 2010 +0200 Bug 5914 : BuildUnimarcHierarchies : Fixing infinite loop When referenced authority in 5XX$3 would be the same as the current authid, the script would get into infinite loop Signed-off-by: St?phane Delaune Signed-off-by: Jonathan Druart Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Apr 6 05:32:58 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 06 Apr 2011 03:32:58 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_5942, created. v3.02.00-1001-g132743f 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_5942 has been created at 132743f66bc07f6b8799835aac6cf440430bd44e (commit) - Log ----------------------------------------------------------------- commit 132743f66bc07f6b8799835aac6cf440430bd44e Author: St?phane Delaune Date: Mon Apr 4 15:22:37 2011 +0200 Bug 5942, sql for UNIMARC Authorities (MT #4339) init default UNIMARC sql structure Signed-off-by: St?phane Delaune Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Apr 6 05:34:25 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 06 Apr 2011 03:34:25 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_5651, created. v3.02.00-1021-gad206a7 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_5651 has been created at ad206a73f867f6a184f64d41e4ccfa8e5bb0cd21 (commit) - Log ----------------------------------------------------------------- commit ad206a73f867f6a184f64d41e4ccfa8e5bb0cd21 Author: Jared Camins-Esakov Date: Tue Apr 5 15:48:03 2011 +0200 Bug 5651: Question marks break searches w/ICU When a user is doing a simple keyword search, they should not be expected to deal with the magical behavior of question marks in Zebra. This fix escapes question marks, and reduces the number of false positives for identifying a "simple keyword search." Signed-off-by: Jonathan Druart Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Apr 6 05:35:54 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 06 Apr 2011 03:35:54 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1031-g5bdfefc 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 5bdfefc7e1962a64079eb119d5229bfa28cf979d (commit) via 827c575b18c0914045b2855b066277f104e22ded (commit) via 3291784a88676cadb4ab86b936d14903da01a69e (commit) via e9db636e6321000216151e3bdea400fb638dd288 (commit) via b1daec9fa3aa3636e8f7e6c724305ec4f7e492c1 (commit) via ad206a73f867f6a184f64d41e4ccfa8e5bb0cd21 (commit) via 132743f66bc07f6b8799835aac6cf440430bd44e (commit) via 706a881b7fc12a0700affd55c289eeffe415a49a (commit) via 9cab9be3d6114898e0b8354d784fb8d56ad51fbc (commit) via ce71043216f843ad1b1d2fb254db4dd2635e1066 (commit) via e43da19e34745d734ab6ee5cb5540e4d6e92adf3 (commit) from 66de13af9a5b00e70fb93ada6a92f3481db1a981 (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 5bdfefc7e1962a64079eb119d5229bfa28cf979d Merge: 827c575b18c0914045b2855b066277f104e22ded ce71043216f843ad1b1d2fb254db4dd2635e1066 Author: Chris Cormack Date: Wed Apr 6 15:35:28 2011 +1200 Merge remote branch 'kc/new/bug_6058' into kcmaster commit 827c575b18c0914045b2855b066277f104e22ded Merge: 3291784a88676cadb4ab86b936d14903da01a69e 9cab9be3d6114898e0b8354d784fb8d56ad51fbc Author: Chris Cormack Date: Wed Apr 6 15:35:25 2011 +1200 Merge remote branch 'kc/new/bug_6056' into kcmaster commit 3291784a88676cadb4ab86b936d14903da01a69e Merge: e9db636e6321000216151e3bdea400fb638dd288 132743f66bc07f6b8799835aac6cf440430bd44e Author: Chris Cormack Date: Wed Apr 6 15:35:16 2011 +1200 Merge remote branch 'kc/new/bug_5942' into kcmaster commit e9db636e6321000216151e3bdea400fb638dd288 Merge: b1daec9fa3aa3636e8f7e6c724305ec4f7e492c1 706a881b7fc12a0700affd55c289eeffe415a49a Author: Chris Cormack Date: Wed Apr 6 15:35:11 2011 +1200 Merge remote branch 'kc/new/bug_5914' into kcmaster commit b1daec9fa3aa3636e8f7e6c724305ec4f7e492c1 Merge: e43da19e34745d734ab6ee5cb5540e4d6e92adf3 ad206a73f867f6a184f64d41e4ccfa8e5bb0cd21 Author: Chris Cormack Date: Wed Apr 6 15:34:56 2011 +1200 Merge remote branch 'kc/new/bug_5651' into kcmaster ----------------------------------------------------------------------- Summary of changes: C4/Acquisition.pm | 4 + C4/AuthoritiesMarc.pm | 66 ++-- C4/Search.pm | 4 +- acqui/addorder.pl | 1 + .../Obligatoire/autorite_default.sql | 454 ++++++++++++++++++++ .../Obligatoire/autorite_default.txt | 1 + .../prog/en/modules/acqui/neworderempty.tmpl | 2 +- misc/migration_tools/merge_authority.pl | 2 +- 8 files changed, 499 insertions(+), 35 deletions(-) create mode 100644 installer/data/mysql/fr-FR/marcflavour/unimarc_complet/Obligatoire/autorite_default.sql create mode 100644 installer/data/mysql/fr-FR/marcflavour/unimarc_complet/Obligatoire/autorite_default.txt hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Apr 6 06:13:44 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 06 Apr 2011 04:13:44 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_6065, created. v3.02.00-1032-g2a28b30 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_6065 has been created at 2a28b30a3c5a02475d59d4beab9c3b67cfc666e3 (commit) - Log ----------------------------------------------------------------- commit 2a28b30a3c5a02475d59d4beab9c3b67cfc666e3 Author: Paul Poulain Date: Tue Apr 5 14:54:48 2011 +0200 BZ6065: confirmation when deleting an order when clicking on "delete order", there is no confirmation box, the order line is deleted without any question ! Signed-off-by: Katrin Fischer Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Apr 6 06:16:04 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 06 Apr 2011 04:16:04 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_6047, created. v3.02.00-1032-g96f054e 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_6047 has been created at 96f054e90d4a582b13f1f6d2922b4ae99999a23d (commit) - Log ----------------------------------------------------------------- commit 96f054e90d4a582b13f1f6d2922b4ae99999a23d Author: Sophie Meynieux Date: Tue Apr 5 14:44:07 2011 +0200 Bug 6047: Remove check on subfield 3 that prevents biblios from BNF to create corresponding authorities Signed-off-by: St?phane Delaune Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Apr 6 06:16:48 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 06 Apr 2011 04:16:48 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1034-g9916074 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 99160747f48e591b482a3fcd7844d11b57f1e8db (commit) via 96f054e90d4a582b13f1f6d2922b4ae99999a23d (commit) via 2a28b30a3c5a02475d59d4beab9c3b67cfc666e3 (commit) from 5bdfefc7e1962a64079eb119d5229bfa28cf979d (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 99160747f48e591b482a3fcd7844d11b57f1e8db Merge: 96f054e90d4a582b13f1f6d2922b4ae99999a23d 2a28b30a3c5a02475d59d4beab9c3b67cfc666e3 Author: Chris Cormack Date: Wed Apr 6 16:16:30 2011 +1200 Merge remote branch 'kc/new/bug_6065' into kcmaster ----------------------------------------------------------------------- Summary of changes: cataloguing/addbiblio.pl | 2 +- .../prog/en/modules/acqui/basket.tmpl | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Apr 6 07:04:38 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 06 Apr 2011 05:04:38 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_6040, created. v3.02.00-1035-g58013b6 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_6040 has been created at 58013b6c2ad01b87c778ec56bf02dd58e826200e (commit) - Log ----------------------------------------------------------------- commit 58013b6c2ad01b87c778ec56bf02dd58e826200e Author: Chris Cormack Date: Tue Apr 5 11:32:41 2011 +0200 Bug 6040 : Adding some error handling to the opac export Signed-off-by: Matthias Meusburger Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Apr 6 07:05:37 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 06 Apr 2011 05:05:37 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_5941, created. v3.02.00-1036-g99f49c1 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_5941 has been created at 99f49c1108dad5ef7548929b23d4a3815ae1a166 (commit) - Log ----------------------------------------------------------------- commit 99f49c1108dad5ef7548929b23d4a3815ae1a166 Author: Alex Arnaud Date: Tue Apr 5 09:54:11 2011 +0200 Bug 5941 : (MT4425) Replace search 'an' by 'an, phr' in searchresultlist.tmpl Signed-off-by: Jonathan Druart Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Apr 6 07:06:10 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 06 Apr 2011 05:06:10 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1036-g99f49c1 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 99f49c1108dad5ef7548929b23d4a3815ae1a166 (commit) via 58013b6c2ad01b87c778ec56bf02dd58e826200e (commit) from 99160747f48e591b482a3fcd7844d11b57f1e8db (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: .../en/modules/authorities/searchresultlist.tmpl | 2 +- opac/opac-export.pl | 44 ++++++++++++++++--- 2 files changed, 38 insertions(+), 8 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Apr 6 07:18:52 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 06 Apr 2011 05:18:52 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_5410, created. v3.02.00-1037-g0f4edff 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_5410 has been created at 0f4edffc16adacb439601f9051bacd89869018f7 (commit) - Log ----------------------------------------------------------------- commit 0f4edffc16adacb439601f9051bacd89869018f7 Author: Fr?d?rick Capovilla Date: Tue Apr 5 10:08:12 2011 +0200 Bug 5410 : Adds "do-not-truncate" in the search queries of Heading.pm Signed-off-by: St?phane Delaune Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Apr 6 07:20:01 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 06 Apr 2011 05:20:01 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1037-g0f4edff 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 0f4edffc16adacb439601f9051bacd89869018f7 (commit) from 99f49c1108dad5ef7548929b23d4a3815ae1a166 (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/Heading.pm | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Apr 6 09:29:50 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 06 Apr 2011 07:29:50 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_4196, created. v3.02.00-1041-gecbeaff 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_4196 has been created at ecbeafff07fa32918d552bbf4ba9cd8410207633 (commit) - Log ----------------------------------------------------------------- commit ecbeafff07fa32918d552bbf4ba9cd8410207633 Author: fdurand Date: Tue Apr 5 17:07:31 2011 +0200 Bug 4196 -Followup : Defintion of popularity index into Unimarc setup Signed-off-by: St?phane Delaune Signed-off-by: Chris Cormack commit 0c21ab2622d2d9b131c24c2002ed6e65875a6b24 Author: fdurand Date: Tue Apr 5 17:07:30 2011 +0200 Bug 4196 - Defintion of popularity index into Unimarc setup Signed-off-by: fdurand Signed-off-by: St?phane Delaune Signed-off-by: Chris Cormack commit f9658db163ca2c2533d47362f550b0157d49e5d7 Merge: 0f4edffc16adacb439601f9051bacd89869018f7 0a43ba114d0fee9a478def455b926121442a0814 Author: Chris Cormack Date: Wed Apr 6 19:28:54 2011 +1200 Merge remote branch 'kc/new/bug_6009' into kcmaster ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Apr 6 09:32:15 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 06 Apr 2011 07:32:15 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_4837, created. v3.02.00-1042-gfcbcdcf 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_4837 has been created at fcbcdcf4cebdb32544a545d8ef91de1bbe67f457 (commit) - Log ----------------------------------------------------------------- commit fcbcdcf4cebdb32544a545d8ef91de1bbe67f457 Author: Nicole Engard Date: Tue Apr 5 15:30:07 2011 +0200 bug 4837 make circ print page show item type description Signed-off-by: Guillaume Hatt Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Apr 6 09:35:58 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 06 Apr 2011 07:35:58 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_5924, created. v3.02.00-1043-gc19d505 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_5924 has been created at c19d505abb1b492cc21e6f5b78fb4de91da44419 (commit) - Log ----------------------------------------------------------------- commit c19d505abb1b492cc21e6f5b78fb4de91da44419 Author: Henri-Damien LAURENT Date: Tue Apr 5 14:18:16 2011 +0200 Bug 5924 : C4::AuthoritiesMarc.pm search enhancement Heading Main is defined in unimarc record.abs re enabling that feature Signed-off-by: fdurand Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Apr 6 09:37:25 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 06 Apr 2011 07:37:25 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1043-gc19d505 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 c19d505abb1b492cc21e6f5b78fb4de91da44419 (commit) via fcbcdcf4cebdb32544a545d8ef91de1bbe67f457 (commit) via ecbeafff07fa32918d552bbf4ba9cd8410207633 (commit) via 0c21ab2622d2d9b131c24c2002ed6e65875a6b24 (commit) via f9658db163ca2c2533d47362f550b0157d49e5d7 (commit) via 0a43ba114d0fee9a478def455b926121442a0814 (commit) from 0f4edffc16adacb439601f9051bacd89869018f7 (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 | 2 +- etc/zebradb/marc_defs/unimarc/biblios/record.abs | 3 ++- .../prog/en/modules/members/moremember-print.tmpl | 4 ++-- suggestion/suggestion.pl | 5 ++++- 4 files changed, 9 insertions(+), 5 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Apr 6 09:49:34 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 06 Apr 2011 07:49:34 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_5555, created. v3.02.00-1001-gab7435f 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_5555 has been created at ab7435f964336a18f760b9dd91d4b4506528a051 (commit) - Log ----------------------------------------------------------------- commit ab7435f964336a18f760b9dd91d4b4506528a051 Author: Janusz Kaczmarek Date: Wed Apr 6 09:36:22 2011 +0200 Bug5555 Corrected search for ISBN / ISSN Signed-off-by: St?phane Delaune Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Apr 6 09:50:08 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 06 Apr 2011 07:50:08 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1045-g31c5190 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 31c519006ef2850c7b9451d688858b2b19e97e37 (commit) via ab7435f964336a18f760b9dd91d4b4506528a051 (commit) from c19d505abb1b492cc21e6f5b78fb4de91da44419 (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 31c519006ef2850c7b9451d688858b2b19e97e37 Merge: c19d505abb1b492cc21e6f5b78fb4de91da44419 ab7435f964336a18f760b9dd91d4b4506528a051 Author: Chris Cormack Date: Wed Apr 6 19:49:55 2011 +1200 Merge remote branch 'kc/new/bug_5555' into kcmaster ----------------------------------------------------------------------- Summary of changes: C4/Search.pm | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Apr 6 10:03:29 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 06 Apr 2011 08:03:29 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_5868, created. v3.02.00-1046-ga6f2824 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_5868 has been created at a6f28246ae08440da8065183dae091bbf0a0b34b (commit) - Log ----------------------------------------------------------------- commit a6f28246ae08440da8065183dae091bbf0a0b34b Author: Jared Camins-Esakov Date: Tue Apr 5 11:19:01 2011 +0200 Bug 5868: Subject indexes do not search 6xx fields Prior to this change, the named Zebra Subject phrase index did not include the 600, 610, 611, 630, 654, 655, 656, and 657 fields. This could be seen in searches such as: "su:Bible and su:N.T. and su:Matthew and su:Textbooks", which should return a result with the following field: =630 00$aBible.$pN.T.$pMatthew$vTextbooks. This did not formerly work. This patch modifies etc/zebradb/marc_defs/marc21/biblios/records.abs. This file must be installed and biblios reindexed in Zebra for the changes made here to affect records already in the catalog. Signed-off-by: St?phane Delaune Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Apr 6 10:06:48 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 06 Apr 2011 08:06:48 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1046-ga6f2824 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 a6f28246ae08440da8065183dae091bbf0a0b34b (commit) from 31c519006ef2850c7b9451d688858b2b19e97e37 (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: etc/zebradb/marc_defs/marc21/biblios/record.abs | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Apr 6 10:21:26 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 06 Apr 2011 08:21:26 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_4870, created. v3.02.00-1036-g99f49c1 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_4870 has been created at 99f49c1108dad5ef7548929b23d4a3815ae1a166 (commit) - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Apr 6 10:26:22 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 06 Apr 2011 08:26:22 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1047-g0f7411c 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 0f7411ceee5887751fb34ad2c72c83216d55f0c1 (commit) from a6f28246ae08440da8065183dae091bbf0a0b34b (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 0f7411ceee5887751fb34ad2c72c83216d55f0c1 Author: Owen Leonard Date: Wed Apr 6 09:51:45 2011 +0200 Partial fix for Bug 4870, Damaged status does not prevent items from being selected for reserves This patch changes the holds queue build process in order to require that items not be damaged in order to appear in the holds queue report. Revision adds a check for the AllowHoldsOnDamagedItems preference to determine whether a damaged item should be included in the holds queue report. Signed-off-by: Christophe Croullebois Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: misc/cronjobs/holds/build_holds_queue.pl | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Apr 7 00:38:22 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 06 Apr 2011 22:38:22 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_4276, updated. v3.02.00-892-g0f39c4f 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_4276 has been updated via 0f39c4fcc3ff1a5a3d8b7e3866c77febf68d60a3 (commit) from 36ca010cc48c1f2a26eb542966f011de0fe2fca0 (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 0f39c4fcc3ff1a5a3d8b7e3866c77febf68d60a3 Author: Jared Camins-Esakov Date: Wed Apr 6 16:00:43 2011 -0400 Bug 4276 follow-up: quote strings with curly braces Previous fix used the wrong characters for quoting. I should have used curly braces instead of double quotes. Some searches using double quotes will fail (the problem seems to be punctuation, although there may be other circumstances where double quotes fail as well). Signed-off-by: Ian Walls Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 6 +++--- .../prog/en/xslt/MARC21slim2OPACDetail.xsl | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Apr 7 00:47:40 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 06 Apr 2011 22:47:40 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1049-gb00c369 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 b00c36989f2c480263478d358e4fcf670d047331 (commit) via 0f39c4fcc3ff1a5a3d8b7e3866c77febf68d60a3 (commit) from 0f7411ceee5887751fb34ad2c72c83216d55f0c1 (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 b00c36989f2c480263478d358e4fcf670d047331 Merge: 0f7411ceee5887751fb34ad2c72c83216d55f0c1 0f39c4fcc3ff1a5a3d8b7e3866c77febf68d60a3 Author: Chris Cormack Date: Thu Apr 7 10:41:37 2011 +1200 Merge remote branch 'kc/new/bug_4276' into kcmaster ----------------------------------------------------------------------- Summary of changes: .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 6 +++--- .../prog/en/xslt/MARC21slim2OPACDetail.xsl | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Apr 7 03:18:15 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 07 Apr 2011 01:18:15 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_6014, created. v3.02.00-1051-g13ad14a 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_6014 has been created at 13ad14a7540dab8b27a21fb6cb00a6edc875040d (commit) - Log ----------------------------------------------------------------- commit 13ad14a7540dab8b27a21fb6cb00a6edc875040d Author: Chris Cormack Date: Thu Apr 7 13:16:26 2011 +1200 Bug 6014 : Removing a leftover warn commit 99b49e2b1aa2e5d2629f1167e2b63c3b3158ffe8 Author: Henri-Damien LAURENT Date: Wed Apr 6 17:28:45 2011 +0200 Bug 6014 : MT3138 Adding some permission management to viewlog If user can not access reports, then form to search the logs is not displayed. It also improves the presentation. C4/Log.pm - adds the fact that we can enter multiple actions - fixes the fact that user information was truncated circ-menu.inc: Fixing information passed to the viewlog from circ-menu Signed-off-by: fdurand Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Apr 7 03:19:24 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 07 Apr 2011 01:19:24 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1051-g13ad14a 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 13ad14a7540dab8b27a21fb6cb00a6edc875040d (commit) via 99b49e2b1aa2e5d2629f1167e2b63c3b3158ffe8 (commit) from b00c36989f2c480263478d358e4fcf670d047331 (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/Log.pm | 23 +++---- .../intranet-tmpl/prog/en/includes/circ-menu.inc | 2 +- .../prog/en/modules/tools/viewlog.tmpl | 73 ++++++++++++++++++++ tools/viewlog.pl | 22 ++++--- 4 files changed, 96 insertions(+), 24 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Apr 7 03:21:58 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 07 Apr 2011 01:21:58 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_4374, created. v3.02.00-1052-gcecdc19 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_4374 has been created at cecdc193696c6c91560128da5954681aa7ce610f (commit) - Log ----------------------------------------------------------------- commit cecdc193696c6c91560128da5954681aa7ce610f Author: Fr?d?ric Demians Date: Wed Apr 6 10:14:29 2011 +0200 Bug 4374 Improve biblio data entry form regarding hidden/mandatory fields Biblio framework has 3 entry points controlling if input box are displayed by default in data entry form: - 'mandatory' flag at field level - 'mandatory' flag at subfield level - 'hidden' flag at subfield level It doesn't work as it should (?): - All subfields are expanded (shown) if their field is mandatory - A subfield containing anything is always expanded whatever it contains - A mandatory subfield is always expanded - An hidden subfield isn't expanded. Default framework having 0 in all marc_subfield_structure.hidden, by default all subfields will be expanded. TO BE INTEGRATED IN RELEASE NOTES: Koha sysadmin should have to edit its frameworks to add hidden=1 in appropriate subfields. Signed-off-by: St?phane Delaune Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Apr 7 03:25:02 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 07 Apr 2011 01:25:02 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1052-gcecdc19 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 cecdc193696c6c91560128da5954681aa7ce610f (commit) from 13ad14a7540dab8b27a21fb6cb00a6edc875040d (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/addbiblio.pl | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Apr 7 03:28:05 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 07 Apr 2011 01:28:05 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_6032, created. v3.02.00-1054-g0645f83 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_6032 has been created at 0645f83c225c6b95e3b0c7b091b493481a35d3f2 (commit) - Log ----------------------------------------------------------------- commit 0645f83c225c6b95e3b0c7b091b493481a35d3f2 Author: Robin Sheat Date: Thu Apr 7 11:18:32 2011 +1200 Bug 6032: Increase zebra biblio register stores This keeps the package versions of the zebra configuration in sync with the makefile-installed ones. Signed-off-by: Chris Cormack commit 2b71959a88029d9b948e13ad2f1f863fad8c44d6 Author: Jared Camins-Esakov Date: Wed Apr 6 14:28:49 2011 -0400 Bug 6032: Give biblio register and shadow sane default max sizes The out-of-the-box maximum size for the biblio register and shadow stores is 4GB, which is much too small for even medium sized libraries. This makes the default maximum 20GB, which should be enough for even most large libraries. Signed-off-by: Ian Walls Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Apr 7 03:29:55 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 07 Apr 2011 01:29:55 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1054-g0645f83 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 0645f83c225c6b95e3b0c7b091b493481a35d3f2 (commit) via 2b71959a88029d9b948e13ad2f1f863fad8c44d6 (commit) from cecdc193696c6c91560128da5954681aa7ce610f (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: debian/templates/zebra-biblios-site.cfg.in | 4 ++-- etc/zebradb/zebra-biblios.cfg | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Apr 7 04:00:28 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 07 Apr 2011 02:00:28 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_6100, created. v3.02.00-1055-g8b582d8 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_6100 has been created at 8b582d863debf1a60c69560b1cb797a9931bdcf8 (commit) - Log ----------------------------------------------------------------- commit 8b582d863debf1a60c69560b1cb797a9931bdcf8 Author: Jared Camins-Esakov Date: Wed Apr 6 14:00:47 2011 -0400 Bug 6100: request.pl should check maxreserves exists Adds a check to confirm that the maxreserves syspref actually has a value before using it. Also fixes an off-by-one error in the maxreserves calculation that would allow librarians to place maxreserves + 1 holds for patrons. Signed-off-by: Ian Walls Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Apr 7 04:09:11 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 07 Apr 2011 02:09:11 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1055-g8b582d8 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 8b582d863debf1a60c69560b1cb797a9931bdcf8 (commit) from 0645f83c225c6b95e3b0c7b091b493481a35d3f2 (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: reserve/request.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Apr 7 04:25:42 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 07 Apr 2011 02:25:42 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_6038, created. v3.02.00-1056-g332e701 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_6038 has been created at 332e701c258a126cbc90862c12249de7aaada710 (commit) - Log ----------------------------------------------------------------- commit 332e701c258a126cbc90862c12249de7aaada710 Author: Koustubha Kale Date: Sat Apr 2 22:23:06 2011 +0530 This patch fixes the broken pagination in members-search.pl Small patch to fix Error 404 which comes up when we click on pagination links after searching in Patron Card creator. Signed-off-by: Katrin Fischer Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Apr 7 04:28:59 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 07 Apr 2011 02:28:59 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1056-g332e701 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 332e701c258a126cbc90862c12249de7aaada710 (commit) from 8b582d863debf1a60c69560b1cb797a9931bdcf8 (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: patroncards/members-search.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Apr 7 05:13:09 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 07 Apr 2011 03:13:09 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_6028, created. v3.02.00-1057-g3a8be8d 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_6028 has been created at 3a8be8d8e0619e248ee02a851a0f21497d3490a7 (commit) - Log ----------------------------------------------------------------- commit 3a8be8d8e0619e248ee02a851a0f21497d3490a7 Author: Matthias Meusburger Date: Wed Apr 6 16:39:36 2011 +0200 Bug 6028 : MT3815: Quickfix for CSV export (9999 rows limitation) Signed-off-by: St?phane Delaune Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Apr 7 05:16:28 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 07 Apr 2011 03:16:28 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1057-g3a8be8d 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 3a8be8d8e0619e248ee02a851a0f21497d3490a7 (commit) from 332e701c258a126cbc90862c12249de7aaada710 (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/Reports/Guided.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Apr 7 05:26:44 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 07 Apr 2011 03:26:44 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_5156, created. v3.02.00-1058-g9bb3614 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_5156 has been created at 9bb36148fddd4cb249c83033c5d6c27bef0513a6 (commit) - Log ----------------------------------------------------------------- commit 9bb36148fddd4cb249c83033c5d6c27bef0513a6 Author: Owen Leonard Date: Wed Apr 6 11:27:11 2011 +0200 Fix for Bug 5156, JavaScript error when adding list Signed-off-by: Katrin Fischer Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Apr 7 05:28:57 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 07 Apr 2011 03:28:57 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1058-g9bb3614 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 9bb36148fddd4cb249c83033c5d6c27bef0513a6 (commit) from 3a8be8d8e0619e248ee02a851a0f21497d3490a7 (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/virtualshelves/shelves.tmpl | 2 +- .../opac-tmpl/prog/en/modules/opac-shelves.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Apr 7 05:31:12 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 07 Apr 2011 03:31:12 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_5946, created. v3.02.00-1059-g0f6270d 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_5946 has been created at 0f6270d310498aee2e5e81037d43348feb2a6058 (commit) - Log ----------------------------------------------------------------- commit 0f6270d310498aee2e5e81037d43348feb2a6058 Author: Alex Arnaud Date: Fri May 14 17:07:55 2010 +0200 Bug 5946 : (MT1177) aqplan.pl, fix the problem of calculating the total remaining. Bug 5946 followup : (MT1236) aqplan.pl - Fixe the problem of unrounded sums Signed-off-by: Paul Poulain Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Apr 7 05:32:04 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 07 Apr 2011 03:32:04 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1059-g0f6270d 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 0f6270d310498aee2e5e81037d43348feb2a6058 (commit) from 9bb36148fddd4cb249c83033c5d6c27bef0513a6 (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-tmpl/intranet-tmpl/prog/en/js/acq.js | 21 +++++++++++++------ .../prog/en/modules/admin/aqplan.tmpl | 2 +- 2 files changed, 15 insertions(+), 8 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Apr 7 05:37:36 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 07 Apr 2011 03:37:36 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_6077, created. v3.02.00-1060-gd58092d 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_6077 has been created at d58092dd96383378f8abdce92d07c1795c617f97 (commit) - Log ----------------------------------------------------------------- commit d58092dd96383378f8abdce92d07c1795c617f97 Author: Paul Poulain Date: Wed Apr 6 10:02:31 2011 +0200 Bug 6077: qty not incremented for AcqCreateItem=recieve When you want to create items on order recieve, the qty was not incremented when the librarian adds an item with the + This was because the js was expecting the qty field to be id=quantity Signed-off-by: Katrin Fischer Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Apr 7 05:38:15 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 07 Apr 2011 03:38:15 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1060-gd58092d 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 d58092dd96383378f8abdce92d07c1795c617f97 (commit) from 0f6270d310498aee2e5e81037d43348feb2a6058 (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/acqui/orderreceive.tmpl | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Apr 7 05:43:05 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 07 Apr 2011 03:43:05 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_5213, created. v3.02.00-1061-g8ca5d5f 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_5213 has been created at 8ca5d5ff85c429ee972b3f80f91f5b27a58cf5d5 (commit) - Log ----------------------------------------------------------------- commit 8ca5d5ff85c429ee972b3f80f91f5b27a58cf5d5 Author: Chris Nighswonger Date: Tue Apr 5 11:50:48 2011 +0200 Bug 5213 - Suffix number sequence not resetting properly in hmyymmincr barcode autogen pattern Two things are happening. First, the SELECT does not account for a branchcode greater than 2 chars. This is fixed by just selecting the final four digits representing the incremental suffix from the barcode field. Second, the incremental suffix (4 digits) is not rolling back over to zero when reaching 9999. This pattern probably needs help. It should allow for cataloging of 10000 items per month as is. I would not recommend doing barcode numbering this way, but need to support it since it is in use in at least one library. This patch also impliments strict and warnings per Bug 2505 Signed-off-by: St?phane Delaune Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Apr 7 05:43:55 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 07 Apr 2011 03:43:55 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1061-g8ca5d5f 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 8ca5d5ff85c429ee972b3f80f91f5b27a58cf5d5 (commit) from d58092dd96383378f8abdce92d07c1795c617f97 (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/value_builder/barcode.pl | 14 ++++++++------ 1 files changed, 8 insertions(+), 6 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Apr 7 05:56:01 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 07 Apr 2011 03:56:01 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_4049, created. v3.02.00-1063-gc649ed9 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_4049 has been created at c649ed9257d3c7f4d71f484d8ea6e2d5af2e48d7 (commit) - Log ----------------------------------------------------------------- commit c649ed9257d3c7f4d71f484d8ea6e2d5af2e48d7 Author: Chris Cormack Date: Thu Apr 7 15:55:33 2011 +1200 Removing conflict markers commit 700de9664d0e9016845d12916905e458cab9dbd4 Author: Henri-Damien LAURENT Date: Tue Apr 5 14:13:51 2011 +0200 (Bug 4049) Searching itemtypes returning noise Fix the problem of searching on partial itemtypes strings for instance, itemtype="ARTICLE DE PERIODIQUE", itemtype="PERIODIQUE" searching on itemtype="PERIODIQUE" would also get "ARTICLE DE PERIODIQUE" Signed-off-by: Jonathan Druart Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Apr 7 05:57:08 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 07 Apr 2011 03:57:08 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1063-gc649ed9 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 c649ed9257d3c7f4d71f484d8ea6e2d5af2e48d7 (commit) via 700de9664d0e9016845d12916905e458cab9dbd4 (commit) from 8ca5d5ff85c429ee972b3f80f91f5b27a58cf5d5 (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/search.pl | 2 +- etc/zebradb/marc_defs/marc21/biblios/record.abs | 6 +++--- etc/zebradb/marc_defs/unimarc/biblios/record.abs | 7 ++++--- opac/opac-search.pl | 4 ++-- 4 files changed, 10 insertions(+), 9 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Apr 7 06:06:14 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 07 Apr 2011 04:06:14 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_5957, updated. v3.02.00-939-g07f16fc 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_5957 has been updated via 07f16fc52e7192588f04cfa115c997506ab480bf (commit) from c625ff9872116fe09b691f9f4d1a1db3cb6ddd9b (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 07f16fc52e7192588f04cfa115c997506ab480bf Author: Jared Camins-Esakov Date: Tue Apr 5 17:49:35 2011 +0200 Bug 5957 follow-up: use comparison operator in if The patch for bug 5957 used an assignment operator instead of a comparison operator. Replace the assignment operator with the string comparison that was desired. Signed-off-by: Claire Hernandez Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: opac/opac-search.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Apr 7 06:08:10 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 07 Apr 2011 04:08:10 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1065-gf76b9fb 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 f76b9fb42e9ce7b90e3b45f2cc4c68470828e12a (commit) via 07f16fc52e7192588f04cfa115c997506ab480bf (commit) from c649ed9257d3c7f4d71f484d8ea6e2d5af2e48d7 (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 f76b9fb42e9ce7b90e3b45f2cc4c68470828e12a Merge: c649ed9257d3c7f4d71f484d8ea6e2d5af2e48d7 07f16fc52e7192588f04cfa115c997506ab480bf Author: Chris Cormack Date: Thu Apr 7 16:07:58 2011 +1200 Merge remote branch 'kc/new/bug_5957' into kcmaster ----------------------------------------------------------------------- Summary of changes: opac/opac-search.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Apr 7 06:25:45 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 07 Apr 2011 04:25:45 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_5923, created. v3.02.00-1067-g9dc9f73 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_5923 has been created at 9dc9f73bfeeeea0ed43158cf73357e239c11989a (commit) - Log ----------------------------------------------------------------- commit 9dc9f73bfeeeea0ed43158cf73357e239c11989a Author: Julian Maurice Date: Tue Apr 5 10:40:15 2011 +0200 Bug 5923 : Removed link from variable $summary Variable $summary contained and tag. They have been deleted. Signed-off-by: Jonathan Druart Signed-off-by: Chris Cormack commit 21404359d498865ea55beb745327763a819f81fe Author: Henri-Damien LAURENT Date: Tue Apr 5 10:40:14 2011 +0200 Bug 5923 : Authorities list :removing link on Summary removing the link to authority details on authority List directly from summary And adding a generic link to details Signed-off-by: Jonathan Druart Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Apr 7 06:28:41 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 07 Apr 2011 04:28:41 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1067-g9dc9f73 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 9dc9f73bfeeeea0ed43158cf73357e239c11989a (commit) via 21404359d498865ea55beb745327763a819f81fe (commit) from f76b9fb42e9ce7b90e3b45f2cc4c68470828e12a (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 | 2 +- .../en/modules/authorities/searchresultlist.tmpl | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Apr 7 06:30:42 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 07 Apr 2011 04:30:42 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_5936, created. v3.02.00-1068-g6a73fe5 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_5936 has been created at 6a73fe511a88f249d8f82e8e73816bb94a256d17 (commit) - Log ----------------------------------------------------------------- commit 6a73fe511a88f249d8f82e8e73816bb94a256d17 Author: Marcel de Rooy Date: Wed Apr 6 11:35:37 2011 +0000 5936: Remove some obsolete db columns from aqbooksellers and aqbudgets if needed Removes obsolete columns from aqbooksellers and aqbudgets if needed. aqbooksellers: deliverydays followupdays followupscancel invoicedisc nocalc specialty aqbudgets: budget_description These columns should not exist in a fresh install from kohastructure.sql, but originate from older 3.0 versions. One line in acqui/updatesupplier.pl referring to one of these columns is removed too. This patch therefore does not change functionality, but only keeps your db in shape. Signed-off-by: Julian Maurice Rebased April 6. Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Apr 7 06:32:17 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 07 Apr 2011 04:32:17 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1069-g3974ac6 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 3974ac63c9cba664066ea0ea41c88bd02a25812a (commit) via 6a73fe511a88f249d8f82e8e73816bb94a256d17 (commit) from 9dc9f73bfeeeea0ed43158cf73357e239c11989a (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 3974ac63c9cba664066ea0ea41c88bd02a25812a Author: Chris Cormack Date: Thu Apr 7 16:31:48 2011 +1200 Bumping database version ----------------------------------------------------------------------- Summary of changes: acqui/updatesupplier.pl | 2 +- installer/data/mysql/updatedatabase.pl | 18 ++++++++++++++++++ kohaversion.pl | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Apr 7 06:41:41 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 07 Apr 2011 04:41:41 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_5915, created. v3.02.00-1070-gc9def93 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_5915 has been created at c9def9328613401f751f038653273b35b3e9d84e (commit) - Log ----------------------------------------------------------------- commit c9def9328613401f751f038653273b35b3e9d84e Author: Paul Poulain Date: Tue Apr 5 11:04:42 2011 +0200 Bug 5915 : C4::AuthoritiesMarc AddAuthority Fixing 100$a simple error: Sometimes, language is encoded fre50 and not frey50. This patch adds check for that problem Signed-off-by: Jonathan Druart Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Apr 7 06:44:28 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 07 Apr 2011 04:44:28 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1070-gc9def93 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 c9def9328613401f751f038653273b35b3e9d84e (commit) from 3974ac63c9cba664066ea0ea41c88bd02a25812a (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 | 20 ++++++++++++-------- 1 files changed, 12 insertions(+), 8 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Apr 7 06:45:18 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 07 Apr 2011 04:45:18 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_5951, created. v3.02.00-1071-gaaa6ecf 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_5951 has been created at aaa6ecf2b6bad86b51ec21299407c92840d2417c (commit) - Log ----------------------------------------------------------------- commit aaa6ecf2b6bad86b51ec21299407c92840d2417c Author: Paul POULAIN Date: Tue Apr 5 16:26:16 2011 +0200 Bug 5951 : consistency change: s/planning/statistic/ Signed-off-by: Katrin Fischer Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Apr 7 06:46:36 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 07 Apr 2011 04:46:36 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1071-gaaa6ecf 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 aaa6ecf2b6bad86b51ec21299407c92840d2417c (commit) from c9def9328613401f751f038653273b35b3e9d84e (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/admin/aqbudgets.tmpl | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Apr 7 06:49:47 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 07 Apr 2011 04:49:47 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_6062, created. v3.02.00-1072-g311e818 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_6062 has been created at 311e81810ab894b2b7f2dc186cbf3a8c6a337a1f (commit) - Log ----------------------------------------------------------------- commit 311e81810ab894b2b7f2dc186cbf3a8c6a337a1f Author: Paul Poulain Date: Tue Apr 5 14:43:23 2011 +0200 Bug 6062: ordering basketgroups When you have many basketgroups, you get the oldest one on top. Usually, you have something to do on recent ones, so it's better to have basket groups ordered DESC Signed-off-by: Katrin Fischer Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Apr 7 06:50:08 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 07 Apr 2011 04:50:08 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1072-g311e818 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 311e81810ab894b2b7f2dc186cbf3a8c6a337a1f (commit) from aaa6ecf2b6bad86b51ec21299407c92840d2417c (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 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Apr 7 11:35:25 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 07 Apr 2011 09:35:25 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_6064, created. v3.02.00-1074-gc03f314 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_6064 has been created at c03f31479c620eaaa8caec25bfc34d79daebafd3 (commit) - Log ----------------------------------------------------------------- commit c03f31479c620eaaa8caec25bfc34d79daebafd3 Author: St?phane Delaune Date: Thu Apr 7 10:21:17 2011 +0200 bug6064 adding forgotten news version in kohaversion Signed-off-by: St?phane Delaune Signed-off-by: Chris Cormack commit 141a52ac30c94b0f5e8dde0d29552bc8d5f44553 Author: Sophie Meynieux Date: Thu Apr 7 10:21:16 2011 +0200 Bug #6064 Improvement of default value usage in overdue Change default value in overduerules table for delayn (NULL instead of 0) and fix GetBranchcodesWithOverdueRules function Signed-off-by: St?phane Delaune Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Apr 7 11:36:43 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 07 Apr 2011 09:36:43 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1074-gc03f314 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 c03f31479c620eaaa8caec25bfc34d79daebafd3 (commit) via 141a52ac30c94b0f5e8dde0d29552bc8d5f44553 (commit) from 311e81810ab894b2b7f2dc186cbf3a8c6a337a1f (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/Overdues.pm | 6 +++++- installer/data/mysql/kohastructure.sql | 6 +++--- installer/data/mysql/updatedatabase.pl | 7 +++++++ kohaversion.pl | 2 +- tools/overduerules.pl | 6 +++--- 5 files changed, 19 insertions(+), 8 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Apr 7 11:39:19 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 07 Apr 2011 09:39:19 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_4903, created. v3.02.00-1075-g46041a8 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_4903 has been created at 46041a8fdc51c9c1173cd8cc343e6ac1f7bd46f6 (commit) - Log ----------------------------------------------------------------- commit 46041a8fdc51c9c1173cd8cc343e6ac1f7bd46f6 Author: Galen Charlton Date: Thu Apr 7 09:57:45 2011 +0200 bug 4903: enable OAI-DC output when install done in standard mode Based on patch by Tom?s Cohen Arazi , revised to work regardless of the installation mode. Signed-off-by: Galen Charlton Signed-off-by: Magnus Enger Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Apr 7 11:40:18 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 07 Apr 2011 09:40:18 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1075-g46041a8 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 46041a8fdc51c9c1173cd8cc343e6ac1f7bd46f6 (commit) from c03f31479c620eaaa8caec25bfc34d79daebafd3 (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: opac/oai.pl | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Apr 7 11:42:40 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 07 Apr 2011 09:42:40 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_6105, created. v3.02.00-1076-g2ca3edc 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_6105 has been created at 2ca3edc69087bdda6192ef0dd55a3061fe7924ed (commit) - Log ----------------------------------------------------------------- commit 2ca3edc69087bdda6192ef0dd55a3061fe7924ed Author: Alex Arnaud Date: Thu Apr 7 11:24:34 2011 +0200 Bug 6105 - Fix a problem when cancel a reserve from moremember.pl Signed-off-by: Jonathan Druart Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Apr 7 11:43:35 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 07 Apr 2011 09:43:35 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1076-g2ca3edc 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 2ca3edc69087bdda6192ef0dd55a3061fe7924ed (commit) from 46041a8fdc51c9c1173cd8cc343e6ac1f7bd46f6 (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/moremember.tmpl | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Apr 7 11:47:08 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 07 Apr 2011 09:47:08 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_6084, created. v3.02.00-1078-g69d4d8f 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_6084 has been created at 69d4d8f1cca9c536a0e182a847726f363768f578 (commit) - Log ----------------------------------------------------------------- commit 69d4d8f1cca9c536a0e182a847726f363768f578 Author: Tomas Cohen Arazi Date: Thu Apr 7 10:46:16 2011 +0200 Bug 6084: Follow up - fix more translation markers grep -R 'alert("' * was not enough. I needed grep -R "alert('" too!. Signed-off-by: Katrin Fischer Signed-off-by: Chris Cormack commit 33c7b21cde85230d4ea6080bfa85d70bf60ee587 Author: Tomas Cohen Arazi Date: Thu Apr 7 10:46:15 2011 +0200 Bug 6084: Missing translation markers in javascript alert messages I ommited commented lines and "if $debug" lines too. Signed-off-by: Katrin Fischer Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Apr 7 11:47:44 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 07 Apr 2011 09:47:44 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1078-g69d4d8f 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 69d4d8f1cca9c536a0e182a847726f363768f578 (commit) via 33c7b21cde85230d4ea6080bfa85d70bf60ee587 (commit) from 2ca3edc69087bdda6192ef0dd55a3061fe7924ed (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/includes/background-job.inc | 2 +- .../prog/en/includes/labels-batches-toolbar.inc | 10 +++++----- .../en/includes/patroncards-batches-toolbar.inc | 10 +++++----- koha-tmpl/intranet-tmpl/prog/en/js/acq.js | 2 +- .../intranet-tmpl/prog/en/js/xmlControlfield.js | 2 +- .../prog/en/modules/acqui/neworderempty.tmpl | 4 ++-- .../prog/en/modules/admin/biblio_framework.tmpl | 6 +++--- .../prog/en/modules/admin/cities.tmpl | 2 +- .../prog/en/modules/admin/stopwords.tmpl | 2 +- .../prog/en/modules/cataloguing/additem.tmpl | 2 +- .../modules/cataloguing/value_builder/macles.tmpl | 2 +- .../prog/en/modules/labels/label-edit-batch.tmpl | 2 +- .../prog/en/modules/labels/label-manage.tmpl | 8 ++++---- .../prog/en/modules/offline_circ/process_koc.tmpl | 6 +++--- .../prog/en/modules/patroncards/image-manage.tmpl | 2 +- .../prog/en/modules/patroncards/manage.tmpl | 8 ++++---- .../prog/en/modules/serials/checkexpiration.tmpl | 2 +- .../prog/en/modules/serials/serials-recieve.tmpl | 2 +- .../prog/en/modules/tools/cleanborrowers.tmpl | 4 ++-- .../prog/en/modules/tools/stage-marc-import.tmpl | 2 +- .../prog/en/modules/opac-results-grouped.tmpl | 4 ++-- .../opac-tmpl/prog/en/modules/opac-results.tmpl | 4 ++-- .../opac-tmpl/prog/en/modules/opac-review.tmpl | 4 ++-- 23 files changed, 46 insertions(+), 46 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Apr 7 21:15:01 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 07 Apr 2011 19:15:01 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5917, updated. v3.02.00-1316-g1c9ef0f 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/enh/bug_5917 has been updated via 1c9ef0f9aeb35d42068db99615db677974c95d16 (commit) via fe331a0209585b9ac84eff0e886cbe2eb67de0c9 (commit) via 69d4d8f1cca9c536a0e182a847726f363768f578 (commit) via 33c7b21cde85230d4ea6080bfa85d70bf60ee587 (commit) via 2ca3edc69087bdda6192ef0dd55a3061fe7924ed (commit) via 46041a8fdc51c9c1173cd8cc343e6ac1f7bd46f6 (commit) via c03f31479c620eaaa8caec25bfc34d79daebafd3 (commit) via 141a52ac30c94b0f5e8dde0d29552bc8d5f44553 (commit) via 311e81810ab894b2b7f2dc186cbf3a8c6a337a1f (commit) via aaa6ecf2b6bad86b51ec21299407c92840d2417c (commit) via c9def9328613401f751f038653273b35b3e9d84e (commit) via 3974ac63c9cba664066ea0ea41c88bd02a25812a (commit) via 6a73fe511a88f249d8f82e8e73816bb94a256d17 (commit) via 9dc9f73bfeeeea0ed43158cf73357e239c11989a (commit) via 21404359d498865ea55beb745327763a819f81fe (commit) via f76b9fb42e9ce7b90e3b45f2cc4c68470828e12a (commit) via 07f16fc52e7192588f04cfa115c997506ab480bf (commit) via c649ed9257d3c7f4d71f484d8ea6e2d5af2e48d7 (commit) via 700de9664d0e9016845d12916905e458cab9dbd4 (commit) via 8ca5d5ff85c429ee972b3f80f91f5b27a58cf5d5 (commit) via d58092dd96383378f8abdce92d07c1795c617f97 (commit) via 0f6270d310498aee2e5e81037d43348feb2a6058 (commit) via 9bb36148fddd4cb249c83033c5d6c27bef0513a6 (commit) via 3a8be8d8e0619e248ee02a851a0f21497d3490a7 (commit) via 332e701c258a126cbc90862c12249de7aaada710 (commit) via 8b582d863debf1a60c69560b1cb797a9931bdcf8 (commit) via 0645f83c225c6b95e3b0c7b091b493481a35d3f2 (commit) via 2b71959a88029d9b948e13ad2f1f863fad8c44d6 (commit) via cecdc193696c6c91560128da5954681aa7ce610f (commit) via 13ad14a7540dab8b27a21fb6cb00a6edc875040d (commit) via 99b49e2b1aa2e5d2629f1167e2b63c3b3158ffe8 (commit) via b00c36989f2c480263478d358e4fcf670d047331 (commit) via 0f39c4fcc3ff1a5a3d8b7e3866c77febf68d60a3 (commit) via 0f7411ceee5887751fb34ad2c72c83216d55f0c1 (commit) via a6f28246ae08440da8065183dae091bbf0a0b34b (commit) via 31c519006ef2850c7b9451d688858b2b19e97e37 (commit) via ab7435f964336a18f760b9dd91d4b4506528a051 (commit) via c19d505abb1b492cc21e6f5b78fb4de91da44419 (commit) via fcbcdcf4cebdb32544a545d8ef91de1bbe67f457 (commit) via ecbeafff07fa32918d552bbf4ba9cd8410207633 (commit) via 0c21ab2622d2d9b131c24c2002ed6e65875a6b24 (commit) via f9658db163ca2c2533d47362f550b0157d49e5d7 (commit) via 0f4edffc16adacb439601f9051bacd89869018f7 (commit) via 99f49c1108dad5ef7548929b23d4a3815ae1a166 (commit) via 58013b6c2ad01b87c778ec56bf02dd58e826200e (commit) via 99160747f48e591b482a3fcd7844d11b57f1e8db (commit) via 96f054e90d4a582b13f1f6d2922b4ae99999a23d (commit) via 2a28b30a3c5a02475d59d4beab9c3b67cfc666e3 (commit) via 5bdfefc7e1962a64079eb119d5229bfa28cf979d (commit) via 827c575b18c0914045b2855b066277f104e22ded (commit) via 3291784a88676cadb4ab86b936d14903da01a69e (commit) via e9db636e6321000216151e3bdea400fb638dd288 (commit) via b1daec9fa3aa3636e8f7e6c724305ec4f7e492c1 (commit) via ad206a73f867f6a184f64d41e4ccfa8e5bb0cd21 (commit) via 132743f66bc07f6b8799835aac6cf440430bd44e (commit) via 706a881b7fc12a0700affd55c289eeffe415a49a (commit) via 9cab9be3d6114898e0b8354d784fb8d56ad51fbc (commit) via ce71043216f843ad1b1d2fb254db4dd2635e1066 (commit) via e43da19e34745d734ab6ee5cb5540e4d6e92adf3 (commit) via 66de13af9a5b00e70fb93ada6a92f3481db1a981 (commit) via ff4645523b7e273438a4211ed4735f59084f5baf (commit) via 10b9e3186f626437607050f1fabd4a5aed8434e3 (commit) via a1a8945c2f88849f581f456f4bf04cef456d7b67 (commit) via 0a43ba114d0fee9a478def455b926121442a0814 (commit) from 2fd51eb84447dd068d0f290648cfb74a866a933e (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 1c9ef0f9aeb35d42068db99615db677974c95d16 Author: Chris Cormack Date: Fri Apr 8 07:08:54 2011 +1200 Bug 5917 : Tracking template changes commit fe331a0209585b9ac84eff0e886cbe2eb67de0c9 Merge: 2fd51eb84447dd068d0f290648cfb74a866a933e 69d4d8f1cca9c536a0e182a847726f363768f578 Author: Chris Cormack Date: Fri Apr 8 07:12:06 2011 +1200 Merge remote branch 'kc/master' into new/enh/bug_5917 Conflicts: installer/data/mysql/updatedatabase.pl ----------------------------------------------------------------------- Summary of changes: C4/Acquisition.pm | 8 +- C4/AuthoritiesMarc.pm | 90 ++-- C4/Heading.pm | 4 +- C4/Log.pm | 23 +- C4/Overdues.pm | 6 +- C4/Reports/Guided.pm | 2 +- C4/Search.pm | 9 +- acqui/addorder.pl | 1 + acqui/basketgroup.pl | 50 ++- acqui/pdfformat/layout2pages.pm | 25 +- acqui/pdfformat/layout3pages.pm | 25 +- acqui/updatesupplier.pl | 2 +- catalogue/search.pl | 2 +- cataloguing/addbiblio.pl | 16 +- cataloguing/value_builder/barcode.pl | 14 +- debian/templates/zebra-biblios-site.cfg.in | 4 +- docs/history.txt | 2 + etc/zebradb/marc_defs/marc21/biblios/record.abs | 22 +- etc/zebradb/marc_defs/unimarc/biblios/record.abs | 10 +- etc/zebradb/zebra-biblios.cfg | 4 +- .../Obligatoire/autorite_default.sql | 454 ++++++++++++++++++++ .../Obligatoire/autorite_default.txt | 1 + installer/data/mysql/kohastructure.sql | 7 +- installer/data/mysql/updatedatabase.pl | 32 ++ .../prog/en/includes/background-job.inc | 2 +- .../intranet-tmpl/prog/en/includes/circ-menu.inc | 2 +- .../prog/en/includes/labels-batches-toolbar.inc | 10 +- .../en/includes/patroncards-batches-toolbar.inc | 10 +- koha-tmpl/intranet-tmpl/prog/en/js/acq.js | 23 +- .../intranet-tmpl/prog/en/js/xmlControlfield.js | 2 +- .../prog/en/modules/acqui/basket.tmpl | 9 +- .../prog/en/modules/acqui/basketgroup.tmpl | 3 + .../prog/en/modules/acqui/neworderempty.tmpl | 6 +- .../prog/en/modules/acqui/orderreceive.tmpl | 16 +- .../prog/en/modules/admin/aqbudgets.tmpl | 4 +- .../prog/en/modules/admin/aqplan.tmpl | 2 +- .../prog/en/modules/admin/biblio_framework.tmpl | 6 +- .../prog/en/modules/admin/cities.tmpl | 2 +- .../prog/en/modules/admin/stopwords.tmpl | 2 +- .../en/modules/authorities/searchresultlist.tmpl | 7 +- .../prog/en/modules/cataloguing/additem.tmpl | 2 +- .../modules/cataloguing/value_builder/macles.tmpl | 2 +- .../prog/en/modules/labels/label-edit-batch.tmpl | 2 +- .../prog/en/modules/labels/label-manage.tmpl | 8 +- .../prog/en/modules/members/moremember-print.tmpl | 4 +- .../prog/en/modules/members/moremember.tmpl | 2 + .../prog/en/modules/offline_circ/process_koc.tmpl | 6 +- .../prog/en/modules/patroncards/image-manage.tmpl | 2 +- .../prog/en/modules/patroncards/manage.tmpl | 8 +- .../prog/en/modules/serials/checkexpiration.tmpl | 2 +- .../prog/en/modules/serials/serials-recieve.tmpl | 2 +- .../prog/en/modules/tools/cleanborrowers.tmpl | 4 +- .../prog/en/modules/tools/stage-marc-import.tmpl | 2 +- .../prog/en/modules/tools/viewlog.tmpl | 73 ++++ .../prog/en/modules/virtualshelves/shelves.tmpl | 2 +- .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 6 +- .../prog/en/modules/opac-results-grouped.tmpl | 4 +- .../opac-tmpl/prog/en/modules/opac-results.tmpl | 4 +- .../opac-tmpl/prog/en/modules/opac-review.tmpl | 4 +- .../opac-tmpl/prog/en/modules/opac-shelves.tmpl | 2 +- .../prog/en/xslt/MARC21slim2OPACDetail.xsl | 6 +- .../prog/en/includes/background-job.inc | 2 +- .../intranet-tmpl/prog/en/includes/circ-menu.inc | 2 +- .../prog/en/includes/labels-batches-toolbar.inc | 10 +- .../en/includes/patroncards-batches-toolbar.inc | 10 +- .../intranet-tmpl/prog/en/modules/acqui/basket.tt | 9 +- .../prog/en/modules/acqui/basketgroup.tt | 3 + .../prog/en/modules/acqui/neworderempty.tt | 6 +- .../prog/en/modules/acqui/orderreceive.tt | 16 +- .../prog/en/modules/admin/aqbudgets.tt | 4 +- .../intranet-tmpl/prog/en/modules/admin/aqplan.tt | 2 +- .../prog/en/modules/admin/biblio_framework.tt | 6 +- .../intranet-tmpl/prog/en/modules/admin/cities.tt | 2 +- .../prog/en/modules/admin/stopwords.tt | 2 +- .../en/modules/authorities/searchresultlist.tt | 7 +- .../prog/en/modules/cataloguing/additem.tt | 2 +- .../en/modules/cataloguing/value_builder/macles.tt | 2 +- .../prog/en/modules/labels/label-edit-batch.tt | 2 +- .../prog/en/modules/labels/label-manage.tt | 8 +- .../prog/en/modules/members/moremember-print.tt | 4 +- .../prog/en/modules/members/moremember.tt | 2 + .../prog/en/modules/offline_circ/process_koc.tt | 6 +- .../prog/en/modules/patroncards/image-manage.tt | 2 +- .../prog/en/modules/patroncards/manage.tt | 8 +- .../prog/en/modules/serials/checkexpiration.tt | 2 +- .../prog/en/modules/serials/serials-recieve.tt | 2 +- .../prog/en/modules/tools/cleanborrowers.tt | 4 +- .../prog/en/modules/tools/stage-marc-import.tt | 2 +- .../intranet-tmpl/prog/en/modules/tools/viewlog.tt | 73 ++++ .../prog/en/modules/virtualshelves/shelves.tt | 2 +- .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 6 +- .../prog/en/modules/opac-results-grouped.tt | 4 +- koha-tt/opac-tmpl/prog/en/modules/opac-results.tt | 4 +- koha-tt/opac-tmpl/prog/en/modules/opac-review.tt | 4 +- koha-tt/opac-tmpl/prog/en/modules/opac-shelves.tt | 2 +- .../prog/en/xslt/MARC21slim2OPACDetail.xsl | 6 +- kohaversion.pl | 2 +- misc/cronjobs/holds/build_holds_queue.pl | 5 +- misc/migration_tools/merge_authority.pl | 2 +- opac/oai.pl | 6 +- opac/opac-export.pl | 44 ++- opac/opac-search.pl | 6 +- patroncards/members-search.pl | 2 +- reserve/request.pl | 2 +- suggestion/suggestion.pl | 5 +- tools/overduerules.pl | 6 +- tools/viewlog.pl | 22 +- 107 files changed, 1073 insertions(+), 323 deletions(-) create mode 100644 installer/data/mysql/fr-FR/marcflavour/unimarc_complet/Obligatoire/autorite_default.sql create mode 100644 installer/data/mysql/fr-FR/marcflavour/unimarc_complet/Obligatoire/autorite_default.txt hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Apr 7 22:38:50 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 07 Apr 2011 20:38:50 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5547, updated. v3.02.00-920-g0ee5b38 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/enh/bug_5547 has been updated via 0ee5b38b1c5f787f02fd7617d3e747dc7c6b51bf (commit) from 48ee1dcb3f835fb8250bcdd781085521411e6c26 (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 0ee5b38b1c5f787f02fd7617d3e747dc7c6b51bf Author: Mark Gavillet Date: Wed Apr 6 14:16:15 2011 +0200 Bug: 5547 - corrected insert to database Inserting a new category failed because only 10 bind variables were present and 11 were required. Signed-off-by: Katrin Fischer Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: admin/categorie.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Apr 7 22:39:30 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 07 Apr 2011 20:39:30 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1080-g9a54047 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 9a54047b6d10eb4b553ad29c6130a1e276252fe5 (commit) via 0ee5b38b1c5f787f02fd7617d3e747dc7c6b51bf (commit) from 69d4d8f1cca9c536a0e182a847726f363768f578 (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 9a54047b6d10eb4b553ad29c6130a1e276252fe5 Merge: 69d4d8f1cca9c536a0e182a847726f363768f578 0ee5b38b1c5f787f02fd7617d3e747dc7c6b51bf Author: Chris Cormack Date: Fri Apr 8 08:39:14 2011 +1200 Merge remote branch 'kc/new/enh/bug_5547' into kcmaster ----------------------------------------------------------------------- Summary of changes: admin/categorie.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Apr 7 22:54:11 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 07 Apr 2011 20:54:11 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1081-g2a48918 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 2a489184c088f0b023285069706f8ff614e4704e (commit) from 9a54047b6d10eb4b553ad29c6130a1e276252fe5 (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 2a489184c088f0b023285069706f8ff614e4704e Author: Chris Cormack Date: Fri Apr 8 08:43:06 2011 +1200 New developer to the history ----------------------------------------------------------------------- Summary of changes: docs/history.txt | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 8 00:26:09 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 07 Apr 2011 22:26:09 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_6110, created. v3.02.00-1082-g2950fc5 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_6110 has been created at 2950fc5596542ff181f05f766f32855089f96528 (commit) - Log ----------------------------------------------------------------- commit 2950fc5596542ff181f05f766f32855089f96528 Author: Alex Arnaud Date: Thu Apr 7 14:59:53 2011 +0200 Bug #6110 - fix Callnumber index mistake Signed-off-by: Paul Poulain Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 8 00:27:04 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 07 Apr 2011 22:27:04 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1082-g2950fc5 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 2950fc5596542ff181f05f766f32855089f96528 (commit) from 2a489184c088f0b023285069706f8ff614e4704e (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: etc/zebradb/marc_defs/unimarc/biblios/record.abs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 8 00:40:44 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 07 Apr 2011 22:40:44 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_6106, created. v3.02.00-1083-ge5ff058 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_6106 has been created at e5ff05857e5b99ab19210bc272086f253ea9404b (commit) - Log ----------------------------------------------------------------- commit e5ff05857e5b99ab19210bc272086f253ea9404b Author: Paul Poulain Date: Thu Apr 7 17:15:53 2011 +0200 Bug 6106: add item not respecting framework in acq The PrepareItemrecordDisplay sub builds an item framework for later use in ACQ Some cases were missing : item subfield connected to a plugin, hidden subfield, long size subfield. Signed-off-by: Katrin Fischer Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 8 00:42:12 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 07 Apr 2011 22:42:12 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1083-ge5ff058 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 e5ff05857e5b99ab19210bc272086f253ea9404b (commit) from 2950fc5596542ff181f05f766f32855089f96528 (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 | 34 ++++++++++++++++++++++++++++++++++ 1 files changed, 34 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 8 00:46:24 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 07 Apr 2011 22:46:24 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_6082, created. v3.02.00-1084-g22dc04e 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_6082 has been created at 22dc04e24c9af810672ee8f6e313316f3bcc9a59 (commit) - Log ----------------------------------------------------------------- commit 22dc04e24c9af810672ee8f6e313316f3bcc9a59 Author: Alex Arnaud Date: Thu Apr 7 11:59:22 2011 +0200 Bug #6082 - On aqbudgets.pl bug on the Statistic's combobox Signed-off-by: Katrin Fischer Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 8 00:48:53 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 07 Apr 2011 22:48:53 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1084-g22dc04e 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 22dc04e24c9af810672ee8f6e313316f3bcc9a59 (commit) from e5ff05857e5b99ab19210bc272086f253ea9404b (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 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 8 00:54:29 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 07 Apr 2011 22:54:29 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_5529, created. v3.02.00-1085-g0cf2ecc 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_5529 has been created at 0cf2eccfe926f77753a2b948e2babf077e2975d3 (commit) - Log ----------------------------------------------------------------- commit 0cf2eccfe926f77753a2b948e2babf077e2975d3 Author: Colin Campbell Date: Thu Apr 7 16:25:27 2011 +0200 Bug 5529 Absence or Presence of lists not being reliably returned C4::VirtualShelves::GetRecentShelves contained some rather confused code The contents of the requested list are returned in an arrayref which was in its turn being wrapped needlessly in an array As a result the returned array always consisted of a single element irrespective of the number of lists. Made the routine return the arrayref, which can now be tested directly Unfortunately rather than fixing this we had previously coded around it assuming it to be a "design" decision. Have amended other calls of the subroutine resulting in some hopefully less obscure code Fixed logic error in the results template which displayed new list within a test for the presence of lists Removed the offset parameter from the sql in the routine as it was hardcoded to 0 i.e. the default value Signed-off-by: fdurand Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 8 00:55:34 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 07 Apr 2011 22:55:34 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1085-g0cf2ecc 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 0cf2eccfe926f77753a2b948e2babf077e2975d3 (commit) from 22dc04e24c9af810672ee8f6e313316f3bcc9a59 (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 | 44 ++++++++++---------- C4/VirtualShelves.pm | 44 +++++++++++-------- C4/VirtualShelves/Page.pm | 12 +++--- catalogue/search.pl | 15 +++---- .../prog/en/modules/catalogue/results.tmpl | 2 +- virtualshelves/addbybiblionumber.pl | 4 +- 6 files changed, 62 insertions(+), 59 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 8 01:17:20 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 07 Apr 2011 23:17:20 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_6096, created. v3.02.00-1086-gc0655aa 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_6096 has been created at c0655aabe47cfe21e7846b7a8956db92c1e5b5d2 (commit) - Log ----------------------------------------------------------------- commit c0655aabe47cfe21e7846b7a8956db92c1e5b5d2 Author: Colin Campbell Date: Thu Apr 7 17:30:17 2011 +0200 Bug 6096 Correctly return arrayref from GetAllShelves Follow on from bug 5529 GetAllShelves was also vaguely stuffing an arrayref into an array Some signs of cut and paste (unnecessary @params variable) Calling code now does not have to shuffle the return about to get the reference. Also removed a debug warn Signed-off-by: fdurand Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 8 01:18:22 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 07 Apr 2011 23:18:22 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1086-gc0655aa 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 c0655aabe47cfe21e7846b7a8956db92c1e5b5d2 (commit) from 0cf2eccfe926f77753a2b948e2babf077e2975d3 (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 | 17 +++++++---------- opac/opac-addbybiblionumber.pl | 11 ++++------- 2 files changed, 11 insertions(+), 17 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 8 01:22:28 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 07 Apr 2011 23:22:28 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_3072, created. v3.02.00-1048-g6e58529 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_3072 has been created at 6e58529bdd78f0593c9ad8b767715ff2d32e8ba8 (commit) - Log ----------------------------------------------------------------- commit 6e58529bdd78f0593c9ad8b767715ff2d32e8ba8 Author: Marcel de Rooy Date: Thu Apr 7 11:42:30 2011 +0200 Bug 3072: Search for Heading-Main in authorities Includes Heading-Main in authorities bib1 attribute set. Also includes Any in authorities bib1 (was still missing). Also removes temporary fix in AuthoritiesMarc.pm. Signed-off-by: Marcel de Rooy Rebased after pushed fix for #5924. Signed-off-by: Katrin Fischer Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 8 01:25:47 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 07 Apr 2011 23:25:47 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1088-g7d63594 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 7d63594b818b6f8a39cdd4634ced53440c690ed6 (commit) via 6e58529bdd78f0593c9ad8b767715ff2d32e8ba8 (commit) from c0655aabe47cfe21e7846b7a8956db92c1e5b5d2 (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 7d63594b818b6f8a39cdd4634ced53440c690ed6 Merge: c0655aabe47cfe21e7846b7a8956db92c1e5b5d2 6e58529bdd78f0593c9ad8b767715ff2d32e8ba8 Author: Chris Cormack Date: Fri Apr 8 11:22:57 2011 +1200 Merge remote branch 'kc/new/bug_3072' into kcmaster ----------------------------------------------------------------------- Summary of changes: C4/AuthoritiesMarc.pm | 3 --- etc/zebradb/authorities/etc/bib1.att | 2 ++ 2 files changed, 2 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 8 01:33:23 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 07 Apr 2011 23:33:23 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_6037, created. v3.02.00-1089-ga59b1d2 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_6037 has been created at a59b1d23bb807b3946320365127b82fbcc144914 (commit) - Log ----------------------------------------------------------------- commit a59b1d23bb807b3946320365127b82fbcc144914 Author: St?phane Delaune Date: Thu Apr 7 15:35:13 2011 +0200 Fix for Bug 6037, Invalid markup, missing breadcrumbs on Keyword to MARC Mapping page Signed-off-by: St?phane Delaune Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 8 01:33:40 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 07 Apr 2011 23:33:40 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1089-ga59b1d2 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 a59b1d23bb807b3946320365127b82fbcc144914 (commit) from 7d63594b818b6f8a39cdd4634ced53440c690ed6 (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/admin/fieldmapping.tmpl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 8 01:35:36 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 07 Apr 2011 23:35:36 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_6114, created. v3.02.00-1090-ga079522 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_6114 has been created at a079522f544eeb4fd90cabd93018811ffc7133ad (commit) - Log ----------------------------------------------------------------- commit a079522f544eeb4fd90cabd93018811ffc7133ad Author: Owen Leonard Date: Thu Apr 7 16:48:56 2011 +0200 Fix for Bug 6114 - Conflicting warnings about Koha to MARC links Removing incorrect message from marc_subfields_structure.tmpl and moving the correct message from marctagstucture.tmpl into its place. Also correcting the help file for marc_subfields_structure.mpl Signed-off-by: St?phane Delaune Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 8 01:53:42 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 07 Apr 2011 23:53:42 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1090-ga079522 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 a079522f544eeb4fd90cabd93018811ffc7133ad (commit) from a59b1d23bb807b3946320365127b82fbcc144914 (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: .../en/modules/admin/marc_subfields_structure.tmpl | 2 +- .../prog/en/modules/admin/marctagstructure.tmpl | 1 - .../help/admin/marc_subfields_structure.tmpl | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 8 02:05:51 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 08 Apr 2011 00:05:51 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_5275, created. v3.02.00-1091-gf0de62e 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_5275 has been created at f0de62e4cc26b21f18005e25d32431c70ef78b61 (commit) - Log ----------------------------------------------------------------- commit f0de62e4cc26b21f18005e25d32431c70ef78b61 Author: Paul Poulain Date: Thu Apr 7 16:15:54 2011 +0200 Bug 5275: enable switching back to default biblio framework Signed-off-by: Katrin Fischer Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 8 02:06:27 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 08 Apr 2011 00:06:27 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1091-gf0de62e 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 f0de62e4cc26b21f18005e25d32431c70ef78b61 (commit) from a079522f544eeb4fd90cabd93018811ffc7133ad (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/addbiblio.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 8 02:09:33 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 08 Apr 2011 00:09:33 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_5903, created. v3.02.00-1092-gb67375b 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_5903 has been created at b67375b3d24f40026b1f21cacb1dab1a2150d341 (commit) - Log ----------------------------------------------------------------- commit b67375b3d24f40026b1f21cacb1dab1a2150d341 Author: Paul Poulain Date: Thu Apr 7 11:53:37 2011 +0200 Bug 5903 : French authorised values fixed country codes must be in capital letters Signed-off-by: St?phane Delaune Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 8 02:09:51 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 08 Apr 2011 00:09:51 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1092-gb67375b 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 b67375b3d24f40026b1f21cacb1dab1a2150d341 (commit) from f0de62e4cc26b21f18005e25d32431c70ef78b61 (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: .../fr-FR/1-Obligatoire/authorised_values.sql | 490 ++++++++++---------- 1 files changed, 245 insertions(+), 245 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 8 02:16:00 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 08 Apr 2011 00:16:00 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_6099, created. v3.02.00-1093-g6de1050 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_6099 has been created at 6de105084e8ed08846545848e0d5cd3e3ba9d178 (commit) - Log ----------------------------------------------------------------- commit 6de105084e8ed08846545848e0d5cd3e3ba9d178 Author: Jonathan Druart Date: Thu Apr 7 16:14:29 2011 +0200 Bug 6099: error in report pagination when GROUP BY Signed-off-by: Jonathan Druart Signed-off-by: fdurand Signed-off-by: Ian Walls Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 8 02:17:38 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 08 Apr 2011 00:17:38 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1093-g6de1050 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 6de105084e8ed08846545848e0d5cd3e3ba9d178 (commit) from b67375b3d24f40026b1f21cacb1dab1a2150d341 (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/Reports/Guided.pm | 20 +++++++++----------- reports/guided_reports.pl | 2 +- 2 files changed, 10 insertions(+), 12 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 8 02:23:34 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 08 Apr 2011 00:23:34 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_6107, created. v3.02.00-1094-g52ff3ca 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_6107 has been created at 52ff3ca6ec6dbb801f27f6de84747032828ad004 (commit) - Log ----------------------------------------------------------------- commit 52ff3ca6ec6dbb801f27f6de84747032828ad004 Author: Alex Arnaud Date: Thu Apr 7 12:05:27 2011 +0200 Bug #6107 - Problems when duplicate a patron on memberentry.pl Signed-off-by: St?phane Delaune Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 8 02:24:01 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 08 Apr 2011 00:24:01 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1094-g52ff3ca 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 52ff3ca6ec6dbb801f27f6de84747032828ad004 (commit) from 6de105084e8ed08846545848e0d5cd3e3ba9d178 (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: members/memberentry.pl | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 8 02:58:52 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 08 Apr 2011 00:58:52 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_6112, created. v3.02.00-1095-g913d520 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_6112 has been created at 913d520be7fddb8664753fa202f4f0362634c833 (commit) - Log ----------------------------------------------------------------- commit 913d520be7fddb8664753fa202f4f0362634c833 Author: Alex Arnaud Date: Thu Apr 7 16:30:13 2011 +0200 Bug #6112 - Missing fields in overdues csv file Signed-off-by: Christophe Croullebois Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 8 02:59:16 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 08 Apr 2011 00:59:16 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1095-g913d520 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 913d520be7fddb8664753fa202f4f0362634c833 (commit) from 52ff3ca6ec6dbb801f27f6de84747032828ad004 (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: circ/overdue.pl | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 8 03:02:12 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 08 Apr 2011 01:02:12 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_4912, updated. v3.02.00-188-gd269389 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_4912 has been updated via d269389839415ce4d14f7bc01635978807374631 (commit) from 38360b766c32ab89c6e5ee87d2459692b47f2b29 (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 d269389839415ce4d14f7bc01635978807374631 Author: Owen Leonard Date: Thu Apr 7 10:04:23 2011 +0200 Bug 4912: Follow-up fix for Bug 4912, redirect user to correct lists Signed-off-by: Jonathan Druart Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: koha-tmpl/opac-tmpl/prog/en/css/opac.css | 2 +- .../opac-tmpl/prog/en/modules/opac-shelves.tmpl | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 8 03:03:28 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 08 Apr 2011 01:03:28 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1097-gf098258 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 f098258e8cf2d616c6bbc35e44c6a1df47be8517 (commit) via d269389839415ce4d14f7bc01635978807374631 (commit) from 913d520be7fddb8664753fa202f4f0362634c833 (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 f098258e8cf2d616c6bbc35e44c6a1df47be8517 Merge: 913d520be7fddb8664753fa202f4f0362634c833 d269389839415ce4d14f7bc01635978807374631 Author: Chris Cormack Date: Fri Apr 8 13:02:55 2011 +1200 Merge remote branch 'kc/new/bug_4912' into kcmaster ----------------------------------------------------------------------- Summary of changes: koha-tmpl/opac-tmpl/prog/en/css/opac.css | 2 +- .../opac-tmpl/prog/en/modules/opac-shelves.tmpl | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 8 03:07:44 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 08 Apr 2011 01:07:44 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_6109, created. v3.02.00-1098-gbd4bf54 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_6109 has been created at bd4bf5485c88314e3d0e9794f520e88dced6d790 (commit) - Log ----------------------------------------------------------------- commit bd4bf5485c88314e3d0e9794f520e88dced6d790 Author: Owen Leonard Date: Thu Apr 7 15:44:28 2011 +0200 Fix for Bug 6109, Hey! Signed-off-by: Katrin Fischer Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 8 03:08:18 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 08 Apr 2011 01:08:18 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1098-gbd4bf54 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 bd4bf5485c88314e3d0e9794f520e88dced6d790 (commit) from f098258e8cf2d616c6bbc35e44c6a1df47be8517 (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/stage-marc-import.tmpl | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 8 03:10:36 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 08 Apr 2011 01:10:36 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_6072, created. v3.02.00-1099-gc0ecd7d 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_6072 has been created at c0ecd7df4fdfa9e2520b1acc498a820f6abebaf1 (commit) - Log ----------------------------------------------------------------- commit c0ecd7df4fdfa9e2520b1acc498a820f6abebaf1 Author: Paul Poulain Date: Wed Apr 6 10:54:38 2011 +0200 Bug 6072: fixing permission inconsistencies MT5306 In large libraries, some librarian may have permission only to recieve shipments This patch fixes some permission : * booksellers page = accessible to anyone that has at least 1 acq permission * parcels = accessible to anyone with order_recieve * supplier detail = accessible to anyone that has at least 1 acq permission, but modifying accessible only if vendor_manage Signed-off-by: Katrin Fischer Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 8 03:12:05 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 08 Apr 2011 01:12:05 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1099-gc0ecd7d 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 c0ecd7df4fdfa9e2520b1acc498a820f6abebaf1 (commit) from bd4bf5485c88314e3d0e9794f520e88dced6d790 (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/booksellers.pl | 2 +- acqui/parcels.pl | 2 +- acqui/supplier.pl | 2 +- .../prog/en/includes/acquisitions-toolbar.inc | 22 +++++++++++-------- .../prog/en/modules/acqui/booksellers.tmpl | 4 ++- 5 files changed, 19 insertions(+), 13 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 8 03:17:43 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 08 Apr 2011 01:17:43 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_6088, created. v3.02.00-1100-g65c21fa 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_6088 has been created at 65c21fa52f9a44920e341f39b23bd877f5c87c84 (commit) - Log ----------------------------------------------------------------- commit 65c21fa52f9a44920e341f39b23bd877f5c87c84 Author: Paul Poulain Date: Thu Apr 7 11:09:27 2011 +0000 Bug 6088: remove Perl warning caused by use warnings; Signed-off-by: Marcel de Rooy Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 8 03:18:07 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 08 Apr 2011 01:18:07 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1100-g65c21fa 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 65c21fa52f9a44920e341f39b23bd877f5c87c84 (commit) from c0ecd7df4fdfa9e2520b1acc498a820f6abebaf1 (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/neworderempty.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 8 03:19:39 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 08 Apr 2011 01:19:39 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_4189, created. v3.02.00-1101-g4747f5a 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_4189 has been created at 4747f5adb25dce337fe295e3442e19bcacadeffa (commit) - Log ----------------------------------------------------------------- commit 4747f5adb25dce337fe295e3442e19bcacadeffa Author: Tomas Cohen Arazi Date: Wed Mar 30 17:08:57 2011 -0300 Bug 4189 : Searching z39.50 without selecting any servers results in error message This patch makes z3950_search.pl handle the situation properly, and z3950_search.tmpl show a proper message instead of a program error. All this, in case the javascript checks that alert the user (that at least one target has to be chosen) are by-passed. Regards To+ Signed-off-by: Katrin Fischer Fixed small translation problem in javascript alert message. Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 8 03:20:13 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 08 Apr 2011 01:20:13 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1101-g4747f5a 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 4747f5adb25dce337fe295e3442e19bcacadeffa (commit) from 65c21fa52f9a44920e341f39b23bd877f5c87c84 (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/z3950_search.pl | 8 ++++++++ .../prog/en/modules/cataloguing/z3950_search.tmpl | 18 +++++++++++++++--- 2 files changed, 23 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 8 03:22:39 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 08 Apr 2011 01:22:39 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_5949, updated. v3.02.00-1010-g760babc 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_5949 has been updated via 760babcf4c7573620cf3e03c0e0899282b6634b1 (commit) from 1f323c00a14673ae83ae24b2502aa172d7949781 (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 760babcf4c7573620cf3e03c0e0899282b6634b1 Author: Katrin Fischer Date: Thu Apr 7 10:56:12 2011 +0000 Bug 5949: Hide 'Edit record' link when creating new order The 'Edit record' link only makes sense, when you want to modify an order after creating it. Before there is no biblionumber the link can link to. Patch adds check for existing biblionumber so link is only shown when there is an existing record to be edited. Signed-off-by: Marcel de Rooy Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/acqui/neworderempty.tmpl | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 8 03:23:02 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 08 Apr 2011 01:23:02 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1103-g36efd0d 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 36efd0d4d0cfe5bbdcd9a4b48e0e417a59aaa63a (commit) via 760babcf4c7573620cf3e03c0e0899282b6634b1 (commit) from 4747f5adb25dce337fe295e3442e19bcacadeffa (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 36efd0d4d0cfe5bbdcd9a4b48e0e417a59aaa63a Merge: 4747f5adb25dce337fe295e3442e19bcacadeffa 760babcf4c7573620cf3e03c0e0899282b6634b1 Author: Chris Cormack Date: Fri Apr 8 13:22:54 2011 +1200 Merge remote branch 'kc/new/bug_5949' into kcmaster ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/acqui/neworderempty.tmpl | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 8 03:24:08 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 08 Apr 2011 01:24:08 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_6095, created. v3.02.00-1104-g0b96414 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_6095 has been created at 0b96414ce36e4c6baf7bac89f454ae04067a8d7b (commit) - Log ----------------------------------------------------------------- commit 0b96414ce36e4c6baf7bac89f454ae04067a8d7b Author: Alex Arnaud Date: Thu Apr 7 11:12:40 2011 +0200 Bug 6095: Add UTF8 encoding in template Signed-off-by: Jonathan Druart Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 8 03:24:27 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 08 Apr 2011 01:24:27 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1104-g0b96414 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 0b96414ce36e4c6baf7bac89f454ae04067a8d7b (commit) from 36efd0d4d0cfe5bbdcd9a4b48e0e417a59aaa63a (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/batch/print-notices.tmpl | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 8 03:26:06 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 08 Apr 2011 01:26:06 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_5895, created. v3.02.00-1105-g44fe355 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_5895 has been created at 44fe3559bbe462c3f29c2ef6cdfe73bcc26017bc (commit) - Log ----------------------------------------------------------------- commit 44fe3559bbe462c3f29c2ef6cdfe73bcc26017bc Author: Katrin Fischer Date: Fri Mar 18 21:21:54 2011 +0100 Bug 5895: Translation error in German fast add framework Fixes description of 952$1. Signed-off-by: Mark Gavillet Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 8 03:26:54 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 08 Apr 2011 01:26:54 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1105-g44fe355 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 44fe3559bbe462c3f29c2ef6cdfe73bcc26017bc (commit) from 0b96414ce36e4c6baf7bac89f454ae04067a8d7b (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: .../marc21/optional/marc21_fastadd_framework.sql | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 8 03:34:13 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 08 Apr 2011 01:34:13 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_6024, created. v3.02.00-1107-gc5762df 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/enh/bug_6024 has been created at c5762df8235c08fe169ac32e184b7a238766c9fb (commit) - Log ----------------------------------------------------------------- commit c5762df8235c08fe169ac32e184b7a238766c9fb Author: Srdjan Jankovic Date: Thu Apr 7 10:45:58 2011 -0400 Bug 6024 : Show "Run report" link after sql update as wel Signed-off-by: Ian Walls Signed-off-by: Chris Cormack commit b390c657b83961f999baa2be66fb1766056ac8a4 Author: Srdjan Jankovic Date: Thu Apr 7 10:45:41 2011 -0400 Bug 6024 : add "Run report" link on the new report creation success page Signed-off-by: Ian Walls Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 8 03:34:41 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 08 Apr 2011 01:34:41 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1107-gc5762df 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 c5762df8235c08fe169ac32e184b7a238766c9fb (commit) via b390c657b83961f999baa2be66fb1766056ac8a4 (commit) from 44fe3559bbe462c3f29c2ef6cdfe73bcc26017bc (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/Reports/Guided.pm | 9 ++++++--- .../en/modules/reports/guided_reports_start.tmpl | 3 +++ reports/guided_reports.pl | 4 +++- 3 files changed, 12 insertions(+), 4 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 8 03:41:02 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 08 Apr 2011 01:41:02 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_3803, created. v3.02.00-1108-g9210aac 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/enh/bug_3803 has been created at 9210aac8cf7bead3a64bf5c290c4943f0d5b90aa (commit) - Log ----------------------------------------------------------------- commit 9210aac8cf7bead3a64bf5c290c4943f0d5b90aa Author: Colin Campbell Date: Wed Apr 6 10:14:04 2011 +0200 Bug 3803 Show ISSN in orderline of basket display Where an item possesses an ISSN is may be of equal or greater importance to acquisitions staff as the ISBN so include it in the display Sponsered by UNFAO, Rome Signed-off-by: Katrin Fischer Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 8 03:42:05 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 08 Apr 2011 01:42:05 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1108-g9210aac 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 9210aac8cf7bead3a64bf5c290c4943f0d5b90aa (commit) from c5762df8235c08fe169ac32e184b7a238766c9fb (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/acqui/basket.tmpl | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 8 03:54:18 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 08 Apr 2011 01:54:18 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5415, created. v3.02.00-1110-gd8b362e 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/enh/bug_5415 has been created at d8b362e0f936b916eea44a7a7e655eda97c79ffa (commit) - Log ----------------------------------------------------------------- commit d8b362e0f936b916eea44a7a7e655eda97c79ffa Author: Colin Campbell Date: Wed Apr 6 11:42:41 2011 +0200 Bug 5415 Let calls of SimpleSearch utilize considtent interface Remove some unnecessary checks when check of error is sufficient. Make the order in some cases more logical Should remove some possibilities of runtime warning noise. Although some calls belong to the 'Nothing could ever go wrong' school have added some warnings Signed-off-by: Christophe Croullebois Signed-off-by: Chris Cormack commit 5444413a4f6183960f71a7f7eab69e953c515d69 Author: Colin Campbell Date: Wed Apr 6 11:42:40 2011 +0200 Bug 5415 More consistent returns from SimpleSearch SimpleSearch returns a 3 element array the first pf which is an error indication. If an error is returned the other elements are undefined. If error is undef the other elements are defined This restores the consistency of the interface as it was before the addition of zebra Signed-off-by: Christophe Croullebois Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 8 03:55:15 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 08 Apr 2011 01:55:15 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1110-gd8b362e 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 d8b362e0f936b916eea44a7a7e655eda97c79ffa (commit) via 5444413a4f6183960f71a7f7eab69e953c515d69 (commit) from 9210aac8cf7bead3a64bf5c290c4943f0d5b90aa (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 | 9 ++- C4/Heading.pm | 7 ++ C4/Matcher.pm | 9 ++- C4/Search.pm | 77 +++++++++++---------- acqui/neworderbiblio.pl | 13 ++-- authorities/authorities-list.pl | 3 + cataloguing/addbiblio.pl | 6 +- cataloguing/addbooks.pl | 4 +- cataloguing/value_builder/unimarc_field_4XX.pl | 5 +- labels/label-item-search.pl | 4 +- misc/migration_tools/bulkmarcimport.pl | 8 +- misc/migration_tools/remove_unused_authorities.pl | 4 + t/db_dependent/lib/KohaTest.pm | 4 +- 13 files changed, 91 insertions(+), 62 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 8 04:04:27 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 08 Apr 2011 02:04:27 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5251, created. v3.02.00-1111-gd31c160 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/enh/bug_5251 has been created at d31c1603cca45c4f4b5b9fa8b2a1785e81f6da05 (commit) - Log ----------------------------------------------------------------- commit d31c1603cca45c4f4b5b9fa8b2a1785e81f6da05 Author: Chris Nighswonger Date: Thu Apr 7 17:54:17 2011 +0200 Bug 5251 : Enhancement: [3.2] (Resubmission) Adding code to support using gmail as an SMTP server This patch adds support for using a gmail account as an SMTP server. It includes a basic HOWTO. Signed-off-by: Magnus Enger Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 8 04:05:47 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 08 Apr 2011 02:05:47 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1111-gd31c160 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 d31c1603cca45c4f4b5b9fa8b2a1785e81f6da05 (commit) from d8b362e0f936b916eea44a7a7e655eda97c79ffa (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/Letters.pm | 4 +- misc/cronjobs/CONFIGURE.gmail | 65 ++++++++++++++++++++++++++++++++ misc/cronjobs/process_message_queue.pl | 22 ++++++++--- 3 files changed, 84 insertions(+), 7 deletions(-) create mode 100644 misc/cronjobs/CONFIGURE.gmail hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 8 04:11:45 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 08 Apr 2011 02:11:45 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_4340, created. v3.02.00-1112-gd29fd92 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/enh/bug_4340 has been created at d29fd92f66bba11ee903aaf38da737e711b9e9b1 (commit) - Log ----------------------------------------------------------------- commit d29fd92f66bba11ee903aaf38da737e711b9e9b1 Author: J. David Bavousett Date: Tue Apr 5 16:26:41 2011 +0200 Bug 4340 - patron name search does not handle punctuated names This patch will enable C4::Members::SearchMember to handle searching for punctuated names (e.g. the "Jones" in "Smith-Jones" or the "Angelo" in "D'Angelo") It is possible to add a bunch of LIKE clauses, but that adds to the search time in a rather dramatic way. REGEXP, by itself, is also a performance killer, but I found a suggestion of using a more-general LIKE ANDed with the specific REGEXP, and this gives excellent performance over other approaches. Signed-off-by: Guillaume Hatt Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 8 04:12:20 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 08 Apr 2011 02:12:20 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1112-gd29fd92 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 d29fd92f66bba11ee903aaf38da737e711b9e9b1 (commit) from d31c1603cca45c4f4b5b9fa8b2a1785e81f6da05 (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/Members.pm | 26 ++++++++++++++++---------- 1 files changed, 16 insertions(+), 10 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 8 04:14:48 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 08 Apr 2011 02:14:48 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_6017, created. v3.02.00-1113-ge2fd348 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_6017 has been created at e2fd348f7f53d4a9a69bc26062c466aa6b79c370 (commit) - Log ----------------------------------------------------------------- commit e2fd348f7f53d4a9a69bc26062c466aa6b79c370 Author: Henri-Damien LAURENT Date: Wed Apr 6 16:51:00 2011 +0200 Bug 6017 : MT3157 : editing an attribute lead to Error500 Editing an extended attribute in the extended attribute tab would lead to an Error500 This patch adds some checks for values before UPDATE in SQLHelper.pm And Adds some checks also befaore calling ModMember in members/memberentry Signed-off-by: St?phane Delaune Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 8 04:20:16 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 08 Apr 2011 02:20:16 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1113-ge2fd348 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 e2fd348f7f53d4a9a69bc26062c466aa6b79c370 (commit) from d29fd92f66bba11ee903aaf38da737e711b9e9b1 (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/SQLHelper.pm | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 8 04:22:40 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 08 Apr 2011 02:22:40 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5921, updated. v3.02.00-875-g13ef254 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/enh/bug_5921 has been updated via 13ef254d21b7b8c2b64c27c299b8affad35a0c1c (commit) from b585b63ec7f0b243f7fa2bf0aa2f17b269ce2665 (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 13ef254d21b7b8c2b64c27c299b8affad35a0c1c Author: Jared Camins-Esakov Date: Sun Apr 3 10:40:12 2011 -0400 Bug 5921 follow-up: fix text wrapping On records with hundreds of items, the "Serial enumeration/chronology" label wraps onto a second line, which is very unattractive. Changing the label to "Serial enumeration" fixes this. Signed-off-by: Claire Hernandez Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/catalogue/moredetail.tmpl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 8 04:25:22 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 08 Apr 2011 02:25:22 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1115-g8307a1f 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 8307a1f79d8143e05c734cc750bb420c1ff41e1c (commit) via 13ef254d21b7b8c2b64c27c299b8affad35a0c1c (commit) from e2fd348f7f53d4a9a69bc26062c466aa6b79c370 (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 8307a1f79d8143e05c734cc750bb420c1ff41e1c Merge: e2fd348f7f53d4a9a69bc26062c466aa6b79c370 13ef254d21b7b8c2b64c27c299b8affad35a0c1c Author: Chris Cormack Date: Fri Apr 8 14:25:08 2011 +1200 Merge remote branch 'kc/new/enh/bug_5921' into kcmaster ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/catalogue/moredetail.tmpl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 8 04:29:52 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 08 Apr 2011 02:29:52 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5917, updated. v3.02.00-1354-g1e7c516 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/enh/bug_5917 has been updated via 1e7c5166aa4fa8f983cce549803c8ddc8893c846 (commit) via 8307a1f79d8143e05c734cc750bb420c1ff41e1c (commit) via 13ef254d21b7b8c2b64c27c299b8affad35a0c1c (commit) via e2fd348f7f53d4a9a69bc26062c466aa6b79c370 (commit) via d29fd92f66bba11ee903aaf38da737e711b9e9b1 (commit) via d31c1603cca45c4f4b5b9fa8b2a1785e81f6da05 (commit) via d8b362e0f936b916eea44a7a7e655eda97c79ffa (commit) via 5444413a4f6183960f71a7f7eab69e953c515d69 (commit) via 9210aac8cf7bead3a64bf5c290c4943f0d5b90aa (commit) via c5762df8235c08fe169ac32e184b7a238766c9fb (commit) via b390c657b83961f999baa2be66fb1766056ac8a4 (commit) via 44fe3559bbe462c3f29c2ef6cdfe73bcc26017bc (commit) via 0b96414ce36e4c6baf7bac89f454ae04067a8d7b (commit) via 36efd0d4d0cfe5bbdcd9a4b48e0e417a59aaa63a (commit) via 760babcf4c7573620cf3e03c0e0899282b6634b1 (commit) via 4747f5adb25dce337fe295e3442e19bcacadeffa (commit) via 65c21fa52f9a44920e341f39b23bd877f5c87c84 (commit) via c0ecd7df4fdfa9e2520b1acc498a820f6abebaf1 (commit) via bd4bf5485c88314e3d0e9794f520e88dced6d790 (commit) via f098258e8cf2d616c6bbc35e44c6a1df47be8517 (commit) via d269389839415ce4d14f7bc01635978807374631 (commit) via 913d520be7fddb8664753fa202f4f0362634c833 (commit) via 52ff3ca6ec6dbb801f27f6de84747032828ad004 (commit) via 6de105084e8ed08846545848e0d5cd3e3ba9d178 (commit) via b67375b3d24f40026b1f21cacb1dab1a2150d341 (commit) via f0de62e4cc26b21f18005e25d32431c70ef78b61 (commit) via a079522f544eeb4fd90cabd93018811ffc7133ad (commit) via a59b1d23bb807b3946320365127b82fbcc144914 (commit) via 7d63594b818b6f8a39cdd4634ced53440c690ed6 (commit) via 6e58529bdd78f0593c9ad8b767715ff2d32e8ba8 (commit) via c0655aabe47cfe21e7846b7a8956db92c1e5b5d2 (commit) via 0cf2eccfe926f77753a2b948e2babf077e2975d3 (commit) via 22dc04e24c9af810672ee8f6e313316f3bcc9a59 (commit) via e5ff05857e5b99ab19210bc272086f253ea9404b (commit) via 2950fc5596542ff181f05f766f32855089f96528 (commit) via 2a489184c088f0b023285069706f8ff614e4704e (commit) via 9a54047b6d10eb4b553ad29c6130a1e276252fe5 (commit) via 0ee5b38b1c5f787f02fd7617d3e747dc7c6b51bf (commit) from 1c9ef0f9aeb35d42068db99615db677974c95d16 (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 1e7c5166aa4fa8f983cce549803c8ddc8893c846 Merge: 1c9ef0f9aeb35d42068db99615db677974c95d16 8307a1f79d8143e05c734cc750bb420c1ff41e1c Author: Chris Cormack Date: Fri Apr 8 14:29:21 2011 +1200 Merge remote branch 'kc/master' into new/enh/bug_5917 ----------------------------------------------------------------------- Summary of changes: C4/Auth.pm | 44 +- C4/AuthoritiesMarc.pm | 12 +- C4/Biblio.pm | 34 ++ C4/Heading.pm | 7 + C4/Koha.pm | 2 +- C4/Letters.pm | 4 +- C4/Matcher.pm | 9 +- C4/Members.pm | 26 +- C4/Reports/Guided.pm | 29 +- C4/SQLHelper.pm | 1 + C4/Search.pm | 77 ++-- C4/VirtualShelves.pm | 61 ++-- C4/VirtualShelves/Page.pm | 12 +- acqui/booksellers.pl | 2 +- acqui/neworderbiblio.pl | 13 +- acqui/neworderempty.pl | 2 +- acqui/parcels.pl | 2 +- acqui/supplier.pl | 2 +- admin/categorie.pl | 2 +- authorities/authorities-list.pl | 3 + catalogue/search.pl | 15 +- cataloguing/addbiblio.pl | 8 +- cataloguing/addbooks.pl | 4 +- cataloguing/value_builder/unimarc_field_4XX.pl | 5 +- cataloguing/z3950_search.pl | 8 + circ/overdue.pl | 16 + docs/history.txt | 1 + etc/zebradb/authorities/etc/bib1.att | 2 + etc/zebradb/marc_defs/unimarc/biblios/record.abs | 2 +- .../marc21/optional/marc21_fastadd_framework.sql | 2 +- .../fr-FR/1-Obligatoire/authorised_values.sql | 490 ++++++++++---------- .../prog/en/includes/acquisitions-toolbar.inc | 22 +- .../prog/en/modules/acqui/basket.tmpl | 1 + .../prog/en/modules/acqui/booksellers.tmpl | 4 +- .../prog/en/modules/acqui/neworderempty.tmpl | 4 +- .../prog/en/modules/admin/fieldmapping.tmpl | 2 +- .../en/modules/admin/marc_subfields_structure.tmpl | 2 +- .../prog/en/modules/admin/marctagstructure.tmpl | 1 - .../prog/en/modules/batch/print-notices.tmpl | 1 + .../prog/en/modules/catalogue/moredetail.tmpl | 2 +- .../prog/en/modules/catalogue/results.tmpl | 2 +- .../prog/en/modules/cataloguing/z3950_search.tmpl | 18 +- .../help/admin/marc_subfields_structure.tmpl | 2 +- .../en/modules/reports/guided_reports_start.tmpl | 3 + .../prog/en/modules/tools/stage-marc-import.tmpl | 3 - koha-tmpl/opac-tmpl/prog/en/css/opac.css | 2 +- .../opac-tmpl/prog/en/modules/opac-shelves.tmpl | 6 +- labels/label-item-search.pl | 4 +- members/memberentry.pl | 4 + misc/cronjobs/CONFIGURE.gmail | 65 +++ misc/cronjobs/process_message_queue.pl | 22 +- misc/migration_tools/bulkmarcimport.pl | 8 +- misc/migration_tools/remove_unused_authorities.pl | 4 + opac/opac-addbybiblionumber.pl | 11 +- reports/guided_reports.pl | 6 +- t/db_dependent/lib/KohaTest.pm | 4 +- virtualshelves/addbybiblionumber.pl | 4 +- 57 files changed, 650 insertions(+), 454 deletions(-) create mode 100644 misc/cronjobs/CONFIGURE.gmail hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 9 00:22:30 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 08 Apr 2011 22:22:30 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_5234, created. v3.02.00-1089-g8464104 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_5234 has been created at 8464104fb299d1b1d707c0a083a04dce7c108953 (commit) - Log ----------------------------------------------------------------- commit 8464104fb299d1b1d707c0a083a04dce7c108953 Author: Owen Leonard Date: Thu Apr 7 15:34:07 2011 +0200 Fix for Bug 5234 - Remove unused CSS files Signed-off-by: Magnus Enger Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 9 00:23:26 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 08 Apr 2011 22:23:26 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1117-g2cf3e24 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 2cf3e24797d80e266bd2f4bb0a0f5a9ba400b236 (commit) via 8464104fb299d1b1d707c0a083a04dce7c108953 (commit) from 8307a1f79d8143e05c734cc750bb420c1ff41e1c (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 2cf3e24797d80e266bd2f4bb0a0f5a9ba400b236 Merge: 8307a1f79d8143e05c734cc750bb420c1ff41e1c 8464104fb299d1b1d707c0a083a04dce7c108953 Author: Chris Cormack Date: Sat Apr 9 10:22:46 2011 +1200 Merge remote branch 'kc/new/bug_5234' into kcmaster ----------------------------------------------------------------------- Summary of changes: .../intranet-tmpl/prog/en/css/intranet-print.css | 235 ------- koha-tmpl/intranet-tmpl/prog/en/css/intranet.css | 491 --------------- koha-tmpl/intranet-tmpl/prog/en/css/intranet2.css | 665 -------------------- .../intranet-tmpl/prog/en/css/intranet2popup.css | 551 ---------------- .../intranet-tmpl/prog/en/css/pages/addbiblio.css | 75 --- .../intranet-tmpl/prog/en/css/staff-global2.css | 575 ----------------- 6 files changed, 0 insertions(+), 2592 deletions(-) delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/css/intranet-print.css delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/css/intranet.css delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/css/intranet2.css delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/css/intranet2popup.css delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/css/pages/addbiblio.css delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/css/staff-global2.css hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 9 00:26:12 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 08 Apr 2011 22:26:12 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_6118, created. v3.02.00-1118-g074bcc1 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_6118 has been created at 074bcc1970f0417d2e39ed59cb99501c32ef21e5 (commit) - Log ----------------------------------------------------------------- commit 074bcc1970f0417d2e39ed59cb99501c32ef21e5 Author: Paul Poulain Date: Fri Apr 8 09:25:16 2011 +0200 Bug 6118 - Title-host missing in Search.pm in Search.pm, in the list of available indexes, Title-host is missing Signed-off-by: Jonathan Druart Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 9 00:27:07 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 08 Apr 2011 22:27:07 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1118-g074bcc1 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 074bcc1970f0417d2e39ed59cb99501c32ef21e5 (commit) from 2cf3e24797d80e266bd2f4bb0a0f5a9ba400b236 (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/Search.pm | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 9 00:35:28 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 08 Apr 2011 22:35:28 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_6130, created. v3.02.00-1119-g7c08d7c 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_6130 has been created at 7c08d7c81edf6b25d74c71d57414dc9da78810d8 (commit) - Log ----------------------------------------------------------------- commit 7c08d7c81edf6b25d74c71d57414dc9da78810d8 Author: Alex Arnaud Date: Fri Apr 8 11:49:20 2011 +0200 Bug #6130 - Letters: Fixing Subject encoding Signed-off-by: St?phane Delaune Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 9 00:36:22 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 08 Apr 2011 22:36:22 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1119-g7c08d7c 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 7c08d7c81edf6b25d74c71d57414dc9da78810d8 (commit) from 074bcc1970f0417d2e39ed59cb99501c32ef21e5 (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/Letters.pm | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 9 00:41:49 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 08 Apr 2011 22:41:49 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_6052, created. v3.02.00-1120-g18b89e9 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_6052 has been created at 18b89e9a67470eabb6878dd2e00edbe0e6fa396b (commit) - Log ----------------------------------------------------------------- commit 18b89e9a67470eabb6878dd2e00edbe0e6fa396b Author: Alex Arnaud Date: Fri Apr 8 10:10:16 2011 +0200 Bug #6052 - BranchTransfer Limit :Adds a default value Signed-off-by: Christophe Croullebois Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 9 00:42:42 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 08 Apr 2011 22:42:42 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1120-g18b89e9 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 18b89e9a67470eabb6878dd2e00edbe0e6fa396b (commit) from 7c08d7c81edf6b25d74c71d57414dc9da78810d8 (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: admin/branch_transfer_limits.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 9 00:47:49 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 08 Apr 2011 22:47:49 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_6108, created. v3.02.00-1121-gbda0be4 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_6108 has been created at bda0be46b2b35b6879f3dc0fd3ab1834755733a0 (commit) - Log ----------------------------------------------------------------- commit bda0be46b2b35b6879f3dc0fd3ab1834755733a0 Author: St?phane Delaune Date: Fri Apr 8 15:07:08 2011 +0200 Bug 6108 - Quicksearch in member.pl does not display paging correctly Signed-off-by: St?phane Delaune Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 9 00:48:18 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 08 Apr 2011 22:48:18 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1121-gbda0be4 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 bda0be46b2b35b6879f3dc0fd3ab1834755733a0 (commit) from 18b89e9a67470eabb6878dd2e00edbe0e6fa396b (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: members/member.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 9 00:51:23 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 08 Apr 2011 22:51:23 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_5950, created. v3.02.00-1122-gb29e6e8 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_5950 has been created at b29e6e860957393e05888fb01c3dd53cc67b3e6f (commit) - Log ----------------------------------------------------------------- commit b29e6e860957393e05888fb01c3dd53cc67b3e6f Author: Owen Leonard Date: Fri Apr 8 12:16:08 2011 +0200 Fix for Bug 5950 - changing frameworks doesn't change anymore Selecting a framework from the dropdown menu has never (AFAICT) auto-submitted the form to change the framework. This patch reformats the form in order to make it clearer that this menu is part of the search function. Signed-off-by: fdurand Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 9 00:53:08 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 08 Apr 2011 22:53:08 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1122-gb29e6e8 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 b29e6e860957393e05888fb01c3dd53cc67b3e6f (commit) from bda0be46b2b35b6879f3dc0fd3ab1834755733a0 (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/admin/marctagstructure.tmpl | 29 +++++++++----------- 1 files changed, 13 insertions(+), 16 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 9 00:57:10 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 08 Apr 2011 22:57:10 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_6087, created. v3.02.00-1123-g5b16634 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_6087 has been created at 5b16634c0c692a40899d67c7946e68f3fa303910 (commit) - Log ----------------------------------------------------------------- commit 5b16634c0c692a40899d67c7946e68f3fa303910 Author: Paul Poulain Date: Fri Apr 8 10:04:44 2011 +0200 BZ6087: remove duplicate budget link this feature doesn't exist yet, so the link is useless Signed-off-by: Katrin Fischer Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 9 00:58:40 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 08 Apr 2011 22:58:40 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1123-g5b16634 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 5b16634c0c692a40899d67c7946e68f3fa303910 (commit) from b29e6e860957393e05888fb01c3dd53cc67b3e6f (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/includes/budgets-admin-toolbar.inc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 9 01:07:17 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 08 Apr 2011 23:07:17 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_6053, created. v3.02.00-1124-gac9e9cf 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_6053 has been created at ac9e9cf809fd486cd98e826f0d3e92f1ab5d659e (commit) - Log ----------------------------------------------------------------- commit ac9e9cf809fd486cd98e826f0d3e92f1ab5d659e Author: Sophie Meynieux Date: Tue Apr 5 11:31:00 2011 +0200 bug #6053 Improvement of letter HOLD_PRINT Modify title template for letter HOLD_PRINT in installer sample data Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 9 01:07:50 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 08 Apr 2011 23:07:50 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1124-gac9e9cf 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 ac9e9cf809fd486cd98e826f0d3e92f1ab5d659e (commit) from 5b16634c0c692a40899d67c7946e68f3fa303910 (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: .../mysql/fr-FR/1-Obligatoire/sample_notices.sql | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 9 01:19:44 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 08 Apr 2011 23:19:44 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_6049, created. v3.02.00-1125-g4268fd3 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/enh/bug_6049 has been created at 4268fd376f09df33fd3799f5b4bd58af2714182e (commit) - Log ----------------------------------------------------------------- commit 4268fd376f09df33fd3799f5b4bd58af2714182e Author: Alex Arnaud Date: Wed Apr 6 10:20:59 2011 +0200 Bug #6049 - Add a filter by date in overdue.pl Signed-off-by: Christophe Croullebois Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 9 01:20:25 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 08 Apr 2011 23:20:25 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1125-g4268fd3 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 4268fd376f09df33fd3799f5b4bd58af2714182e (commit) from ac9e9cf809fd486cd98e826f0d3e92f1ab5d659e (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: circ/overdue.pl | 12 ++++++- .../prog/en/modules/circ/overdue.tmpl | 30 ++++++++++++++++++++ 2 files changed, 40 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 9 01:24:26 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 08 Apr 2011 23:24:26 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_6054, created. v3.02.00-1126-g7cc7fb8 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/enh/bug_6054 has been created at 7cc7fb8c9913ed14af7230e0e90b8407c8140a08 (commit) - Log ----------------------------------------------------------------- commit 7cc7fb8c9913ed14af7230e0e90b8407c8140a08 Author: Alex Arnaud Date: Tue Apr 5 13:40:55 2011 +0200 bug #6054 - Add a filter by active budget on acqui-home Signed-off-by: Katrin Fischer Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 9 01:24:51 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 08 Apr 2011 23:24:51 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1126-g7cc7fb8 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 7cc7fb8c9913ed14af7230e0e90b8407c8140a08 (commit) from 4268fd376f09df33fd3799f5b4bd58af2714182e (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/acqui-home.pl | 18 +++++++- .../prog/en/modules/acqui/acqui-home.tmpl | 46 +++++++++++++++++-- 2 files changed, 58 insertions(+), 6 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 9 01:28:08 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 08 Apr 2011 23:28:08 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_6119, created. v3.02.00-1127-g4468aea 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/enh/bug_6119 has been created at 4468aea43c3a92a19bf7d91a5f9125ab3774677b (commit) - Log ----------------------------------------------------------------- commit 4468aea43c3a92a19bf7d91a5f9125ab3774677b Author: Alex Arnaud Date: Thu Apr 7 17:37:03 2011 +0200 Bug #6119 - Add biblioitems.itemtype in columns for items.content Signed-off-by: Christophe Croullebois Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 9 01:28:30 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 08 Apr 2011 23:28:30 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1127-g4468aea 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 4468aea43c3a92a19bf7d91a5f9125ab3774677b (commit) from 7cc7fb8c9913ed14af7230e0e90b8407c8140a08 (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: misc/cronjobs/overdue_notices.pl | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 9 01:40:30 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 08 Apr 2011 23:40:30 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_4449, updated. v3.02.00-235-g00e019b 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/enh/bug_4449 has been updated via 00e019bfd7c671c723e7d74e2a1558bb5da62e2a (commit) from 5e8b078651624cee7bc4f86e206cf36c8ace9c4d (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 00e019bfd7c671c723e7d74e2a1558bb5da62e2a Author: Ian Walls Date: Thu Sep 9 16:19:10 2010 -0400 Fix for Bug 4449: AllowHoldPolicyOverride cannot over all policies AllowHoldPolicyOverride should be able to override AllowOnShelfHolds, as well as other possible reasons for blocking a hold. Before, this only allowed override of branch policies set in Circ Rules. Signed-off-by: Nicole Engard Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: reserve/request.pl | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 9 01:41:10 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 08 Apr 2011 23:41:10 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1129-gef8171b 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 ef8171ba425f766b67d9e139194b6a8d570e301e (commit) via 00e019bfd7c671c723e7d74e2a1558bb5da62e2a (commit) from 4468aea43c3a92a19bf7d91a5f9125ab3774677b (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 ef8171ba425f766b67d9e139194b6a8d570e301e Merge: 4468aea43c3a92a19bf7d91a5f9125ab3774677b 00e019bfd7c671c723e7d74e2a1558bb5da62e2a Author: Chris Cormack Date: Sat Apr 9 11:40:47 2011 +1200 Merge remote branch 'kc/new/enh/bug_4449' into kcmaster ----------------------------------------------------------------------- Summary of changes: reserve/request.pl | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 9 01:43:31 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 08 Apr 2011 23:43:31 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_4394, created. v3.02.00-1131-g2989199 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/enh/bug_4394 has been created at 298919981c0ae0b6a57b1d005182bb7679534735 (commit) - Log ----------------------------------------------------------------- commit 298919981c0ae0b6a57b1d005182bb7679534735 Author: Owen Leonard Date: Tue Apr 5 17:28:15 2011 +0200 Bug 4394 Adding preference definition change to opac.pref Signed-off-by: Magnus Enger Signed-off-by: Chris Cormack commit ac4e83161c7aac7414239642b49bdc3afbcb3f0b Author: Jane Wagner Date: Tue Apr 5 17:27:55 2011 +0200 Bug 4394 REVISED Allow opaccolorstylesheet syspref to use an external URL Previous code would only allow for an auxiliary stylesheet on the same server. This checks for http in the opaccolorstylesheet syspref. If it's found, sets a different variable pointing to the remote server location. If not found, retains the previous css directory path. Also modifies the description of opaccolorstylesheet in the installer files to reflect current usage as an auxiliary stylesheet. Signed-off-by: Magnus Enger Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 9 01:43:57 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 08 Apr 2011 23:43:57 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1131-g2989199 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 298919981c0ae0b6a57b1d005182bb7679534735 (commit) via ac4e83161c7aac7414239642b49bdc3afbcb3f0b (commit) from ef8171ba425f766b67d9e139194b6a8d570e301e (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 | 20 ++++++++++++++++++-- installer/data/mysql/en/mandatory/sysprefs.sql | 2 +- .../1-Obligatoire/unimarc_standard_systemprefs.sql | 2 +- installer/data/mysql/pl-PL/mandatory/sysprefs.sql | 2 +- ...m_preferences_full_optimal_for_install_only.sql | 2 +- .../prog/en/modules/admin/preferences/opac.pref | 4 ++-- .../opac-tmpl/prog/en/includes/doc-head-close.inc | 3 +++ 7 files changed, 27 insertions(+), 8 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 9 01:52:38 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 08 Apr 2011 23:52:38 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5422, created. v3.02.00-1138-g3224b92 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/enh/bug_5422 has been created at 3224b92743eec68bc211018daf0fd923b39984f7 (commit) - Log ----------------------------------------------------------------- commit 3224b92743eec68bc211018daf0fd923b39984f7 Author: Katrin Fischer Date: Thu Apr 7 11:41:36 2011 +0200 Bug 5422: Add missing fields to deletedborrowers and change datatype to text Signed-off-by: Magnus Enger Signed-off-by: Chris Cormack commit b0f74b68bdd45cfde849c40a8fae21990adec523 Author: Katrin Fischer Date: Thu Apr 7 11:41:35 2011 +0200 Bug 5422: Small layout correction to borrower search result list Signed-off-by: Magnus Enger Signed-off-by: Chris Cormack commit f81726249b615e4a20a94818762ac654172bc2f8 Author: Owen Leonard Date: Thu Apr 7 11:41:34 2011 +0200 Adding state to output of patron search results screen Signed-off-by: Magnus Enger Signed-off-by: Chris Cormack commit 07ec1afa970db753581a5c975aeb76588b1b27ba Author: Katrin Fischer Date: Thu Apr 7 11:41:33 2011 +0200 Bug 5422: Add missing fields to deletedborrowers and change datatype to text Signed-off-by: Magnus Enger Signed-off-by: Chris Cormack commit e82f88d5d97dbf478dd3598e3ccbfe60f602588d Author: Owen Leonard Date: Thu Apr 7 11:41:32 2011 +0200 Additional fixes for Bug 5422, Separate state field for patron's adresses Adding state variable to various circ and member pages so that sidebar display of patron details includes state. Signed-off-by: Magnus Enger Signed-off-by: Chris Cormack commit 21727e00f5238903edf94e2efc56d62aa42bed4c Author: Katrin Fischer Date: Thu Apr 7 11:41:31 2011 +0200 Bug 5422: Separate state field for patron's addresses Signed-off-by: Magnus Enger Signed-off-by: Chris Cormack commit 0ff09dc64993551d1b3cda3633605c73dacbacb7 Author: Katrin Fischer Date: Thu Apr 7 11:41:30 2011 +0200 Bug 5422: Separate state field for patron's addresses - database update Signed-off-by: Magnus Enger Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 9 01:53:07 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 08 Apr 2011 23:53:07 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1138-g3224b92 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 3224b92743eec68bc211018daf0fd923b39984f7 (commit) via b0f74b68bdd45cfde849c40a8fae21990adec523 (commit) via f81726249b615e4a20a94818762ac654172bc2f8 (commit) via 07ec1afa970db753581a5c975aeb76588b1b27ba (commit) via e82f88d5d97dbf478dd3598e3ccbfe60f602588d (commit) via 21727e00f5238903edf94e2efc56d62aa42bed4c (commit) via 0ff09dc64993551d1b3cda3633605c73dacbacb7 (commit) from 298919981c0ae0b6a57b1d005182bb7679534735 (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_with_ldap.pm | 127 ++++++++++-------- C4/SIP/ILS/Patron.pm | 137 ++++++++++---------- circ/circulation.pl | 1 + installer/data/mysql/kohastructure.sql | 6 + installer/data/mysql/updatedatabase.pl | 12 ++ .../intranet-tmpl/prog/en/includes/circ-menu.inc | 5 +- .../en/modules/help/tools/import_borrowers.tmpl | 4 +- .../prog/en/modules/members/guarantor_search.tmpl | 9 +- .../prog/en/modules/members/member.tmpl | 2 +- .../prog/en/modules/members/memberentrygen.tmpl | 40 +++++- .../prog/en/modules/members/moremember.tmpl | 9 +- .../opac-tmpl/prog/en/modules/opac-userupdate.tmpl | 12 +- kohaversion.pl | 2 +- members/boraccount.pl | 1 + members/guarantor_search.pl | 2 + members/mancredit.pl | 1 + members/maninvoice.pl | 1 + members/member-flags.pl | 1 + members/member-password.pl | 1 + members/moremember.pl | 2 +- members/pay.pl | 1 + members/readingrec.pl | 1 + opac/opac-userupdate.pl | 2 +- tools/viewlog.pl | 3 +- 24 files changed, 235 insertions(+), 147 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 9 01:57:08 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 08 Apr 2011 23:57:08 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1139-g4f170b7 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 4f170b7b5644257278015e2ce570712d1cdb83b7 (commit) from 3224b92743eec68bc211018daf0fd923b39984f7 (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 4f170b7b5644257278015e2ce570712d1cdb83b7 Author: Chris Cormack Date: Sat Apr 9 11:56:17 2011 +1200 Bumping database version ----------------------------------------------------------------------- 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 Sat Apr 9 02:02:12 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 09 Apr 2011 00:02:12 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5431, created. v3.02.00-1140-gac2da44 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/enh/bug_5431 has been created at ac2da44b69397296266694267deffca3ac102068 (commit) - Log ----------------------------------------------------------------- commit ac2da44b69397296266694267deffca3ac102068 Author: Katrin Fischer Date: Thu Apr 7 16:28:38 2011 +0200 Bug 5431: Separate state field for library addresses Signed-off-by: Magnus Enger Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 9 02:07:16 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 09 Apr 2011 00:07:16 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1141-gc218254 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 c218254018f43f0702aa5178bbb4c8f327ab0746 (commit) via ac2da44b69397296266694267deffca3ac102068 (commit) from 4f170b7b5644257278015e2ce570712d1cdb83b7 (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 c218254018f43f0702aa5178bbb4c8f327ab0746 Author: Chris Cormack Date: Sat Apr 9 12:06:32 2011 +1200 Updating database number ----------------------------------------------------------------------- Summary of changes: C4/Branch.pm | 10 ++++++---- admin/branches.pl | 3 ++- installer/data/mysql/kohastructure.sql | 1 + installer/data/mysql/updatedatabase.pl | 6 ++++++ .../prog/en/modules/admin/branches.tmpl | 6 ++++-- kohaversion.pl | 2 +- 6 files changed, 20 insertions(+), 8 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 9 09:18:22 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 09 Apr 2011 07:18:22 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1144-gc1181b7 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 c1181b780bb87ae688d15070001ce9b949c35070 (commit) via 228587f19b25406f8a2ee76827524ef3fc921a77 (commit) via edf8ad5d5da9c11e0dc61c1df40ce977e9e6a125 (commit) from c218254018f43f0702aa5178bbb4c8f327ab0746 (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 c1181b780bb87ae688d15070001ce9b949c35070 Merge: c218254018f43f0702aa5178bbb4c8f327ab0746 228587f19b25406f8a2ee76827524ef3fc921a77 Author: Chris Cormack Date: Sat Apr 9 19:16:45 2011 +1200 Merge remote branch 'kc/new/pending_qa/enh/bug_3644' into kcmaster ----------------------------------------------------------------------- Summary of changes: C4/Biblio.pm | 36 +- C4/Charset.pm | 8 +- C4/Koha.pm | 49 +- Makefile.PL | 4 +- cataloguing/value_builder/normarc_field_007.pl | 162 + cataloguing/value_builder/normarc_field_008.pl | 184 + cataloguing/value_builder/normarc_leader.pl | 106 + etc/zebradb/lang_defs/nb/sort-string-utf.chr | 43 + etc/zebradb/marc_defs/normarc/biblios/record.abs | 327 ++ .../marcflavour/normarc/Obligatorisk/normarc.sql | 991 +++++ .../marcflavour/normarc/Obligatorisk/normarc.txt | 1 + .../en/modules/admin/preferences/cataloguing.pref | 1 + .../value_builder/normarc_field_007.tmpl | 2825 ++++++++++++ .../value_builder/normarc_field_008.tmpl | 4519 ++++++++++++++++++++ .../cataloguing/value_builder/normarc_leader.tmpl | 223 + ...{MARC21slim2OAIDC.xsl => NORMARCslim2OAIDC.xsl} | 0 .../prog/en/xslt/NORMARCslim2OPACDetail.xsl | 528 +++ .../prog/en/xslt/NORMARCslim2OPACResults.xsl | 871 ++++ .../opac-tmpl/prog/en/xslt/NORMARCslimUtils.xsl | 205 + 19 files changed, 11035 insertions(+), 48 deletions(-) mode change 100644 => 100755 C4/Biblio.pm create mode 100755 cataloguing/value_builder/normarc_field_007.pl create mode 100755 cataloguing/value_builder/normarc_field_008.pl create mode 100755 cataloguing/value_builder/normarc_leader.pl create mode 100644 etc/zebradb/lang_defs/nb/sort-string-utf.chr create mode 100644 etc/zebradb/marc_defs/normarc/biblios/record.abs create mode 100644 installer/data/mysql/nb-NO/marcflavour/normarc/Obligatorisk/normarc.sql create mode 100644 installer/data/mysql/nb-NO/marcflavour/normarc/Obligatorisk/normarc.txt create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/normarc_field_007.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/normarc_field_008.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/normarc_leader.tmpl copy koha-tmpl/intranet-tmpl/prog/en/xslt/{MARC21slim2OAIDC.xsl => NORMARCslim2OAIDC.xsl} (100%) create mode 100644 koha-tmpl/opac-tmpl/prog/en/xslt/NORMARCslim2OPACDetail.xsl create mode 100644 koha-tmpl/opac-tmpl/prog/en/xslt/NORMARCslim2OPACResults.xsl create mode 100644 koha-tmpl/opac-tmpl/prog/en/xslt/NORMARCslimUtils.xsl hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 9 09:23:27 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 09 Apr 2011 07:23:27 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5671, created. v3.02.00-1145-g004d2a1 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/enh/bug_5671 has been created at 004d2a10c5eaebaea31e3319577cd9b9d48cb753 (commit) - Log ----------------------------------------------------------------- commit 004d2a10c5eaebaea31e3319577cd9b9d48cb753 Author: Magnus Enger Date: Wed Apr 6 10:20:29 2011 -0400 Bug 5671 Revised Patch #2 - Add a column of custom HTML to my summary Fix JS error in /koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tmpl Signed-off-by: Ian Walls Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 9 09:24:47 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 09 Apr 2011 07:24:47 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1145-g004d2a1 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 004d2a10c5eaebaea31e3319577cd9b9d48cb753 (commit) from c1181b780bb87ae688d15070001ce9b949c35070 (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: installer/data/mysql/de-DE/mandatory/sysprefs.sql | 1 + installer/data/mysql/en/mandatory/sysprefs.sql | 1 + .../1-Obligatoire/unimarc_standard_systemprefs.sql | 1 + installer/data/mysql/it-IT/necessari/sysprefs.sql | 1 + installer/data/mysql/pl-PL/mandatory/sysprefs.sql | 1 + ...m_preferences_full_optimal_for_install_only.sql | 1 + ...m_preferences_full_optimal_for_install_only.sql | 1 + .../prog/en/modules/admin/preferences/opac.pref | 6 ++++++ koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tmpl | 14 ++++++++++---- opac/opac-user.pl | 18 +++++++++++++++--- 10 files changed, 38 insertions(+), 7 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 9 09:26:01 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 09 Apr 2011 07:26:01 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_5498, created. v3.02.00-1146-gdb6ab6a 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_5498 has been created at db6ab6a6fdc2da1573da9cafc728e7fab065d749 (commit) - Log ----------------------------------------------------------------- commit db6ab6a6fdc2da1573da9cafc728e7fab065d749 Author: Owen Leonard Date: Fri Apr 8 11:52:44 2011 +0200 Fix for bug 5498, Standardize markup and style of pagination menus Signed-off-by: fdurand Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 9 09:26:32 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 09 Apr 2011 07:26:32 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1146-gdb6ab6a 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 db6ab6a6fdc2da1573da9cafc728e7fab065d749 (commit) from 004d2a10c5eaebaea31e3319577cd9b9d48cb753 (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/acqui/neworderbiblio.tmpl | 4 ++-- .../prog/en/modules/admin/aqbudgetperiods.tmpl | 2 +- .../prog/en/modules/admin/aqbudgets.tmpl | 2 +- .../prog/en/modules/admin/classsources.tmpl | 3 +-- .../prog/en/modules/admin/itemtypes.tmpl | 2 +- .../prog/en/modules/admin/matching-rules.tmpl | 2 +- .../prog/en/modules/admin/patron-attr-types.tmpl | 2 +- .../en/modules/authorities/searchresultlist.tmpl | 2 +- .../prog/en/modules/cataloguing/addbooks.tmpl | 2 +- .../value_builder/unimarc_field_210c.tmpl | 4 ++-- .../en/modules/patroncards/members-search.tmpl | 2 +- .../en/modules/reports/guided_reports_start.tmpl | 2 +- .../prog/en/modules/serials/member-search.tmpl | 2 +- .../intranet-tmpl/prog/en/modules/tags/review.tmpl | 2 +- .../prog/en/modules/virtualshelves/shelves.tmpl | 2 +- 15 files changed, 17 insertions(+), 18 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 9 09:32:29 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 09 Apr 2011 07:32:29 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5631, created. v3.02.00-1147-g40b4990 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/enh/bug_5631 has been created at 40b49900c34e47916ebf7c8ec4a73446dec72820 (commit) - Log ----------------------------------------------------------------- commit 40b49900c34e47916ebf7c8ec4a73446dec72820 Author: Henri-Damien LAURENT Date: Mon Apr 4 17:51:50 2011 +0200 Bug 5631 : (MT #2993) add EAN, PUC and Music-Number indexes This fix add different "music" identifier to zebra indexes, for example it permit search through CDs via EAN. Signed-off-by: fdurand Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 9 09:33:14 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 09 Apr 2011 07:33:14 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1147-g40b4990 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 40b49900c34e47916ebf7c8ec4a73446dec72820 (commit) from db6ab6a6fdc2da1573da9cafc728e7fab065d749 (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/Search.pm | 3 +++ etc/zebradb/ccl.properties | 6 ++++++ etc/zebradb/marc_defs/unimarc/biblios/record.abs | 3 +++ 3 files changed, 12 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 9 09:36:05 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 09 Apr 2011 07:36:05 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5637, created. v3.02.00-1148-g0c8c7a8 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/enh/bug_5637 has been created at 0c8c7a8db6d18efc4632e6ba006aecaf1ec32ee0 (commit) - Log ----------------------------------------------------------------- commit 0c8c7a8db6d18efc4632e6ba006aecaf1ec32ee0 Author: Henri-Damien LAURENT Date: Wed Apr 6 17:00:45 2011 +0200 Bug 5637 : MT3044 : Fix CSV export when rer are blank characters Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 9 09:37:12 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 09 Apr 2011 07:37:12 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1148-g0c8c7a8 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 0c8c7a8db6d18efc4632e6ba006aecaf1ec32ee0 (commit) from 40b49900c34e47916ebf7c8ec4a73446dec72820 (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/Record.pm | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 9 11:05:38 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 09 Apr 2011 09:05:38 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1149-ge6ec28d 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 e6ec28d062da657eb6ee431506694fc557fb44cb (commit) from 0c8c7a8db6d18efc4632e6ba006aecaf1ec32ee0 (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 e6ec28d062da657eb6ee431506694fc557fb44cb Author: Chris Cormack Date: Sat Apr 9 21:04:50 2011 +1200 Fixing a typo in systempreferences ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/en/mandatory/sysprefs.sql | 2 +- installer/data/mysql/pl-PL/mandatory/sysprefs.sql | 1 - ...m_preferences_full_optimal_for_install_only.sql | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 9 11:28:52 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 09 Apr 2011 09:28:52 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5728, created. v3.02.00-1151-g3b7a22a 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/enh/bug_5728 has been created at 3b7a22aa099410cb3537cea3b5c87d7b61f7fe79 (commit) - Log ----------------------------------------------------------------- commit 3b7a22aa099410cb3537cea3b5c87d7b61f7fe79 Author: fdurand Date: Wed Apr 6 16:01:22 2011 +0200 Bug 5728: Adding kohaversion and fix syntax error in updatedatabase.pl Signed-off-by: fdurand Signed-off-by: Chris Cormack commit 1fafaafc9a165a662cc8c2431956c92ca3f7d13d Author: St?phane Delaune Date: Wed Apr 6 15:59:53 2011 +0200 Bug 5728: adding note and manager_id fields to accountlines Biblibre bug #1874 Signed-off-by: fdurand Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 9 11:31:10 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 09 Apr 2011 09:31:10 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1152-g7e7c6bc 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 7e7c6bcb34db54a8da26e60e67bb9e64473095bb (commit) via 3b7a22aa099410cb3537cea3b5c87d7b61f7fe79 (commit) via 1fafaafc9a165a662cc8c2431956c92ca3f7d13d (commit) from e6ec28d062da657eb6ee431506694fc557fb44cb (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 7e7c6bcb34db54a8da26e60e67bb9e64473095bb Author: Chris Cormack Date: Sat Apr 9 21:30:45 2011 +1200 Bumping database version ----------------------------------------------------------------------- Summary of changes: C4/Accounts.pm | 25 ++++++--- C4/Context.pm | 2 +- installer/data/mysql/kohastructure.sql | 2 + installer/data/mysql/updatedatabase.pl | 8 +++ .../prog/en/modules/members/boraccount.tmpl | 2 + .../prog/en/modules/members/mancredit.tmpl | 1 + .../prog/en/modules/members/maninvoice.tmpl | 1 + .../intranet-tmpl/prog/en/modules/members/pay.tmpl | 12 ++++- kohaversion.pl | 2 +- members/mancredit.pl | 19 ++++--- members/maninvoice.pl | 55 ++++++++++--------- members/pay.pl | 8 +++ 12 files changed, 90 insertions(+), 47 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 9 11:46:39 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 09 Apr 2011 09:46:39 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5961, created. v3.02.00-1153-g7e1077b 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/enh/bug_5961 has been created at 7e1077b51bbdd13e4a8032f73b286b1ea61bb288 (commit) - Log ----------------------------------------------------------------- commit 7e1077b51bbdd13e4a8032f73b286b1ea61bb288 Author: Paul Poulain Date: Tue Apr 5 12:16:43 2011 +0200 Bug 5961: Filling a basket from the reservoir creating a form order to import all records from a staged file at once. All lines of the choosen staged file will be created with the same budget and item (if applicable depending on AcqCreateItem syspref) BibLibre bug #4007 Signed-off-by: Katrin Fischer Bug 5961: follow-up : use matchingrules selected in manage-stage-import instead of FindDuplicate Now, bulk importing the iso2709 result in adding biblio or connecting to an existing one Signed-off-by: Katrin Fischer BZ5961: follow-up, save currency Cait noticed that currency was not saved properly in the aqorders table. note a surprise, as the 3.2 had no currency feature and 5961 had been written against 3.2 anyway, this patch fixes the problem Signed-off-by: Katrin Fischer Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 9 11:47:11 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 09 Apr 2011 09:47:11 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1153-g7e1077b 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 7e1077b51bbdd13e4a8032f73b286b1ea61bb288 (commit) from 7e7c6bcb34db54a8da26e60e67bb9e64473095bb (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 | 68 ++++ acqui/addorderiso2709.pl | 370 ++++++++++++-------- .../prog/en/modules/acqui/addorderiso2709.tmpl | 141 +++++++- 3 files changed, 407 insertions(+), 172 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 9 11:51:54 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 09 Apr 2011 09:51:54 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5980, created. v3.02.00-1154-g8902dad 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/enh/bug_5980 has been created at 8902dadf0657da6da87e4c88626be27891bbed08 (commit) - Log ----------------------------------------------------------------- commit 8902dadf0657da6da87e4c88626be27891bbed08 Author: Henri-Damien LAURENT Date: Tue Apr 5 15:16:44 2011 +0200 Bug 5980 : Adding location to search indexes Adding location to search indexes in search pages Original patch amended to change Location to Shelving Location. Signed-off-by: Claire Hernandez Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 9 11:52:25 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 09 Apr 2011 09:52:25 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1154-g8902dad 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 8902dadf0657da6da87e4c88626be27891bbed08 (commit) from 7e1077b51bbdd13e4a8032f73b286b1ea61bb288 (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/includes/search_indexes.inc | 1 + .../opac-tmpl/prog/en/modules/opac-advsearch.tmpl | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Apr 10 09:29:50 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 10 Apr 2011 07:29:50 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5546, created. v3.02.00-1156-gb8d3cfa 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/enh/bug_5546 has been created at b8d3cfa91b78ef44347fd0a6163205b552588a93 (commit) - Log ----------------------------------------------------------------- commit b8d3cfa91b78ef44347fd0a6163205b552588a93 Author: Tomas Cohen Arazi Date: Tue Apr 5 10:22:23 2011 +0200 Bug 5546: Follow-up / fixes Suggested by Owen. Signed-off-by: fdurand Signed-off-by: Chris Cormack commit 726a00fd7ea5378a478ca87b990da04b038c006d Author: Tomas Cohen Arazi Date: Tue Apr 5 10:22:22 2011 +0200 Bug 5546 Javascript driven ability to hide MARC documentation links Signed-off-by: fdurand Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Apr 10 09:30:37 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 10 Apr 2011 07:30:37 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1156-gb8d3cfa 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 b8d3cfa91b78ef44347fd0a6163205b552588a93 (commit) via 726a00fd7ea5378a478ca87b990da04b038c006d (commit) from 8902dadf0657da6da87e4c88626be27891bbed08 (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/addbiblio.pl | 3 + .../prog/en/modules/cataloguing/addbiblio.tmpl | 41 ++++++++++++++++++-- 2 files changed, 40 insertions(+), 4 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Apr 10 09:43:37 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 10 Apr 2011 07:43:37 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5984, created. v3.02.00-1161-gfb10394 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/enh/bug_5984 has been created at fb10394d99d36c7b58bf184d636fc878f1fe5baa (commit) - Log ----------------------------------------------------------------- commit fb10394d99d36c7b58bf184d636fc878f1fe5baa Author: Chris Cormack Date: Sun Apr 10 19:41:39 2011 +1200 Fixing updatedatabase commit 79610c74216fba1b71d458ecf9dc6b690d2a7401 Author: Chris Cormack Date: Tue Mar 29 16:01:26 2011 +1300 Bug 5984 : Follow up : Catching the rest of the languages sysprefs Signed-off-by: Claire Hernandez Signed-off-by: Chris Cormack commit cba9b427a4f2d378a402cbde94b3747f186ce0ea Author: Matthias Meusburger Date: Mon Apr 4 17:37:33 2011 +0200 Bug 5984 : Follow up Adding OpacHiddenItems syspref - Adds the syspref in opac.pref Signed-off-by: Claire Hernandez Signed-off-by: Chris Cormack commit e1ab8bc53e32e7908899bbce401e8cd37ca4a8e2 Author: Paul POULAIN Date: Fri Oct 29 09:09:02 2010 +0200 Bug 5984 : Follow up Adding OpacHiddenItems syspref Signed-off-by: Claire Hernandez Signed-off-by: Chris Cormack commit f078103e33093731a9dd50d20340279accd0d269 Author: Chris Cormack Date: Tue Mar 29 15:46:29 2011 +1300 Bug 5984 : Allowing the librarians to hide items in the Opac using a system preference Squashed commit of the following: commit 72b578928b287ba3b5fa8965e42ff1ccbdf9013a Author: Matthias Meusburger Date: Wed Oct 20 11:26:46 2010 +0200 Bug 5984 : MT4587, Follow-up: Hiding rules are now in a syspref commit d95329955f976900afdafa82fe0a1699e8e892dc Author: Matthias Meusburger Date: Tue Oct 19 15:19:16 2010 +0200 Bug 5984 : MT4587, Follow-up: Adds yaml config file for custom opac items hiding commit 6777c1a97700b77095e4e499ca73040bf94271e2 Author: Matthias Meusburger Date: Mon Oct 18 11:14:03 2010 +0200 Bug 5984 : MT4587 : Adds yaml config file for custom opac items hiding Signed-off-by: Claire Hernandez Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Apr 10 09:44:36 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 10 Apr 2011 07:44:36 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1161-gfb10394 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 fb10394d99d36c7b58bf184d636fc878f1fe5baa (commit) via 79610c74216fba1b71d458ecf9dc6b690d2a7401 (commit) via cba9b427a4f2d378a402cbde94b3747f186ce0ea (commit) via e1ab8bc53e32e7908899bbce401e8cd37ca4a8e2 (commit) via f078103e33093731a9dd50d20340279accd0d269 (commit) from b8d3cfa91b78ef44347fd0a6163205b552588a93 (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/Items.pm | 53 ++++++++++++++++++++ C4/Search.pm | 25 ++++++--- docs/opac/OpacHiddenItems.txt | 12 +++++ installer/data/mysql/de-DE/mandatory/sysprefs.sql | 2 +- installer/data/mysql/en/mandatory/sysprefs.sql | 2 +- .../1-Obligatoire/unimarc_standard_systemprefs.sql | 1 + installer/data/mysql/it-IT/necessari/sysprefs.sql | 3 +- installer/data/mysql/pl-PL/mandatory/sysprefs.sql | 1 + ...m_preferences_full_optimal_for_install_only.sql | 1 + ...m_preferences_full_optimal_for_install_only.sql | 4 +- installer/data/mysql/updatedatabase.pl | 10 +++- .../prog/en/modules/admin/preferences/opac.pref | 6 ++ .../opac-tmpl/prog/en/modules/opac-results.tmpl | 3 +- opac/opac-detail.pl | 22 +++++++-- 14 files changed, 127 insertions(+), 18 deletions(-) create mode 100644 docs/opac/OpacHiddenItems.txt hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Apr 10 09:46:55 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 10 Apr 2011 07:46:55 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_6013, created. v3.02.00-964-g93d8a89 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/enh/bug_6013 has been created at 93d8a890c0fe716003b63e5dcbf69be13a075bb3 (commit) - Log ----------------------------------------------------------------- commit 93d8a890c0fe716003b63e5dcbf69be13a075bb3 Author: Nicolas Morin Date: Tue Apr 5 11:17:49 2011 +0200 Bug 6013 : removed z3950 host in label when cataloguing removed the full host in the label of the z3950 targets: it made for very very long labels, which were unecessary since we allow librarians to provide a user friendly name for the host. Signed-off-by: Julian Maurice Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Apr 10 09:47:43 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 10 Apr 2011 07:47:43 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1163-g0d991c6 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 0d991c6abecc87105eddcf57db56f5e118b426dc (commit) via 93d8a890c0fe716003b63e5dcbf69be13a075bb3 (commit) from fb10394d99d36c7b58bf184d636fc878f1fe5baa (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 0d991c6abecc87105eddcf57db56f5e118b426dc Merge: fb10394d99d36c7b58bf184d636fc878f1fe5baa 93d8a890c0fe716003b63e5dcbf69be13a075bb3 Author: Chris Cormack Date: Sun Apr 10 19:47:16 2011 +1200 Merge remote branch 'kc/new/enh/bug_6013' into kcmaster ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/cataloguing/z3950_search.tmpl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Apr 10 09:55:33 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 10 Apr 2011 07:55:33 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. v3.02.00-1164-g8843e29 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 8843e29a9dd35fa3c34813077f4dfffd91483995 (commit) from 0d991c6abecc87105eddcf57db56f5e118b426dc (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 8843e29a9dd35fa3c34813077f4dfffd91483995 Author: Chris Cormack Date: Sun Apr 10 19:54:39 2011 +1200 Bumping database version ----------------------------------------------------------------------- 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 Sun Apr 10 10:01:04 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 10 Apr 2011 08:01:04 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5917, updated. v3.02.00-1405-gec16c3a 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/enh/bug_5917 has been updated via ec16c3a09212c684c0c905f1ac293b4495c2432b (commit) via 77167b3b17690ccff682d410847b13aa5ac186e8 (commit) via 8843e29a9dd35fa3c34813077f4dfffd91483995 (commit) via 0d991c6abecc87105eddcf57db56f5e118b426dc (commit) via 93d8a890c0fe716003b63e5dcbf69be13a075bb3 (commit) via fb10394d99d36c7b58bf184d636fc878f1fe5baa (commit) via 79610c74216fba1b71d458ecf9dc6b690d2a7401 (commit) via cba9b427a4f2d378a402cbde94b3747f186ce0ea (commit) via e1ab8bc53e32e7908899bbce401e8cd37ca4a8e2 (commit) via f078103e33093731a9dd50d20340279accd0d269 (commit) via b8d3cfa91b78ef44347fd0a6163205b552588a93 (commit) via 726a00fd7ea5378a478ca87b990da04b038c006d (commit) via 8902dadf0657da6da87e4c88626be27891bbed08 (commit) via 7e1077b51bbdd13e4a8032f73b286b1ea61bb288 (commit) via 7e7c6bcb34db54a8da26e60e67bb9e64473095bb (commit) via 3b7a22aa099410cb3537cea3b5c87d7b61f7fe79 (commit) via 1fafaafc9a165a662cc8c2431956c92ca3f7d13d (commit) via e6ec28d062da657eb6ee431506694fc557fb44cb (commit) via 0c8c7a8db6d18efc4632e6ba006aecaf1ec32ee0 (commit) via 40b49900c34e47916ebf7c8ec4a73446dec72820 (commit) via db6ab6a6fdc2da1573da9cafc728e7fab065d749 (commit) via 004d2a10c5eaebaea31e3319577cd9b9d48cb753 (commit) via c1181b780bb87ae688d15070001ce9b949c35070 (commit) via c218254018f43f0702aa5178bbb4c8f327ab0746 (commit) via ac2da44b69397296266694267deffca3ac102068 (commit) via 4f170b7b5644257278015e2ce570712d1cdb83b7 (commit) via 3224b92743eec68bc211018daf0fd923b39984f7 (commit) via b0f74b68bdd45cfde849c40a8fae21990adec523 (commit) via f81726249b615e4a20a94818762ac654172bc2f8 (commit) via 07ec1afa970db753581a5c975aeb76588b1b27ba (commit) via e82f88d5d97dbf478dd3598e3ccbfe60f602588d (commit) via 21727e00f5238903edf94e2efc56d62aa42bed4c (commit) via 0ff09dc64993551d1b3cda3633605c73dacbacb7 (commit) via 298919981c0ae0b6a57b1d005182bb7679534735 (commit) via ac4e83161c7aac7414239642b49bdc3afbcb3f0b (commit) via ef8171ba425f766b67d9e139194b6a8d570e301e (commit) via 00e019bfd7c671c723e7d74e2a1558bb5da62e2a (commit) via 4468aea43c3a92a19bf7d91a5f9125ab3774677b (commit) via 7cc7fb8c9913ed14af7230e0e90b8407c8140a08 (commit) via 4268fd376f09df33fd3799f5b4bd58af2714182e (commit) via ac9e9cf809fd486cd98e826f0d3e92f1ab5d659e (commit) via 5b16634c0c692a40899d67c7946e68f3fa303910 (commit) via b29e6e860957393e05888fb01c3dd53cc67b3e6f (commit) via bda0be46b2b35b6879f3dc0fd3ab1834755733a0 (commit) via 18b89e9a67470eabb6878dd2e00edbe0e6fa396b (commit) via 7c08d7c81edf6b25d74c71d57414dc9da78810d8 (commit) via 074bcc1970f0417d2e39ed59cb99501c32ef21e5 (commit) via 2cf3e24797d80e266bd2f4bb0a0f5a9ba400b236 (commit) via 8464104fb299d1b1d707c0a083a04dce7c108953 (commit) via 228587f19b25406f8a2ee76827524ef3fc921a77 (commit) via edf8ad5d5da9c11e0dc61c1df40ce977e9e6a125 (commit) from 1e7c5166aa4fa8f983cce549803c8ddc8893c846 (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 ec16c3a09212c684c0c905f1ac293b4495c2432b Author: Chris Cormack Date: Sun Apr 10 19:57:40 2011 +1200 Bug 5917 : Updating templates commit 77167b3b17690ccff682d410847b13aa5ac186e8 Merge: 1e7c5166aa4fa8f983cce549803c8ddc8893c846 8843e29a9dd35fa3c34813077f4dfffd91483995 Author: Chris Cormack Date: Sun Apr 10 20:00:04 2011 +1200 Merge remote branch 'kc/master' into new/enh/bug_5917 Conflicts: installer/data/mysql/updatedatabase.pl ----------------------------------------------------------------------- Summary of changes: C4/Accounts.pm | 25 +- C4/Auth_with_ldap.pm | 127 +- C4/Biblio.pm | 104 +- C4/Branch.pm | 10 +- C4/Charset.pm | 8 +- C4/Context.pm | 2 +- C4/Items.pm | 53 + C4/Koha.pm | 49 +- C4/Letters.pm | 4 +- C4/Record.pm | 2 + C4/SIP/ILS/Patron.pm | 137 +- C4/Search.pm | 29 +- Makefile.PL | 4 +- acqui/acqui-home.pl | 18 +- acqui/addorderiso2709.pl | 370 +- admin/branch_transfer_limits.pl | 2 +- admin/branches.pl | 3 +- cataloguing/addbiblio.pl | 3 + cataloguing/value_builder/normarc_field_007.pl | 162 + cataloguing/value_builder/normarc_field_008.pl | 184 + cataloguing/value_builder/normarc_leader.pl | 106 + circ/circulation.pl | 1 + circ/overdue.pl | 12 +- docs/opac/OpacHiddenItems.txt | 12 + etc/zebradb/ccl.properties | 6 + etc/zebradb/lang_defs/nb/sort-string-utf.chr | 43 + etc/zebradb/marc_defs/normarc/biblios/record.abs | 327 ++ etc/zebradb/marc_defs/unimarc/biblios/record.abs | 3 + installer/data/mysql/de-DE/mandatory/sysprefs.sql | 3 +- installer/data/mysql/en/mandatory/sysprefs.sql | 5 +- .../mysql/fr-FR/1-Obligatoire/sample_notices.sql | 4 +- .../1-Obligatoire/unimarc_standard_systemprefs.sql | 2 + installer/data/mysql/it-IT/necessari/sysprefs.sql | 4 +- installer/data/mysql/kohastructure.sql | 9 + .../marcflavour/normarc/Obligatorisk/normarc.sql | 991 +++++ .../marcflavour/normarc/Obligatorisk/normarc.txt | 1 + installer/data/mysql/pl-PL/mandatory/sysprefs.sql | 3 +- ...m_preferences_full_optimal_for_install_only.sql | 2 + ...m_preferences_full_optimal_for_install_only.sql | 3 + installer/data/mysql/updatedatabase.pl | 37 +- .../intranet-tmpl/prog/en/css/intranet-print.css | 235 - koha-tmpl/intranet-tmpl/prog/en/css/intranet.css | 491 --- koha-tmpl/intranet-tmpl/prog/en/css/intranet2.css | 665 --- .../intranet-tmpl/prog/en/css/intranet2popup.css | 551 --- .../intranet-tmpl/prog/en/css/pages/addbiblio.css | 75 - .../intranet-tmpl/prog/en/css/staff-global2.css | 575 --- .../prog/en/includes/budgets-admin-toolbar.inc | 2 +- .../intranet-tmpl/prog/en/includes/circ-menu.inc | 5 +- .../prog/en/includes/search_indexes.inc | 1 + .../prog/en/modules/acqui/acqui-home.tmpl | 46 +- .../prog/en/modules/acqui/addorderiso2709.tmpl | 141 +- .../prog/en/modules/acqui/neworderbiblio.tmpl | 4 +- .../prog/en/modules/admin/aqbudgetperiods.tmpl | 2 +- .../prog/en/modules/admin/aqbudgets.tmpl | 2 +- .../prog/en/modules/admin/branches.tmpl | 6 +- .../prog/en/modules/admin/classsources.tmpl | 3 +- .../prog/en/modules/admin/itemtypes.tmpl | 2 +- .../prog/en/modules/admin/marctagstructure.tmpl | 29 +- .../prog/en/modules/admin/matching-rules.tmpl | 2 +- .../prog/en/modules/admin/patron-attr-types.tmpl | 2 +- .../en/modules/admin/preferences/cataloguing.pref | 1 + .../prog/en/modules/admin/preferences/opac.pref | 16 +- .../en/modules/authorities/searchresultlist.tmpl | 2 +- .../prog/en/modules/cataloguing/addbiblio.tmpl | 41 +- .../prog/en/modules/cataloguing/addbooks.tmpl | 2 +- .../value_builder/normarc_field_007.tmpl | 2825 ++++++++++++ .../value_builder/normarc_field_008.tmpl | 4519 ++++++++++++++++++++ .../cataloguing/value_builder/normarc_leader.tmpl | 223 + .../value_builder/unimarc_field_210c.tmpl | 4 +- .../prog/en/modules/cataloguing/z3950_search.tmpl | 2 +- .../prog/en/modules/circ/overdue.tmpl | 30 + .../en/modules/help/tools/import_borrowers.tmpl | 4 +- .../prog/en/modules/members/boraccount.tmpl | 2 + .../prog/en/modules/members/guarantor_search.tmpl | 9 +- .../prog/en/modules/members/mancredit.tmpl | 1 + .../prog/en/modules/members/maninvoice.tmpl | 1 + .../prog/en/modules/members/member.tmpl | 2 +- .../prog/en/modules/members/memberentrygen.tmpl | 40 +- .../prog/en/modules/members/moremember.tmpl | 9 +- .../intranet-tmpl/prog/en/modules/members/pay.tmpl | 12 +- .../en/modules/patroncards/members-search.tmpl | 2 +- .../en/modules/reports/guided_reports_start.tmpl | 2 +- .../prog/en/modules/serials/member-search.tmpl | 2 +- .../intranet-tmpl/prog/en/modules/tags/review.tmpl | 2 +- .../prog/en/modules/virtualshelves/shelves.tmpl | 2 +- ...{MARC21slim2OAIDC.xsl => NORMARCslim2OAIDC.xsl} | 0 .../opac-tmpl/prog/en/modules/opac-advsearch.tmpl | 1 + .../opac-tmpl/prog/en/modules/opac-results.tmpl | 3 +- koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tmpl | 14 +- .../opac-tmpl/prog/en/modules/opac-userupdate.tmpl | 12 +- .../prog/en/xslt/NORMARCslim2OPACDetail.xsl | 528 +++ .../prog/en/xslt/NORMARCslim2OPACResults.xsl | 871 ++++ .../opac-tmpl/prog/en/xslt/NORMARCslimUtils.xsl | 205 + .../prog/en/includes/acquisitions-toolbar.inc | 20 +- .../prog/en/includes/budgets-admin-toolbar.inc | 2 +- .../intranet-tmpl/prog/en/includes/circ-menu.inc | 5 +- .../prog/en/includes/search_indexes.inc | 1 + .../prog/en/modules/acqui/acqui-home.tt | 46 +- .../prog/en/modules/acqui/addorderiso2709.tt | 141 +- .../intranet-tmpl/prog/en/modules/acqui/basket.tt | 1 + .../prog/en/modules/acqui/booksellers.tt | 4 +- .../prog/en/modules/acqui/neworderbiblio.tt | 2 +- .../prog/en/modules/acqui/neworderempty.tt | 4 +- .../prog/en/modules/admin/aqbudgetperiods.tt | 2 +- .../prog/en/modules/admin/aqbudgets.tt | 2 +- .../prog/en/modules/admin/branches.tt | 6 +- .../prog/en/modules/admin/classsources.tt | 3 +- .../prog/en/modules/admin/fieldmapping.tt | 2 +- .../prog/en/modules/admin/itemtypes.tt | 2 +- .../en/modules/admin/marc_subfields_structure.tt | 2 +- .../prog/en/modules/admin/marctagstructure.tt | 30 +- .../prog/en/modules/admin/matching-rules.tt | 2 +- .../prog/en/modules/admin/patron-attr-types.tt | 2 +- .../en/modules/authorities/searchresultlist.tt | 2 +- .../prog/en/modules/batch/print-notices.tt | 1 + .../prog/en/modules/catalogue/moredetail.tt | 2 +- .../prog/en/modules/catalogue/results.tt | 2 +- .../prog/en/modules/cataloguing/addbiblio.tt | 41 +- .../prog/en/modules/cataloguing/addbooks.tt | 2 +- .../cataloguing/value_builder/normarc_field_007.tt | 2825 ++++++++++++ .../cataloguing/value_builder/normarc_field_008.tt | 4519 ++++++++++++++++++++ .../cataloguing/value_builder/normarc_leader.tt | 223 + .../value_builder/unimarc_field_210c.tt | 4 +- .../prog/en/modules/cataloguing/z3950_search.tt | 18 +- .../intranet-tmpl/prog/en/modules/circ/overdue.tt | 30 + .../modules/help/admin/marc_subfields_structure.tt | 2 +- .../prog/en/modules/help/tools/import_borrowers.tt | 4 +- .../prog/en/modules/members/boraccount.tt | 2 + .../prog/en/modules/members/guarantor_search.tt | 9 +- .../prog/en/modules/members/mancredit.tt | 1 + .../prog/en/modules/members/maninvoice.tt | 1 + .../prog/en/modules/members/member.tt | 2 +- .../prog/en/modules/members/memberentrygen.tt | 40 +- .../prog/en/modules/members/moremember.tt | 9 +- .../intranet-tmpl/prog/en/modules/members/pay.tt | 12 +- .../prog/en/modules/patroncards/members-search.tt | 2 +- .../en/modules/reports/guided_reports_start.tt | 5 +- .../prog/en/modules/serials/member-search.tt | 2 +- .../intranet-tmpl/prog/en/modules/tags/review.tt | 2 +- .../prog/en/modules/tools/stage-marc-import.tt | 3 - .../prog/en/modules/virtualshelves/shelves.tt | 2 +- .../prog/en/xslt/NORMARCslim2OAIDC.xsl | 0 .../opac-tmpl/prog/en/modules/opac-advsearch.tt | 1 + koha-tt/opac-tmpl/prog/en/modules/opac-results.tt | 3 +- koha-tt/opac-tmpl/prog/en/modules/opac-shelves.tt | 6 +- koha-tt/opac-tmpl/prog/en/modules/opac-user.tt | 14 +- .../opac-tmpl/prog/en/modules/opac-userupdate.tt | 12 +- .../prog/en/xslt/NORMARCslim2OPACDetail.xsl | 528 +++ .../prog/en/xslt/NORMARCslim2OPACResults.xsl | 871 ++++ .../opac-tmpl/prog/en/xslt/NORMARCslimUtils.xsl | 205 + kohaversion.pl | 2 +- members/boraccount.pl | 1 + members/guarantor_search.pl | 2 + members/mancredit.pl | 20 +- members/maninvoice.pl | 56 +- members/member-flags.pl | 1 + members/member-password.pl | 1 + members/member.pl | 2 +- members/moremember.pl | 2 +- members/pay.pl | 9 + members/readingrec.pl | 1 + misc/cronjobs/overdue_notices.pl | 5 +- opac/opac-detail.pl | 22 +- opac/opac-user.pl | 18 +- opac/opac-userupdate.pl | 2 +- reserve/request.pl | 11 +- tools/viewlog.pl | 3 +- 167 files changed, 21726 insertions(+), 3216 deletions(-) mode change 100644 => 100755 C4/Biblio.pm create mode 100755 cataloguing/value_builder/normarc_field_007.pl create mode 100755 cataloguing/value_builder/normarc_field_008.pl create mode 100755 cataloguing/value_builder/normarc_leader.pl create mode 100644 docs/opac/OpacHiddenItems.txt create mode 100644 etc/zebradb/lang_defs/nb/sort-string-utf.chr create mode 100644 etc/zebradb/marc_defs/normarc/biblios/record.abs create mode 100644 installer/data/mysql/nb-NO/marcflavour/normarc/Obligatorisk/normarc.sql create mode 100644 installer/data/mysql/nb-NO/marcflavour/normarc/Obligatorisk/normarc.txt delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/css/intranet-print.css delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/css/intranet.css delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/css/intranet2.css delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/css/intranet2popup.css delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/css/pages/addbiblio.css delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/css/staff-global2.css create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/normarc_field_007.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/normarc_field_008.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/normarc_leader.tmpl copy koha-tmpl/intranet-tmpl/prog/en/xslt/{MARC21slim2OAIDC.xsl => NORMARCslim2OAIDC.xsl} (100%) create mode 100644 koha-tmpl/opac-tmpl/prog/en/xslt/NORMARCslim2OPACDetail.xsl create mode 100644 koha-tmpl/opac-tmpl/prog/en/xslt/NORMARCslim2OPACResults.xsl create mode 100644 koha-tmpl/opac-tmpl/prog/en/xslt/NORMARCslimUtils.xsl create mode 100644 koha-tt/intranet-tmpl/prog/en/modules/cataloguing/value_builder/normarc_field_007.tt create mode 100644 koha-tt/intranet-tmpl/prog/en/modules/cataloguing/value_builder/normarc_field_008.tt create mode 100644 koha-tt/intranet-tmpl/prog/en/modules/cataloguing/value_builder/normarc_leader.tt copy koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2OAIDC.xsl => koha-tt/intranet-tmpl/prog/en/xslt/NORMARCslim2OAIDC.xsl (100%) create mode 100644 koha-tt/opac-tmpl/prog/en/xslt/NORMARCslim2OPACDetail.xsl create mode 100644 koha-tt/opac-tmpl/prog/en/xslt/NORMARCslim2OPACResults.xsl create mode 100644 koha-tt/opac-tmpl/prog/en/xslt/NORMARCslimUtils.xsl hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Apr 10 10:06:01 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 10 Apr 2011 08:06:01 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5917, updated. v3.02.00-1406-gf91441f 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/enh/bug_5917 has been updated via f91441f5f5202047193c303b917af271afec773a (commit) from ec16c3a09212c684c0c905f1ac293b4495c2432b (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 f91441f5f5202047193c303b917af271afec773a Author: Chris Cormack Date: Sun Apr 10 20:04:50 2011 +1200 Bug 5917 : Catching pref,css and js changes ----------------------------------------------------------------------- Summary of changes: koha-tt/intranet-tmpl/prog/en/css/staff-global.css | 56 ++++++++++++++++++++ koha-tt/intranet-tmpl/prog/en/js/acq.js | 32 +++++++---- .../intranet-tmpl/prog/en/js/xmlControlfield.js | 2 +- .../prog/en/modules/admin/preferences/admin.pref | 1 + .../en/modules/admin/preferences/cataloguing.pref | 13 +++++ .../en/modules/admin/preferences/circulation.pref | 38 ++++++++++---- .../prog/en/modules/admin/preferences/opac.pref | 49 ++++++++++++++++- .../en/modules/admin/preferences/searching.pref | 26 +++++++++ .../prog/en/modules/admin/preferences/serials.pref | 10 +++- .../en/modules/admin/preferences/staff_client.pref | 20 +++++++ .../cataloguing/value_builder/marc21_field_006.xml | 4 +- koha-tt/opac-tmpl/prog/en/css/opac.css | 13 ++++- 12 files changed, 236 insertions(+), 28 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Apr 10 10:27:06 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 10 Apr 2011 08:27:06 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5917, updated. v3.02.00-1407-gd4cd051 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/enh/bug_5917 has been updated via d4cd05126da3accef83144d8322fcd455d7eba9b (commit) from f91441f5f5202047193c303b917af271afec773a (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 d4cd05126da3accef83144d8322fcd455d7eba9b Author: Chris Cormack Date: Sun Apr 10 20:22:55 2011 +1200 Bug 5917 / Bug 6085 : Fixing not being able to change language ----------------------------------------------------------------------- Summary of changes: C4/Output.pm | 2 +- C4/Templates.pm | 122 ++++++++++++++++++++++++++++++++++++++++++++----------- 2 files changed, 99 insertions(+), 25 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Apr 10 10:51:22 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 10 Apr 2011 08:51:22 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_6031, created. v3.02.00-1409-g1955b35 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_6031 has been created at 1955b3599ac90e65dc0d7a05c8667bbac6c25efc (commit) - Log ----------------------------------------------------------------- commit 1955b3599ac90e65dc0d7a05c8667bbac6c25efc Author: Srdjan Jankovic Date: Fri Apr 1 11:31:31 2011 +1300 bug 6031: play with options passed on to rebuild-zebra.pl Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Apr 10 11:20:25 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 10 Apr 2011 09:20:25 +0000 Subject: [koha-commits] main Koha release repository branch, new/old_templates, created. v3.02.00-1164-g8843e29 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/old_templates has been created at 8843e29a9dd35fa3c34813077f4dfffd91483995 (commit) - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Apr 10 11:30:52 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 10 Apr 2011 09:30:52 +0000 Subject: [koha-commits] main Koha release repository annotated tag, 3.0.7_biblibre, created. 3.0.7_biblibre 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 annotated tag, 3.0.7_biblibre has been created at f60813430f4148ab3679d27a65f4c008783493be (tag) tagging ad247157f8ced750a6a3633075310c29fae281d1 (commit) replaces v3.0.6 tagged by Henri-Damien LAURENT on Thu Jan 6 10:37:14 2011 +0100 - Log ----------------------------------------------------------------- version deploy?e biblibre Alex Arnaud (1): admin/aqbookfund.pl: prevents the creation of funds with the same code Christophe Croullebois (10): (bug/ MT #3821) Feature in OPAC not operational (MT #3447) Reservations (MT #3447) Reservations (MT #3338) Fixing hold policies issues (MT #1365) delete all Items (MT #4483) Emails returned as spam (MT #4657) Bad values in the end date of subscription. (MT #4883) AllowHoldPolicyOverride (MT #4439) reading RSS feeds via Netvibes (MT #2914) Some troubles on reports.pl Colin Campbell (1): Ensure op is defined in serials scripts Fr?d?ric Demians (1): Bug 3814: SIP2 Server logging doesn't work on OpenSolaris Henri-Damien LAURENT (21): Merge remote branch 'koha_biblibre/30x/IMM/MT3492' into official Bug 3815: SIP2 Invalid Item Information Response 18 SIP Patron management SUDOC work port from 3.2X to 3.0.x Revert "bug fixing : IndependantBranches for search behaviour" MT3915: deleted biblios would stick in zebra indexes Followup bug4263 : dateaccessioned should not be blanked bug 4863 : C4::Bookfund lacks use of C4::Context bug3812 : Illegal Date 'iso' does not match 'iso' format (Acquisitions) Merge remote branches 'koha_biblibre/30x/MT3447' and 'koha_biblibre/30x/MIN/MT3338' into biblibre Merge remote branch 'koha_biblibre/30x/MIN/MT1936' into biblibre Merge remote branch 'koha_biblibre/30x/MT3088' into biblibre Merge remote branch 'koha_biblibre/30x/MT3821' into biblibre Merge remote branches 'koha_biblibre/30x/BLO/MT4657', 'koha_biblibre/30x/bug/CRI/MT1365' and 'koha_biblibre/30x/bug/CRI/MT4483' into biblibre version dev bulkmarcimport pour yaml When Add Duplicate change in framework would loose data C4/AuthoritiesMarc.pm merge update Merge remote branch 'koha_biblibre/30x/bug/CRI/MT4439' into biblibre Merge remote branch 'koha_biblibre/30x/bug/MIN/MT4883' into biblibre Merge remote branch 'koha_biblibre/30X/bug/MAJ/MT4890' into biblibre Merge remote branch 'koha_biblibre/30x/MIN/MT2914' into biblibre Jean-Andr? Santoni (2): [MT3424] Converts COUNTRY authorised values to uppercase (bug #3336) A CSS class for currency symbols Joe Atzberger (siptest (2): Functional SIP run and shutdown scripts. Update example SIPconfig.xml Expand interactive SIP tests. Marcel de Rooy (10): Bug 4159 (Directory modified_authorities in tmp not localfile) Bug 4514 (Error handling in 500.pl is erroneous itself) Additional fix for bug 3212 [3.0.x only] Bug 4489 for opac-detail.tmpl [3.0.x] RESENT Bug 4512 for 3.0.x only (Encoding issue in downloaded data of guided reports) RESENT Bug 4513 (Resetting framework to Default) [v3.0.x] Bug 4839 (System pref for MARC field 008 authorities; additional logic for position 14) [version 3.0.x] Bug 4866 for 3.0.x (Enable Change event for item plugins) Bug 5066 (Incorrect use of localtime function when calling _session_log) for 3.0.x only Enhancement 5074 (Adding possibility to cleanup_database.pl to purge only older sessions) [for 3.0.x and master] Matthias Meusburger (5): MT 1882 : ccode search in serials/subscription-bib-search.pl MT3492 (linked to bug #4263): Fix itemnotes deletion when modifying an item MT 1882 : ccode search in serials/subscription-bib-search.pl MT4459: Shows a warning if an aquisition's order biblio record has been deleted MT4441 : Fix items receiving Nahuel ANGELINETTI (34): (bug #4518) enhance 2.2 to 3.0 scripts (bug #4519) fix record printing (bug #4520) fix show more link to work [followup] (bug #4520) forgotten file in previous patch (bug #4522) fix plugin unimarc 210$c (bug #4263) dateaccessionned is cleaned on item modification [followup] (MT3421) revert fix (bug #4840) round cost in new order (bug #4842) check if string is utf8 or not [followup](MT3160) fix previous patch for non checked variable (bug #4853) change rights needed to renew loans (bug #4856) fix rebuild zebra to delete NSB/NSE chars (bug #4856) delete forgotten debug code (bug #4916) permit tools/cleanborrowers.pl to be used by command line [followup](MT3160) fix address request (bug #3329) Dependency missing in inventory.pl [3.0.x](bug #4930) fix inventory (bug #4931) add the ability to choose home or holding branch in stocktaking [3.0.x] (bug #4939) automaticitemtransfert break holdingbranch (bug #4954) allow date expiry modification only on step 0 and 3 [3.0.x] (bug 4989) add index on guarantorid [followup](bug #4931) fix forgottens input in buttons (bug #4990) fix email link in overdues to have a pre-generated message [followup](bug #3825) fix problems in tmpl_if (bug #4018) fix coins support in opac detail and xslt [followup] (bug #4018) fix the coins position in code (bug #5042) rss field and sort by [followup](bug #5042) forgotten fix on rss icon (bug #3584) use default index, if not specified (bug #5098) csv headers in overdues [followup](bug #4263) fix non-db linked fields edition (bug #5154) fix most checkouts report (bug #5157) fix borrowers top issues (bug #5164) fix csv in overdue notice Owen Leonard (1): 3.0.x fix for Bug 5082, Default framework name not translatable Paul Poulain (4): Adding NSB/NSE filters bug fixing : IndependantBranches for search behaviour SUDOC work port from 3.2X to 3.0.x [Follow-up] support for authtypes.yaml Sophie Meynieux (3): MT4836 Add translation for user permissions in french MT5245 Problem with reservation permissions in IndependantBranch MT4890 Editor value wrong replaced when modifying or duplicating a biblio St?phane Delaune (1): (MT #1936) Enhancement to secondary email management overdues Zeno Tajoli (6): bug 2434 Fix COUNTRY authorised values to uppercase Update userpermissions.sql of en for manage of CSV export Update userpermissions.sql of it-IT for manage of CSV export Fixes about italian sql files. var status in C4/Output.pm koha user (1): MT3753: Fix limits when itemcallnumbers are numbers kohaadmin (1): SIP2 utf8 encoding ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Apr 10 11:30:53 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 10 Apr 2011 09:30:53 +0000 Subject: [koha-commits] main Koha release repository annotated tag, html_template_pro, created. html_template_pro 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 annotated tag, html_template_pro has been created at cd503c4a4db7094442f4b7d54a085c41c3e9ed27 (tag) tagging 8843e29a9dd35fa3c34813077f4dfffd91483995 (commit) replaces v3.02.00 tagged by Chris Cormack on Sun Apr 10 21:24:39 2011 +1200 - Log ----------------------------------------------------------------- Old HTML::Template::Pro templates -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iEYEABECAAYFAk2hd1gACgkQZgbcHEvgMLPZVwCgipdaUHSrofcpJh1k9riRmkzz xcgAoJFvlWsOnPNDDvkUoM3sYc3ITygT =QCQN -----END PGP SIGNATURE----- Alex Arnaud (18): (MT 3267) Add Homebranch and Holdingbranch search criterion on circulation stat. (BUG #4806) circ/circulation.tmpl: Add "reservenumber" in the reserved table. (MT4068) Display callnumber & location in serials-collection.pl & serials-edit.pl. Bug 5947 Suggestions : add date to the search query Bug #6044 - Authority is deleted when mergeto and mergefrom are the same Bug 5941 : (MT4425) Replace search 'an' by 'an, phr' in searchresultlist.tmpl Bug 5946 : (MT1177) aqplan.pl, fix the problem of calculating the total remaining. Bug 6105 - Fix a problem when cancel a reserve from moremember.pl Bug #6110 - fix Callnumber index mistake Bug #6082 - On aqbudgets.pl bug on the Statistic's combobox Bug #6107 - Problems when duplicate a patron on memberentry.pl Bug #6112 - Missing fields in overdues csv file Bug 6095: Add UTF8 encoding in template Bug #6130 - Letters: Fixing Subject encoding Bug #6052 - BranchTransfer Limit :Adds a default value Bug #6049 - Add a filter by date in overdue.pl bug #6054 - Add a filter by active budget on acqui-home Bug #6119 - Add biblioitems.itemtype in columns for items.content Amit Gupta (2): Bug 5464 Suggestions - adding more acq fields to staff interface Bug 5489: Send hold email to branch email address if it exists instead of koha email address Andrew Elwell (2): Bug 5385: POD Cleanups (part 1) Bug 5385: POD Cleanups (part 2) Bernardo Gonzalez Kriegel (14): Misspell: Quanity -> Quantity Bug 5118: Misspelled word: Currencey Bug 5117: Misspelled word Organisztion Bug 5119: Misspelled word correspounding Bug 5121 - Misspelled words: stripts biographyl Begininning Bug 5122 - Misspelled word: transfered Additional fix Bug 5122 - Misspelled word: transfered Bug 5123 - Misspelled words: Depdending Commited flutucations Bug 5124 - Duplicate and Misspelled words: periodicy outputing Bug 5132 - Misspelled words: Acquistion Succesfully professionnal Bug 5133 - Misspelled words: reservior notifiying deleete + recieving Bug 5134 - Misspelled words: exisiting anomolies genereated Misspells: deleteing -> deleting Bug 5130 - Misspelled words: biblographic delimeter extention Brian Engard (2): Create Unit Test for ImportBatch Updated links in Main Page Help Brice Sanchez (1): Bug 5702 : Adding if statement condition to highlight toggle Bryce Sanchez (1): Bug 5611 INIT block causes failure with mod perl ByWater Solutions (1): Bug 4254 - adding new patron advanced notice doesn't save Chris Cormack (304): Merge remote branch 'kc/new/bug5075' into kcmaster History updates Merge branch 'signoffs' into kcmaster Merge remote branch 'kc/new/background_jobs_tested' into kcmaster Merge remote branch 'galen/bug5308' into bug_5308 Merge remote branch 'kc/new/bug_5236' into kcmaster Merge remote branch 'kc/new/for-3.4/spelling' into kcmaster Merge remote branch 'kc/new/for-3.4/enh_bulkmarcimport' into kcmaster Merge remote branch 'kc/new/bug_5162' into kcmaster Merge remote branch 'kc/new/bug_5301' into kcmaster Merge remote branch 'kc/new/bug_4991' into kcmaster Merge remote branch 'kc/new/merge_help' into kcmaster Merge remote branch 'kc/new/bug_5308' into kcmaster Merge remote branch 'kc/new/bug2567' into kcmaster Updating version number and fixing the xxx in updatedatabase ... my bad Bug 5363 - Removing unused module (C4::Cache::FastMemcached) Merge remote branch 'kc/new/signoffs' into kcmaster Merge remote branch 'kc/new/bug_5227' into kcmaster Merge branch '5370_koha.org' of git://github.com/kfischer/Koha into new/bug_5370 Merge remote branch 'kc/new/bug_5370' into kcmaster Merge remote branch 'kc/new/bug_5236' into kcmaster Merge remote branch 'kc/new/bug_5214' into kcmaster Merge branch 'trivial_bugs' of git://git.koha-community.org/wip/koha-fbc into kcmaster Merge remote branch 'kc/new/bug_5370' into kcmaster Staff interface .po file updates Russian and Ukranian opac language updates Ukranian and Russian syspref language updates Merge remote branch 'kc/master' into new/bug_5105 Test modules compile Merge remote branch 'kc/new/bug_5105' into kcmaster Merge remote branch 'kc/new/bug_5386' into kcmaster Bug 5385 - Fixing an error that crept in with the POD cleanup Bug 5385 - Fixing an error that crept in with the POD cleanup Merge remote branch 'kc/new/bug_4305' into kcmaster Merge remote branch 'kc/new/bug_5392' into kcmaster Merge remote branch 'kc/new/bug_4979' into kcmaster Merge remote branch 'kc/new/bug_5058' into kcmaster Merge remote branch 'kc/new/bug_5059' into kcmaster Removing merge commit Merge remote branch 'kc/new/bug_4498' into kcmaster Merge remote branch 'kc/new/bug_5381' into kcmaster Merge remote branch 'kc/new/enh/bug_4866' into kcmaster Brooke caught my april fools trick, its not 20004 yet! Merge remote branch 'kc/new/bug_5066' into kcmaster German and italian language updates Bug 4440: Fixing template syntax errors Merge remote branch 'kc/new/bug_5004' into kcmaster Merge remote branch 'kc/new/bug_5175' into kcmaster Bug 4211: This patch should provide a working way to send out mail from suggestions bug 5217 incrementing db version number Merge remote branch 'kc/new/enh/bug_5430' into kcmaster Merge remote branch 'kc/new/bug_5281' into kcmaster Merge remote branch 'kc/new/bug_5448' into kcmaster Fixing formatting and links in the history document Adding 3.2.1 release to the history Merge remote branch 'kc/new/bug_5142' into kcmaster Merge remote branch 'kc/new/bug_5029' into kcmaster Merge remote branch 'kc/new/bug_5030' into kcmaster Merge remote branch 'kc/new/bug_4851' into kcmaster Merge remote branch 'kc/new/enh/bug_4983' into kcmaster Bumping version number Updating test for systprefs to give more useful output Merge remote branch 'kc/new/bug_4935' into kcmaster Adding another developer to the Koha history, 120 now! Bumping db version Merge branch 'new/bug_4218' into kcmaster Merge remote branch 'kc/new/enh/bug_1997' into kcmaster Merge remote branch 'kc/new/bug_4218' into kcmaster Merge remote branch 'kc/new/biblibre_reports' into kcmaster Merge remote branch 'katrin/3381_intranetusercss' into new/enh/bug_3381 Bug 5484 - Handling bad borrower categories in serial routing lists more gracefully Merge remote branch 'kc/new/enh/bug_2965' into kcmaster Fix for intranet-tmpl had one /TMPL_IF to many Merge remote branch 'colin/QA/bug_4506' into new/enh/bug_4506 Revert "Ergonomy improvement in smart rule management" Fix for 5143, now with IE debug removed Bug 5508 : Updating copyright statements Merge remote branch 'kc/new/enh/bug_5508' into kcmaster Merge remote branch 'kc/new/bug_5373' into kcmaster Merge remote branch 'kc/new/enh/bug_5283' into kcmaster Adding another developer to the history Adding another developer to history Merge remote branch 'kc/new/enh/bug_5285' into kcmaster Merge remote branch 'kc/new/bug_4908' into kcmaster Merge remote branch 'kc/new/bug_5446' into kcmaster Revert "Merge remote branch 'kc/new/bug_5373' into kcmaster" Bug 5283 Follow up, fixing broken template syntax Merge remote branch 'kc/new/enh/bug_5283' into kcmaster Merge remote branch 'kc/new/bug_5143' into kcmaster Bug 4473: Making a change to TmplTokenizer.pm to stop translation error Merge remote branch 'kc/new/enh/bug_4473' into kcmaster Merge remote branch 'kc/new/enh/bug_2965' into kcmaster Merge remote branch 'kc/new/bug_5035' into kcmaster Bug 5106: Tidy up code in opac-showmarc.pl Merge remote branch 'kc/new/enh/bug_5106' into kcmaster Bug 5530: Fixing a link to systempreferences.pl instead of preferences.pl Merge remote branch 'kc/new/enh/bug_5489' into kcmaster Bug 5531: Fixing german sysprefs file Bug 5331, fixing Italian sysprefs.sql Merge remote branch 'kc/new/enh/bug_5530' into kcmaster Bug 5531: further fix for fr-FR files Bug 5531: Updated Polish, Ukranian and Russian syspref files Bug 5531: adding some missing sysprefs Bug 5542: Availability code commented out - Uncommenting Bug 5526: Follow up patch removing a warn statement Bumping database version to 3.03.00.010 Merge remote branch 'kc/new/bug_5563' into kcmaster Merge remote branch 'kc/new/enh/bug_4820' into kcmaster Merge remote branch 'kc/new/enh/bug_5560' into kcmaster Merge remote branch 'kc/new/bug_4838' into kcmaster Merge remote branch 'kc/new/bug_5186' into kcmaster Merge remote branch 'kc/new/bug_5240' into kcmaster Merge remote branch 'kc/new/bug_5186' into kcmaster Bumping database number to 011 Bug 2142 : Bumping database version Adding new developers to the history Adding release info, and missing meetings to the history Typo fix for history file Bug 5611: Simple typo fix in the comments Merge remote branch 'kc/new/bug_5611' into kcmaster Adding a new developer to the history Bug 5399: Follow up style patch, moving exits out of subroutine Merge remote branch 'kc/new/bug_5327' into kcmaster Merge remote branch 'kc/new/bug_5327' into kcmaster Merge remote branch 'kc/new/bug_5327' into kcmaster Bug 5327 shifting database dependent modules and scripts to t/db_dependent Merge remote branch 'kc/new/bug_5327' into kcmaster Bug 5327 litte fix for Background tests Bug 5327 - Fixing a path issue with XISBN.t Merge remote branch 'kc/new/bug_5327' into kcmaster Bug 5327 Cleaning up XISBN.t a bit Merge remote branch 'kc/new/bug_5327' into kcmaster Bug 5327: Little change to Record.t Merge remote branch 'kc/new/bug_5327' into kcmaster Bug 5327 - Now we are doing db calls, we need to shift this to t/db_dependent Bug 4289: Bumping version number up New icon set, renaming and making files in the intranet too Bug 4289: Updating other sysprefs until we change the installer, we need to do this Bug 5327: Shifting and little tidy up of the members tests Bug 5327: small typo in the Members.t test Bug 5640: Adding the icons to the opac also Merge remote branch 'kc/new/enh/bug_5640' into kcmaster Bug 5268: Combining icons with liblime-kids Merge remote branch 'kc/new/enh/bug_5628' into kcmaster Bumping Koha version Bug 5327 fixing missing number of tests Merge remote branch 'kc/new/enh/bug_4289' into kcmaster Merge remote branch 'kc/new/bug_5586' into kcmaster Merge remote branch 'kc/new/enh/bug_5551' into kcmaster Bug 5618: Multiple renewals in the opac Bug 5618: Adding missing system preferences Revert "Fix for Bug 3659, Add place hold option from patron checkout tab" Bumping database version History updated Adding Jerome Charaoui to the history docs, 130 people have code in Koha now Bug 5452 - Overdue date color in borrower's today issues Bug 3881 fixing italian sysprefs Bug 3881: Updating database version number Bumping database version Updating history docs Bug 4931: Stocking can be by homebranch or holding branch Bug: 4263 - Repeatable subfields in items Fixing a syntax error, that snuck in with a merge Merge branch 'bug_5462_signoff' of git://github.com/colinsc/koha into new/enh/bug_5462 Updating history docs Merge branch 'new/bug_5690' into kcmaster Bug 5691 - Delete all items respects independentbranches system preferences Merge branch 'new/bug_5277' into kcmaster Merge remote branch 'kc/new/enh/bug_5462' into kcmaster Bumping database version Bug 2742 : Fix typo Bug 3495 : Providing a link to the fast add screen in circulation for an item that isn't found Merge remote branch 'kc/new/bug_3009' into kcmaster Merge remote branch 'kc/new/bug_4263' into kcmaster Merge remote branch 'kc/new/enh/bug_5733' into kcmaster Merge remote branch 'kc/new/bug_5649' into kcmaster Merge remote branch 'kc/new/bug_5734' into kcmaster Bug 5751 : Follow up patch, removing unused variable and fixing copyright Merge remote branch 'kc/new/bug_2742' into kcmaster Merge remote branch 'kc/new/bug_5736' into kcmaster Merge remote branch 'kc/new/enh/bug_2170' into kcmaster Merge remote branch 'kc/new/enh/bug_5462' into kcmaster Merge remote branch 'kc/new/enh/bug_5462' into kcmaster Merge remote branch 'kc/new/bug_2742' into kcmaster Bumping database version Merge remote branch 'kc/new/bug_5682' into kcmaster Merge remote branch 'kc/new/bug_5769' into kcmaster Merge remote branch 'kc/new/bug_2742' into kcmaster Merge remote branch 'kc/new/enh/bug_3550' into kcmaster Merge remote branch 'kc/new/bug_1953' into kcmaster Merge remote branch 'kc/new/bug_2742' into kcmaster Merge remote branch 'kc/new/enh/bug_1883' into kcmaster Merge remote branch 'kc/new/bug_4885' into kcmaster Merge remote branch 'kc/new/bug_1953' into kcmaster Merge remote branch 'kc/new/bug_3319' into kcmaster Merge remote branch 'kc/new/bug_5804' into kcmaster Bug 5811 - Bumping database version Fixing the translatable tests to work in french locales Merge remote branch 'kc/new/enh/bug_5792' into kcmaster Updating database version Fixing license and copyright statement for updatedatabase.pl Fixing a utf8 issue with the translator tests Merge remote branch 'kc/new/enh/bug_5783' into kcmaster Bumping database version Merge remote branch 'kc/master' into new/bug_3013 Bug 3624 : Follow up patch, to catch any installs that still have the missing columns Merge remote branch 'kc/new/bug_3013' into kcmaster Adding release dates and 2 new developers Bumping the database version Bug 5595 : Fixing a security glitch (please always use placeholders or Merge remote branch 'kc/new/bug_5595' into kcmaster Bug 5669: Adding a system preference to control whether a user can select a pick branch for their hold or not Bumping db version Merge remote branch 'kc/new/bug_4438' into kcmaster Bumping database version Bug 5693 : Follow up patch, escaping HTML in limit_cgi so "" dont break hrefs Merge remote branch 'kc/new/bug_5693' into kcmaster Merge remote branch 'kc/new/enh/bug_3659' into kcmaster Merge remote branch 'kc/new/enh/bug_3495' into kcmaster Revert "Merge remote branch 'kc/new/bug_5734' into kcmaster" Merge remote branch 'kc/new/bug_3326' into kcmaster Bug 5869 - Follow up patch, fixing copyring and s/reserves/holds/ Merge remote branch 'kc/new/enh/bug_5869' into kcmaster Merge remote branch 'kc/new/bug_4218' into kcmaster Merge remote branch 'kc/new/bug_5879' into kcmaster Merge remote branch 'kc/new/enh/bug_5848' into kcmaster Adding 2 more developers to the history 137 now! Bumping database version Bumping database version Fixing missing syspref Bug 5928 follow up patch catching missing sysprefs Bumping database version Fixing template bug, once again unit tests rule! Fixed another template error thanks Jared Bumping database number Merge remote branch 'kc/new/enh/bug_5880' into kcmaster Merge remote branch 'kc/new/enh/bug_1962' into kcmaster Merge remote branch 'kc/new/bug_3670' into kcmaster Bumping database version Bug 5960 : Itemtype icons not showing correctly in staff search results Merge remote branch 'kc/master' into new/bug_5817 Merge remote branch 'kc/new/bug_3326' into kcmaster Bug 5687 : Bumping database version Merge remote branch 'kc/new/bug_5940' into kcmaster Bug 5547 : Bumping db version Bug 5548 bumping db version number Typo in kohastructured.sql thanks to Marcel de Rooy for the catch Merge remote branch 'kc/master' into new/bug_5940 Merge remote branch 'kc/new/enh/bug_5548' into kcmaster Bumping database version number Bug 5965 : Follow up patch, cleaned for style Merge remote branch 'kc/new/enh/bug_6003' into kcmaster Bug 5578 : Follow up patch fixing FSF addresses Bumping database version Fixing FSF address in license statements Bumping database version Bumping database version Merge remote branch 'kc/new/enh/bug_5432' into kcmaster Merge remote branch 'kc/new/enh/bug_5548' into kcmaster Merge remote branch 'kc/new/enh/bug_4421' into kcmaster Updating version Merge remote branch 'magnus/bug3644-normarc' into new/pending_qa/enh/bug_3644 Merge remote branch 'magnus/bug6002-sample-data' into new/enh/bug_6002 Merge remote branch 'kc/new/enh/bug_5548' into kcmaster bug 4865: Enable session storage in Memcached Updating database version Merge branch 'new/bug_5307' into kcmaster Merge remote branch 'kc/new/enh/bug_5839' into kcmaster Incrementing database version Updating history Updating database version number Bug 5914 : BuildUnimarchierarchies can go into an infinite loop Squashed commit of the following: Merge remote branch 'kc/new/bug_5651' into kcmaster Merge remote branch 'kc/new/bug_5914' into kcmaster Merge remote branch 'kc/new/bug_5942' into kcmaster Merge remote branch 'kc/new/bug_6056' into kcmaster Merge remote branch 'kc/new/bug_6058' into kcmaster Merge remote branch 'kc/new/bug_6065' into kcmaster Bug 6040 : Adding some error handling to the opac export Merge remote branch 'kc/new/bug_6009' into kcmaster Merge remote branch 'kc/new/bug_5555' into kcmaster Merge remote branch 'kc/new/bug_4276' into kcmaster Bug 6014 : Removing a leftover warn Removing conflict markers Merge remote branch 'kc/new/bug_5957' into kcmaster Bumping database version Merge remote branch 'kc/new/enh/bug_5547' into kcmaster New developer to the history Merge remote branch 'kc/new/bug_3072' into kcmaster Merge remote branch 'kc/new/bug_4912' into kcmaster Merge remote branch 'kc/new/bug_5949' into kcmaster Merge remote branch 'kc/new/enh/bug_5921' into kcmaster Merge remote branch 'kc/new/bug_5234' into kcmaster Merge remote branch 'kc/new/enh/bug_4449' into kcmaster Bumping database version Updating database number Merge remote branch 'kc/new/pending_qa/enh/bug_3644' into kcmaster Fixing a typo in systempreferences Bumping database version Bug 5984 : Allowing the librarians to hide items in the Opac using a system preference Bug 5984 : Follow up : Catching the rest of the languages sysprefs Fixing updatedatabase Merge remote branch 'kc/new/enh/bug_6013' into kcmaster Bumping database version Chris Nighswonger (10): Bug 5227 [3.4] Enhance the label batch edit interface Bug 5227 [3.4] Enhance the label batch edit interface Fixing up a regexp to stop a trivial warn Adding 3.2 Release Maintainer to Release Team List Bug 5381 - Fines in notices prints always 0.00 Bug 5391 - can't add multiples to batch Security Bugfix: Bug 1953 Adding Placeholders to SQL To Avoid Potential Injection Attacks Bug 5865 - Labels wrap incorrectly when paper width is greater than height Bug 5213 - Suffix number sequence not resetting properly in hmyymmincr barcode autogen pattern Bug 5251 : Enhancement: [3.2] (Resubmission) Adding code to support using gmail as an SMTP server Christophe Croullebois (5): (MT #4108) Notes in serial Bug 5948 : Creation of a quantity column in receipt summary Bug 5962 : Budgets showing when they shouldn't (MT #4717) Bug in Koha 3.2 on acqui-home.pl Bug 5949 : Popup alert when deleting items from basket, also change planning value to statistics Bug 5963 : Add the ability to filter budgets using the active column Christopher Hall (6): Bug 5462: fixed dashes (replaced with _) and fullstops (removed) for variable names Bug 5462: fixed incorrect TMPL_IF Bug 5462: both intranet and opac seem to be 'clean', still need to make relevant changes in scripts Bug 5462: modified intranet scripts to match templates Bug 5462: more dash fixing for variable names within scripts Bug 5462: fixed current preferences tab highlighting bug created by dashfix Colin Campbell (47): Bug 5315: Remove references to obsolete variable nbstatements Bug 5224 Remove the adjective Shopping from basket Bug 5105 - Remove use of depreciated Switch module Bug 4305 Improve code flow Bug 4305: Add test case for ISBN-13 to ISBN-10 conversion Bug 5392 Initialize vars used in building url strings Bug 4074 Fix fail to parse simple qualified search Bug 5450 Avoid a name clash in ILSDI modules Bug 5448 Use Test::More in Boolean.t Bug 5448: Refactor Boolean.pm Fix some compile time errors reported in test suite Remove some whitespace from earlier commit Bug 5022 Supplements were not saved correctly Bug 2170 Supplementary Fix Wrap link in permissions check Variable redeclared in same scope Add jquery.uitablefilter.js Fix supplier loop in serials claims Bug 4286 Allow receiving if subscription enddate not set Bug 5582 Pass tag nums as a string to Doc Popup Bug 5583 Rename fieldnumber to blocknumber Bug 5589: Remove duplicated Exports in Suggestions.pm Bug 5601 Fix processing of DueDate return Bug 5601 :: Add tests for bugfix Bug 5611 Tidy up C4::Scrubber Bug 5403 Remove DisplayISBN and GetPublisherNameFromIsbn Bug 5026 Undefined dates formatted poorly in serials-edit Bug 4309 Do not throw error on auth search of multiple fields Bug 5673: test guarantorid consistently Bug 2742 Correct language names in install Bug 4263: Fix subfield ordering broken by earlier patch Bug 4263: Remove duplicated lines from C4::Items Bug 3550 : Display changes needed in opac-results-grouped too Bug5063: C4::Bookseller Changes bug_5064 Rework data retrieval in booksellers.pl Bug 3810: Ensure all calls to Mail::Sendmail handled consistently Bug 5485: Add script to run Test::Perl::Critic Bug 5890 Correct Mismatched operator in comparison Bug 5466 On new orders get currency from vendor Bug 5880: Correct misleading pod in new subroutine Bug 5932 Remove itemdata sub from C4::Serials Bug 5708 : Get Correct Discount when levying rentalcharge Bug 5548: Correct punctuation in patch Bug 5529 Absence or Presence of lists not being reliably returned Bug 6096 Correctly return arrayref from GetAllShelves Bug 3803 Show ISSN in orderline of basket display Bug 5415 More consistent returns from SimpleSearch Bug 5415 Let calls of SimpleSearch utilize considtent interface D Ruth Bavousett (1): Bug 5230: Call number ranges in export don't give expected results. Daniel Grobani (1): unit test stub for Z3950.pm Dobrica Pavlinusic (1): Bug 4920 - neworderempty.tmpl shouldn't call calcNeworderTotal() onload Doug Dearden (1): Bug 5738 Display 856u As Image Edward Allen (1): bug 5516: Corrected git url in Install Documentation Corrected the git clone url for INSTALL.ubuntu, INSTALL.ubuntu.lucid Fr?re S?bastien Marie (1): Use placeholders in sql Fr?d?ric Demians (30): Bug 5177 Selecting default sort result by syspref Bug 5368 Browse Shelf link appears when no itemcallnumber Bug 5372 (v2) Existing value can be replace by default value Bug 4472 Apply it to MARC21 Fix bug on opac-detail.pl with switch statement Bug 5105 Regression test for switch statement Bug 5204 Followup Bug 4440 Follow-up for English typography and alignment Bug 5444 Fix misc/translate script for 'standard' Koha install Bug 5475 Wrong messages date formating on Check Out page Bug 5041 Allow to delete non-repeatable field Bug 5446 Fix a bug introduces by previous patch Bug 5506 Improve translation script Bug 4838 Allow to choose which authority heading to copy into biblio record Bug 5506 Shorten .po file comment lines Bug 5530 Follow up Bug 5480 Some usual UNIMARC cataloguing plugins doesn't work anymore Bug 4289 Followup: Add syspref default value and in opac.pref Bug 3212 Force leader 9 position to 'a' for new biblios Bug 5727 Warning in log due to XSLT.pm Bug 5777 Update and install syspref tab titles Bug 4103 In Pro Adv Search, superlibrarian search always all libraries Bug 5830 Using XSLT on OPAC Lists page Bug 4072 Lost items aren't hidden on OPAC result page Bug 5065 Add ability to choose framework on import Bug 5610 Script to force borr transport defaults messaging Bug 5755: Syspref to control facets truncation Bug 5755: DB Update, add new syspref Bug 5931 Paging and sorting saved reports table Bug 4374 Improve biblio data entry form regarding hidden/mandatory fields Fr?d?rick Capovilla (9): Bug 5661 Fix a problem when doing an authority search with no sort order Bug 5616: Corrects an utf-8 encoding problem in cardviews Bug 3341: Fines calculation erroneous when a repeatable holiday is added Bug 5703: Hide the $9 subfield (linked authid) when showing series for a MARC record in normal view. Bug 5883 : Prevent re-encoding the items if they are already in UTF-8 in ModBiblio. Escape the double quotes in authority search queries to prevent errors. Bug 3727: Corrects the behaviour of the itemtype selectbox in addbiblio.pl Corrects an error when showing a suggestion linked to a deleted budget. Bug 5410 : Adds "do-not-truncate" in the search queries of Heading.pm Galen Charlton (59): Merge branch 'enh_bulkmarcimport' of git://gitorious.org/koha/mainline into to-push bug 5128: fix syntax errors in previous patch bug 3211: fix some errors that crept into the cleanup fix use of outdated boilerplate bug 5309: tweak so that background progress doesn't exit immediately bug 5146: patron import files require header row tweak wording of merge target bug 2567: let 008/15-17 and 008/24-27 be set remove extraneous semicolon bug 5327: follow-up to fix SIP tests history updates - recent releases bug 5308: add foreign key constraints as well remove unused template include bug 5318: fix value of r4 rank weight bug 5301: improve escaping of XML characters in bib output bug 5162: follow-up patch to not clear hidden input setting attribute type bug 5190: link to MARC21/UNIMARC online doc in the bib editor bug 5190: improve linking to MARC field documentation bug 5311: correction to database update bug 4991: follow-up tweaks bug 5149: follow-up - remove extraneous character in link bug 5243: avoid crash when saving authority records on certain setups bug 4141: fix upgrade of OPAC XSLT parameters from 3.0.x bug 5219: tidy cleanup_database.pl bug 5236: remove hidemytags from CSS as well Removed two column definitions added in previous patch follow-up: improve use of home and holding library in circ stats report follow-up to reports permissions patch bug 5372: identify empty field in authority record correctly bug 5380: remove copy-and-paste from authorities/detail.pl bug 5386: remove dep on Path::Class from t/00-load.t bug 4305: add a couple test cases for _isbn_cleanup bug 5389: mark Business::ISBN as a required dependency bug 5393 [SIGNED-OFF]: add test case to check well-formedness of XML/XSLT files bug 4359 follow-up: noItemTypeImages should just control image display bug 4359: make other pages in the OPAC respect noItemTypeImages bug 5400: new test case to find files with merge conflict markers bug 4866 follow-up - minor code formatting cleanup bug 4211: more fixes to suggestion letter template handling bug 4211: ensure that suggestion emails have full details bug 5127: sample notice templates for suggestions bug 5127: database update to add the suggestion notification templates bug 4451 followup - don't need /g for this replace bug 5405: remove disused script catalogue/suggest.pl bug 4908: rename temlate variable to branchname bug 5397: display renew count consistently bug 5398: make additional pages in staff interface obey noItemTypeImages bug 5497: make all library fields available to circ receipt/slips bug 5585: fix display of current date on receipts and slips Bug 5399: remove useless eval 'use C4::Foo' bug 5654: remove disused directory bug 4306: respect item-level_itypes when displaying item label batches bug 2975: fix calculation of due dates by offline circ bug 2975: whitespace and formatting cleanup bug 5783: follow-up - fix logging of modifications bug 5783: follow-up system preferences tweaks bug 5846: fix detection of Javascript to compress by mod_gzip bug 4865: added dependency for using memcached for sessions bug 4903: enable OAI-DC output when install done in standard mode Garry Collum (2): Bug 4937: Fixes XHTML in the pagination links of a saved report. Bug 5373: Adds cardnumber to the field list of the Import Patrons NOTES. Henri-Damien LAURENT (28): (MT 3035) subscription created expired merge problem MT3667 : multiple display of same subscription MT3801: Serials not received issues cannot be claimed MT3667 followup MT3811 : unexpected issues not stored MT3801 followup : Cannot claim for issues MT3801: Serials not received issues cannot be claimed Followup admin/categorie.pl MT4009: followup removing systempreferences branch transfer limits Based on Chris Nighswonger french unimarc_standard_sysprefs.sql Bug 4438: incorrect "Budget total exceeds period allocation" error when editing fund Bug 5690 bug4438/MT5496 budget Exceeds total allocation Bug 5909 : SetUTF8Flag on any incoming data Bug 5944 : (MT #3000) new cronjob script to delete old suggestions Bug 5926 : Fixing Hierarchies : taking any heading subfield Bug 5964 : Translation problem on aqbudgets.tmpl MT3289 : check_sysprefs.pl case sensitive variable names Bug 6026 : export.pl : removing useless condition Bug 5924 : C4::AuthoritiesMarc.pm search enhancement Bug 6014 : MT3138 Adding some permission management to viewlog (Bug 4049) Searching itemtypes returning noise Bug 5923 : Authorities list :removing link on Summary Bug 6017 : MT3157 : editing an attribute lead to Error500 Bug 5631 : (MT #2993) add EAN, PUC and Music-Number indexes Bug 5637 : MT3044 : Fix CSV export when rer are blank characters Bug 5980 : Adding location to search indexes Ian Walls (27): Fixes bug 5232: Shelfname won't display on high-numbered lists Bug 4449: AllowHoldPolicyOverride does not override all hold policies Bug 5457: gather_print_notices.pl requires explicit stylesheet Bug 5460: AutoEmailPrimaryAddress set to invalid value in sysprefs.sql Fixes bug 5125: Default focus on circulation-home page Bug 2142: reinstate maxItemInSearchResults systempreference Bug 5603: advance_notice.pl uninitialized element in hash Bug 4289: OpacPublic prevents login into OPAC Bug 5619: Subfield 9 missing from most authorised heading fields Bug 5376: Batch Mod and Delete require superlibrarian permissions Bug 3881: OPAC Privacy reimplementation Bug 2341: items marked 'on order' not reserveable from search results Bug 5307: Language search fields Follow up on Bug 5462: fixing variable names breaks messaging preference form Bug 3319 Followup: Fix compatibility with fix for bug 4945 Bug 5824: Creating a circ rule for a specific library causes anomalies Bug 5831: rebuild_zebra.pl doesn't respect -r Bug 3670 Followup: fixes message preference form Bug 3203: ACCTDETAIL notices don't parse branches or borrowers tokens Bug 5547: Hide Lost Items dev Bug 5548: Hard Due Dates Circ Rule Bug 5578 Followup: Hard Due Dates break hard-coded default circ rule Bug 5957: Making COiNS in OPAC search results optional Bug 5990: Lists and Cart show LOC code not Location Authorized value Bug 5578: Self checkout by Login enhancement Bug 5548 Follow up: Confirm Checkout message where it shouldn't be Fix for Bug 4449: AllowHoldPolicyOverride cannot over all policies J. David Bavousett (1): Bug 4340 - patron name search does not handle punctuated names Jane Wagner (3): Bug 3789 Set off shelving location in staff and OPAC title display Bug 5810 revision to fix author search link Bug 4394 REVISED Allow opaccolorstylesheet syspref to use an external URL Janusz Kaczmarek (3): Bug 5569: Corrections to addbiblio.tmpl to be able to delete repetable mandatory subfields Bug 5819 : No toolbar in record view when quotes present in title - fix Bug5555 Corrected search for ISBN / ISSN Jared CAMINS-ESAKOV (2): Fix bug 3811; Index language as word Bug 4366: Improve COinS support for MARC21 Jared Camins-Esakov (37): Update language mappings to fix Bug 5311 Bug 5683 - it is possible to save corrupt records Bug 5723: Font for 780s on staff client shrinks Bug 5811: Add sysprefs to control overriding fines Bug 5815: Double clicking submits patron selection Bug 5810: Subject tracings search complete subfields Bug 3326: Work around Zebra's handling of & entities Follow up for Bug 3326: previous fix broke searches when Bug 5816: XSLT doesn't display enhanced contents Bug 5610: Add --since for setting messaging to default Remove errant Makefile and pm_to_blib from repo Bug 5390: OPAC loses library selection Bug 3382: Add CSS classes to OPAC XSLT tags Bug 5902: additem.pl should default to set library Bug 5641: Replace Favicon through staff client Bug 5921: Add enumchron to the items detail page Bug 5939: "Save and edit items" button broken Bug 3098 follow-up: Clean up formatting Bug 5919: Display MARC21 fields 583, 586, 530 Bug 4276: XSLT subject tracings only use subfield a Bug 5817: Follow-up fixing callnum: on staff results Bug 3326: Staff results still displayed & Bug 5900: GetAllIssues performance issues Bug 5253: Add options to runreport.pl Bug 4393: Scan Indexes results cannot be sorted Bug 5973: Add spans to staff client results Bug 5975: Add id to "Don't have a card" instructions Bug 5987: Add cl scripts to touch all biblios and items Bug 4421: Add alternate holdings display and prefs Fix two small typos in MARC21 field 006 value builder Bug 5651: Question marks break searches w/ICU Bug 5868: Subject indexes do not search 6xx fields Bug 4276 follow-up: quote strings with curly braces Bug 6032: Give biblio register and shadow sane default max sizes Bug 6100: request.pl should check maxreserves exists Bug 5957 follow-up: use comparison operator in if Bug 5921 follow-up: fix text wrapping Jean-Andr? Santoni (8): Fixes a permission problem in guided reports Ergonomy improvement in smart rule management Checks serials item form Fixed the checkall checkbox Replaced CGI dropdown box call wich is deprecated Added table filter to claims.tmpl Fixed a bug about hidden checkboxes in claims (bug #4363) Fix subscription search error when no results Jerome Charaoui (1): Bug 5506 Fix installation of prefs translations in standard installs Jesse Weaver (2): Add .packages file for Ubuntu 10.10 Bug 4878 - Command-line tool for getting and setting sysprefs Joe Atzberger (1): Bug 5586: Set SIP line-endings to proper SPEC-compliant \r Jonathan Druart (1): Bug 6099: error in report pagination when GROUP BY Julian Maurice (7): Follow up for bug 5880: Added unit tests for the two new subroutines Follow up for bug 5880: Improved unit test Bug 5848: Remove duplicated tabs in opac details for Unimarc Bug 5864: link biblio => serials subscription is wrong Bug 5893: Removed duplicate entry in sysprefs.sql Bug 5952: Add another tab for relatives issues Bug 5923 : Removed link from variable $summary Katrin Fischer (67): Bug 5327: Add basic unit tests to some C4 modules Bug 5327: More basic unit tests for C4 modules Bug 5370: Fix references to koha.org and other old websites Bug 5370: Fix references to koha.org and other old websites Bug 5370: Fix all references to koha.org Bug 5370: Fix all the references to koha.org Bug 5370: Fix all references to koha.org Bug 5003: Can not search for organisation by name Bug 5112: Organisation does not show links to professionals Bug 4979: Acq: input fields for new record are too short BUG 5058: small layout correction of vendor form Bug 5059: Inconsistent use of ordering price and list price in vendor form Bug 5175: Publisher link breaks display, if no publisher exists Bug 5430: Add Control number as option to OPACSearchForTitleIn Bug 5430: Follow-up, fixes error message when no 001 exists Bug 5104: Add control number as search option to acq z39.50 search Bug 4506: Add index Record-control-number = rcn for indexing of $w subfields BUG 4506: Add 8xx $w subfields to MARC-Frameworks en, fr-FR BUG 4506: Add 8xx $w subfields to MARC-Frameworks pl-PL Bug 4506: Some work on article to serial links BUG 4506: Add 8xx $w subfields to MARC-Frameworks de-DE Bug 4506: New icon for sets Bug 4506: Add set > volume link Bug 4506: Add volume > set link Bug 4506: Add links to other editions, some minor corrections Bug 4506: Traced series Bug 4506: Add link to volumes of traced series to series record Bug 4506: Add rcn links to 780 and 785 Bug 4506: Add rcn links to host item entry = 773 Bug 4506: Correct wrong links in intranet Add BSZ to Koha's About page Bug 5467: Kits shown wrong as visual material in XSLT displays Bug 5423: Deleted Patrons are no longer saved in table deletedborrowers Bug 3381 - Add an IntranetUserCSS system preference Bug 1997: new OPACNoResultsFound pref Bug 4218: Fixes display problem introduced by last patch Add missing bracket to updatedatabase.pl Bug 2965: Allow due date in the past - small template fix Bug 2965: Follow up - fixing problem with barcode field Bug 5186: Follow-up - Fixing wrong database number Bug 4160: Currency conversion doesn't handle rates other than 100 Bug 3009 - Change items.content field so it prints due date by default Make 'about' show D Ruth Bavousett's name change Bug 1962: Add fine notification during check-in Bug 5527: Fix some problems in inactive borrowers report Bug 1962: Follow-up: Add fine notification during check-in Bug 3495: Fast bib record add at circulation Bug 5861: items.stocknumber not saved correctly Bug 5646: Translated sql files break messaging Bug 5834: Holds link missing when 942$c is not for loan Bug 1962: Add new syspref FineNotifyAtCheckin Bug 5838: Format sql outout on guided reports Bug 5897: Add new syspref ShowReviewer Bug 5959: Add search link for analytics to serial records Bug 5839: Add index stocknumber on 952$i Bug 5839: Add mapping for items.stocknumber to MARC21 Bug 5860: Adding duplicate stocknumber fails silently Bug 5970: Follow-up, freedeliveryplace was missing in kohastructure Bug 6056: Notes were not shown when modifying order line Bug 5949: Hide 'Edit record' link when creating new order Bug 5895: Translation error in German fast add framework Bug 5422: Separate state field for patron's addresses - database update Bug 5422: Separate state field for patron's addresses Bug 5422: Add missing fields to deletedborrowers and change datatype to text Bug 5422: Small layout correction to borrower search result list Bug 5422: Add missing fields to deletedborrowers and change datatype to text Bug 5431: Separate state field for library addresses Koustubha Kale (5): Bug 4440: Revised combined patch to print fee receipts and invoices Bug 4440 Layout tweaking follow-up patch Bug 5418: Rev-5 patch new itemBarcodeInputFilter for libsuite8 style barcodes Adding id tags to some OPAC templates. This patch fixes the broken pagination in members-search.pl Liz Rea (6): Adding a simple test for Service.pm bug 5237: Testing renewals on patron barcodes with + signs at the end Bug 4935: fix for allowing authorized values to be "unset" Bug 5143: Help file revisions per Owen Leonard Correcting the name of one of the developers. :) Bug 6006 - Move location from current location to home library column on detail.pl MJ Ray (3): Display available error information during bulkmarcimport bug 1953: Reduce risk of possible tainted supplierid call to C4::Serials::GetLateIssues bug 5813: Remove unnecessary empty file Magnus Enger (16): Bug 5327: Add basic unit tests to some C4 modules Bug 5055 Use standard file paths in crontab.example Bug 2742 Followup patch fixing Norwegian bokm?l, adding nynorsk Bug 4265: Fix padding of short callnumbers and Bib-1 attribute for sorting Add sample Z39.50 servers Add a copy of MARC21 data Add files in installer/data/mysql/nb-NO/1-Obligatorisk/ Translate OPACSearchForTitleIn in installer/data/mysql/nb-NO/1-Obligatorisk/sysprefs.sql Add files to installer/data/mysql/nb-NO/2-Valgfritt/ Fix typo in installer/data/mysql/nb-NO/2-Valgfritt/sample_patrons.txt A couple of missing translations in installer/data/mysql/nb-NO/2-Valgfritt/ Fix wrong encodings in installer/data/mysql/nb-NO/2-Valgfritt/ Another wrong encoding in installer/data/mysql/nb-NO/2-Valgfritt/ Bug 3644 Add support for NORMARC Bug 6003 Display call number on return Bug 5671 Revised Patch #2 - Add a column of custom HTML to my summary Marcel de Rooy (29): Enhancement 5074 (Adding possibility to cleanup_database.pl to purge only older sessions) [UPDATED for master] Bug 4515 (Few very small errors in opac-search.pl) RESENT fixing whitespace warning Bug 4866 for master (Enable Change event for item plugins) Bug 5066 (Log timestamp consistently in _session_log) bug5455 (Fix uninitialized-warnings on authorities.pl) Bug 5374 (update transaction date when saving biblio) RESENT with small fix Bug 5375 (Update date/time last transaction (MARC 005) when saving authority record) Bug 5701: Distinction between authors/additional authors in staff normal view (MARC21/XSLT) Bug 5735: Expanding/collapsing cloned fields in editor takes original field Bug 5736: Fixing some zebra configuration errors in marc21/biblios/record.abs Follow up on bug 2742: Correct language names in install Follow up on 5736: fix authorities record.abs Bug 5756: Add MARC21 tag 751 (added geographical entry) to Zebra config Bug 5782: Add warning when ordering a duplicate record from external source 2742 Encoding problem Bug 1953 - Follow up fix on security patch Bug 5642: Item field serial enumeration (enumchron) should be longer Bug 5848: Same position for the tabs of Normal, MARC and ISBD view in opac detail Bug 5863: Add to Your Cart disappeared if login disabled on opac detail 5622: Improve display of MARC21 773 field in XSLT detail view Bug 3735: Wrong search results for a few fields in ccl.properties 3154 Preferences for building facets (functionality) 3154 Preferences for building facets (install) Bug 5687: Add pref StaffAuthorisedValueImages for staff search results Bug 5687: Add pref StaffAuthorisedValueImages for staff search results (install) Bug 3628: opacSerialDefaultTab Follow up fix for 5839 (items stocknumber) 5936: Remove some obsolete db columns from aqbooksellers and aqbudgets if needed Bug 3072: Search for Heading-Main in authorities Mark Gavillet (1): Bug: 5547 - corrected insert to database Mason James (2): (bug 5277) (HEAD) cant search by barcode in OPAC search-page Bug 4289: 'OpacPublic' feature Matthias Meusburger (12): MT3802: Patron notification is not correctly shown in subscription modification MT 2446 : Cancel authority edition for a field goes back to this field MT 2310 : New subfield for fields < 10 is now in a tab Bug 5907 : MT 2538 : Using default authtypecode for authority display Bug 5913 : Remove broken link from authorities search results Bug 5966 : MT 3010: Adds waiting date for holds in opac-user Bug 4943: Search history cookie size limit Bug 5996 : MT2926: Fix default values for patron import Bug 5952: Shows member relatives in issues lists Bug 5970: Adds the ability to use a free delivery address for basket Bug 6028 : MT3815: Quickfix for CSV export (9999 rows limitation) Bug 5984 : Follow up Adding OpacHiddenItems syspref Nahuel ANGELINETTI (7): (MT 2985) simplify CanBookBeReserved (bug #5154) fix most checkouts report (bug #3575) fix opac-detail.pl (MT #3110) fix repetable titles (bug #3737) fix title search in order history (bug #3743) fix acquisition stats ordering (bug #5157) fix borrowers top issues Nate Curulla (1): Bug 5327: Add unit test for ItemType.pm Nicolas Morin (2): correct vocabulary Bug 6013 : removed z3950 host in label when cataloguing Nicole C. Engard (12): Bug 5799 make language on circ history consistent Bug 5792 - Add reference icon to Bridge icon set Bug 5820: Change language to 'Fund' over 'Budget' Follow Up Bug 5869 Fix String Errors Follow Up Bug 5869 Update Report Page Title Bug 5928 follow up remove branchcode label Bug 5940: Update Patron Help Files Bug 5940: Catalog and Cataloging Help Files for 3.4 Bug 5940: Acq and Suggestion Help Files for 3.4 Bug 5940: Admin Help Files for 3.4 Bug5940: Authority, Labels, Circ help files for 3.4 Bug 5940: Offline Circ & Patron Card Help Files for 3.4 Nicole Engard (35): bug 5235 : circ receipt should include name create unit test files add missing help file for merging records BUG 5239 add space between number and words in acq search bug 5258 change 'order' to 'order line' on receive page bug 5163 change title of holds to pull page bug 5151 removed bolded terms in breadcrumbs bug 5050 move language prefs to I18N/L10N tab bug 5019 remove link to funds bug 4986 move serials prefs from cataloging tab to serials tab bug 5326 fix extended patron attribute error bug 5326 fix link to old prefs editor on patron attributes bug 5168 change link text from holdings to items bug 5171 change 'edit items' to read 'edit item' when next to 1 item bug 5110 move NewItemsDefaultLocation to cataloging tab bug 5149 fix broken link to noItemTypeImages preference Bug 5483 New Icon Set Bug 1997: new OPACNoResultsFound pref bug 5150 change issuing to circ & fine rules bug 4252 add authorites permission to menus bug 5255 change 'document type' to 'item type' bug 4977 add missing order links to 'no results found' page bug 4826 change 'add basket' to 'new basket' bug 5035 remove default opaccolorstylesheet value for new installs bug 5040 fix misspelling of distance in marc21 framework bug 5563 change note about cover images on enhanced content bug 5562 change 'issues' to read 'checkouts' bug 5419: make reason checkouts blocked stand out bug 5604 additional icons in the Seshat icon set bug 5492 update import patrons page title bug 5486 remove note about HomeOrHoldingBranch being removed soon bug 4131 have subscription so edit routing if one exists Bug 5746: Add space after 'enhanced content' on OPAC Bug 3670: change 'Item DUE' to 'Item Due' in English dbs bug 4837 make circ print page show item type description Owen Leonard (156): Further fixes for Bug 3211, cataloging value plugin forms should be valid XHTML Fix for Bug 5254 - no need to scroll left to right on acq z search Fix for Bug 4261 - keyword mapping should show which framework the map is for Fix for Bug 5223, 'related subjects' should read 'subjects' Fix for Bug 5075 - Terms not highlighted w/ xslt on Fix for Bug 4261 - keyword mapping should show which framework the map is for Fix for Bug 5223, 'related subjects' should read 'subjects' Fix for Bug 5236 - "hide my tags" link does nothing Fix for Bug 5221 - Preselect tab containing itemtype/authval image in use Fix for Bug 5162, patron attributes 'new' link should create blank value Fix for Bug 5114 - Can't edit basket in Internet Explorer Fix for Bug 5008 - "Remove" link missing when Cart in expanded view Fix for Bug 5137, Remove obsolete code counting issues by item type in circ Fix for Bug 4991, Overhaul of Calendar interface Fix for Bug 5135 - Authorized value input maxlength should match table column Fix for Bug 5136, Replace SQL with call to GetAuthorisedValues Fix for Bug 5056, Untranslatable strings in members.js Fix for Bug 5142, Untranslatable strings in tag review template Fix for Bug 4980 - Acq: pull down 'Restrict access to:' for funds not translatable Fix for Bug 5082 - Not translatable name of default framework 'Default' in MARCdetail.tmpl Fix for Bug 4963, sys prefs need date hints and/or picker Fix for Bug 5214 - undefined itype images cause broken image icon in request.pl Fix for Bug 4933, Link to subfield's edit tab from subfield structure admin Partial fix for Bug 4924, Public/Internal notes missing in staff normal view Fix for Bug 3271, Missing message when adding to a list with no items selected Bug 5396: New system preference UseTablesortForCirc Fix for Bug 4359, noItemTypeImages not active in OPAC Fix for Bug 4498 - Acq always shows '1 suggestions waiting' Additional fix for Bug 4423 - Staff Client XSLT is just a copy of the OPAC one Fix for Bug 5210, back button on batch modification result page useless Fix for Bug 5175, XSL view doesn't link publisher name to search Fix for Bug 4912 - After editing private list redirect to private lists Fix for Bug 4913 - Budget pages should show currency name instead of symbol Corrected patch for Bug 4520, facets "show more" doesn't work Fix for Bug 3013, Value builder for 006 and 008 need choices for all format types Fix for Bug 5037 - If patron category is empty it shouldn't show Fix for Bug 5152 - confirm buttons different styles on lists Fix for Bug 2122, Grayed out Fields not always visible Bug 2122 follow-up for authorities editor Fix for Bug 5004, Don't block deletion of cities when instances exist in borrowers table Another bug 5004 fix, this time for road types Fix for Bug 5240 - next link hidden on edit subfields Fix for Bug 5281, "Check in" then "Renew" checkboxes checked in the same time Fix for Bug 5269 - link to patron edit form when editing turned off Fix for Bug 5051, Renewal due date doesn't always show on patron Checkout tab Fix for Bug 4981, Tweak style of item listing on MARC display Fix for Bug 4451 Batch item tool can't process file with Windows line endings Fix for Bug 5402, "add to cart" shown on checkbox hover Further fixes for Bug 5142 - Untranslatable strings in tag review template Fix for Bug 5029 - Update patron deletion error page Fix for Bug 5030 - Improve handling of duplicate patrons Fix for Bug 5048, Error in menu/submenu for select language in intranet Fix for Bug 4908 - OPAC patron details page doesn't show patron's home library Fix for Bug 4851 - Batch delete shouldn't show delete button if no items were found Fix for Bug 4983 - Add edit record / edit item links to search results Incremental fix for Bug 3285 - Location on Add Subscription should be pull down Fix for 4832 - Re-editing a suggestion changes the item type Fix for Bug 2808, Hold queue not alphabetizing Fix for Bug 4473 - Recent comments view for the OPAC Fix for Bug 5285, Show/hide columns in the output of items in batch operations Fix for Bug 4173 - Statuses not appearing in the OPAC Fix for Bug 1883, authorised list of reasons why patron requesting book Fix for Bug 5443, Inaccurate highlighting of fields in patron update email Fix for Bug 4218 - Staff client detail page does not show item hold status Fix for Bug 5416, Template syntax error in moredetails.tmpl Fix for Bug 5208, Language chooser missing on Batch item deletion/modification Updated fix for Bug 2170, Adding 'edititems' user-permission Fix for Bug 5000, Uncertain prices misses option to choose display language Possible fix for Bug 2307, Calendar widget cannot be translated Alternate fix for Bug 2981, removing onclick redirect Fix for Bug 3859, Attach item clarification Fix for Bug 4946 - hold warning needs rewording Fix for Bug 4997, More searches menu not on OPAC MARC and ISBD detail pages Fix for Bug 3987 - New Sys Prefs Branch - Alphabetize prefs in sections Fix for Bug 5513 - staff client display screwy if you don't have all permissions Fix for Bug 5470 - improvements to results display in the staff client Follow-up fix for Bug 5285, adding missing CSS Follow-up patch for Bug 4908, show patron's home library in OPAC Fix for Bug 5518 - Add to shelf icon doesn't appear in OPAC results page Fix for Bug 3262 - OPAC needs syspref to show homebranch on detail page Proposed fix for Bug 5106 - Simplify MARC view choices in the OPAC (Conflict marker fix 2nd try) Fix for bug 5451, can add tags with userlogin turned off Fix for Bug 5540, editing slip news changes to librarian interface Fix for Bug 5526, List of lists should be in alphabetical order by list name Fix for Bug 5560 - pagination option for lists Fix for Bug 4820, Alter layout of Circulation and fines rules page for clarity Fix for Bug 3665, adding another submit button as in OPAC Reimplement fix for bug 5557 - Link to logs for user with view_system_logs permission Reimplemented fix for bug 5556, OPAC does not display the type of authority Fix for Bug 3918 - Add to order lists inconsistent Fix for Bug 5571 - tags as bulleted list too long Fix for Bug 3347 - Inconsistencies with tables in opac-shelves.tmpl Fix for Bug 4950 - checkbox should be removed when can't place a hold Fix for Bug 5006 - Invalid XHTML in record matching rules template Fix for Bug 5570 - item types not showing on other editions Follow up on fix for Bug 5570, item types not showing on other editions Follow-up on fix for Bug 4820, Alter layout of Circulation and fines rules page Additional fix for Bug 3550, Use GetRecordValue to get the subtitle Fix for Bug 4984, Invalid XHTML in staff client search results Fix for Bug 4945 - Patron search is limited by default to the currently logged-in library Fix for Bug 4885 - Only 1 ISBN shows in non-XSL detail view Fix for Bug 3459, topissues doesn't take care of ccode Fix for Bug 3659, Add place hold option from patron checkout tab Fix for Bug 5650, item type page key wrong Revised fix for Bug 3850 - Budget Planning Pages Need Design Work Fix for Bug 3319 - Need error message when adding patron and libraries are defined Fix for Bug 5115, Tags JavaScript includes many untranslatable strings Fix for Bug 5689 - System preference notifications are not translatable Fix for Bug 5532 - sysprefs editor should show names of saved prefs Follow-up correction for Bug 5462 - Fix variable names for template::toolkit Fix for Bug 5716 - Whitespace correction for browse shelf Fix for Bug 5743, 5743 - Make login errors a little nicer Follow-up fix for Bug 5733 - Empty cart in intranet when session is closed Fix for Bug 5715, Adding note about ReservesMaxPickUpDelay value Fix for Bug 5679 - funds planning showing strange borders Fix for Bug 5722, other reason for suggestions has code in text box Partial fix for Bug 5745, Overdues with fines report not showing titles Follow-up fix for Bug 2170 - Adding 'edititems' user-permission Follow-up fix for Bug 5760 - Add the jquery table sorter to reading record Follow-up fix for Bug 5462, Fix variable names so we dont break template::toolkit Fix for Bug 5140 - In Chrome, drop-down menus disappear after using pop-up calendar Fix for Bug 5769 - notice tab disappearing on edit patron Fix for Bug 5776 - menu on funds wraps when only 1 fund Fix for Bug 5804 - duplicate warning when ordering needs design work Follow-up fix for Bug 4885 - Only 1 ISBN shows in non-XSL detail view Fix for Bug 5812 - Tag Cloud - capitalized words come before lower-case words Follow-up fix for Bug 5804, acqui duplicate warning Fix for Bug 5814 - Style error message on manage staged records page according to standard Fix for Bug 5817, Malformed author search link breaks sorting on results page Fix for Bug 5818, Date picker broken on label batches Fix for Bug 4290 - search for author in repository Fix for Bug 4853 - Rights needed to renew a document Fix for Bug 3659, Add place hold option from patron checkout tab Follow-up fix for Bug 4218 - Staff client detail page doesn't show hold status Fix for Bug 5833, opacstylesheet not loading on all pages Fix for Bug 5971, Minor markup error in holds queue report Fix for Bug 5972 - DisplayClearScreenButton preference introduces invalid markup Fix for Bug 3523 - Menu of existing lists limited to 10 Fix for Bug 5988 - SearchMyLibraryFirst preference appears twice in preferences Fix for Bug 5828 - notes for purchase suggestions not showing in the staff client Bug 5401, WYSIWYG for Koha news: Testing TinyMCE Follow-up fix for Bug 5432 - Duplicate patron feature Fix for Bug 5989 - Funds filter does not remember library choice Fix for Bug 5991 - Javascript error on purchase suggestion pages Fix for Bug 5593, Change cart markup to allow for easier icon styling Partial fix for Bug 4870, Damaged status does not prevent items from being selected for reserves Fix for Bug 5156, JavaScript error when adding list Fix for Bug 6114 - Conflicting warnings about Koha to MARC links Bug 4912: Follow-up fix for Bug 4912, redirect user to correct lists Fix for Bug 6109, Hey! Fix for Bug 5234 - Remove unused CSS files Fix for Bug 5950 - changing frameworks doesn't change anymore Bug 4394 Adding preference definition change to opac.pref Additional fixes for Bug 5422, Separate state field for patron's adresses Adding state to output of patron search results screen Fix for bug 5498, Standardize markup and style of pagination menus Paul POULAIN (12): MT4578 : remove edit & delete button if the user don't have edit/create report permission minor change: reordering branch/location/callnumber display adding some javascript strings for translator some display changes in subscription add MT2743 : add filter on subscription branch to subscription claims fixing unopened closed tmpl_if mybranch not exported (merge pb) Bug 3629 : search limit by group is not OK Bug 5982 : OPAC Serials Minor change in description Bug 5625 : adding missing title (needed for lateorders.pl) Bug 5951 : consistency change: s/planning/statistic/ Bug 5984 : Follow up Adding OpacHiddenItems syspref Paul Poulain (51): MT2268 : Guided Reports Fix columns.def Editing help for subscription-add Removing usage of preferences.pl Bug5640: BZ5640 (MT3584): Nimes icon set Bug5640: BZ5640 (MT3584): Nimes icon set Bug 5634: BZ5634 order branch list alphabetically, without taking care of uc/lc Bug 5681: Fixes leading zeroes in Add Mulpiple Copies Bug 5699: don't discard $3 when building a record (UNIMARC specific) Bug 5700: MT4004 : additem.pl Some Status were not defaulted to the correct value Status 0 was lost because test was done on value and not on the fact that a value was defined or not. when value is 0 then it was not used as default value for Bug 5718 : fix permission of moveitem = edit_items needed Bug 5726 : MT1059 Follow-up : Fix merge reference selection presentation adding some copyright BibLibre statements Bug 5731 When No ccode is defined for an item, then moredetail.pl throws a 500 error Bug 5733 : MT3531: Intranet cart is emptied when session is closed Bug 5734 (MT3625) Fix column order in issue history updating some references from koha.org to koha-community.org Bug 5751 : MT2690 fix members-home Bug 5759 : displaying 2nd email if there is one on print template for borrowers Bug 5760 : MT3137 : Adding jquery.tablesorter and jquery.tablesorter.pager support for readingrec.pl NormalizeString POD Fixing and variable renaming BZ1883 follow-up BZ5432 follow-up, removing test string Bug 5835 : adding a class to index MT5451 no perl error is wrong biblionumber entered BG5575, comment 5 removing unconditional warns PDF translated to french Merge branch 'master' of descartes.biblibre.com:koha_biblibre translating pdf to french followed, forgotten string MT5275 API change in searchResults Solr: Display result numbers on opac results Sophie Meynieux (29): printoverdues.sh bash odities MT4611: batch edit record Error when adding subfield MT4611: batch edit record Error when adding subfield MT4613: Batch record - undesired concatenation of new subfield value with new one MT4611: batch edit record Error when adding subfield MT4613: Batch record - undesired concatenation of new subfield value with new one MT5022 Improve default rules usage. Modify overduerules table to set NULL default value for delay columns MT4921 Improve finding next stock number MT4744 Fix cancelation of holds MT4753 As a search result, document status seems inconsistent MT4949 Title-host missing in search indexes list MT5047 No hold possible for item in transit or reserved MT4741 Suppression of hold with red cross does not work MT4741 Suppression of hold with red cross does not work MT5250 wrong OPAC display if library name contains some HTML MT4741 Suppression of hold with red cross does not work MT5250 wrong OPAC display if library name contains some HTML MT4764 Empty mails sent to library MT5330 No pagination for inventory results MT4890 Editor value wrong replaced when modifying or duplicating a biblio MT5401 <> not substituted in notification letters MT5348 Results of report for patrons who never borrowed are wrong MT4890 Editor value wrong replaced when modifying or duplicating a biblio MT5401 <> not substituted in notification letters MT5348 Results of report for patrons who never borrowed are wrong MT5022 Improve default rules usage. Modify overduerules table to set NULL default value for delay columns MT4921 Improve finding next stock number MT5465 Patron date of birth is wrong MT5589 Barcode incremation does not work with bryymmincr format St?phane Delaune (55): (bug #2166) Label renaming for members emails (bug #1416) Fix borrower address display in intranet (MT #1936) Enhancement to secondary email management overdues (MT #1936) followup : Enhancement to secondary email management overdues (MT #4095) add exact matching filter for categorycode and branchcode fields in search members's result (MT #1577) complete langages checkbox for unique id (MT #3506) Granular permissions for the serials module (MT #4417) support dates for debarred's patrons stats (MT #4339) init default UNIMARC sql structure (MT #2308) followup : debug DB updating from 3.0.x to master (MT #2308) followup : debug DB updating from 3.0.x to master (MT #2308b) followup : debug DB updating from 3.0.x to master (MT #3322) adding if not exist syspref SpecifyDueDate (MT #4584b)Add duplicate support for borrowers (MT #4585)add manage suggestions on borrowers (MT #4626) debug suggestion management (suggestion's status and document's type) (MT #4628)Acq always shows '1 suggestions waiting' (MT #4626) followup debug suggestion management : "accepted by" was not correctly displayed on suggestion's edit page (MT #4584b)Add duplicate support for borrowers (MT #4585)add manage suggestions on borrowers (MT #4626) debug suggestion management (suggestion's status and document's type) (MT #1874) adding note and manager_id fields to accountlines (MT #1874) followup : adding note and manager_id fields to accountlines (MT #4350) branch_transfer_limits select current branch by default (MT #2179) Add tablesorter support for Additional attributes in moremember.pl (MT #1654) Adding jquery.tablesorter and jquery.tablesorter.pager support for authorised_values.pl (MT #1654) followup : Adding jquery.tablesorter and jquery.tablesorter.pager support for branches.pl (MT #1654) followup : Adding jquery.tablesorter and jquery.tablesorter.pager support for itemtypes.pl (MT #1654) followup : corrects tablesorting for authorised_values and itemtypes (MT #1654) followup : Adding jquery.tablesorter and jquery.tablesorter.pager support for categorie.pl (MT #1654) followup : Adding jquery.tablesorter and jquery.tablesorter.pager support for cities.pl (MT #1654) followup : Adding jquery.tablesorter and jquery.tablesorter.pager support for marctagstructure.pl (MT #1654) followup : Adding jquery.tablesorter and jquery.tablesorter.pager support for auth_tag_structure.pl (MT #1654) followup : Adding jquery.tablesorter.pager support for reviewswaiting.pl (MT #1654) followup : corrects tablesorting for authorised_values.pl (MT #1654) followup : Adding jquery.tablesorter and jquery.tablesorter.pager support for branch_transfer_limits.pl (MT #1654) followup:duplicate paging system at the top of search results tables (MT #1654) followup : Adding jquery.tablesorter and jquery.tablesorter.pager support for MARCdetail.pl (MT #1654) followup for MT #3137 : Adding jquery.tablesorter and jquery.tablesorter.pager support for readingrec.pl (MT #4626) followup debug suggestion management : "accepted by" was not correctly displayed on suggestion's edit page (MT #4589) lot of updates for borrower's fines (MT #4722)cancel drop aqbudgets table on update database (MT #4589) followup : lot of updates for borrower's fines (MT #4589) lot of updates for borrower's fines (MT #4589) followup : lot of updates for borrower's fines (MT #4262)adding a plugin popup for 995$k on additems.pl (MT #4589) followup : lot of updates for borrower's fines (MT #4589) followup : lot of updates for borrower's fines (MT #4317)adding ccode's logos on opac-search.pl (MT #4883)debug html template on moremember.tmpl (MT #5255)insert syspref HomeOrHoldingBranch if not exist (MT #5264)Add bdp support from 3.0.x (MT #5290) remove unicity from index itemsstocknumberidx (MT #5489) ignore $6 for subjects display on catalogue/detail.pl (MT #5229)disable dateenrolled and dateexpiry duplication on memberentry.pl?op=duplicate koha (1): MT3949: Search results can result in Error 500 koha et zebra (1): [SOLR] Fix updatedatabase.pl koha user (1): GetCircControlBranch using ItemhomeLibrary koha user account (1): (bug #3840) Fix default values in serial receive kohaadmin (6): Remplaceitemsms.price par items.materials dans l'affichage des prets Changement ponctuation 200 $i xlst opac Suppression des onglets d'affichage MARC intranet Removing timestamps removing subscription details Removing warnings from zebra logs ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Apr 10 11:30:53 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 10 Apr 2011 09:30:53 +0000 Subject: [koha-commits] main Koha release repository annotated tag, solr_v1.0-beta, created. solr_v1.0-beta 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 annotated tag, solr_v1.0-beta has been created at 24349facea5d5cf13f651805899c437e0bc3de38 (tag) tagging 3cbedde7580a42cb26d0ae33d7dd5a4244b6e116 (commit) replaces v3.02.00-alpha2 tagged by Claire Hernandez on Tue Mar 8 17:37:34 2011 +0100 - Log ----------------------------------------------------------------- Solr work merged - see solrwip_v1.0-beta for history work Alex Arnaud (36): (MT2371) basket.tmpl,in basket details, change Open on => Opened on (BUG #4356) Basket.pl: adding a link to the basketgroup (MT3170) neworderempty - display the user branch as default value in scrolling list (MT2990) opac-detail.pl: adding of search rebound on author and subject (MT 3267) Add Homebranch and Holdingbranch search criterion on circulation stat. (MT1177) aqplan.pl, fix the problem of calculating the total remaining. (MT1236) aqplan.pl - Fixe the problem of unrounded sums (BUG #4521) aqbudgets.pl - Transform undefined budget spent value to 0.00 value (bug #4523) possibility to show / hide the filters menu (BUG #4804) fix following bug: in neworderempty.pl, Click on minus sign in a item part don't decrements quantity. (BUG #4806) circ/circulation.tmpl: Add "reservenumber" in the reserved table. (BUG #4807) - C4/Reserves.pm : define a max pick up date when reserving an item. (BUG #4810) parcel.pl: Fix a bug with applying a filter on pending orders displaying (BUG #4811) suggestion.pl: display borrowers name in suggestion information filters (Suggested By, Managed by, Accepted by) (MT #3651) Fills "book fund" combobox with bugdets and fix some bugs of research by filter. (MT #3651) Fix problems on search filters. (BUG #4857) aqplan.pl: consideration of Planning categories with authorised values (MT4089) fix probleme sur mMail de mise ? disposition (MT3523) Cacher la loupe quand l'autid n'est pas un nombre. (MT4089) fix bug with retrieving user email address and item's barcode gestion des webservices apogee harpege am123 Apharp.pm modification sql dans getBorrowers Remove warn Pagination des mises a jour Add group by in getBorrowers sub WS apogee harpege - Add verbose + change query on getMemberByAppligest sub update sql request in getMemberByAppligest sub WS apogee harpege - fix a problem with retrieving borrowers (MT4068) Display callnumber & location in serials-collection.pl & serials-edit.pl. (MT4316) Add AdvancedSearchContent and OpacAdvancedSearchContent syspref in Searching tab (MT4084) Creating the page for batch record modification Merge commit 'origin/bug/MIN/MT1936' into nimes/CRIT/MT4299 (MT4299) in process_message_queue, select first available email (MT4296) remove useless tag in opac-detail.tmpl (MT4425) Replace search 'an' by 'an,phr' in searchresultlist.tmpl (MT4388) Add foreign key on auth_subfield_structure.authtypecode and auth_subfield_structure.tagfield for deleting on cascade BibLibre (1): MT5873 Header table diplay modification Christophe Croullebois (52): (MT #3828) fixing filters on result page for patrons search Creation of a quantity column in receipt summary (MT # 4073) Fix in member.pl an inactive "new" button (MT #4108) Notes in serial (MT #4017) : Fixing disjointed results in budget when selecting a new branch. (MT #4119) : Possibility to give a quitus. (MT #4117) Fast cataloging (MT #4108) Notes in serial (MT #4017) : Fixing disjointed results in budget when selecting a new branch. (MT #4119) : Possibility to give a quitus. (MT #4117) Fast cataloging (MT #3742) : Add orders from staged file. (MT #2391) : acqui/neworderempty.pl (MT #1365) Delete all items (MT #4007) Filling a basket from the reservoir (MT #3739) Warn message on Modify budget page (MT #1365) Delete all items (MT #4657) Bad values in the end date of subscription. (MT #4645) Added of an option filter by date in overdue.pl (MT #4717) Bug in Koha 3.2 on acqui-home.pl (MT #4645) Added of an option filter by date in overdue.pl (MT #4717) Bug in Koha 3.2 on acqui-home.pl (MT #4457) Troubles on hidelostitems (MT #4717) Add the capability to have a filter by active budget (MT #4717) Add a filter by active budget on acqui-home. (MT #4439) Reading RSS feeds via Netvibes (MT #4726) Sorting by date in transferstoreceive.pl (MT #4877) Troubles with lack in permissions table (MT #4739) On aqbudgets.pl bug on the Statistic's combobox (MT #4743) Changing the sort order on basketgroup.pl. (MT #4725) Pending holds (MT #5135) In basket.pl on delete. (MT #4935) Purchase suggestion (MT #5319) A bad link in smart-rules.pl (MT #5135) In basket.pl on delete. (MT #4937) On a new order defined from suggestion some fields were missing. (MT #5538) Bug when staging MARC Records For Import (MT #5604) When editing item bad branch displayed (MT #5577) Batch item deletion and Batch item modification Revert "MT3176 reloaded" MT4846 : acquisitions : problem in pdf and columns alignment MT4846 : acquistions : problem in pdf and columns alignment (MT #5659) Print a basketgroup failure (MT #5795) Adding a child patron (MT #5647) Holds awaiting pickup (MT #5425) In transferstoreceive.pl some biblios are empty. (MT #5425) In transferstoreceive.pl some biblios are empty. (MT #5983) In opac adding to list fail (MT #5425) In transferstoreceive.pl some biblios are empty. (MT #5338) Transfering a reserved item (MT #5425) In transferstoreceive.pl some biblios are empty. (MT #5305) Remove the addbudget menu Claire Hernandez (20): Merge remote branch 'origin/ft/MIN/MT4262' [SOLR] C4 modules modifications [SOLR] Opac modifications [SOLR] Zebra conf clean [SOLR] Files related to koha install [SOLR] Z3950 server [SOLR] cataloguing and acquisitions [SOLR] authorities related scripts [SOLR] Solr administration [SOLR] serials and label related modifications [SOLR] Documentation [SOLR] Configuration [SOLR] C4 modules modifications (2) [SOLR] Opac modifications (2) [SOLR] Files related to koha install (2) [SOLR] cataloguing and acquisitions (2) [SOLR] authorities related scripts (2) [SOLR] Solr administration (2) [SOLR] Documentation (2) [SOLR] Z3950 server (2) Frederic Demians (1): Use marcflavour in Stage MARC Records For Import Fr?d?ric Demians (1): Bug 2789 Fix UNIMAC leader plugin Galen Charlton (3): release notes updates suggested by Nicole Engard fix template translation issues fixed Syndetics breakage Garry Collum (1): Bug 4525: Invalid XHTML in currency.tmpl. Henri-Damien LAURENT (405): (bug #3042) Changing XSLT sysprefs to take filename MT2938 : Adds a permission for editing items Removing hidelostitems (MT 3035) subscription created expired Enhancing relevancy ranking SetUTF8Flag on any incoming data CirculationRule : TooMany HomeOrHoldingBranch mgt Circulation : Global Quota management Adding C4/IssuingRules bug3393 : take care of default rules in overdues C4/Reserves.pm : HomeOrHoldingBranch Management (MT 2260 MT 2263) Adding updatedatabase scripts (MT 2259) BranchTransferLimit restriction on return C4::Circulation adding sub FixFineDaysOnReturn Adding EXPIRED flag to Members management Set Status : setting debarred to NULL (bug4309 MT3094) Error 500 Authorities search Bug Fix AuthoritiesMarc.pm (MT3079) : checkoverdues too restrictive bug 3482 : followup overduenotices bug 3482: Fix csv output (missing country) Removing excessive export restrictions Fixing updatedatabase DBRev 130 debarred MT3207 : Search Authorities Everywhere Performance enhancing Performance enhancing : C4/Languages.pm BuildUnimarcHierarchies : Fixing infinite loop warn removing : C4/Languages.pm Followup admin/categorie.pl bug fixing : Patron Search : IndependentBranches Serials/claims.pl fixing rebase conflict (MT 2260 MT 2263) Adding updatedatabase scripts (MT 2259) BranchTransferLimit restriction on return MT2938 : Adds a permission for editing items Change debarring system (MT2263) Take care of encoding Member improvements Members and SearchInTable Fix : Updatedatabase String for reports update (MT 2265) Adding report on reserves Adding sudoc submodule (MT #2260) migrate reservesmaxpickupdelay to smart rules (MT 2259) BranchTransferLimit restriction on return Bug fixing opac/opac-reserve.pl MT 2285 : enhancement for patronSearch (MT 2468) Partial Fix Circulation Error Message enhancement [MT2355] Ergonomy improvement in smart rule management Problem with debarred not shown in circulation Bug Fix : Incorrect date tests for overdue Circulation.tmpl moremember.tmpl : flag displayed only when debarred Enabling Display of comments in moremember and circulation.pl renewalperiod problem selenium tests on Univ_Lyon3 : comments for gna and lost bulkmarcimport : Adding checks on last update date MT2861 : fixing reserve/request.pl using GetReservesControlBranch renewals were loosing the count Followup 2350 : Fixing column count MT2836 : Renewals Fixes ILS/Transaction Conforming to APIs (Followup : MT2423) todaysissues were not shown (MT 2256)Followup bulkmarcimport enhancement Enhancement bulkmarcimport for Agates bulkmarcimport log correction bulkmarcimport.pl Minor fixes MT3002 : Grace period taken into account for finedays if defined (MT 3036) moremember.pl Circulation note not displayed Rewriting detect_truncation in C4/Search.pm Circulation : Removing the check on NON attributed itemtypes (MT3064) Override Renewals display MT3063 : CanBookBeRenewed : overdue blocks renewals MT3063 : Followup Adding special files for Import_agathe Adding import_abonnement in import_lyon3 Fixing GetItemIssues Bug 3063 : Simplifying circulation.tmpl MT 3063 : Holds Management to circulation and moremember Authorities list :removing link on Summary MT2631 : adds sysprefs for MARC or ISBD display in OPAC Minor Bug Fix Circulation.tmpl circulation.tmpl : Calendar manipulation Adding C4::Items MT2957 : smart rules edition smart rules minor update MT3127 : New System Preference OpacPickupLocation MT3127 : New System Preference OPACPickup Location MT2957 : followup Smart rules edition C4::AuthoritiesMarc.pm search enhancement Circulation Log Fixing : MT3138 Adding some permission management to viewlog synching permissions between english and French MT3138 : Adding permissions on viewlog moremember Debarred flagged not stressed out MT3009 : Reserves on checkin on checkout/moremember Followup Display renewals MT3009 : print notices Magn?tisation 3M DB Rev : 02.00.022 : Adding CI-3M:AuthorizedIPs (bug #4319) allow reserves on waiting items Followup C4/Circulation.pm Followup View/HideAddress Bug Fix Rebase : Improving load_testing Editing XSLTs to remove Sudoc Special characters MT3213 : Override Limit checkbox should be unchecked MT3113 : Showing cards should use marcflavour MT3113: Fixing UNIMARC_compact.xsl MT3212 : members modification wipeout dateexpiry opac-detail.pl enhancement performance MT3232 : followup cannot remove debarredcomment Followup Replace items price by matierial MT3232 : debarredcomment not set to NULL when empty MT3010: maxpickupdate MT2972 : location dropbox would not show up Followup MT3010 : not exported function Removing an unconditionnal warning in circ/returns.pl Bug Fix : format_date usage in C4/Circulation.pm C4::Members : flags comments added MT3219 MT3233 followup MT3219 MT3233 : return display MT3233 fix : When reserve displayed, flags would not be MT3157 : editing an attribute lead to Error500 MT3269 : BatchMod Feature blanking subfields MT3269: Followup BatchMod MT3269 Fixing tools/batchMod.pl tags/subfields display MT3289 : Search results would display only first item MT3289 : check_sysprefs.pl case sensitive variable names MT3289 followup : C4/Reserves.pm : syspref misspelled perf enhancement Lyon3 Perf work Perf enhancement : C4/SQLHelper.pm MT3491 : member search results order MT3346 : Followup Modification for Plack Reindenting merge problem Merge problem overdue_notices.pl MT3044 : Fix CSV export when rer are blank characters MT2116 : subfield separator MT2783 Removing AutoCommit=0 Bug Fix : C4/Members.pm missing variable declaration Auth_with_cas : removing a warning Auth_with_ldap : removing warnings (MT #2995) add items.location in return informations (MT #2993) add EAN, PUC and Music-Number indexes (MT #3000) new cronjob script to delete old suggestions Followup MT3233 : When reserve displayed, flags would not be waitingreserve compilation error : calcDate usage C4/Reserves.pm Exporting CanHoldOnShelf Followup serials/claims.pl subscription-add : startdate and enddate definition followup bug4239 : allow multiple holds Search improvement : Searching Regexp-1 Search Results Removing extra character a rebuild_zebra.pl : deleted biblios were not deleted C4/Search.pm : Problem when no Query* set and using big search box BuildUnimarcHierarchies : Fixing infinite loop Fixing Hierarchies : taking any heading subfield MT3618 : search is duplicated MT3619 : Offline circulation problem of link followup BuildUnimarchierarchies fixing infinite loop MT3596 : Followup revert bug 3778 for patronsearch smart-rules : Problem with rentaldiscount added in rules Bug Fixing : considering deleted biblioitems Merge remote branch 'koha_biblibre/nimes/NOR/MT3599' MT3617 : opac search advanced Library set to my library MT3667 : multiple display of same subscription Merge remote branch 'koha_biblibre/nimes/NOR/MT3630' Followup (MT #3623) fix commented code, and add a forgotten updatedb MT3623 : Display problem on Circulation.tmpl Revert "MT3160 : Fix plugin callback when subfields are cloned" Inconsistency between BranchName used on opac-detail and search result Reserves followup : Using HomeOrHoldingBranch MT3627 Followup : Error 500 when reservation confirmed MT3619 Followup : Offline circulation Error MT3623 Followup : Todays checkout MT3288 moredetail.tmpl Lost and Damaged first choice is empty MT3626 : Removing a Conflict tag on opac-MARCdetail.tmpl Merge remote branch 'koha_biblibre/nimes/CRIT/MT3685' Editing merge in Authorities MT3660 : Circulation Restricted still displayed even after debarred date MT3652 : Unifying the search of neworder with Search export.pl : removing useless condition When No ccode, then moredetail show error 500 MT3513 followup : searching authorities encodage rapports fix MT3802: opac-detail subscription More Detail not displayed items.statisticalvalue not updated from marc when adding item Merge remote branch 'koha_biblibre/nimes/CRIT/MT3651' MT3801: Serials not received issues cannot be claimed MT3801: Serials not received issues cannot be claimed MT3667 followup MT3811 : unexpected issues not stored MT3801 followup : Cannot claim for issues SIP Fixing debarment management MT3660 followup : former debarred user raises warning MT3792 : subfields order in additem page MT3884 : Basic Search Intranet should provide limits MT3522: Biblio Batch Edition enhancement MT3522: Batch Biblio edit enhancement Reports MT3522: Followup Batchedit enhancement MT3533: followup returns.tmpl enhancements C4/Search.pm results incorrectly encoded lead to error 500 MT3522: followup BatchEdit Biblio Univ_Lyon3 translations merge conflict on moredetail.tmpl improperly solved. stocknumber was not managed in AddItems NormalizeString POD Fixing and variable renaming Bug3916 : Batch Modify tool overwrites branches fields MT3947: items.timestamp were not updated on edition Merge remote branch 'koha_biblibre/MT3940' Merge remote branch 'koha_biblibre/MT3999' MT4009: followup removing systempreferences newordersuggestion would not filter by status Merge remote branch 'koha_biblibre/MT3864' opac-ISBDdetail.pl Error 500 OPAC : using OPACISBD systempreference to display link UNIMARC coded field search : No results MT3915: deleted biblios would stick in zebra indexes MT4049: OverdueNotices : missing to_address in emails. bug4263 followup : Can't blank subfields DB-Rev 2.00.0024 Synching borrowers and deletedborrowers MT4058 : Problem on koha_notify_reserve ilsdi service AuthenticatePatron doesn't with CAS syspref on Update 22 to 30 budgets MT4038 : guided reports MT3394 : title in z3950 results was HTML escaped Merge remote branch 'koha_biblibre/Bug4943' rebuild_zebra problem MT3686 Followup : Sets reserve status when hold in confirmed MT3519 : Multiple item request. Revert "(BUG #4807) - C4/Reserves.pm : define a max pick up date when reserving an item." Adding systempreference AllowMultipleHoldsPerBib rebuild_zebra : Adding a way to select the elements exported Displaying maxpickupdate for all the intranet screens Merge remote branch 'koha_biblibre/nimes/CRIT/MT4089' Holds from circulation.pl and moremember.pl Adding location to search indexes MT3949: Search results can result in Error 500 SQL Error when using where option in sync_item_in_marc_bib MT4153: Placing a reserve on an undefined item would fail silently C4/Circulation.pm Synching API Preferences are now case sensitive. DBRev 02.00.028 Adding holdspickupdelay to issuingrules Merge remote branch 'koha_biblibre/am123/MIN/MT3828' MT4229: hidelostitems side effect Merge remote branch 'koha_biblibre/am123/MAJ/MT4020' Merge remote branch 'koha_biblibre/am123/MIN/MT4073' C4::Search empty limits or operands would prevent search Fixing spurrious warnings in GetCOinsBiblio Fixing warnings in opac/opac-search.pl MT4229: followup hidelostitems side effect Merge remote branch 'koha_biblibre/MT4096' Merge remote branch 'koha_biblibre/mpt/MIN/MT4068' Merge remote branch 'koha_biblibre/am123/CRI/MT4108' Merge remote branch 'koha_biblibre/am123/CRI/MT4017' Merge remote branch 'koha_biblibre/am123/CRI/MT4119' Merge remote branch 'koha_biblibre/am123/MAJ/MT4117' Merge remote branch 'koha_biblibre/bug/MIN/MT2391' Merge remote branch 'koha_biblibre/origin/master/MIN/MT4095' Merge remote branch 'koha_biblibre/am123/MIN/MT3742' Merge branch 'master', remote branch 'koha_biblibre/master' Merge remote branch 'origin/vitre/MIN/MT4296' Merge remote branches 'biblibre/origin/master/emh/COS/MT1577', 'biblibre/origin/master/emh/MIN/MT3506', 'biblibre/origin/master/bug/MIN/MT4417' and 'biblibre/origin/master/bug/BLO/MT4339' Merge remote branch 'biblibre/vitre/MIN/MT4425' (MT4046) Adding bc search on barcode WIP Remove Item Ajout d'une limitation sur les exemplaires Adding Script to remove items from biblioitems.marcxml Removing items from marcxml Fixing the display of items Reverting rebuild_zebra SUDOC special chars management Adding rebuild_zebra C4::Reserves Only borrower email address considered Merge branch 'bug/BLO/MT2308b' MT4539 : batchedit deletion Using GetFirstValidEmailAddress in overduenotices.pl Merge branch 'nimes/CRI/MT4422' printoverdues.sh Removing notices tab. Reserves: Problem when updating item reserve Date processinghas to be done on all dates Merge branch 'nimes/CRI/MT4046' Followup remove items Letters can be html in overdu_notices.pl overdue_notices :Removing warning MT4250 followup ModReserveFill Dates format Revert "Followup remove items" Revert "Fixing the display of items" Revert "Removing items from marcxml" Revert "Ajout d'une limitation sur les exemplaires" Revert "Adding rebuild_zebra" Revert "WIP Remove Item" Letters : Display branchname rather than branchcode Followup Letters : Display branchname rather than branchcode SIP : Format dates as should be in Koha [followup] Reserves: Problem when updating item reserve [followup] (MT #1365) Delete all items MT4653: Encoding Subject in letter message overduenotices fixing encoding for titles Letters : Fixing Subject encoding BiblioAddAuthorities : When subfield 3 authority not added MT4862 : Problem with XSLT Merge remote branch 'biblibre/bug/MIN/MT4717' Merge remote branches 'biblibre/ft/MIN/MT4317', 'biblibre/bug/MIN/MT4717', 'biblibre/bug/MIN/MT4883' and 'biblibre/bug/BLO/MT4645' Merge remote branches 'biblibre/ft/MIN/MT4262' and 'biblibre/ft/MIN/MT4589' (Bug 4049) Searching itemtypes returning noise C4::Context clearing up system preference on update When Add Duplicate change in framework would loose data MT4952 AuthoritiesMarc.pm missing one function (Bug 4049) Searching itemtypes returning noise ModBiblio : double encoding items information Merge remote branch 'biblibre/bug/MIN/MT4717' Merge remote branch 'biblibre/bug/MAJ/MT4613' Merge remote branch 'biblibre/bug/MAJ/MT4611' Merge remote branch 'biblibre/bug/MAJ/MT4722' Merge remote branch 'biblibre/bug/BLO/MT4657' Merge remote branch 'biblibre/bug/MIN/MT4585' Merge remote branch 'biblibre/bug/CRI/MT1365' Merge remote branch 'biblibre/bug/CRI/MT4439' Merge remote branch 'biblibre/bug/CRI/MT4726' Merge remote branch 'biblibre/bug/BLO/MT4744' Merge remote branch 'biblibre/bug/BLO/MT4877' Merge remote branch 'biblibre/bug/BLO/MT4739' Merge remote branch 'biblibre/bug/CRI/MT4743' Merge remote branch 'biblibre/bug/BLO/MT4753' Merge remote branches 'biblibre/bug/CRI/MT4949' and 'biblibre/bug/CRI/MT5047' MT5210 CanItemBeReserved too restrictive Merge remote branch 'biblibre/am123/CRI/MT4007' Merge remote branch 'biblibre/bug/MIN/MT4741' Merge remote branch 'biblibre/bug/CRI/MT4725' Merge remote branch 'biblibre/bug/BLO/MT5135' Merge remote branch 'biblibre/sanop/MT5189_itemtype_when_ordering' Merge remote branch 'biblibre/bug/MIN/MT5250' Merge remote branch 'biblibre/bug/MIN/MT5255' Merge remote branch 'biblibre/bug/MIN/MT5264' Merge remote branch 'biblibre/bug/CRI/MT4935' Merge remote branch 'biblibre/bug/CRI/MT5319' Merge remote branch 'biblibre/bug/MAJ/MT4764' Merge remote branch 'biblibre/bug/FON/MT5330' (MT4509) reserves.branchcode gets blanked by update (MT4509) reserves.branchcode gets blanked by update Overdue_notices : when no letter debarred action not done Merge remote branch 'biblibre/am123/CRI/MT4007' Merge remote branch 'biblibre/bug/MAJ/MT4921' bug fix : Improper string for translation in acq.js Bug 4438: incorrect "Budget total exceeds period allocation" error when editing fund Merge remote branch 'biblibre/bug/CRI/MT4509' Merge failed on updatedatabase MT5579 : Reserves : Bad circulation Rules when item-level-itype bumping revision number to 59 MT4774 : reserves on moremember page : can't delete Merge remote branch 'biblibre/bug/BLO/MT5589' MT5598 : Overdues block renewals Revert "Adding nsb_clean to C4::Charset.pm" Merge remote branch 'biblibre/emh/MIN/MT5229' Merge remote branch 'biblibre/bug/MAJ/MT5604' Merge remote branch 'biblibre/bug/MIN/MT5489' Merge remote branch 'biblibre/bug/BLO/MT5538' Merge remote branch 'biblibre/bug/MIN/MT5465' Merge remote branch 'biblibre/bug/BLO/MT5577' valid template fail MT5569 default authority framework: foreign key check fail moremember raises warnings C4::Reserves CancelReserve API change Indexing scheme : NSB NSE indexed as space Merge remote branch 'biblibre/bug/MIN/MT5705' Merge remote branch 'biblibre/bug/BLO/MT5710' Merge remote branch 'biblibre/bug/CRI/MT5659' Merge remote branch 'biblibre/bug/BLO/MT5667' Merge remote branch 'biblibre/bug/BLO/MT5630' Merge remote branch 'biblibre/bug/MAJ/MT1742' followup 5667 : removing some warnings Merge remote branch 'biblibre/bug/BLO/MT5667' MT5916 : statisticvalue not in deleteditems Problem with NSB NSE management in zebra MT5916 : statisticvalue not in deleteditems bug4438/MT5496 budget Exceeds total allocation Merge remote branch 'biblibre/bug/BLO/MT5496' preference were case sensitive. preference were case sensitive. Merge remote branch 'biblibre/bug/BLO/MT5873' Merge remote branch 'biblibre/bug/MIN/MT5983' Merge remote branch 'biblibre/bug/CRI/MT5425' Merge remote branch 'biblibre/bug/MAJ/MT5647' Merge remote branch 'biblibre/bug/MAJ/MT5795' Merge remote branch 'biblibre/bug/MIN/MT5828' Merge remote branch 'biblibre/bug/CRI/MT5765' Merge remote branch 'biblibre/bug/BLO/MT4846' Merge remote branch 'biblibre/bug/CRI/MT5946' Merge remote branch 'biblibre/bug/MIN/MT4278' Merge remote branch 'biblibre/bug/MAJ/MT5338' Merge remote branch 'biblibre/bug/MIN/MT5305' Merge remote branch 'biblibre/bug/MIN/MT5962' Merge remote branch 'biblibre/bug/MIN/MT5754' Merge remote branch 'biblibre/bug/MIN/MT5936' Merge remote branch 'biblibre/bug/MIN/MT5939' Merge remote branch 'biblibre/bug/MIN/MT6046' Merge remote branch 'biblibre/bug/MIN/MT6093' Merge remote branch 'biblibre/bug/MIN/MT5489' Merge remote branch 'biblibre/bug/MIN/MT6176' Merge remote branch 'biblibre/bug/MAJ/MT5916' Merge remote branch 'biblibre/bug/MAJ/MT5184' Merge remote branch 'biblibre/bug/MIN/MT5757' Ian Walls (2): Fixes bug 4452: CircControl syspref listed as ItemHomeBranch rather than ItemHomeLibrayr Fixes bug 4448: &'s in itemcallnumber Jean-Andr? Santoni (49): [MT2143] Checks serials item form [MT2035] Fixes leading zeroes in Add Mulpiple Copies [MT2194] Tab display for patron details [MT2176] Stop displaying borrowernumber in patron library details [MT2779] Display ccode, stocknumber and barcode in member checkouts [MT2275] Hide buttons when there is no more checkboxes [MT2766] Fixed the checkall checkbox [MT2766] Replaced CGI dropdown box call wich is deprecated [MT2766] Added table filter to claims.tmpl [MT2766] Fixed a bug about hidden checkboxes in claims [MT2343] Select in budget add forum [MT2355] Ergonomy improvement in smart rule management [MT2264] Added an new column AllowOnShelfHolds with checkboxes in the template [MT2264] Fix for the checkbox bug View/Hide address improvement in moremember.pl [MT3424] Converts COUNTRY authorised values to uppercase Offline circulation management Offline Circulation huge improvements [MT2787] Fixes a permission problem in guided reports (MT3643) Fix tab display on moremember (MT3630) Fix a smart rule deletion bug (MT3625) Fix column order in issue history [MT3696] Fixed ILSDI GetAvailability call (MT #3697) Fixed GetAuthorityRecords (MT #3698) Fixed ILSDI GetRecords (MT #3605) Fix escaping in ILSDI (MT #3717) Adds a new argument to rebuil_zebra Fixes a syntax error in syspref.sql Removes a duplicate syspref in syspref.sql Fixes a syntax error in sample_records.sql Removes another duplicate syspref in syspref.sql Removes yet another duplicate syspref in syspref.sql (MT #3645) Big bugfix for XSLT system preferences (bug #3247) Inline ajax editor for the smart-rules (bug #3714) Fix renewal date computation (bug #3945) Add Windows and Mac file support in CSV profiles bugfix on catalogue_stat : barcode & acquire fields (bug #4082) Fix authorised values images (bug #4110) Delete items from aq order Clean master, remove apharp (bug #4364) Fixes a minor syntax error (bug #4363) Fix subscription search error when no results Adds pending_offline_operations SQL table (bug #4444) Fixes a tiny display bug in intranet details XSLT (bug #4450) Makes AllowNotForLoanOverride work with new smartrules (bug #4453) Force return in AddIssue (bug #4110) Fix DelBiblio call in DelOrder Fixes a bug in the accountlines table creation XSLT for intranet results Julian Maurice (2): (MT #5936) Bad redirect on "Save and add items" when editing a record (# MT4278) System preferences search doesn't work from admin-home.pl Katrin Fischer (2): Bug 4833: OPAC - remove \n from strings for translation BUG 4883: Staff - remove \n from strings for translation Koustubha Kale (2): Web Installer -> Step 3 --> ERROR 1050 (42S01) at line 301: Table 'branch_item_rules' already exists Changes to kohastructure.sql to add some missing drop if exists + change in install.pl mysql show tables Kyle Hall (1): Bug 4239: Allow Multiple Item Level Holds For A Single Record Kyle M Hall (1): Fixed Patron Search Results Marc Chantreux (1): add PSGI ability Marcel de Rooy (1): Bug 4516 (Character shift in MARC21 Field 008) Matthias Meusburger (141): MT2968: private lists display is no longer shortened to 10 lists MT2582: Fix user deletion without permission MT 2413 : Attention message only to display if there are some warnings MT 2446 : Cancel authority edition for a field goes back to this field MT 2538 : Using default authtypecode for authority display MT2892: Fix security issue in intranet login MT 2422 : clone-rules.pl not a landing page MT 2310 : New subfield for fields < 10 is now in a tab MT1059, Follow-up : Fix merge reference selection presentation MT2949: Remove broken link from authorities search results MT2926: Fix default values import batchRebuildBiblioTables.pl doesn't crash anymore when GetMarcBiblio fails. MT 2270: CAS proxy MT2361 : Adds items.statisticvalue MT 2424 : Add branch in checkouts table MT 2423 : fix date format in checkouts MT 0002412: Patron's account has been renewed MT 2487 : Advanced search style MT 2554 : Comments can be added for "Gone No Address" and "Lost Card" flags for borrowers MT2554, Follow-up : Comment deleted when flag set to no MT2274 : ESGBU (Statiscal reports) MT 2423 : fix date format in checkouts MT2897 : Allow import_borrowers.pl to be used in commandline mode MT2894 : Adds a download link for big error reports to import_borrowers MT 3129: Fix wrong names between fromBranch and toBranch for branch transfer limits MT 3010: Adds waiting date for holds in opac-user MT 3130: adds execute_reports permission for overdue.pl MT3132: Change gonenoaddress message in opac-user.pl according to the OPACPatronDetails syspref MT3208: Fix intranet cart MT3218: Adds enrollment fee when a patron's category is modified MT3218, Follow-up: Adds enrollment fee when a patron's category is modified MT3334: Fix returns template (so that Checked-In items table is displayed) MT3599 : Fix ISBD display Remove useless warn MT3597 : Fix patron attribute adding MT2889: Adds a script that re-create missing statistics from issues and old_issues tables MT2889, follow-up: Adds a script that re-create missing statistics from issues and old_issues tables MT2959: Adds ISBN normalizer for C4::Matcher MT2889, follow-up: Adds a script that re-create missing statistics from issues and old_issues tables MT3713: Fixes biblio adding from serials when framework is modified MT3160 : Fix plugin callback when subfields are cloned Fixing opac serial item information not showing on opac-detail MT 3686: Holds can be confirmed when checking in from circulation.pl MT3686: Sets reserve status when hold in confirmed Fix broken bulkmarcimport.pl Quickfix : Do not crash if waiting date is null MT3532: Deletes biblio record when there are no more items left for this biblio while batch item deleting MT3940: Adds EAN deduping when adding a biblio Search Results Error 500 when unable to decode marcrecord rebuild_zebra Adds the ability to authenticate against multiple CAS servers (MT3584): Ajouter les icones de Nimes MT3815: Quickfix for CSV export (9999 rows limitation) error 500 when record cannot be loaded MT3864 : Fix javascript syntax errors in items batchMod MT3864: Normalizing strings in order to avoid utf8 errors MT3747: Shows member relatives in issues lists MT3531: Intranet cart is emptied when session is closed MT3802: Patron notification is not correctly shown in subscription modification Bug4943: Search history cookie size limit MT4061 : problem when inputing an exiprationdate MT4004 : additem.pl Some Status were not defaulted to the correct value MT3747, Follow-up: Adds siblings issues MT4029: Adds dynamic search for collection titles in 225$a plugin MT3747, Follow-up: Shows member relatives in issues lists MT4096: Adults can also be added to an organization MT4029, Follow-up: Adds dynamic search for collection titles in 225$a plugin Fix opac search history MT 4231: Adds limits to search history MT 4231, Follow-up: Adds limits to search history MT3676: Only display keywords for z3950 search (and not zebra indexes) MT4096, Follow-up: Fix guarantor display for adults MT4096, Follow-up: Fix guarantor display when editing patron MT4096, Follow-up: Fix guarantor display for adults MT4096, Follow-up: Fix guarantor display when editing patron MT 4096, Follow-up : Fix gurantor pop-up closing for adults MT3747, Follow-up: Shows member relatives in issues lists MT3747, Follow-up: Shows member relatives in issues lists MT3747, Follow-up: Shows member relatives in issues lists MT3747, Follow-up: Shows member relatives in issues lists Prevent from placing a hold on an item for which AllowMutipleHoldsPerBib is not enabled Prevent from placing a hold on an item for which AllowMutipleHoldsPerBib is not enabled [Follow-up] MT4360 : Fix javascript errors in request.tmpl MT4380: Adds an empty choice for every select field in batch item edition Adds CAS documentation MT4093: Fix GetItemsForInventory function call MT4360: Fix waiting status for multiple holds on the same item Prevent GetMaxPickupDate from crashing if there is no date MT4057: Let the user choose the CAS server to authenticate against in case of multiple CAS servers 3166: Adds the ability to attach a circulation note to items MT4057: [Follow-up] Let the user choose the CAS server to authenticate against in case of multiple CAS servers Adds completion also on click on plugin button MT4586: 225$a plugin also complete 410$t MT4586: Adds word by word search on collection titles MT4586: [Follow-up] Adds word by word search on collection titles MT4586: ysearch.pl made generic MT4586: [Follow-up] ysearch.pl made generic MT4586: Adds an alternative cataloguing plugin for 210$c MT4586: Adjust query delay MT4588: Adds coins to intranet MT4586: IBSN plugin now also works with non-normalized ISBNs MT4588: [Follow-up] Adds coins to intranet MT4542 : duplicated notices sent to patrons Merge commit 'origin/bug/MIN/MT4628' Merge commit 'origin/ft/MOY/MT4584b' Merge commit 'origin/ft/MOY/MT4585' MT4586: Use zebra instead of mysql for publisher and collectiontitle searches MT4586: Expand coins definition Fix broken updatedatabase MT4590: Adds the ability to use a free delivery address for baskets MT4586: Fallback on mysql search for plugins MT4586: Display fix Do not delete authority when merging is about the same authority Removes NSB/NSE chars from ysearch.pl results Removes numeric subfields from auth and adds numeric subfields from biblio in merge function Adds debug warns Removes more NSB/NSE chars from ysearch.pl results Merge authorities subfields orders MT4587 : Adds yaml config file for custom opac items hiding MT4587, Follow-up: Adds yaml config file for custom opac items hiding MT4587, Follow-up: Hiding rules are now in a syspref Removes unuseful warning for coins value MT4587, Follow-up: Records with no items can be hidden Fixing order when authority update MT4872 : tools/batchedit when basket sent to batch edit C4 AuthoritiesMarc.pm merge problem : new subfields not taken MT4704: Fix multiple CAS authentication MT4588, Follow-up : Removes 7XX$4, Adds Coins to shelves MT2232, Follow-up: Adds tablesorter Adds an option to remove all types of authorities in remove_unused_authorities.pl MT4590, Follow-up: Adds the ability to use a free delivery address for baskets MT5108: Adds the ability to upload a file for a subfield MT4187: Prefill item with last created item values MT4187 [Follow-up]: Prefill item with last created item values MT5108, Follow-up: Adds the ability to upload a file for a subfield MT4187 [Follow-up]: Prefill item with last created item values MT5108, Follow-up: Adds the ability to upload a file for a subfield Adds NSB/NSE clean function (nsb_clean) to Charset.pm C4::AuthoritieMarc.pm merge work again Adding nsb_clean to C4::Charset.pm Fix nsb_clean (removes \xC2) Nahuel ANGELINETTI (77): (MT 2985) simplify CanBookBeReserved (bug #3924 MT2500) fix useDaysMode use (MT #2930) fix return date (bug #4018) fix coins support in opac detail and xslt (MT #2267) show borrower charges returning a document (MT #2543) allow users to search on all auth types (MT2690) fix members-home (MT #2970) fix returning document with branch transfert limits (MT #2966) fix opac-user.pl function problem (bug #4290) searching for author in repository (bug #3924 MT2500) fix useDaysMode use (MT823) add the possibility to have enrolment end date (MT #2978) deny form submission with "enter" (MT 2258) Add homebranch/holding branch un return.pl (MT #2443) add renewalperiod (MT #2863) debarring system fixes (MT2690) fix ordering in member list (MT 2928) fix sticky due date and due date form (MT #2725) fix problems in branch transfert limits (MT #2922) add confirmation message for damaged items (MT #2725) fix updating transfert policies (MT #2921) return not for loan or damaged documents (MT #2924) fix circulation.pl alert box (MT #2685) don't show authority edition menu (MT #2972) use "select" box for location in subscription-add (MT #3067) change message from issuingimpossible to needsconfirmation (MT #3076) make cancel button working on return (MT #3073) use useDaysMode in C4::Circulation::_FixFineDaysOnReturn (MT #3110) fix repetable titles (MT #3073) use calendar to check how long is the overdue (MT #3081) permit loans for today (MT #3233) make overdues only if document is considered as returned (MT #3232) set empty debar comment when librarian lift debarment (MT #3079) fix IsMemberBlocked sql query (MT #2972) use default framework, instead of none. (MT #3223) do not auto-check issues (MT #2991) (Feature) Batch biblio modifications (bug #4487) permit - and . in callnumber plugin (bug #4491) fix weird code in search scripts (bug #3737) fix title search in order history [3.0.x] (bug #4263) fix the edition of items with repeatable subfields [followup] (bug #4263) dateaccessionned is cleaned on item modification (MT #3627) fix some leak in reservation system [followup](MT #3627)(bug #4238) add reservenumber column (MT #3623) fix commented code, and add a forgotten updatedb (bug #4519) fix record printing (MT #3632)(MT #3611) fix return.tmpl merge problems (MT #3006) rewrite of reserve rights management (MT #3631) fix calcdatedue backport problem (MT #3683) Fix IsAvailableForItemLevelRequest (MT #3681) reserved confirmation condition error (bug #4522) fix plugin unimarc 210$c (MT #2565) fix aqplan csv export, and turn off debug (MT #3533) add callnumber and location in return table (bug #4321) clean C4::Biblio::GetBiblio and uses (MT #2991) Fix batch record modification (MT #2991) Add support of delete without condition in batch edit (MT #2991) add permissions for batch edit (MT3160) fix previous patch for non checked variable (bug #4856) fix rebuild zebra to delete NSB/NSE chars [followup] (bug #4239) forgotten syspref definition [followup] (bug #4856) delete forgotten debug code (bug #4853) change rights needed to renew loans (bug #4916) permit tools/cleanborrowers.pl to be used by command line (bug #4931) add the ability to choose home or holding branch in stocktaking (bug #4954) allow date expiry modification only on step 0 and 3 [HEAD](bug 4989) add index on guarantorid (bug #4931) fix forgottens input in buttons (MT #4123) fix batch record edition for deleting field/subfield Merge remote branch 'origin/nimes/COS/MT3523' into koha32master Merge remote branch 'origin/nimes/CRIT/MT4089-2' into koha32master (MT #4129) forgotten "use" in opac isbd view (MT #4124) fix inserting new fields in batch biblio edit (bug #5098) csv headers in overdues Modify bad columns in borrowers table Merge remote branch 'origin/vitre/MIN/MT4316' into koha32master (bug #5164) fix csv in overdue notice Nicolas Morin (13): phrasing: check out limit reached adding link to items from list results phrasing: check out limit reached moremember.tmpl typo link to items on intranet results Term "Total Renewals" misleading, change to "Current Renewals" correcting typo correct vocabulary text for holding rank removed host in label Shelf -> List redirect to circulation.pl?borrowernumber when $borrowernumber is passed use of icu.xml Owen Leonard (6): Use CSS3 box-shadow property for Cart tooltip Fix for Bug 2375, Serials holdings data does not display in opac-detail Fix for Bug 4453, Improve formatting of batch item operations Fix for Bug 4416, renew all and return all buttons too close together Fix for Bug 3926 (suggestion edit form combines data) Fix for Bug 4451 Batch item tool can't process file with Windows line endings Paul POULAIN (33): automatically recover silently invalid chars like < and > in records Minor change in description bugfixing ofset limit BUGFIX: adding delivery place & comment & billing place fields BUGFIX: statisticvalue missing in items table updating some references from koha.org to koha-community.org minor change: reordering branch/location/callnumber display adding some javascript strings for translator some display changes in subscription add french translation update s/groupes de paniers/bordereau de commande/ consistency change: s/planning/statistic/ french translation update french translation updated a little french translation updates MT4398 Apply filter is translatable AND used as a filter checker bugfix french translation revert wrong commit MT3176 reloaded french translation update MT4437removing duplicate circ confirmation message MT4076 : permission to edit items Fix permission to move item : edit_items is enough order branch list alphabetically, without taking care of uc/lc MT4578 : remove edit & delete button if the user don't have edit/create report permission MT2743 : add filter on subscription branch to subscription claims adding missing title (needed for lateorders.pl) minor change s/(/#/ in a q french translation update (big) french translation + minor fix in html to improve translatability MT4491 : limitation by library group fixing duplicate syspref MT3946 fix : emptying a subfield on batch edit Paul Poulain (111): Normalizing opac-detail.pl Minor bug fix rebuild_zebra MT2467 : limit available reenabling (bug3482) followup :Problems with html [MT3190] fix for Perl error, due to missing declared sub [MT3199] stocknumber not saved properly C4::AuthoritiesMarc AddAuthority (MT 2264) AllowOnshelfHolds into issuing rules editing submodules for sudoc changing the head of the subproject Update sudoc (MT#2650) misusing Red css for overdues Fixing Imporving YAML for authorities Adding HasItems MT3004 Name of the letter used was wrong Ajout de l'import des notices Lyon3 Followup univ_lyon3 fixing import_notices import_notices.sh fix Adding utf8 management for umport_lyon3 Bug Fix import_agathe : donot add items if no biblioitem import_agathe.sh fixes import_agathe : keeping fields 035 001 and 009 Bug Fixing Members : Expired Flag Problem MT 3128 : Fix unability to reserve an item when overriding is required Followup MT3073 FixFineDaysOnReturn Calculation Adding Lyon3 XSLTs XSLT Change : biblionumber is in 999$9 and not $a nor 090 Fixing xsl Univ_Lyon3 Followup MT3127 ; OPACPickupLocation MT3217 : scan index intranet MT3244 : tabs in detail OPAC view Followup MT3010 : reserves MT2268 : Guided Reports Fix columns.def MT2268 : Adding headers to overduenotices MT2268 : Followup Reports Guided columns.def MT2268 : followup html output Followup MT2974 : facets not working opac authorities Bug4239 improved : enable checking of CanHoldMultipleItems at item-level (MT3318) RSS OPAC: Adding CDATA term in title and description tags. Bug Fix : C4::Context Failing when installing Removing usage of preferences.pl Userpermissions.sql cannot load fixing updatedatabase Editing help for subscription-add Suppression des cl?s uniques sur items.stocknumber et improving/modifying authority display on OPAC Translation update Installer issue : sample_notices.sql BranchTransfer Limit :Adds a default value MT4997: error in link Revert "(MT #4007) Filling a basket from the reservoir" (MT #4007) Filling a basket from the reservoir MT5189 let's the librarian choose the itemtype when ordering MT4007 (continued) : price in MARC21 is in 020, not 010 installer SQL bug : SET instead of WHERE in a delete MT5248 link biblio => serials subscription is wrong am123/BLO/MT3946: subfield deletion deletes all item info on firefox Serials claiming : list of suppliers wrongly calculated MT4007 follow-up : bug in GetMarcPrice & GetMarcQuantity MT4593: clear stickyduedate does not work at 1st removing unconditionnal warn MT5309: isbn not reported MT5306: fixing permission inconsistencies MT5213: (unimarc only) improper index name for personal-name MT3885: default sort order MT4783 default library in item cataloguing This script rebuild the zebra index recursively removed french in rebuild_zebra_sliced.pl improved Fast Acquisition cataloguing for french UNIMARC synch'ing with koha-community.org adding missing column un accountlines fixing pay.tmpl = note & value had spaces in the MT5451 no perl error is wrong biblionumber entered BG5575, comment 5 removing unconditional warns PDF translated to french Merge branch 'master' of descartes.biblibre.com:koha_biblibre translating pdf to french followed, forgotten string MT5275 API change in searchResults MT5270 addorderiso2709 improvements MT5665: branch_transfer_limits emptyed MT1623 Callnumber index mistake - UNIMARC Specific MT1742 can't switch back to default framework Improvement of rebuild_zebra_sliced: catch uncomplete indexing rebuild_zebra_sliced improvement: catch uncomplete indexing MT4007 follow-up : wrong price calculation in FR under certain circumstances Merge branch 'am123/CRI/MT4007' follow up, previous patch was wrong Merge branch 'bug/MAJ/MT1742_default_framework' MT5804 followup MT5683: incomplete ACQ item framework MT5945: improve Unimarc xslt display Revert "Prevent from placing a hold on an item for which AllowMutipleHoldsPerBib is not enabled [Follow-up]" Revert "Prevent from placing a hold on an item for which AllowMutipleHoldsPerBib is not enabled" MT5441: holdrestricted rules does not work properly MT5956: The holdrestricted is a checkbox. You can't unset a value (& retrieve the setting perm +x to rebuild_zebra_sliced.zsh MT1623 follow-up : callnumber search must be start-with (full) Merge branch 'bug/MAJ/MT1623_callnumberindex' BG5725 follow-up : permission is wrong MT5737: show unititle in serials-home MT5737: show unititle in serials-home Merge branch 'am123/MAJ/MT5737_allbiblio_in_serialhome' MT5531 javascript error when quote " in title Translation: missing space causing translator script to complain Translation : french updated & completed translation to french : fixes & updates html glitches causing problems to translator: MT5461: date filter & sorting don't work MT4897: order multiple items MT6146: qty not incremented for AcqCreateItem=recieve Sophie Meynieux (40): printoverdues.sh bash odities MT4611: batch edit record Error when adding subfield MT4611: batch edit record Error when adding subfield MT4613: Batch record - undesired concatenation of new subfield value with new one MT4611: batch edit record Error when adding subfield MT4613: Batch record - undesired concatenation of new subfield value with new one MT5022 Improve default rules usage. Modify overduerules table to set NULL default value for delay columns MT4921 Improve finding next stock number MT4744 Fix cancelation of holds MT4753 As a search result, document status seems inconsistent MT4949 Title-host missing in search indexes list MT5047 No hold possible for item in transit or reserved MT4741 Suppression of hold with red cross does not work MT4741 Suppression of hold with red cross does not work MT5250 wrong OPAC display if library name contains some HTML MT4741 Suppression of hold with red cross does not work MT5250 wrong OPAC display if library name contains some HTML MT4764 Empty mails sent to library MT5330 No pagination for inventory results MT4890 Editor value wrong replaced when modifying or duplicating a biblio MT5401 <> not substituted in notification letters MT5348 Results of report for patrons who never borrowed are wrong MT4890 Editor value wrong replaced when modifying or duplicating a biblio MT5401 <> not substituted in notification letters MT5348 Results of report for patrons who never borrowed are wrong MT4579 Barcode incrementation does not work MT5284 Wrong display of acute charaters in html letters MT5184 Address is not in the right place in hold letter MT5022 Improve default rules usage. Modify overduerules table to set NULL default value for delay columns MT4921 Improve finding next stock number MT5465 Patron date of birth is wrong MT5589 Barcode incremation does not work with bryymmincr format MT5667 Import and return of notice does not work MT5630 Missing fields in overdues csv file MT5765 Pagination on report with GROUP BY clause does not work MT5828 Messages date are displaid as Anglosaxon in Circulation>Checkouts MT5873 Add biblioitems.itemtype in columns for items.content MT5946 Request to find borrowers without issues overload the server MT5939 Messages name in english for notifications on public interface. MT6176 Suppression of Document type impossible St?phane Delaune (65): (bug #2166) Label renaming for members emails (bug #1416) Fix borrower address display in intranet (MT #1936) Enhancement to secondary email management overdues (MT #1936) followup : Enhancement to secondary email management overdues (MT #4095) add exact matching filter for categorycode and branchcode fields in search members's result (MT #1577) complete langages checkbox for unique id (MT #3506) Granular permissions for the serials module (MT #4417) support dates for debarred's patrons stats (MT #4339) init default UNIMARC sql structure (MT #2308) followup : debug DB updating from 3.0.x to master (MT #2308) followup : debug DB updating from 3.0.x to master (MT #2308b) followup : debug DB updating from 3.0.x to master (MT #3322) adding if not exist syspref SpecifyDueDate (MT #4584b)Add duplicate support for borrowers (MT #4585)add manage suggestions on borrowers (MT #4626) debug suggestion management (suggestion's status and document's type) (MT #4628)Acq always shows '1 suggestions waiting' (MT #4626) followup debug suggestion management : "accepted by" was not correctly displayed on suggestion's edit page (MT #4584b)Add duplicate support for borrowers (MT #4585)add manage suggestions on borrowers (MT #4626) debug suggestion management (suggestion's status and document's type) (MT #1874) adding note and manager_id fields to accountlines (MT #1874) followup : adding note and manager_id fields to accountlines (MT #4350) branch_transfer_limits select current branch by default (MT #2179) Add tablesorter support for Additional attributes in moremember.pl (MT #1654) Adding jquery.tablesorter and jquery.tablesorter.pager support for authorised_values.pl (MT #1654) followup : Adding jquery.tablesorter and jquery.tablesorter.pager support for branches.pl (MT #1654) followup : Adding jquery.tablesorter and jquery.tablesorter.pager support for itemtypes.pl (MT #1654) followup : corrects tablesorting for authorised_values and itemtypes (MT #1654) followup : Adding jquery.tablesorter and jquery.tablesorter.pager support for categorie.pl (MT #1654) followup : Adding jquery.tablesorter and jquery.tablesorter.pager support for cities.pl (MT #1654) followup : Adding jquery.tablesorter and jquery.tablesorter.pager support for marctagstructure.pl (MT #1654) followup : Adding jquery.tablesorter and jquery.tablesorter.pager support for auth_tag_structure.pl (MT #1654) followup : Adding jquery.tablesorter.pager support for reviewswaiting.pl (MT #1654) followup : corrects tablesorting for authorised_values.pl (MT #1654) followup : Adding jquery.tablesorter and jquery.tablesorter.pager support for branch_transfer_limits.pl (MT #1654) followup:duplicate paging system at the top of search results tables (MT #1654) followup : Adding jquery.tablesorter and jquery.tablesorter.pager support for MARCdetail.pl (MT #1654) followup for MT #3137 : Adding jquery.tablesorter and jquery.tablesorter.pager support for readingrec.pl (MT #4626) followup debug suggestion management : "accepted by" was not correctly displayed on suggestion's edit page (MT #4589) lot of updates for borrower's fines (MT #4722)cancel drop aqbudgets table on update database (MT #4589) followup : lot of updates for borrower's fines (MT #4589) lot of updates for borrower's fines (MT #4589) followup : lot of updates for borrower's fines (MT #4262)adding a plugin popup for 995$k on additems.pl (MT #4589) followup : lot of updates for borrower's fines (MT #4589) followup : lot of updates for borrower's fines (MT #4317)adding ccode's logos on opac-search.pl (MT #4883)debug html template on moremember.tmpl (MT #4262)followup adding empty value on select callnumberbuilder (MT #5255)insert syspref HomeOrHoldingBranch if not exist (MT #5264)Add bdp support from 3.0.x (MT #5290) remove unicity from index itemsstocknumberidx (MT #5489) ignore $6 for subjects display on catalogue/detail.pl (MT #5229)disable dateenrolled and dateexpiry duplication on memberentry.pl?op=duplicate (MT #5489) followup ignore $6 for subjects display on catalogue/detail.pl (MT #5705)opac search with Local-classification instead of Dewey-classification (MT #5754)fix the serial claims dates in C4::Serials:UpdateClaimdateIssues (MT #5962)add display of $0 for 4XX fields on MARCdetail.pl (MT #6046)disable organisation name input on memberentry.pl (MT #5757)adding additional attributes support on patrons's search (MT #6093)A field is not necessarily mandatory if his subfield is mandatory (MT #5951) insert fields ordered in C4::biblio:ModBiblioMarc (MT #5962)add display of $0 for 4XX fields on MARCdetail.pl biblibre (4): fix a Circulation bug. userenv null Comment sub CanBookBeReserved in C4/ILSDI/Utility.pm rename ILS-DI:Authorized_IPs. it was wrong written Rewrites CancelHolds function in Services.pm for ilsdi koha (1): MT3949: Search results can result in Error 500 koha user (1): GetCircControlBranch using ItemhomeLibrary koha user account (1): (bug #3840) Fix default values in serial receive kohaadmin (6): Remplaceitemsms.price par items.materials dans l'affichage des prets Changement ponctuation 200 $i xlst opac Suppression des onglets d'affichage MARC intranet Removing timestamps removing subscription details Removing warnings from zebra logs ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Apr 10 11:30:54 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 10 Apr 2011 09:30:54 +0000 Subject: [koha-commits] main Koha release repository annotated tag, v3.0.6, created. v3.0.6 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 annotated tag, v3.0.6 has been created at 171f84883bb484606d0673be21bc18355045de94 (tag) tagging 8600ea65bd0f2364973a2b5d71c995b99a483098 (commit) replaces v3.00.04_fixed tagged by Henri-Damien LAURENT on Mon May 17 13:29:27 2010 +0200 - Log ----------------------------------------------------------------- Version 3.00.06 BibLibre : diff?rence avec l'officielle Ordre des commits + import BDP (french sp?cifique) -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iEYEABECAAYFAkvxKJgACgkQ2iSeTE08+HWJ7QCeOJahYtlxCh/RjrrjY2+8P5nB qJsAn0sXBcn28+DfaUq8YDrc+wLvPq5K =54iH -----END PGP SIGNATURE----- Alex Arnaud (1): (MT 3267) Add Homebranch and Holdingbranch search criterion on circulation stat. Chris Cormack (60): Dutch and greek updates Polish updates Greek updates French updates Updated po files More updates Intranet po updates Intranet po updates Updated intranet po files Last of the intranet po files OPAC po files updated German updates French opac updates Dutch opac updates English (Great Britain) and Italian updates Urdu staff po file Adding Sindhi po files Portuguese staff updates Polish and french updates Removing es-VE at request of translators Bug 3800 - Misplaced IF was causing the no permission message never to be displayed French and polish updates Updating for 3.0.5 More updated opac .po files The last of the opac .po files Staff side .po updates More staff po updates German, Italian and Polish updates Intranet .po file updates Fixing portuguese Opac po file updates Dutch, Polish, Italian and German updates Fixed portuguese opac .po file Greek, English (Great Britain) and Italian updates Spanish and Greek updates French and NZ english updates English NZ OPAC updates English (NZ), French and Dutch updates Updating po files, to catch some new js fixes More po updates Last of the updates English NZ, French, and Turkish language updates German updates Fixing split_ddcn now handles things like MP3-CD Fixing tests for Dates.t Dutch, Thai and Polish language updates Fixing some whitespace issues in misc/translator/update.pl Updating po files to catch the latest template changes German updates French (Canadian), Polish and Thai updates English(NZ), French and Thai updates Spanish and Thai updates Adding Thai translators Fixing the thai double up German, Italian, and Portuguese (Brazil) updates Spanish and Turkish updates Italian SQL updates Language file updates Opac po file updates Intranet po file updates Colin Campbell (3): Bug 3805 Suppress basket invoice number display Bug 3805 Suppress display of basket level invoice no Bug 3818 Allow 10 characters in bookfund id input Fr?d?ric Demians (4): Bug 3813: SIP2, Bad Patron Information Response to Message 64 Bug 3806 - Holidays improperly sorted by date Bug 3784: Don't fail on opac-detail.pl with invalid biblionumber Bug 3827: Impossible to set a subfield mandatory in biblio framework Garry Collum (1): Bug 4276: Proposed fix for "Related Subjects" links in Opac. Henri-Damien LAURENT (66): Translation update on cataloguing Bug Fix MT2104 : Edit authorities problem on multiple field Reintroducing submit buttons in translations Followup bfffa5 TransformHTMLToXML bug fix followup TransformhtmltoXML Bug Fixing : holds management Adding GetBranchItemRule Fix 3741 : Amazon cover image not displayed Updating INSTALL.ubuntu Admin/categorie.pl _get_bref_messaging_pref missing Fixing translation stopped on acqui-search-result.tmpl Followup : d31ac1 reintroducing submit buttons Adding Support for $9 and $3 on authority hierarchy Translation fix : opac-recentacquisitions Subscription add Updating Online Help file 2298 2299 : Search.pm and opac-search.pl Skipping pt-BR for release C4::Output adding getlanguagecookie + other enhancements upgrade to kohaversion Revert "C4::Output adding getlanguagecookie + other enhancements" Dates : improvements Revert "[followup](MT #2298) fix bad conditions" Revert "(MT #2298) Rewrite "only available items"" Revert "2298 2299 : Search.pm and opac-search.pl" Revert "MT 2298 : Fix hidelostitems" 3.0.x : intranet results Removing missing features (bug #3898) Followup : fixing Hold Policies implementation (Bug 3863) AmazonReviews not showing up Bug 3824: Item modif doesn't select default value in combo list Multiple translation strings missing because of js Adding optgroup labels to translations Adding 3.0.5 release notes Bug 3730 - Wrong ISO 639-2 Language Code for Portuguese in database Update on release notes Changing version number 3.0.5 (bug #4021) recent acquisitions Error500 on undefined biblio (bug #3042) Changing XSLT sysprefs to take filename [Followup] (bug #3894) reserve/request.pl Merge commit 'koha_biblibre/MT2631' into next Merge commit 'koha_biblibre/bug4044' into next Followup : (bug #3042) XSLT changes (Bug 4049) Searching itemtypes returning noise (bug #4020) XSLT unimarc display Merge commit 'koha_biblibre/bug4062' into next MT 1587 : CSV export for cart and shelves, with the ability to define different export profiles Adding RIS and bibtex export C4/XSLT Removing unconditionnal comment fixing updatedatabase Updatedatabase : Updating edititems permissions updatedatabase : fixing XSLT syspref type Bug fix: Authentication with cardnumber allows superlibrarian access Adding release notes 3.0.6 Revert "(bug #3778) GetBranchesLoop and searchMyLibraryFirst" Fixing hierarchy processing Followup admin/categorie.pl Reintroducing finedays in updatedatabase Bug 4320 : Text::CSV::Encoded Problem with error message Better conformance for UNIMARC Authorities Encoding BuildUnimarcHierarchies : Fixing infinite loop Minor Fix : IndependentBranchPatron misspelling Merge commit 'koha_biblibre/30x/bug4358' into official Bug 4326 ; returndate were fixed on the day before Adding XSLTreultsFilename and XSLTDetailFilename Release notes 3.0.6 Followup Adding system preference XSLT*FileName Changing version to 3.0.6 Jane Wagner (1): Bug 3663 screen changes to OPAC advanced search Koha Biblibre (1): MT 2110 : adds title, due date and issue date to csv overdues export Marc Chantreux (8): remove a problematic charset conversion in ISO-5426 remove NSB and NSE from output correctly add authid readable format selection remove a warning remove warning remove useless lines _koha_add_biblioitem rewrite Matthias Meusburger (25): MT 2415 : tablesorter for shelves MT 2445 : SearchResults won't die if a record is incorrect MT2631 : adds sysprefs for MARC or ISBD display in OPAC MT2631 : adds sysprefs for MARC or ISBD display in OPAC MT2663 : Adds an itemcallnumber plugin MT 1587 (Follow-up) : CSV export for cart and shelves (export_format table creation) MT 2067, Follow-up : Description for CSV export not mandatory anymore MT2116: Addons to the CSV export MT2116 : Addons to the CSV Export MT2116: Addons to the CSV export 1110 : Balance carts and lists, follow-up : Added Opac lists features to admin lists MT 2116: Addons to the CSV export MT2636 : Send a different notification whether an hold has been made from OPAC or from the Intranet MT2582: Fix user deletion without permission MT2938 : Adds a permission for editing items MT 3044 : Adds missing links for opac cart and shelf download MT 3044 : Fix CSV Export when there are blank chars in tag names MT 3044, Follow-up : Fix CSV Export when there are blank chars in tag names MT 2116, Follow-up : Fix subfield separator MT2889 : Fix statistics' itemtype when item-level_itypes is ON MT3160 : Fix plugin callback when subfields are cloned batchRebuildBiblioTables.pl doesn't crash anymore when GetMarcBiblio fails. MT3421: Moves subscription history in a separate page MT3421, Follow-up: Moves subscription history in a separate page MT3421, Follow-up: Moves subscription history in a separate page Nahuel ANGELINETTI (92): (bug #3281) change the way to parse item's summary Fix normal opac view (bug #3558) fix build_browser_and_cloud [3.0.x](bug #3753) returning a document always needs transfert (bug #3745) fix deletion of borrowers rights detection (bug #3754) fix language choose (bug #3734) another isbd view for opac (recent acquisitions) [followup] (bug #3710) all itemtypes if none selected (bug #3779) overdues csv fix (bug #3778) GetBranchesLoop and searchMyLibraryFirst [followup](bug #3550) fix opensearch with subtitle (bug #3772) show place hold button in isbd view (bug #3771) delete multiple holds (bug #3762) fix warnings in GetCoinsBiblio (bug #3761) fix virtualshelf ordering (bug #3760) fix and improve some reports [followup](bug #3760) delete some warn [followup](bug #3779) fix tmpl_if (bug #3734) Fix previous patch of isbd view MT 2298 : Fix hidelostitems (bug #3783) fix marcurls (MT 1970) fix javascript (bug #3786) fix items edition menu (bug #3791) overduerules and numeric categorycodes (bug #3787) update unimarc leader plugin,fix xhtml and design [3.0.x][followup](bug #3348) orderreceive problems (bug #3798) fix changing request branch (MT #2298) Rewrite "only available items" (bug #3822) fix returning document in transfert (bug #3819) hold policies doesn't work (bug #3819) hold policies implementation (bug #3816) differenciate reserved and on loan items (bug #3801) fix itemtype administration (bug #3826) improve modrequest.pl (bug #3825) improve waiting holds (bug #3348) another order receive fix (bug #3823) on hold items in opac [followup](MT #2298) fix bad conditions (bug #3819) still fixing holds policies (bug #3819) variable name typo (bug #3173) revert non-working code (bug #3925) fix build_holds_queue.pl [replaceprevious](bug #3924) fix useDaysMode use (bug #3897) hold policies and circcontrol (bug 3536) fix homeorholdingbranch on return (bug #3950) rebuild pendingreserves and fix reserves and transfert case (bug #3950) continue to rebuild pending reserves (bug #4004) disallow access for non-logged in users in opac Revert "(bug #3801) fix itemtype administration" [followup](bug #3667) cleaning borrowers fix [followup](bug #3667) fix dateexpiry filtering [followup](bug #3667) don't delete if member is guarantor (bug #4002) fix database for single itemnumber and foreign key (bug #4044) don't trap fatal error if there is no start date (bug #4038) fix birth date filter in borrowers stats (bug #4043) fix checkoverdues sqlquery (bug #4050) update datelastseen even if document isn't on loan (bug #4051) add columns in csv export of overdues (bug #4052) fix mandatory field/subfield deletion (bug #4051) separate firstname and surname [followup](bug #4051) add borrower "title", and complete address in csv [3.0.x] (bug #4055) backport canbook/itembereserved [followup] (bug #4051) set as binary [followup](bug #3348) fix spent values and spent resume (bug #4062) add item index in zebra conf [followup](bug #4062) marc21 item support (bug #4075) add use of getrecordvalue in opac-detail [3.0.x](bug #4084) fix offline circ (bug #4287) add enrolment period update in 22 to 30 script [3.0.x] (bug #4263) fix the edition of items with repeatable subfields (bug #4290) searching for author in repository [followup](bug #4051) rewrite some stuffs in overdues [followup] (bug #4051) fix default values (bug #4195) fix OAI repository (bug #4051) fix mistake in overdues (bug #4051) add due date in overdue.tmpl (bug #4051) forgotten format_date (bug #4295) fix overduerules edition (bug #4207) receive shipment problem (MT #3076) make cancel button working on return (bug #4319) allow reserves on waiting items [followup](bug #4055) fix backport error (bug #4334) create needed sample datas [followup](bug #4334) fix duplicate entries in sql Fix kohastructure for deletedborrowers (bug #4358) fix sql query in C4::Members::GetAllIssues Script interface web pour import BDP (bug #3737) fix title search in order history (bug #4487) permit - and . in callnumber plugin (bug #4490) do not warn each notice if xslt is on (bug #4491) fix weird code in search scripts Nicole Engard (1): Bug 3857: Add tools menu to left of CSV Profiles page Paul Poulain (8): MT2432 : Do not show "place hold" link when there's no items MT2502 : Reports Editor's 200$b to biblio's 210$c within bug fixing : Patron Search : IndependentBranches MT2116, Follow-up: CSV Export, fix backporting bugs warning on C4/Biblio.pm (bug #3950) only show on shelf items Fixing Hierarchies : taking any heading subfield (MT3318) RSS OPAC: Adding CDATA term in title and description tags. Ricardo Dias Marques (1): Bug 3754: Follow-up patch S?bastien Hinderer (1): Bugfix in errors/*.pl and opac/errors/*.pl koha user (1): MT 2360 : Adds address, city and zipcode to overdues csv export ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Apr 10 11:51:17 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 10 Apr 2011 09:51:17 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5917, updated. html_template_pro-245-gbacd210 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/enh/bug_5917 has been updated via bacd210c737ef399d775cc34071dcb715b69b3af (commit) from 5884fb100071e973daf671a4ada6b32724376768 (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 bacd210c737ef399d775cc34071dcb715b69b3af Author: Chris Cormack Date: Sun Apr 10 21:50:35 2011 +1200 Bug 5917 : Updating dependencies ----------------------------------------------------------------------- Summary of changes: C4/Installer/PerlDependencies.pm | 5 +++++ debian/control | 1 + 2 files changed, 6 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Apr 10 11:51:44 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 10 Apr 2011 09:51:44 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. html_template_pro-248-g35b3384 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 35b338412bf4ca4d7d50ba41fb43998c1aa24546 (commit) via bacd210c737ef399d775cc34071dcb715b69b3af (commit) from f12406b076ab7ea7964a75e23c34920d1eed74b5 (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 35b338412bf4ca4d7d50ba41fb43998c1aa24546 Merge: f12406b076ab7ea7964a75e23c34920d1eed74b5 bacd210c737ef399d775cc34071dcb715b69b3af Author: Chris Cormack Date: Sun Apr 10 21:51:26 2011 +1200 Merge remote branch 'kc/new/enh/bug_5917' into kcmaster ----------------------------------------------------------------------- Summary of changes: C4/Installer/PerlDependencies.pm | 5 +++++ debian/control | 1 + 2 files changed, 6 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Apr 10 12:15:26 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 10 Apr 2011 10:15:26 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. html_template_pro-249-g2fc830a 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 2fc830acff01d2948097afdda9fcbc6f7dea3ad1 (commit) from 35b338412bf4ca4d7d50ba41fb43998c1aa24546 (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 2fc830acff01d2948097afdda9fcbc6f7dea3ad1 Author: Chris Cormack Date: Sun Apr 10 22:14:46 2011 +1200 Updating database version ----------------------------------------------------------------------- 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 Sun Apr 10 12:58:24 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 10 Apr 2011 10:58:24 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. html_template_pro-250-g82f0fee 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 82f0fee5c8c0ad53fda576074ffc2cc08bc28dc1 (commit) from 2fc830acff01d2948097afdda9fcbc6f7dea3ad1 (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 82f0fee5c8c0ad53fda576074ffc2cc08bc28dc1 Author: Chris Cormack Date: Sun Apr 10 22:55:55 2011 +1200 Bug 5917 : Fixing a bug with switching languages Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: C4/Output.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Apr 10 22:28:07 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 10 Apr 2011 20:28:07 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5917, updated. html_template_pro-253-g6e2260c 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/enh/bug_5917 has been updated via 6e2260c7398fca567c6c78d49eef280be74d1d8c (commit) via f1e96f4590b7e91e172d21d488a7ec26de1cc94e (commit) via e766a92b988c8f929121760d35fabcd89e0cfb0b (commit) via 82f0fee5c8c0ad53fda576074ffc2cc08bc28dc1 (commit) via 2fc830acff01d2948097afdda9fcbc6f7dea3ad1 (commit) via 35b338412bf4ca4d7d50ba41fb43998c1aa24546 (commit) via f12406b076ab7ea7964a75e23c34920d1eed74b5 (commit) via 78829117999e8d8884a56454a37eb514baf2f3ea (commit) from bacd210c737ef399d775cc34071dcb715b69b3af (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 6e2260c7398fca567c6c78d49eef280be74d1d8c Author: Jared Camins-Esakov Date: Sun Apr 10 16:12:30 2011 -0400 Bug 5917 follow-up: Fix errors on OPAC results This patch fixes the following problems with the OPAC search results: * The facet links were constructed wrong following the change to Template::Toolkit This patch also changes the OPAC sorting dropdown to work in the same way as the staff dropdown. This seemed preferable to having the two use different variables for deciding which option to select, and it is unclear why Search.pm was not passing the appropriate variables to the staff client. Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit f1e96f4590b7e91e172d21d488a7ec26de1cc94e Author: Jared Camins-Esakov Date: Sun Apr 10 16:12:29 2011 -0400 Bug 5917 follow-up: Fix staff client results display The change to Template::Toolkit broke a number of things on the Staff Client results display. This patch: * Fixes the formatting of the results table, which had an unnecessary colspan=2 * Enables the display of the "Edit record" and "Edit items" links * Corrects the display of item counts, so that labels for "Available," "On loan," and "Unavailable" only appear when appropriate * Corrects facet links, which were starting new searches rather than limiting due to a variable scoping error * Changes the resort dropdown so that it will show the currently-selected sorting Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit e766a92b988c8f929121760d35fabcd89e0cfb0b Author: Jared Camins-Esakov Date: Sun Apr 10 16:12:28 2011 -0400 Bug 5917 follow-up: Quiet errors in C4::Templates There were a few errors about unitialized variables in C4::Templates. Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: C4/Output.pm | 2 +- C4/Templates.pm | 4 +- debian/scripts/koha-rebuild-zebra | 40 +++++++-- installer/data/mysql/updatedatabase.pl | 2 +- .../intranet-tmpl/prog/en/includes/facets.inc | 4 +- .../intranet-tmpl/prog/en/includes/resort_form.inc | 24 +++--- .../prog/en/modules/catalogue/results.tt | 22 +++--- .../opac-tmpl/prog/en/includes/opac-facets.inc | 4 +- .../opac-tmpl/prog/en/includes/resort_form.inc | 88 ++++++++++++++------ kohaversion.pl | 2 +- 10 files changed, 124 insertions(+), 68 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Apr 10 22:30:11 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 10 Apr 2011 20:30:11 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. html_template_pro-253-g6e2260c 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 6e2260c7398fca567c6c78d49eef280be74d1d8c (commit) via f1e96f4590b7e91e172d21d488a7ec26de1cc94e (commit) via e766a92b988c8f929121760d35fabcd89e0cfb0b (commit) from 82f0fee5c8c0ad53fda576074ffc2cc08bc28dc1 (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/Templates.pm | 4 +- .../intranet-tmpl/prog/en/includes/facets.inc | 4 +- .../intranet-tmpl/prog/en/includes/resort_form.inc | 24 +++--- .../prog/en/modules/catalogue/results.tt | 22 +++--- .../opac-tmpl/prog/en/includes/opac-facets.inc | 4 +- .../opac-tmpl/prog/en/includes/resort_form.inc | 88 ++++++++++++++------ 6 files changed, 90 insertions(+), 56 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 11 02:58:34 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 11 Apr 2011 00:58:34 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_6085, created. html_template_pro-256-g5a23a45 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_6085 has been created at 5a23a45e324bf357683f9c38db751a9cab272a8e (commit) - Log ----------------------------------------------------------------- commit 5a23a45e324bf357683f9c38db751a9cab272a8e Author: Chris Cormack Date: Mon Apr 11 12:48:13 2011 +1200 Bug 6085 : utf8 fixed for xslt, and parameters, broken for utf8 included in templates Signed-off-by: Chris Cormack commit 312386be6efeb0a7236347c9b95fe38c4d2c8391 Author: Chris Cormack Date: Mon Apr 11 11:30:05 2011 +1200 Bug 6085 : Fixing missing last tag in translation and comments, utf-8 issues to fix now Signed-off-by: Chris Cormack commit 297649c8ecad475781ec456abf934d775d676f9f Author: Chris Cormack Date: Mon Apr 11 09:06:12 2011 +1200 Bug 6085 : Can now change language in the preferences menu Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 11 03:01:28 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 11 Apr 2011 01:01:28 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5917, updated. html_template_pro-256-g5a23a45 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/enh/bug_5917 has been updated via 5a23a45e324bf357683f9c38db751a9cab272a8e (commit) via 312386be6efeb0a7236347c9b95fe38c4d2c8391 (commit) via 297649c8ecad475781ec456abf934d775d676f9f (commit) from 6e2260c7398fca567c6c78d49eef280be74d1d8c (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/Output.pm | 1 + C4/Templates.pm | 2 + .../prog/en/modules/admin/preferences.tt | 10 ++-- misc/translator/TTParser.pm | 63 ++++++++++++++++---- misc/translator/TmplTokenizer.pm | 20 +++++- misc/translator/tmpl_process3.pl | 1 + 6 files changed, 75 insertions(+), 22 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 11 03:03:06 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 11 Apr 2011 01:03:06 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. html_template_pro-256-g5a23a45 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 5a23a45e324bf357683f9c38db751a9cab272a8e (commit) via 312386be6efeb0a7236347c9b95fe38c4d2c8391 (commit) via 297649c8ecad475781ec456abf934d775d676f9f (commit) from 6e2260c7398fca567c6c78d49eef280be74d1d8c (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/Output.pm | 1 + C4/Templates.pm | 2 + .../prog/en/modules/admin/preferences.tt | 10 ++-- misc/translator/TTParser.pm | 63 ++++++++++++++++---- misc/translator/TmplTokenizer.pm | 20 +++++- misc/translator/tmpl_process3.pl | 1 + 6 files changed, 75 insertions(+), 22 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 11 04:47:51 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 11 Apr 2011 02:47:51 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_6085, updated. html_template_pro-257-g256cc91 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_6085 has been updated via 256cc9196cd32f002a1a682a8764ab12f4051009 (commit) from 5a23a45e324bf357683f9c38db751a9cab272a8e (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 256cc9196cd32f002a1a682a8764ab12f4051009 Author: Chris Cormack Date: Mon Apr 11 14:43:20 2011 +1200 Bug 6085 : setting the binmode broke the files rather than fixing them Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: misc/translator/tmpl_process3.pl | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 11 04:51:36 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 11 Apr 2011 02:51:36 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5917, updated. html_template_pro-257-g256cc91 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/enh/bug_5917 has been updated via 256cc9196cd32f002a1a682a8764ab12f4051009 (commit) from 5a23a45e324bf357683f9c38db751a9cab272a8e (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: misc/translator/tmpl_process3.pl | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 11 04:56:19 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 11 Apr 2011 02:56:19 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. html_template_pro-257-g256cc91 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 256cc9196cd32f002a1a682a8764ab12f4051009 (commit) from 5a23a45e324bf357683f9c38db751a9cab272a8e (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: misc/translator/tmpl_process3.pl | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 11 06:02:20 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 11 Apr 2011 04:02:20 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_6085, updated. html_template_pro-258-g7efaafe 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_6085 has been updated via 7efaafe1323fa064083c8b597a2c0699353dcd8c (commit) from 256cc9196cd32f002a1a682a8764ab12f4051009 (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 7efaafe1323fa064083c8b597a2c0699353dcd8c Author: Chris Cormack Date: Mon Apr 11 15:58:18 2011 +1200 Bug 6085 : Fixing the utf8 weirdness I am not very happy with this fix, but it does mean the template are translatable and we don't get double encoding issues with them anymore Please test Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: C4/Output.pm | 5 ++++- C4/Templates.pm | 45 ++++++++++++++++++++++++++++++++++++++++++--- 2 files changed, 46 insertions(+), 4 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 11 06:04:25 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 11 Apr 2011 04:04:25 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5917, updated. html_template_pro-258-g7efaafe 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/enh/bug_5917 has been updated via 7efaafe1323fa064083c8b597a2c0699353dcd8c (commit) from 256cc9196cd32f002a1a682a8764ab12f4051009 (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/Output.pm | 5 ++++- C4/Templates.pm | 45 ++++++++++++++++++++++++++++++++++++++++++--- 2 files changed, 46 insertions(+), 4 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 11 06:09:13 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 11 Apr 2011 04:09:13 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. html_template_pro-258-g7efaafe 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 7efaafe1323fa064083c8b597a2c0699353dcd8c (commit) from 256cc9196cd32f002a1a682a8764ab12f4051009 (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/Output.pm | 5 ++++- C4/Templates.pm | 45 ++++++++++++++++++++++++++++++++++++++++++--- 2 files changed, 46 insertions(+), 4 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 11 06:38:22 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 11 Apr 2011 04:38:22 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5917, updated. html_template_pro-259-g961e9fe 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/enh/bug_5917 has been updated via 961e9fec8793cb024a88b50df0ffd4a2ce97e301 (commit) from 7efaafe1323fa064083c8b597a2c0699353dcd8c (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 961e9fec8793cb024a88b50df0ffd4a2ce97e301 Author: Chris Cormack Date: Mon Apr 11 16:33:58 2011 +1200 Bug 5917 : Fixing a bug with categorie.tt Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/admin/categorie.tt | 23 +++++++++---------- 1 files changed, 11 insertions(+), 12 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 11 06:39:05 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 11 Apr 2011 04:39:05 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. html_template_pro-259-g961e9fe 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 961e9fec8793cb024a88b50df0ffd4a2ce97e301 (commit) from 7efaafe1323fa064083c8b597a2c0699353dcd8c (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/admin/categorie.tt | 23 +++++++++---------- 1 files changed, 11 insertions(+), 12 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 11 10:37:57 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 11 Apr 2011 08:37:57 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5917, updated. html_template_pro-260-g241846c 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/enh/bug_5917 has been updated via 241846c62c8418a5b9e1c6607f4c6b0c1bcd946b (commit) from 961e9fec8793cb024a88b50df0ffd4a2ce97e301 (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 241846c62c8418a5b9e1c6607f4c6b0c1bcd946b Author: Chris Cormack Date: Mon Apr 11 20:28:55 2011 +1200 Bug 5917 : Fixing the translation script Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: misc/translator/TTParser.pm | 7 ++++++- misc/translator/tmpl_process3.pl | 24 +++++++++++++++--------- 2 files changed, 21 insertions(+), 10 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 11 10:38:37 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 11 Apr 2011 08:38:37 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. html_template_pro-260-g241846c 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 241846c62c8418a5b9e1c6607f4c6b0c1bcd946b (commit) from 961e9fec8793cb024a88b50df0ffd4a2ce97e301 (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: misc/translator/TTParser.pm | 7 ++++++- misc/translator/tmpl_process3.pl | 24 +++++++++++++++--------- 2 files changed, 21 insertions(+), 10 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 11 10:47:34 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 11 Apr 2011 08:47:34 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_6085, updated. html_template_pro-259-g46488bf 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_6085 has been updated via 46488bfc2e17570c300466a681842318ada429ca (commit) from 7efaafe1323fa064083c8b597a2c0699353dcd8c (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 46488bfc2e17570c300466a681842318ada429ca Author: Colin Campbell Date: Mon Apr 11 09:42:22 2011 +0100 Bug 6085: Fix typo in earlier patch Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: C4/Templates.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 11 10:48:13 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 11 Apr 2011 08:48:13 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. html_template_pro-262-g02a3740 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 02a37402008ad2991ff6b193a8dad2d7d23457b3 (commit) via 46488bfc2e17570c300466a681842318ada429ca (commit) from 241846c62c8418a5b9e1c6607f4c6b0c1bcd946b (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 02a37402008ad2991ff6b193a8dad2d7d23457b3 Merge: 241846c62c8418a5b9e1c6607f4c6b0c1bcd946b 46488bfc2e17570c300466a681842318ada429ca Author: Chris Cormack Date: Mon Apr 11 20:47:50 2011 +1200 Merge remote branch 'kc/new/bug_6085' into kcmaster ----------------------------------------------------------------------- Summary of changes: C4/Templates.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 11 11:12:41 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 11 Apr 2011 09:12:41 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5917, updated. html_template_pro-261-g3fdf627 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/enh/bug_5917 has been updated via 3fdf627c19306f0d22e6f2341ce738cd2690e4dd (commit) from 241846c62c8418a5b9e1c6607f4c6b0c1bcd946b (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 3fdf627c19306f0d22e6f2341ce738cd2690e4dd Author: Chris Cormack Date: Mon Apr 11 21:10:05 2011 +1200 Bug 5917 : Fix for translating XSLT Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: misc/translator/tmpl_process3.pl | 9 ++------- 1 files changed, 2 insertions(+), 7 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 11 11:13:14 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 11 Apr 2011 09:13:14 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. html_template_pro-264-gc330b68 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 c330b683bcf4f4fe56f2cbf829d05e558ad949a9 (commit) via 3fdf627c19306f0d22e6f2341ce738cd2690e4dd (commit) from 02a37402008ad2991ff6b193a8dad2d7d23457b3 (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 c330b683bcf4f4fe56f2cbf829d05e558ad949a9 Merge: 02a37402008ad2991ff6b193a8dad2d7d23457b3 3fdf627c19306f0d22e6f2341ce738cd2690e4dd Author: Chris Cormack Date: Mon Apr 11 21:13:05 2011 +1200 Merge remote branch 'kc/new/enh/bug_5917' into kcmaster ----------------------------------------------------------------------- Summary of changes: misc/translator/tmpl_process3.pl | 9 ++------- 1 files changed, 2 insertions(+), 7 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 11 12:43:18 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 11 Apr 2011 10:43:18 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_6155, created. html_template_pro-265-g88f0c4c 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_6155 has been created at 88f0c4cb45dde91f1e140294f18aa94112482ae8 (commit) - Log ----------------------------------------------------------------- commit 88f0c4cb45dde91f1e140294f18aa94112482ae8 Author: Chris Cormack Date: Mon Apr 11 11:36:17 2011 +0000 ?Bug 6155 : Fixing bug with lists not showing Signed-off-by: Magnus Enger Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 11 12:43:49 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 11 Apr 2011 10:43:49 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. html_template_pro-265-g88f0c4c 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 88f0c4cb45dde91f1e140294f18aa94112482ae8 (commit) from c330b683bcf4f4fe56f2cbf829d05e558ad949a9 (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/Page.pm | 17 ++++++++++------- 1 files changed, 10 insertions(+), 7 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 11 13:35:30 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 11 Apr 2011 11:35:30 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. html_template_pro-266-g79ec08b 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 79ec08b47908787a4ec1cb87b8dcf6242d18083a (commit) from 88f0c4cb45dde91f1e140294f18aa94112482ae8 (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 79ec08b47908787a4ec1cb87b8dcf6242d18083a Author: Chris Cormack Date: Mon Apr 11 23:34:37 2011 +1200 Adding 2 more developers to the history, 141 now ----------------------------------------------------------------------- Summary of changes: docs/history.txt | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 11 22:01:21 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 11 Apr 2011 20:01:21 +0000 Subject: [koha-commits] main Koha release repository branch, 3.2.x, updated. v3.02.03-195-g2362b3c 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.2.x has been updated via 2362b3c6c0fd88a317b23ca7cabb7364faab6aff (commit) via 052f2948364b104a48ef8645c9306a540945b7f1 (commit) via 38cc50f29373b1c4be208e9b54f8ccfb35705f71 (commit) via 9b9fe63b1fa1feb64148d0458e99a28ac83f58a2 (commit) via 93ca9560aa2c1013376e0c01ec40b0080f731c76 (commit) via a9f5a990f36655d234e7e59cae91de0c1284fd4e (commit) via 666b0d94338894055cc71e97f97b625c04704604 (commit) via d5cb87cf76d46b2fd066fd96f86677947be96fe6 (commit) via ecfab4b571aac5bd2a5ea862bb00284efb953301 (commit) via 94a9e0419d9f6804b2e8617dbafb5d4dd4dd95b1 (commit) via 889b4da06c57c7b567164b7d615970636b260637 (commit) via 7eec3ca0f26c9d141b5eb123c204826c4c5cc6d2 (commit) via f5c0c8a40672589f97a0eb13807eadb26058f47a (commit) via 216ea4fb9e0a794d7368ef102f9f15c4e28648d2 (commit) via 4ab317563948efc6122190b4cbbfe89e80c792c6 (commit) via 5a05682fbcc53e1b4c82ff720b79ce8b96a7a69e (commit) via e660b77737fbc4acc63923ba225a9b3c5c6229f9 (commit) via 510b7e68d2c3869bf66d933dde84c59fc1aa371e (commit) via 7a2a6e9e605835db6b9dba1eb8b5c48926e1913e (commit) via 529a0620142dbead9b98b0a381b7f0969e807df0 (commit) via 9cadf7a91d3c9ff2c795ea8e7fd4dce4f4c41f4a (commit) via d3de84fd81c79791cd57e658318e27431d70b0b9 (commit) via 1a576deba44630fa4d8b6dedc13f7b6b1ccddcc5 (commit) via 5c506342436b767a64cf1f00978f7294c73ad2ac (commit) via 7bde2dbcc575ae56c89c26b44dadf936d5ac45f7 (commit) via 876d582228afe645e48544e72cabda820df71b87 (commit) via 5a03b00094efe4bfebe57ea2addd77751ff8ce66 (commit) from a4d48140b6e10a4a66fcf1630eb2969af95104b1 (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 2362b3c6c0fd88a317b23ca7cabb7364faab6aff Author: Owen Leonard Date: Wed Apr 6 09:51:45 2011 +0200 Partial fix for Bug 4870, Damaged status does not prevent items from being selected for reserves This patch changes the holds queue build process in order to require that items not be damaged in order to appear in the holds queue report. Revision adds a check for the AllowHoldsOnDamagedItems preference to determine whether a damaged item should be included in the holds queue report. Signed-off-by: Christophe Croullebois Signed-off-by: Chris Cormack (cherry picked from commit 0f7411ceee5887751fb34ad2c72c83216d55f0c1) Signed-off-by: Chris Nighswonger commit 052f2948364b104a48ef8645c9306a540945b7f1 Author: Janusz Kaczmarek Date: Wed Apr 6 09:36:22 2011 +0200 Bug5555 Corrected search for ISBN / ISSN Signed-off-by: St?phane Delaune Signed-off-by: Chris Cormack (cherry picked from commit ab7435f964336a18f760b9dd91d4b4506528a051) Signed-off-by: Chris Nighswonger commit 38cc50f29373b1c4be208e9b54f8ccfb35705f71 Author: Henri-Damien LAURENT Date: Tue Apr 5 14:18:16 2011 +0200 Bug 5924 : C4::AuthoritiesMarc.pm search enhancement Heading Main is defined in unimarc record.abs re enabling that feature Signed-off-by: fdurand Signed-off-by: Chris Cormack (cherry picked from commit c19d505abb1b492cc21e6f5b78fb4de91da44419) Signed-off-by: Chris Nighswonger commit 9b9fe63b1fa1feb64148d0458e99a28ac83f58a2 Author: fdurand Date: Tue Apr 5 17:07:30 2011 +0200 Bug 4196 - Defintion of popularity index into Unimarc setup Signed-off-by: fdurand Signed-off-by: St?phane Delaune Signed-off-by: Chris Cormack (cherry picked from commit 0c21ab2622d2d9b131c24c2002ed6e65875a6b24) Signed-off-by: Chris Nighswonger commit 93ca9560aa2c1013376e0c01ec40b0080f731c76 Author: Fr?d?rick Capovilla Date: Tue Apr 5 10:08:12 2011 +0200 Bug 5410 : Adds "do-not-truncate" in the search queries of Heading.pm Signed-off-by: St?phane Delaune Signed-off-by: Chris Cormack (cherry picked from commit 0f4edffc16adacb439601f9051bacd89869018f7) Signed-off-by: Chris Nighswonger commit a9f5a990f36655d234e7e59cae91de0c1284fd4e Author: Chris Cormack Date: Tue Apr 5 11:32:41 2011 +0200 Bug 6040 : Adding some error handling to the opac export Signed-off-by: Matthias Meusburger Signed-off-by: Chris Cormack (cherry picked from commit 58013b6c2ad01b87c778ec56bf02dd58e826200e) Signed-off-by: Chris Nighswonger commit 666b0d94338894055cc71e97f97b625c04704604 Author: Sophie Meynieux Date: Tue Apr 5 14:44:07 2011 +0200 Bug 6047: Remove check on subfield 3 that prevents biblios from BNF to create corresponding authorities Signed-off-by: St?phane Delaune Signed-off-by: Chris Cormack (cherry picked from commit 96f054e90d4a582b13f1f6d2922b4ae99999a23d) Signed-off-by: Chris Nighswonger commit d5cb87cf76d46b2fd066fd96f86677947be96fe6 Author: Jared Camins-Esakov Date: Tue Apr 5 15:48:03 2011 +0200 Bug 5651: Question marks break searches w/ICU When a user is doing a simple keyword search, they should not be expected to deal with the magical behavior of question marks in Zebra. This fix escapes question marks, and reduces the number of false positives for identifying a "simple keyword search." Signed-off-by: Jonathan Druart Signed-off-by: Chris Cormack (cherry picked from commit ad206a73f867f6a184f64d41e4ccfa8e5bb0cd21) Signed-off-by: Chris Nighswonger commit ecfab4b571aac5bd2a5ea862bb00284efb953301 Author: Paul Poulain Date: Tue Apr 5 14:05:57 2011 +0200 BZ6058: uncertain price can't be unchecked Signed-off-by: Paul Poulain Signed-off-by: Katrin Fischer Signed-off-by: Chris Cormack (cherry picked from commit ce71043216f843ad1b1d2fb254db4dd2635e1066) Signed-off-by: Chris Nighswonger commit 94a9e0419d9f6804b2e8617dbafb5d4dd4dd95b1 Author: Alex Arnaud Date: Tue Apr 5 14:11:00 2011 +0200 Bug #6044 - Authority is deleted when mergeto and mergefrom are the same Signed-off-by: St?phane Delaune Signed-off-by: Chris Cormack (cherry picked from commit e43da19e34745d734ab6ee5cb5540e4d6e92adf3) Signed-off-by: Chris Nighswonger commit 889b4da06c57c7b567164b7d615970636b260637 Author: Chris Cormack Date: Tue Apr 5 19:27:15 2011 +1200 Updating history (cherry picked from commit ff4645523b7e273438a4211ed4735f59084f5baf) Signed-off-by: Chris Nighswonger commit 7eec3ca0f26c9d141b5eb123c204826c4c5cc6d2 Author: Christophe Croullebois Date: Mon Apr 4 14:28:19 2011 +0200 Bug 5962 : Budgets showing when they shouldn't (MT #4717) Bug in Koha 3.2 on acqui-home.pl In the screen all the budgets with budget_branchcode=NULL were displayed even if the budget_owner_id was not NULL. This patch fixes the bug Signed-off-by: Katrin Fischer To test: 1) Add a new fund, leave library empty, owned by yourself 2) Go into the database and change aqbudgets.budget_branchcode to be NULL 3) Check acq home. Before patch the fund will not show up, although it's owned by you. After patch it will. Signed-off-by: Chris Cormack (cherry picked from commit 5910b59d1d4bdbe6fb6152453536bfe64d490c01) Signed-off-by: Chris Nighswonger commit f5c0c8a40672589f97a0eb13807eadb26058f47a Author: Fr?d?rick Capovilla Date: Wed Mar 30 12:12:19 2011 -0400 Corrects an error when showing a suggestion linked to a deleted budget. If a suggestion is associated to a budget that was deleted, an error was returned because we try to get the name of a budget that doesn't exist. With this fix, the page is shown without errors. Signed-off-by: Paul Poulain Signed-off-by: Chris Cormack (cherry picked from commit 0a43ba114d0fee9a478def455b926121442a0814) Signed-off-by: Chris Nighswonger commit 216ea4fb9e0a794d7368ef102f9f15c4e28648d2 Author: Paul Poulain Date: Mon Apr 4 15:53:19 2011 +0200 Bug 6046: suggestedby list on she filter was not created properly The suggestedby patron list contained empty lines. This was because retrieving patron name was not correct Signed-off-by: Katrin Fischer Signed-off-by: Chris Cormack (cherry picked from commit ff8ad64c2797d73464ef9009acba8744922fc61f) Signed-off-by: Chris Nighswonger commit 4ab317563948efc6122190b4cbbfe89e80c792c6 Author: Paul Poulain Date: Mon Apr 4 15:19:32 2011 +0200 Bug 6043: SQL error when IndependantBranches=ON on suggestion On suggestion page, when IndependantBranch=ON, the SQL built is wrong: branchcode is ambiguous Signed-off-by: Katrin Fischer Signed-off-by: Chris Cormack (cherry picked from commit 09e2ee605845e9cb03f21f2596404d60d1e9fc74) Signed-off-by: Chris Nighswonger commit 5a05682fbcc53e1b4c82ff720b79ce8b96a7a69e Author: Paul Poulain Date: Mon Apr 4 16:28:44 2011 +0200 Bug 6045: Accepted by is empty when accepting from list Signed-off-by: Katrin Fischer Signed-off-by: Chris Cormack (cherry picked from commit a56e1e1729fbbc1b341bbad7c2fcf94d4642806f) Signed-off-by: Chris Nighswonger commit e660b77737fbc4acc63923ba225a9b3c5c6229f9 Author: Chris Nighswonger Date: Mon Apr 11 15:33:08 2011 -0400 Updating Version Number to 3.02.06.001 commit 510b7e68d2c3869bf66d933dde84c59fc1aa371e Author: Katrin Fischer Date: Mon Apr 4 11:20:20 2011 +0000 Bug 5860: Adding duplicate stocknumber fails silently When adding a duplicate stocknumber the duplicate was not saved to the database. This happened, because the field stocknumber in table items was declared to be unique. Discussion on bug suggests to lift this restriction. Signed-off-by: Marcel de Rooy Tested. Corrected typo in updatedatabase script. Version 3.01.00.095 introduced the index with double s, although structure had only one s in index name. Unaware of this bug, I entered the more general bug 6041 for similar problems with modifying items. Signed-off-by: Chris Cormack (cherry picked from commit a8ffb2273b63c398492a7cbd08394adedb2aeadb) Signed-off-by: Chris Nighswonger commit 7a2a6e9e605835db6b9dba1eb8b5c48926e1913e Author: Owen Leonard Date: Mon Apr 4 12:25:55 2011 +0200 Fix for Bug 5989 - Funds filter does not remember library choice Signed-off-by: Paul Poulain Signed-off-by: Chris Cormack (cherry picked from commit f22b8bcd458df8d8fad29070a7b95a63b6d356a2) Signed-off-by: Chris Nighswonger commit 529a0620142dbead9b98b0a381b7f0969e807df0 Author: Henri-Damien LAURENT Date: Fri Apr 1 10:34:51 2011 +0200 Bug 6026 : export.pl : removing useless condition Some conditions added AND items.biblionumber=biblio/biblionumber where JOIN USING (biblionumber) already added that. Signed-off-by: Julian Maurice Signed-off-by: Chris Cormack (cherry picked from commit 63f1ea0c2dcd442ce0cb3b29d40f5015dceb5bab) Signed-off-by: Chris Nighswonger commit 9cadf7a91d3c9ff2c795ea8e7fd4dce4f4c41f4a Author: Paul POULAIN Date: Fri Apr 1 17:04:47 2011 +0200 Bug 5625 : adding missing title (needed for lateorders.pl) Signed-off-by: Julian Maurice Signed-off-by: Chris Cormack (cherry picked from commit 624ebb6e03bbf0f4c9f99298c0faed14bf4ed29b) Signed-off-by: Chris Nighswonger commit d3de84fd81c79791cd57e658318e27431d70b0b9 Author: Fr?d?rick Capovilla Date: Fri Apr 1 12:23:12 2011 +0200 Bug 3727: Corrects the behaviour of the itemtype selectbox in addbiblio.pl If the subfield is set as mandatory with an empty default value, an empty value is added in the selectbox and this value is selected by default. Before, the first element was automatically selected, so it was easy to forget to set this mandatory value. Signed-off-by: Julian Maurice Signed-off-by: Chris Cormack (cherry picked from commit f7d9ebbff3ab9b620b0c0b80b3dc28c51753ec13) Signed-off-by: Chris Nighswonger commit 1a576deba44630fa4d8b6dedc13f7b6b1ccddcc5 Author: Paul Poulain Date: Wed Mar 30 12:24:19 2011 +0200 Bug 5965 : Normalizing opac-detail.pl NFC on opac-detail Signed-off-by: Julian Maurice Signed-off-by: Chris Cormack (cherry picked from commit 480ca80dd0b38022b106a7b1339bc7c56ca272f7) Signed-off-by: Chris Nighswonger commit 5c506342436b767a64cf1f00978f7294c73ad2ac Author: Matthias Meusburger Date: Wed Mar 30 16:07:07 2011 +0200 Bug 5996 : MT2926: Fix default values for patron import Signed-off-by: Henri-Damien LAURENT Signed-off-by: Julian Maurice Signed-off-by: Chris Cormack (cherry picked from commit ff7affdf43b4850a0ce62c9924246caac69b9030) Signed-off-by: Chris Nighswonger commit 7bde2dbcc575ae56c89c26b44dadf936d5ac45f7 Author: Matthias Meusburger Date: Wed Mar 30 12:03:23 2011 +0200 Bug 4943: Search history cookie size limit Signed-off-by: Julian Maurice Signed-off-by: Chris Cormack (cherry picked from commit fd1b757233a6db66a82bbc3ff4d2f40291b96832) Signed-off-by: Chris Nighswonger commit 876d582228afe645e48544e72cabda820df71b87 Author: ruth at bywatersolutions.com Date: Wed Mar 30 10:52:27 2011 -0500 Bug 6004/3270: Sending things "home" This patch addresses two problems: Bug 6004: If an item is returned at other than its' home library, and there is a hold for it--at any library other than the return library--two prompts come up: one telling the user to send the item home, and the other, to confirm and transfer for the hold. Only the latter should be displayed. Bug 3270: Cancelling a hold request after transfer initiated orphans item. Signed-off-by: Liz Rea Signed-off-by: Chris Cormack (cherry picked from commit 0a64cfba5e10be80a220f6c8164905788ba5a78b) Signed-off-by: Chris Nighswonger commit 5a03b00094efe4bfebe57ea2addd77751ff8ce66 Author: ruth at bywatersolutions.com Date: Wed Mar 30 11:11:51 2011 -0500 Bug 5305: CCL query, then resort, loses reults. If you did a CCL query, then attempted resort, you would get the advanced-search page, because of wonky URL escaping of the q= clause. This patch fixes that. Signed-off-by: Liz Rea Signed-off-by: Chris Cormack (cherry picked from commit 8548b804f49a5e84a64b7caf2457daf1a83f834b) Signed-off-by: Chris Nighswonger ----------------------------------------------------------------------- Summary of changes: C4/Acquisition.pm | 6 ++- C4/AuthoritiesMarc.pm | 2 +- C4/Budgets.pm | 5 +- C4/Circulation.pm | 2 +- C4/Heading.pm | 4 +- C4/Search.pm | 9 ++-- C4/Suggestions.pm | 2 +- acqui/addorder.pl | 1 + admin/aqbudgets.pl | 2 +- catalogue/search.pl | 3 +- cataloguing/addbiblio.pl | 4 +- docs/history.txt | 2 + etc/zebradb/marc_defs/unimarc/biblios/record.abs | 3 +- installer/data/mysql/kohastructure.sql | 2 +- installer/data/mysql/updatedatabase.pl | 8 ++++ kohaversion.pl | 2 +- misc/cronjobs/holds/build_holds_queue.pl | 5 +- misc/migration_tools/merge_authority.pl | 2 +- opac/opac-detail.pl | 2 + opac/opac-export.pl | 44 ++++++++++++++++++--- opac/opac-search.pl | 1 + suggestion/suggestion.pl | 20 +++++++--- tools/export.pl | 30 +++++++------- tools/import_borrowers.pl | 2 +- 24 files changed, 111 insertions(+), 52 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 11 22:55:44 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 11 Apr 2011 20:55:44 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5431, updated. v3.02.00-1141-gce1b47c 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/enh/bug_5431 has been updated via ce1b47ce0bebd55accee818245532bcfd7d628f8 (commit) from ac2da44b69397296266694267deffca3ac102068 (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 ce1b47ce0bebd55accee818245532bcfd7d628f8 Author: Chris Cormack Date: Mon Apr 11 22:38:09 2011 +0200 Bug 5431 : Follow up patch fixing ModBranch Signed-off-by: Katrin Fischer Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: C4/Branch.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 11 22:57:46 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 11 Apr 2011 20:57:46 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. html_template_pro-268-g6152b62 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 6152b624f7050926a602cc6b8082e5e0eeca1a0b (commit) via ce1b47ce0bebd55accee818245532bcfd7d628f8 (commit) from 79ec08b47908787a4ec1cb87b8dcf6242d18083a (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 6152b624f7050926a602cc6b8082e5e0eeca1a0b Merge: 79ec08b47908787a4ec1cb87b8dcf6242d18083a ce1b47ce0bebd55accee818245532bcfd7d628f8 Author: Chris Cormack Date: Tue Apr 12 08:57:37 2011 +1200 Merge remote branch 'kc/new/enh/bug_5431' into kcmaster ----------------------------------------------------------------------- Summary of changes: C4/Branch.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 11 23:14:01 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 11 Apr 2011 21:14:01 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_6167, created. html_template_pro-269-g6668bf0 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_6167 has been created at 6668bf06f8649a73e175003c2ec4320d5408bf73 (commit) - Log ----------------------------------------------------------------- commit 6668bf06f8649a73e175003c2ec4320d5408bf73 Author: Salvador Zaragoza Rubio Date: Mon Apr 11 12:10:52 2011 -0400 Bug 6167 - can't use 008 or 006 plugin in cataloging Due to changing to T-T $template->pama("lang") return undef, now is $template->{param} the right value. Signed-off-by: Nicole C. Engard Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 11 23:14:33 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 11 Apr 2011 21:14:33 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. html_template_pro-269-g6668bf0 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 6668bf06f8649a73e175003c2ec4320d5408bf73 (commit) from 6152b624f7050926a602cc6b8082e5e0eeca1a0b (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/value_builder/marc21_field_006.pl | 2 +- cataloguing/value_builder/marc21_field_008.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 11 23:16:45 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 11 Apr 2011 21:16:45 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_6158, created. html_template_pro-270-g66fb80f 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_6158 has been created at 66fb80f4362882e82cdcea5caa4341a51d61fb49 (commit) - Log ----------------------------------------------------------------- commit 66fb80f4362882e82cdcea5caa4341a51d61fb49 Author: Jared Camins-Esakov Date: Mon Apr 11 12:17:39 2011 -0400 Bug 6158: Permissions scoped wrong for T::T Permission flags should always have absolute scope. Signed-off-by: Owen Leonard Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 11 23:17:04 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 11 Apr 2011 21:17:04 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. html_template_pro-270-g66fb80f 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 66fb80f4362882e82cdcea5caa4341a51d61fb49 (commit) from 6668bf06f8649a73e175003c2ec4320d5408bf73 (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/includes/budgets-admin-toolbar.inc | 2 +- .../prog/en/modules/acqui/booksellers.tt | 2 +- .../prog/en/modules/catalogue/moredetail.tt | 14 +++++++------- .../prog/en/modules/cataloguing/addbooks.tt | 6 +++--- .../intranet-tmpl/prog/en/modules/intranet-main.tt | 2 +- .../en/modules/reports/guided_reports_start.tt | 4 ++-- .../prog/en/modules/reserve/request.tt | 10 +++++----- .../prog/en/modules/serials/serials-home.tt | 2 +- .../prog/en/modules/tools/batchMod-del.tt | 2 +- .../prog/en/modules/tools/batchMod-edit.tt | 2 +- 10 files changed, 23 insertions(+), 23 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 11 23:19:59 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 11 Apr 2011 21:19:59 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_6160, created. html_template_pro-271-g3c8536a 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_6160 has been created at 3c8536a398b8b2df13d78896cbf451d09906423d (commit) - Log ----------------------------------------------------------------- commit 3c8536a398b8b2df13d78896cbf451d09906423d Author: Owen Leonard Date: Mon Apr 11 12:49:02 2011 -0400 Fix for Bug 6160, my details not showing tabs Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 11 23:20:47 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 11 Apr 2011 21:20:47 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. html_template_pro-271-g3c8536a 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 3c8536a398b8b2df13d78896cbf451d09906423d (commit) from 66fb80f4362882e82cdcea5caa4341a51d61fb49 (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-tmpl/opac-tmpl/prog/en/modules/opac-user.tt | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 11 23:27:51 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 11 Apr 2011 21:27:51 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_6159, created. html_template_pro-272-g9f7542d 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_6159 has been created at 9f7542dbab16c5c8baadd863ec3b4e3b94ea3e77 (commit) - Log ----------------------------------------------------------------- commit 9f7542dbab16c5c8baadd863ec3b4e3b94ea3e77 Author: Owen Leonard Date: Mon Apr 11 12:05:31 2011 -0400 Fix for Bug 6159 - Variable scope errors prevent placing holds in the OPAC Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 11 23:28:32 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 11 Apr 2011 21:28:32 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. html_template_pro-272-g9f7542d 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 9f7542dbab16c5c8baadd863ec3b4e3b94ea3e77 (commit) from 3c8536a398b8b2df13d78896cbf451d09906423d (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: .../opac-tmpl/prog/en/modules/opac-reserve.tt | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 11 23:30:49 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 11 Apr 2011 21:30:49 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_6164, created. html_template_pro-273-gb993d2d 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_6164 has been created at b993d2d2317720370d64f7fcca2230f9164ebeef (commit) - Log ----------------------------------------------------------------- commit b993d2d2317720370d64f7fcca2230f9164ebeef Author: Colin Campbell Date: Mon Apr 11 18:12:08 2011 +0100 Bug 6164 Send Borrower Data to template consistently messaging and notices patron tabs were not passing borrower info in a manner consistent with other tabs Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 11 23:31:54 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 11 Apr 2011 21:31:54 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. html_template_pro-273-gb993d2d 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 b993d2d2317720370d64f7fcca2230f9164ebeef (commit) from 9f7542dbab16c5c8baadd863ec3b4e3b94ea3e77 (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: members/messaging.pl | 4 ++-- members/notices.pl | 6 +----- 2 files changed, 3 insertions(+), 7 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 11 23:33:38 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 11 Apr 2011 21:33:38 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_6162, created. html_template_pro-274-g2c82c8e 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_6162 has been created at 2c82c8e905bc637854b0e8665d938a7acc28823b (commit) - Log ----------------------------------------------------------------- commit 2c82c8e905bc637854b0e8665d938a7acc28823b Author: Owen Leonard Date: Mon Apr 11 14:34:22 2011 -0400 Fix for Bug 6162, name missing on reading history in opac Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 11 23:34:36 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 11 Apr 2011 21:34:36 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. html_template_pro-274-g2c82c8e 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 2c82c8e905bc637854b0e8665d938a7acc28823b (commit) from b993d2d2317720370d64f7fcca2230f9164ebeef (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/opac-readingrecord.tt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 11 23:58:06 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 11 Apr 2011 21:58:06 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_2505, created. html_template_pro-276-g9475752 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_2505 has been created at 9475752f3ad2d16b6097b47437cf7c33b1f882f3 (commit) - Log ----------------------------------------------------------------- commit 9475752f3ad2d16b6097b47437cf7c33b1f882f3 Author: Jared Camins-Esakov Date: Mon Apr 11 14:26:24 2011 -0400 Bug 2505: quiet warnings in tools/inventory.pl Signed-off-by: Chris Cormack commit 27b559e495e74a28dc74fdb23c17609ae509fca2 Author: Chris Cormack Date: Tue Apr 12 09:41:53 2011 +1200 Bug 6163 : Fixing typo in updatedatabase ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 11 23:58:59 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 11 Apr 2011 21:58:59 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. html_template_pro-276-g9475752 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 9475752f3ad2d16b6097b47437cf7c33b1f882f3 (commit) via 27b559e495e74a28dc74fdb23c17609ae509fca2 (commit) from 2c82c8e905bc637854b0e8665d938a7acc28823b (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: installer/data/mysql/updatedatabase.pl | 2 +- tools/inventory.pl | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Apr 12 09:52:31 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 12 Apr 2011 07:52:31 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_6171, created. html_template_pro-277-gdfa4127 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_6171 has been created at dfa4127db1d5443c50931e119ce00eaf6808432a (commit) - Log ----------------------------------------------------------------- commit dfa4127db1d5443c50931e119ce00eaf6808432a Author: Fr?d?ric Demians Date: Tue Apr 12 09:02:38 2011 +0200 Bug 6171 Can't edit items Signed-off-by: Magnus Enger Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Apr 12 09:54:03 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 12 Apr 2011 07:54:03 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. html_template_pro-277-gdfa4127 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 dfa4127db1d5443c50931e119ce00eaf6808432a (commit) from 9475752f3ad2d16b6097b47437cf7c33b1f882f3 (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/cataloguing/additem.tt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Apr 12 10:18:00 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 12 Apr 2011 08:18:00 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5917, updated. html_template_pro-262-g8df93d6 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/enh/bug_5917 has been updated via 8df93d61bc4160f2d7618ca86319a6cda62b4e94 (commit) from 3fdf627c19306f0d22e6f2341ce738cd2690e4dd (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 8df93d61bc4160f2d7618ca86319a6cda62b4e94 Author: Chris Cormack Date: Tue Apr 12 20:16:57 2011 +1200 Bug 5917 : Fix for xgettext.pl ----------------------------------------------------------------------- Summary of changes: misc/translator/xgettext.pl | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Apr 12 10:18:34 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 12 Apr 2011 08:18:34 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. html_template_pro-279-g50dcc32 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 50dcc32876e7b340a8f7056a59d2d9c2e121458b (commit) via 8df93d61bc4160f2d7618ca86319a6cda62b4e94 (commit) from dfa4127db1d5443c50931e119ce00eaf6808432a (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 50dcc32876e7b340a8f7056a59d2d9c2e121458b Merge: dfa4127db1d5443c50931e119ce00eaf6808432a 8df93d61bc4160f2d7618ca86319a6cda62b4e94 Author: Chris Cormack Date: Tue Apr 12 20:18:20 2011 +1200 Merge remote branch 'kc/new/enh/bug_5917' into kcmaster ----------------------------------------------------------------------- Summary of changes: misc/translator/xgettext.pl | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Apr 12 12:19:27 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 12 Apr 2011 10:19:27 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_6169, created. html_template_pro-280-gf08f67d 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_6169 has been created at f08f67d3f1fb1b7ca9406fbb395c0c68312d0d49 (commit) - Log ----------------------------------------------------------------- commit f08f67d3f1fb1b7ca9406fbb395c0c68312d0d49 Author: Jared Camins-Esakov Date: Tue Apr 12 11:06:36 2011 +0100 Bug 6169: Inventory tool fails when ignoreissued set Due to incorrect parameters passed to C4::Items::GetItemsForInventory, checking the "Skip copies on loan" box resulted in the inventory failing to run. Signed-off-by: Colin Campbell Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Apr 12 12:19:57 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 12 Apr 2011 10:19:57 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. html_template_pro-280-gf08f67d 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 f08f67d3f1fb1b7ca9406fbb395c0c68312d0d49 (commit) from 50dcc32876e7b340a8f7056a59d2d9c2e121458b (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: tools/inventory.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Apr 12 22:35:12 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 12 Apr 2011 20:35:12 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5917, updated. html_template_pro-263-g1d32735 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/enh/bug_5917 has been updated via 1d3273595cb38cd29a83448ba3f83ecca1a993d2 (commit) from 8df93d61bc4160f2d7618ca86319a6cda62b4e94 (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 1d3273595cb38cd29a83448ba3f83ecca1a993d2 Author: Christopher Hall Date: Wed Feb 2 09:15:07 2011 +1300 comma fix ----------------------------------------------------------------------- Summary of changes: .../prog/en/includes/patron-search.inc | 4 +- .../prog/en/includes/search_indexes.inc | 14 +++++----- .../prog/en/modules/admin/aqbudget_owner_search.tt | 2 +- .../prog/en/modules/catalogue/results.tt | 8 +++--- .../intranet-tmpl/prog/en/modules/help/edithelp.tt | 4 +- .../intranet-tmpl/prog/en/modules/labels/search.tt | 8 +++--- .../prog/en/modules/members/guarantor_search.tt | 2 +- .../opac-tmpl/prog/en/modules/opac-advsearch.tt | 28 ++++++++++---------- 8 files changed, 35 insertions(+), 35 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Apr 12 22:36:05 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 12 Apr 2011 20:36:05 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. html_template_pro-282-g6073bd8 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 6073bd86e24494cd12125a4cd47772c672bbd4a5 (commit) via 1d3273595cb38cd29a83448ba3f83ecca1a993d2 (commit) from f08f67d3f1fb1b7ca9406fbb395c0c68312d0d49 (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 6073bd86e24494cd12125a4cd47772c672bbd4a5 Merge: f08f67d3f1fb1b7ca9406fbb395c0c68312d0d49 1d3273595cb38cd29a83448ba3f83ecca1a993d2 Author: Chris Cormack Date: Wed Apr 13 08:35:41 2011 +1200 Merge remote branch 'kc/new/enh/bug_5917' into kcmaster ----------------------------------------------------------------------- Summary of changes: .../prog/en/includes/patron-search.inc | 4 +- .../prog/en/includes/search_indexes.inc | 14 +++++----- .../prog/en/modules/admin/aqbudget_owner_search.tt | 2 +- .../prog/en/modules/catalogue/results.tt | 8 +++--- .../intranet-tmpl/prog/en/modules/help/edithelp.tt | 4 +- .../intranet-tmpl/prog/en/modules/labels/search.tt | 8 +++--- .../prog/en/modules/members/guarantor_search.tt | 2 +- .../opac-tmpl/prog/en/modules/opac-advsearch.tt | 28 ++++++++++---------- 8 files changed, 35 insertions(+), 35 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Apr 13 00:59:11 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 12 Apr 2011 22:59:11 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_6170, created. html_template_pro-285-g2ea74be 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_6170 has been created at 2ea74bef65a9c5e14a6026aa2c9942fe511a87b3 (commit) - Log ----------------------------------------------------------------- commit 2ea74bef65a9c5e14a6026aa2c9942fe511a87b3 Author: Colin Campbell Date: Tue Apr 12 22:43:43 2011 +0200 Bug 6170: restore more options to staff adv search Some globals were assigned as search box attributes in conversion causing elements to be suppressed Signed-off-by: Katrin Fischer Signed-off-by: Chris Cormack commit b8384c95eef0b67cf1666a05c8d98ce777d51372 Author: Colin Campbell Date: Tue Apr 12 22:43:42 2011 +0200 Bug 6170 restore more options to advanced search Template conversion was treating some globals as attributes of searchbox Signed-off-by: Katrin Fischer Signed-off-by: Chris Cormack commit 8b309c66242dcc460191360c9523e0bcb8d2a829 Author: Colin Campbell Date: Tue Apr 12 22:43:41 2011 +0200 Bug 6170: Do not prematurely group results If OPACGroupResults preference was set it was shortcircuiting the template selection logic and we didn't go to the advanced options field Signed-off-by: Katrin Fischer Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Apr 13 01:00:42 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 12 Apr 2011 23:00:42 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. html_template_pro-285-g2ea74be 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 2ea74bef65a9c5e14a6026aa2c9942fe511a87b3 (commit) via b8384c95eef0b67cf1666a05c8d98ce777d51372 (commit) via 8b309c66242dcc460191360c9523e0bcb8d2a829 (commit) from 6073bd86e24494cd12125a4cd47772c672bbd4a5 (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/catalogue/advsearch.tt | 18 +++++++------- .../opac-tmpl/prog/en/modules/opac-advsearch.tt | 24 ++++++++++---------- opac/opac-search.pl | 2 +- 3 files changed, 22 insertions(+), 22 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Apr 13 01:17:32 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 12 Apr 2011 23:17:32 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5166, updated. v3.02.00-968-gc248cfd 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/enh/bug_5166 has been updated via c248cfdade7ef3d34a3ea12d5df08b8b3b7d7851 (commit) from b4178a60e9c279e79bf5cb03d783e14bbe2add8a (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 c248cfdade7ef3d34a3ea12d5df08b8b3b7d7851 Author: Tomas Cohen Arazi Date: Tue Apr 5 07:54:36 2011 -0300 Sysprefs make 'experimental' nature explicit - again Created against new/enh/bug_5166 so it actually applies To+ Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/de-DE/mandatory/sysprefs.sql | 10 +++++----- installer/data/mysql/en/mandatory/sysprefs.sql | 10 +++++----- .../1-Obligatoire/unimarc_standard_systemprefs.sql | 10 +++++----- installer/data/mysql/it-IT/necessari/sysprefs.sql | 10 +++++----- installer/data/mysql/pl-PL/mandatory/sysprefs.sql | 10 +++++----- ...m_preferences_full_optimal_for_install_only.sql | 10 +++++----- ...m_preferences_full_optimal_for_install_only.sql | 10 +++++----- installer/data/mysql/updatedatabase.pl | 10 +++++----- .../en/modules/admin/preferences/searching.pref | 10 +++++----- 9 files changed, 45 insertions(+), 45 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Apr 13 01:41:23 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 12 Apr 2011 23:41:23 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5067, created. html_template_pro-286-gc9d082b 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/enh/bug_5067 has been created at c9d082bcdc353d5f49703cd598d5f3cc1f0f55da (commit) - Log ----------------------------------------------------------------- commit c9d082bcdc353d5f49703cd598d5f3cc1f0f55da Author: Fr?d?ric Demians Date: Tue Apr 12 16:41:38 2011 +0100 Bug 5067 Add a cleanisbn param to bulkmarcimport.pl Import script shouldn't remove an information present in entering biblio records. With this patch, by default, ISBN are not cleared anymore. [2011.04.12] Rebased on HEAD DOCUMENTATION: There is a new paramater --isbn|--noisbn Signed-off-by: Colin Campbell Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Apr 13 01:43:34 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 12 Apr 2011 23:43:34 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. html_template_pro-286-gc9d082b 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 c9d082bcdc353d5f49703cd598d5f3cc1f0f55da (commit) from 2ea74bef65a9c5e14a6026aa2c9942fe511a87b3 (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: misc/migration_tools/bulkmarcimport.pl | 29 ++++++++++++++--------------- 1 files changed, 14 insertions(+), 15 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Apr 13 01:53:28 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 12 Apr 2011 23:53:28 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. html_template_pro-287-g25d6beb 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 25d6beb80506370b8f237f9ab1e1e29eebd55f50 (commit) from c9d082bcdc353d5f49703cd598d5f3cc1f0f55da (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 25d6beb80506370b8f237f9ab1e1e29eebd55f50 Author: Chris Cormack Date: Wed Apr 13 11:52:28 2011 +1200 When running the tests a user is not logged in so C4::Context->userenv does not exist, stopping the tests erroring ----------------------------------------------------------------------- Summary of changes: C4/Accounts.pm | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Apr 13 01:57:26 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 12 Apr 2011 23:57:26 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_6174, created. html_template_pro-288-gf11ba13 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_6174 has been created at f11ba1343c0175afb6b6d5eba8cca535a7d1cb57 (commit) - Log ----------------------------------------------------------------- commit f11ba1343c0175afb6b6d5eba8cca535a7d1cb57 Author: Colin Campbell Date: Tue Apr 12 16:25:51 2011 +0100 Bug 6174: Fix ordering of existing title basketno was treated as local to the resultsloop also changed the tt variable name for readability Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Apr 13 01:59:13 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 12 Apr 2011 23:59:13 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. html_template_pro-288-gf11ba13 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 f11ba1343c0175afb6b6d5eba8cca535a7d1cb57 (commit) from 25d6beb80506370b8f237f9ab1e1e29eebd55f50 (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/acqui/neworderbiblio.tt | 24 ++++++++++---------- 1 files changed, 12 insertions(+), 12 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Apr 13 02:00:49 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 13 Apr 2011 00:00:49 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_6126, created. html_template_pro-269-g97712c2 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_6126 has been created at 97712c2cca26bc84e8486cbda1b428c489caf070 (commit) - Log ----------------------------------------------------------------- commit 97712c2cca26bc84e8486cbda1b428c489caf070 Author: Tomas Cohen Arazi Date: Tue Apr 12 08:45:22 2011 -0400 Bug 6126: Slip print doesn't work on Webkit based browsers Wrap window.print();window.close(); with a function called when body has finished loading. Prevents webkit from closing before page is loaded and print dialog presented to the user. Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Apr 13 02:02:05 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 13 Apr 2011 00:02:05 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. html_template_pro-290-gce06b67 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 ce06b67f5e9ec1ca0de3bbf8e03dc5c0f0610fa8 (commit) via 97712c2cca26bc84e8486cbda1b428c489caf070 (commit) from f11ba1343c0175afb6b6d5eba8cca535a7d1cb57 (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 ce06b67f5e9ec1ca0de3bbf8e03dc5c0f0610fa8 Merge: f11ba1343c0175afb6b6d5eba8cca535a7d1cb57 97712c2cca26bc84e8486cbda1b428c489caf070 Author: Chris Cormack Date: Wed Apr 13 12:01:53 2011 +1200 Merge remote branch 'kc/new/bug_6126' into kcmaster ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/members/moremember-receipt.tt | 4 +++- .../prog/en/modules/members/printfeercpt.tt | 4 +++- .../prog/en/modules/members/printinvoice.tt | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Apr 13 03:58:51 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 13 Apr 2011 01:58:51 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_6154, created. html_template_pro-291-g499c694 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_6154 has been created at 499c694daf408571cc8370b4c20568336ba35cde (commit) - Log ----------------------------------------------------------------- commit 499c694daf408571cc8370b4c20568336ba35cde Author: Jared Camins-Esakov Date: Sun Apr 10 17:28:05 2011 -0400 Bug 6154: Default sorting by title doesn't work If you have the default sorting set to title ascending or title descending, your search results will not automatically be sorted because the syspref uses title_asc and title_dsc, whereas Search.pm wants title_az and title_za. The same issue is present when the default sort is on author. Signed-off-by: Ian Walls Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Apr 13 03:59:02 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 13 Apr 2011 01:59:02 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. html_template_pro-291-g499c694 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 499c694daf408571cc8370b4c20568336ba35cde (commit) from ce06b67f5e9ec1ca0de3bbf8e03dc5c0f0610fa8 (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/Search.pm | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Apr 13 04:04:34 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 13 Apr 2011 02:04:34 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. html_template_pro-292-g16b917c 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 16b917c2f8a6a41aa189ee9028e00c9502b62339 (commit) from 499c694daf408571cc8370b4c20568336ba35cde (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 16b917c2f8a6a41aa189ee9028e00c9502b62339 Author: Chris Cormack Date: Wed Apr 13 14:04:07 2011 +1200 Fixing typo in fix for tests ----------------------------------------------------------------------- Summary of changes: C4/Accounts.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Apr 13 04:49:21 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 13 Apr 2011 02:49:21 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5922, created. html_template_pro-294-g548a670 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/enh/bug_5922 has been created at 548a670eaf59b9c0e761f3b1e2691da5b9378496 (commit) - Log ----------------------------------------------------------------- commit 548a670eaf59b9c0e761f3b1e2691da5b9378496 Author: Chris Cormack Date: Wed Apr 13 14:46:08 2011 +1200 Bug 5922 : Template changes commit 90962ec3803b438f8aaca7401bcbce39e991bbbe Author: Chris Cormack Date: Wed Apr 13 14:39:13 2011 +1200 Bug 5922 : Functional Changes Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Apr 13 04:50:44 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 13 Apr 2011 02:50:44 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. html_template_pro-294-g548a670 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 548a670eaf59b9c0e761f3b1e2691da5b9378496 (commit) via 90962ec3803b438f8aaca7401bcbce39e991bbbe (commit) from 16b917c2f8a6a41aa189ee9028e00c9502b62339 (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: circ/returns.pl | 18 +++++++++++++++++- installer/data/mysql/de-DE/mandatory/sysprefs.sql | 1 + installer/data/mysql/en/mandatory/sysprefs.sql | 1 + .../1-Obligatoire/unimarc_standard_systemprefs.sql | 1 + installer/data/mysql/it-IT/necessari/sysprefs.sql | 2 ++ installer/data/mysql/pl-PL/mandatory/sysprefs.sql | 1 + ...m_preferences_full_optimal_for_install_only.sql | 2 ++ ...m_preferences_full_optimal_for_install_only.sql | 1 + installer/data/mysql/updatedatabase.pl | 6 ++++++ .../en/modules/admin/preferences/circulation.pref | 6 ++++++ .../intranet-tmpl/prog/en/modules/circ/returns.tt | 8 ++++++++ kohaversion.pl | 2 +- 12 files changed, 47 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Apr 13 05:54:13 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 13 Apr 2011 03:54:13 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5692, created. v3.02.00-1109-gb030ef9 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/enh/bug_5692 has been created at b030ef9f4f4f0e82ca5bf2e31d012084b466071b (commit) - Log ----------------------------------------------------------------- commit b030ef9f4f4f0e82ca5bf2e31d012084b466071b Author: Chris Cormack Date: Wed Apr 13 15:02:58 2011 +1200 Bug 5692 : Adds an alternative cataloguing plugin for 210$c Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Apr 13 06:09:03 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 13 Apr 2011 04:09:03 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. html_template_pro-296-g9bb2554 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 9bb2554e39c583fb994a9d6bb487a75fc7c7251e (commit) via b030ef9f4f4f0e82ca5bf2e31d012084b466071b (commit) from 548a670eaf59b9c0e761f3b1e2691da5b9378496 (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 9bb2554e39c583fb994a9d6bb487a75fc7c7251e Merge: 548a670eaf59b9c0e761f3b1e2691da5b9378496 b030ef9f4f4f0e82ca5bf2e31d012084b466071b Author: Chris Cormack Date: Wed Apr 13 16:08:52 2011 +1200 Merge remote branch 'kc/new/enh/bug_5692' into kcmaster ----------------------------------------------------------------------- Summary of changes: ...unimarc_leader.pl => unimarc_field_210c_bis.pl} | 95 ++++++++++---------- cataloguing/ysearch.pl | 78 ++++++++++++++++ .../value_builder/unimarc_field_210c_bis.tt | 75 +++++++++++++++ 3 files changed, 201 insertions(+), 47 deletions(-) copy cataloguing/value_builder/{unimarc_leader.pl => unimarc_field_210c_bis.pl} (50%) create mode 100755 cataloguing/ysearch.pl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_210c_bis.tt hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Apr 14 03:36:43 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 14 Apr 2011 01:36:43 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5917, updated. html_template_pro-265-g1c5005b 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/enh/bug_5917 has been updated via 1c5005beb20962778b28b6a3418fddb0d0c90e5a (commit) via 2fb5b73e6b51c28d12176d33b051b20c1a48b88a (commit) from 1d3273595cb38cd29a83448ba3f83ecca1a993d2 (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 1c5005beb20962778b28b6a3418fddb0d0c90e5a Author: Chris Cormack Date: Thu Apr 14 13:30:34 2011 +1200 Bug 5917 Trying to fix the js parsing for translation Signed-off-by: Chris Cormack commit 2fb5b73e6b51c28d12176d33b051b20c1a48b88a Author: Chris Cormack Date: Thu Apr 14 09:17:50 2011 +1200 Bug 5917 : Fixing a bug in the results page Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/catalogue/results.tt | 8 +++--- misc/translator/TmplTokenizer.pm | 23 ++++++++++++++++++- 2 files changed, 25 insertions(+), 6 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Apr 14 03:37:05 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 14 Apr 2011 01:37:05 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. html_template_pro-299-gd4f2bde 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 d4f2bde05474bec3bb9534b510d424e2c5e792ed (commit) via 1c5005beb20962778b28b6a3418fddb0d0c90e5a (commit) via 2fb5b73e6b51c28d12176d33b051b20c1a48b88a (commit) from 9bb2554e39c583fb994a9d6bb487a75fc7c7251e (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 d4f2bde05474bec3bb9534b510d424e2c5e792ed Merge: 9bb2554e39c583fb994a9d6bb487a75fc7c7251e 1c5005beb20962778b28b6a3418fddb0d0c90e5a Author: Chris Cormack Date: Thu Apr 14 13:36:57 2011 +1200 Merge branch 'new/enh/bug_5917' into kcmaster ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/catalogue/results.tt | 8 +++--- misc/translator/TmplTokenizer.pm | 23 ++++++++++++++++++- 2 files changed, 25 insertions(+), 6 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Apr 14 04:31:22 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 14 Apr 2011 02:31:22 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_6183, created. html_template_pro-300-gd00d072 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_6183 has been created at d00d0721b2898481e148480906502c5445cc4dec (commit) - Log ----------------------------------------------------------------- commit d00d0721b2898481e148480906502c5445cc4dec Author: Owen Leonard Date: Wed Apr 13 16:06:06 2011 -0400 Fix for Bug 6183, "Cancel marked requests" button has become "Renew checked items" Also includes a fixes for Bug 6168 (Can't delete holds from circulation page) and Bug 6105 (Cancel a reserve from moremember.pl doesn't work) Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Apr 14 04:32:53 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 14 Apr 2011 02:32:53 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. html_template_pro-300-gd00d072 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 d00d0721b2898481e148480906502c5445cc4dec (commit) from d4f2bde05474bec3bb9534b510d424e2c5e792ed (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/circ/circulation.tt | 4 ++-- .../prog/en/modules/members/moremember.tt | 11 ++++------- 2 files changed, 6 insertions(+), 9 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Apr 14 04:41:36 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 14 Apr 2011 02:41:36 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. html_template_pro-302-g7cfa1ca 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 7cfa1ca50938f597ddb21b0a81a0597d60ed06d1 (commit) via 49af98afd7dd0a48605a3d77dcc6b24c9b9b549c (commit) from d00d0721b2898481e148480906502c5445cc4dec (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 7cfa1ca50938f597ddb21b0a81a0597d60ed06d1 Merge: d00d0721b2898481e148480906502c5445cc4dec 49af98afd7dd0a48605a3d77dcc6b24c9b9b549c Author: Chris Cormack Date: Thu Apr 14 14:41:25 2011 +1200 Merge remote branch 'kc/new/enh/bug_5952' into kcmaster ----------------------------------------------------------------------- Summary of changes: circ/circulation.pl | 2 +- .../prog/en/modules/circ/circulation.tt | 37 ++++++++----------- .../prog/en/modules/members/moremember.tt | 23 ++++-------- members/moremember.pl | 2 +- 4 files changed, 26 insertions(+), 38 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Apr 14 05:01:39 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 14 Apr 2011 03:01:39 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_6162, updated. html_template_pro-275-g28205bf 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_6162 has been updated via 28205bfda2a4a43432cb6080e877d328cff78ca9 (commit) from 2c82c8e905bc637854b0e8665d938a7acc28823b (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 28205bfda2a4a43432cb6080e877d328cff78ca9 Author: Colin Campbell Date: Tue Apr 12 11:40:57 2011 +0100 Bug 6162 Fix passing of borrower details to reading history script was passing borr details incorrectly and in a fix was then passing them in a one element array unnecessary complication tends to go wrong sooner or later Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/opac-readingrecord.tt | 4 ++-- opac/opac-readingrecord.pl | 5 +---- 2 files changed, 3 insertions(+), 6 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Apr 14 05:04:07 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 14 Apr 2011 03:04:07 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. html_template_pro-305-g67e3b86 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 67e3b861819f62d125f40564fe6a7370ee47e219 (commit) via a0c815033acd1ba514c2fa812e3e0dcc1858fcc9 (commit) via 28205bfda2a4a43432cb6080e877d328cff78ca9 (commit) from 7cfa1ca50938f597ddb21b0a81a0597d60ed06d1 (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 67e3b861819f62d125f40564fe6a7370ee47e219 Author: Chris Cormack Date: Thu Apr 14 15:03:37 2011 +1200 Fix for Reserves.t allow the tests to run without a logged in user commit a0c815033acd1ba514c2fa812e3e0dcc1858fcc9 Merge: 7cfa1ca50938f597ddb21b0a81a0597d60ed06d1 28205bfda2a4a43432cb6080e877d328cff78ca9 Author: Chris Cormack Date: Thu Apr 14 15:02:02 2011 +1200 Merge remote branch 'kc/new/bug_6162' into kcmaster ----------------------------------------------------------------------- Summary of changes: C4/Circulation.pm | 2 +- .../prog/en/modules/opac-readingrecord.tt | 4 ++-- opac/opac-readingrecord.pl | 5 +---- 3 files changed, 4 insertions(+), 7 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Apr 14 05:06:39 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 14 Apr 2011 03:06:39 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_6179, created. html_template_pro-306-gb03a6a2 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_6179 has been created at b03a6a22a0b1229fad34335544f3b0bb9b36c42e (commit) - Log ----------------------------------------------------------------- commit b03a6a22a0b1229fad34335544f3b0bb9b36c42e Author: Owen Leonard Date: Wed Apr 13 11:52:07 2011 -0400 Fix for Bug 6179, Extra column on fines in staff client Template variable scope error fixes the column error. This patch also includes a fix for the column span error in the table footer. Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Apr 14 05:30:55 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 14 Apr 2011 03:30:55 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_6187, created. html_template_pro-307-g30ae708 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_6187 has been created at 30ae70897829e1be25ec7759e082180dd6305348 (commit) - Log ----------------------------------------------------------------- commit 30ae70897829e1be25ec7759e082180dd6305348 Author: Chris Cormack Date: Thu Apr 14 15:25:28 2011 +1200 Bug 6187 : Fixing template issue with opac-authoritesdetail.tt Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Apr 14 05:38:54 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 14 Apr 2011 03:38:54 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_6188, created. html_template_pro-308-gc673f6c 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_6188 has been created at c673f6cf4630c49d2adc007875059ff30ddc952a (commit) - Log ----------------------------------------------------------------- commit c673f6cf4630c49d2adc007875059ff30ddc952a Author: Chris Cormack Date: Thu Apr 14 15:29:26 2011 +1200 Bug 6188 : Gender not showing in the opac Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Apr 14 05:39:27 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 14 Apr 2011 03:39:27 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. html_template_pro-308-gc673f6c 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 c673f6cf4630c49d2adc007875059ff30ddc952a (commit) via 30ae70897829e1be25ec7759e082180dd6305348 (commit) via b03a6a22a0b1229fad34335544f3b0bb9b36c42e (commit) from 67e3b861819f62d125f40564fe6a7370ee47e219 (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/boraccount.tt | 17 +++++++++++++++-- .../prog/en/modules/opac-authoritiesdetail.tt | 6 +++--- .../opac-tmpl/prog/en/modules/opac-userupdate.tt | 4 ++-- opac/opac-authoritiesdetail.pl | 2 +- 4 files changed, 21 insertions(+), 8 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Apr 14 08:30:14 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 14 Apr 2011 06:30:14 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_6104, created. v3.02.00-1073-gb0374db 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_6104 has been created at b0374db5ffe1ef15a331eea3fd24b50fe8396b3b (commit) - Log ----------------------------------------------------------------- commit b0374db5ffe1ef15a331eea3fd24b50fe8396b3b Author: Paul Poulain Date: Thu Apr 7 11:42:59 2011 +0200 Bug 6104: Modify item looses branch If the $value is provided by the item, use it, don't use the librarian branch ! Signed-off-by: Sophie Meynieux Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Apr 14 08:31:06 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 14 Apr 2011 06:31:06 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. html_template_pro-310-g97446f8 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 97446f86ced2c2d6d4d7a11b97ed81a5a0a25d95 (commit) via b0374db5ffe1ef15a331eea3fd24b50fe8396b3b (commit) from c673f6cf4630c49d2adc007875059ff30ddc952a (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 97446f86ced2c2d6d4d7a11b97ed81a5a0a25d95 Merge: c673f6cf4630c49d2adc007875059ff30ddc952a b0374db5ffe1ef15a331eea3fd24b50fe8396b3b Author: Chris Cormack Date: Thu Apr 14 18:30:38 2011 +1200 Merge remote branch 'kc/new/bug_6104' into kcmaster ----------------------------------------------------------------------- Summary of changes: cataloguing/additem.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Apr 14 10:25:07 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 14 Apr 2011 08:25:07 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. html_template_pro-311-gc450306 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 c450306d7561d56a3be30e7bbc8362833166625a (commit) from 97446f86ced2c2d6d4d7a11b97ed81a5a0a25d95 (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 c450306d7561d56a3be30e7bbc8362833166625a Author: Chris Cormack Date: Thu Apr 14 20:23:57 2011 +1200 5917 Fix for updating/creating .po files ----------------------------------------------------------------------- Summary of changes: misc/translator/TTParser.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Apr 14 10:28:39 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 14 Apr 2011 08:28:39 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. html_template_pro-312-g265167d 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 265167d0c3ab4898c1ac6d19ce8e5ae91ed94078 (commit) from c450306d7561d56a3be30e7bbc8362833166625a (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 265167d0c3ab4898c1ac6d19ce8e5ae91ed94078 Author: Chris Cormack Date: Thu Apr 14 20:28:17 2011 +1200 Bumping database version ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/updatedatabase.pl | 14 ++++++++------ kohaversion.pl | 2 +- 2 files changed, 9 insertions(+), 7 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 15 00:15:49 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 14 Apr 2011 22:15:49 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_6186, created. html_template_pro-313-gd448960 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_6186 has been created at d44896079b2c8619b120cda789de717fa77bfeea (commit) - Log ----------------------------------------------------------------- commit d44896079b2c8619b120cda789de717fa77bfeea Author: Owen Leonard Date: Thu Apr 14 08:32:39 2011 -0400 Fix for Bug 6186 - Change to DOCTYPE declaration causing validation errors In the transition to Template::Toolkit a part of the DOCTYPE includes got its case switched, making it invalid: XHTML was changed to Xhtml Correcting the case quiets errors in the validator. Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 15 00:19:10 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 14 Apr 2011 22:19:10 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. html_template_pro-313-gd448960 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 d44896079b2c8619b120cda789de717fa77bfeea (commit) from 265167d0c3ab4898c1ac6d19ce8e5ae91ed94078 (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/includes/doc-head-open.inc | 2 +- .../opac-tmpl/prog/en/includes/doc-head-open.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 15 00:23:29 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 14 Apr 2011 22:23:29 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_6187, updated. html_template_pro-308-g12e15eb 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_6187 has been updated via 12e15ebb617636791fdc7b2a3b2ae8dc90cf4367 (commit) from 30ae70897829e1be25ec7759e082180dd6305348 (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 12e15ebb617636791fdc7b2a3b2ae8dc90cf4367 Author: Chris Cormack Date: Fri Apr 15 10:22:42 2011 +1200 Bug 6187 : Stupid typo in previous patch ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/opac-authoritiesdetail.tt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 15 00:29:05 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 14 Apr 2011 22:29:05 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. html_template_pro-315-g9d6fbef 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 9d6fbefce6c0bb3b6fbe024c9c30e7321ef92c4a (commit) via 12e15ebb617636791fdc7b2a3b2ae8dc90cf4367 (commit) from d44896079b2c8619b120cda789de717fa77bfeea (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 9d6fbefce6c0bb3b6fbe024c9c30e7321ef92c4a Merge: d44896079b2c8619b120cda789de717fa77bfeea 12e15ebb617636791fdc7b2a3b2ae8dc90cf4367 Author: Chris Cormack Date: Fri Apr 15 10:28:55 2011 +1200 Merge remote branch 'kc/new/bug_6187' into kcmaster ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/opac-authoritiesdetail.tt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 15 00:33:02 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 14 Apr 2011 22:33:02 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_6192, created. html_template_pro-316-g55984a1 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_6192 has been created at 55984a1610504ab7d6e81cccca3c5df85fd4bdd5 (commit) - Log ----------------------------------------------------------------- commit 55984a1610504ab7d6e81cccca3c5df85fd4bdd5 Author: Owen Leonard Date: Thu Apr 14 09:38:18 2011 -0400 Fix for Bug 6192 - Path to theme directory scoped incorrectly Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 15 00:34:09 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 14 Apr 2011 22:34:09 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. html_template_pro-316-g55984a1 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 55984a1610504ab7d6e81cccca3c5df85fd4bdd5 (commit) from 9d6fbefce6c0bb3b6fbe024c9c30e7321ef92c4a (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/authorities/detail.tt | 2 +- .../prog/en/modules/catalogue/MARCdetail.tt | 20 ++++++++++---------- .../value_builder/unimarc_field_210c.tt | 2 +- .../prog/en/modules/reserve/request.tt | 20 ++++++++++---------- .../opac-tmpl/prog/en/modules/opac-reserve.tt | 2 +- 5 files changed, 23 insertions(+), 23 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 15 00:41:20 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 14 Apr 2011 22:41:20 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_3514, created. html_template_pro-317-ged9b0c5 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_3514 has been created at ed9b0c551ef1a87303c8cfbc6204ddf83dabacb6 (commit) - Log ----------------------------------------------------------------- commit ed9b0c551ef1a87303c8cfbc6204ddf83dabacb6 Author: Owen Leonard Date: Thu Apr 14 09:40:21 2011 -0500 Incremental fix for Bug 3514, Returning items through patron details tab Note: Signed off with the understanding that this partial fix still doesn't compensate for items that need to be transited home (i.e. have no holds, but are not being returned at their home branch.) This behavior is much better than the old behavior, however. Hiding the "check in" checkbox for items which are on hold. This mitigates the problem of checkins not triggering holds prompts by forcing the librarian to check in these items individually. This fix should be considered temporary until a more comprehensive fix can be developed which incorporates handling for holds. Signed-off-by: Liz Rea Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 15 00:43:40 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 14 Apr 2011 22:43:40 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. html_template_pro-317-ged9b0c5 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 ed9b0c551ef1a87303c8cfbc6204ddf83dabacb6 (commit) from 55984a1610504ab7d6e81cccca3c5df85fd4bdd5 (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/circ/circulation.tt | 16 ++++++++++++++-- .../prog/en/modules/members/moremember.tt | 4 ++++ 2 files changed, 18 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 15 00:45:18 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 14 Apr 2011 22:45:18 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. html_template_pro-318-g7457243 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 7457243d4d54a76588d51d1833df3517ee40988b (commit) from ed9b0c551ef1a87303c8cfbc6204ddf83dabacb6 (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 7457243d4d54a76588d51d1833df3517ee40988b Author: Ricardo Dias Marques Date: Thu Apr 14 16:15:55 2011 +0100 Lower dependency on Storable to 2.20 in PerlDependencies.pm This patch lowers the dependency on the "Storable" Perl package (also known as module/distribution) from version 2.21 to 2.20 This patch created today (14-Apr-2011) does, in PerlDependencies.pm, the same as a previous patch dated 30-Mar-2010 from Lars Wirzenius did, in Makefile.PL : [Koha-patches] [PATCH] Lower dependency on Storable to 2.20. http://lists.koha-community.org/pipermail/koha-patches/2010-March/011560.html The reason for this patch is the same that Lars gave for his: " The Debian squeeze system has only 2.20, and the 2.21 does not seem to be required for all tests to pass. Also, checked with Galen Charlton and Henri-Damien LAURENT (who added the 2.21 dependency) on IRC that 2.21 did not have anything that was required, compared to 2.20. " I believe this patch should be applied to the "master" branch and should also be "cherry-picked" for the "3.2.x" branch. Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: C4/Installer/PerlDependencies.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 15 21:21:31 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 15 Apr 2011 19:21:31 +0000 Subject: [koha-commits] main Koha release repository branch, 3.2.x, updated. v3.02.03-196-g3cdc307 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.2.x has been updated via 3cdc307c267d69b633140f1a460e7abed0863d02 (commit) from 2362b3c6c0fd88a317b23ca7cabb7364faab6aff (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 3cdc307c267d69b633140f1a460e7abed0863d02 Author: Fr?d?ric Demians Date: Fri Apr 15 17:51:33 2011 +0200 Translations update for 3.2.7 (cherry picked from commit 742c92c778140fcd00edefb648db79d7ca53c229) Signed-off-by: Chris Nighswonger ----------------------------------------------------------------------- Summary of changes: .../translator/po/de-DE-i-opac-t-prog-v-3002000.po | 12 +- .../po/de-DE-i-staff-t-prog-v-3002000.po | 10 +- .../po/el-GR-i-staff-t-prog-v-3002000.po | 13 +- .../translator/po/fr-FR-i-opac-t-prog-v-3002000.po | 9 +- .../translator/po/it-IT-i-opac-t-prog-v-3002000.po | 1566 +- .../po/it-IT-i-staff-t-prog-v-3002000.po |11545 +++--- .../translator/po/nb-NO-i-opac-t-prog-v-3002000.po | 821 +- .../po/nb-NO-i-staff-t-prog-v-3002000.po | 11 +- .../translator/po/nl-BE-i-opac-t-prog-v-3002000.po | 49 +- .../po/nl-BE-i-staff-t-prog-v-3002000.po | 12 +- .../translator/po/pl-PL-i-opac-t-prog-v-3002000.po | 90 +- .../po/pl-PL-i-staff-t-prog-v-3002000.po | 216 +- .../translator/po/pt-PT-i-opac-t-prog-v-3002000.po | 4 +- .../po/pt-PT-i-staff-t-prog-v-3002000.po | 81 +- .../translator/po/ru-RU-i-opac-t-prog-v-3002000.po | 5736 ++-- .../po/ru-RU-i-staff-t-prog-v-3002000.po |42008 ++++++++++--------- misc/translator/po/ru-RU-pref.po | 914 +- .../translator/po/sv-SE-i-opac-t-prog-v-3002000.po | 8940 +++-- .../po/sv-SE-i-staff-t-prog-v-3002000.po |44963 +++++++++++--------- misc/translator/po/tet-i-opac-t-prog-v-3002000.po | 129 +- misc/translator/po/tet-i-staff-t-prog-v-3002000.po | 3068 +- .../translator/po/uk-UA-i-opac-t-prog-v-3002000.po | 5751 ++-- .../po/uk-UA-i-staff-t-prog-v-3002000.po |42578 ++++++++++--------- misc/translator/po/uk-UA-pref.po | 966 +- 24 files changed, 88742 insertions(+), 80750 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 16 05:53:06 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 16 Apr 2011 03:53:06 +0000 Subject: [koha-commits] main Koha release repository branch, 3.2.x, updated. v3.02.03-198-g9d5ab23 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.2.x has been updated via 9d5ab23d7c7bbbf2c83f9cddd15d730a62bb651a (commit) via 8ad995691c832d13bb74dbacdcb084ea51e62876 (commit) from 3cdc307c267d69b633140f1a460e7abed0863d02 (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 9d5ab23d7c7bbbf2c83f9cddd15d730a62bb651a Author: Chris Nighswonger Date: Fri Apr 15 23:52:48 2011 -0400 Updating Version Number to 3.02.07.000 commit 8ad995691c832d13bb74dbacdcb084ea51e62876 Author: Chris Nighswonger Date: Fri Apr 15 23:51:20 2011 -0400 Release Notes for 3.02.07.000 ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/updatedatabase.pl | 6 + kohaversion.pl | 2 +- ...ase_notes_3_2_6.txt => release_notes_3_2_7.txt} | 153 +++++++++++--------- 3 files changed, 93 insertions(+), 68 deletions(-) copy misc/release_notes/{release_notes_3_2_6.txt => release_notes_3_2_7.txt} (52%) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 16 05:58:33 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 16 Apr 2011 03:58:33 +0000 Subject: [koha-commits] main Koha release repository tag, push, created. html_template_pro-318-g7457243 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 tag, push has been created at 7457243d4d54a76588d51d1833df3517ee40988b (commit) - Log ----------------------------------------------------------------- commit 7457243d4d54a76588d51d1833df3517ee40988b Author: Ricardo Dias Marques Date: Thu Apr 14 16:15:55 2011 +0100 Lower dependency on Storable to 2.20 in PerlDependencies.pm This patch lowers the dependency on the "Storable" Perl package (also known as module/distribution) from version 2.21 to 2.20 This patch created today (14-Apr-2011) does, in PerlDependencies.pm, the same as a previous patch dated 30-Mar-2010 from Lars Wirzenius did, in Makefile.PL : [Koha-patches] [PATCH] Lower dependency on Storable to 2.20. http://lists.koha-community.org/pipermail/koha-patches/2010-March/011560.html The reason for this patch is the same that Lars gave for his: " The Debian squeeze system has only 2.20, and the 2.21 does not seem to be required for all tests to pass. Also, checked with Galen Charlton and Henri-Damien LAURENT (who added the 2.21 dependency) on IRC that 2.21 did not have anything that was required, compared to 2.20. " I believe this patch should be applied to the "master" branch and should also be "cherry-picked" for the "3.2.x" branch. Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 16 05:58:33 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 16 Apr 2011 03:58:33 +0000 Subject: [koha-commits] main Koha release repository annotated tag, v3.02.07, created. v3.02.07 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 annotated tag, v3.02.07 has been created at 77f770b48c8e66b0a9e2489b83e8943b5e8595a7 (tag) tagging 9d5ab23d7c7bbbf2c83f9cddd15d730a62bb651a (commit) replaces v3.02.03 tagged by Chris Nighswonger on Fri Apr 15 23:55:45 2011 -0400 - Log ----------------------------------------------------------------- Koha 3.02.07.000 Release -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iQEcBAABAgAGBQJNqRN0AAoJEEQBPavVIgJhonMIAKbl/pEyyxYsgD9QBP8bGuhw 98vpx12xXNML17I6hQ6FrNYEXed2iv2TQnOoSfJFP/yKIvuIQ3DIqhEgpTdc0kf5 JRmsz7C7Up+TrOCu3x8LSG/8teWcOg5MHnHxMFj1HJWHfHjyaUlRVU7sDiL3novi pKm9A/bAVjRokAYD3SdzcdCsySeMXiPVZKIbNRLEebqXvZLwPNTmGS0YPiC1YS47 rqf8ysF3+9TorotjllEA1TSb9BbStWcbJt/W0PljFnDqySqSkhK2l6vxk46AMRQm OlWcgbWlYWpdMf2xTymGazdPrJOeXIhoJfZLtubm3QIMs2I17jrWNt3dPpNOtK4= =Dny8 -----END PGP SIGNATURE----- Alex Arnaud (1): Bug #6044 - Authority is deleted when mergeto and mergefrom are the same Brice Sanchez (1): Bug 5702 : Adding if statement condition to highlight toggle Chris Cormack (22): History updated Adding Jerome Charaoui to the history docs, 130 people have code in Koha now Bug 5452 - Overdue date color in borrower's today issues Updating history docs Bug 4931: Stocking can be by homebranch or holding branch Bug: 4263 - Repeatable subfields in items Fixing a syntax error, that snuck in with a merge Bug 5691 - Delete all items respects independentbranches system preferences Updating history docs Bug 2742 : Fix typo Bug 5751 : Follow up patch, removing unused variable and fixing copyright Fixing the translatable tests to work in french locales Fixing license and copyright statement for updatedatabase.pl Fixing a utf8 issue with the translator tests Bug 3624 : Follow up patch, to catch any installs that still have the missing columns Adding release dates and 2 new developers Bug 5595 : Fixing a security glitch (please always use placeholders or Bug 5693 : Follow up patch, escaping HTML in limit_cgi so "" dont break hrefs Adding 2 more developers to the history 137 now! Bug 5960 : Itemtype icons not showing correctly in staff search results Updating history Bug 6040 : Adding some error handling to the opac export Chris Nighswonger (19): Updating Version Number to 3.02.03.001 Updating Version Number to 3.02.03.002 Updating Version Number to 3.02.03.003 Revert "Fix for Bug 5769 - notice tab disappearing on edit patron" Revert "Bug 5759 : displaying 2nd email if there is one on print template for borrowers" Revert "Partial fix for Bug 5745, Overdues with fines report not showing titles" Release Notes for 3.02.04.000 Updating Version Number to 3.02.04.000 Security Bugfix: Bug 1953 Adding Placeholders to SQL To Avoid Potential Injection Attacks Release Notes for 3.02.05.000 Updating Version Number to 3.02.05.000 Updating Version Number to 3.02.05.001 Updating Version Number to 3.02.05.003 Release Notes for 3.02.06.000 Updating Version Number to 3.02.06.000 Bug 5865 - Labels wrap incorrectly when paper width is greater than height Updating Version Number to 3.02.06.001 Release Notes for 3.02.07.000 Updating Version Number to 3.02.07.000 Christophe Croullebois (1): Bug 5962 : Budgets showing when they shouldn't (MT #4717) Bug in Koha 3.2 on acqui-home.pl Colin Campbell (6): Bug 5673: test guarantorid consistently Bug 2742 Correct language names in install Bug 4263: Fix subfield ordering broken by earlier patch Bug 4263: Remove duplicated lines from C4::Items bug_5064 Rework data retrieval in booksellers.pl Bug 5890 Correct Mismatched operator in comparison D Ruth Bavousett (1): Bug 5230: Call number ranges in export don't give expected results. Fr?d?ric Demians (8): Translation updates Bug 3212 Force leader 9 position to 'a' for new biblios Bug 5727 Warning in log due to XSLT.pm Bug 5777 Update and install syspref tab titles Translation update for 3.2.4 Bug 4072 Lost items aren't hidden on OPAC result page Translation strings update for 3.2.6 Translations update for 3.2.7 Fr?d?rick Capovilla (8): Bug 5661 Fix a problem when doing an authority search with no sort order Bug 5616: Corrects an utf-8 encoding problem in cardviews Bug 3341: Fines calculation erroneous when a repeatable holiday is added Bug 5703: Hide the $9 subfield (linked authid) when showing series for a MARC record in normal view. Bug 5883 : Prevent re-encoding the items if they are already in UTF-8 in ModBiblio. Bug 3727: Corrects the behaviour of the itemtype selectbox in addbiblio.pl Corrects an error when showing a suggestion linked to a deleted budget. Bug 5410 : Adds "do-not-truncate" in the search queries of Heading.pm Galen Charlton (5): bug 5654: remove disused directory bug 4306: respect item-level_itypes when displaying item label batches bug 2975: fix calculation of due dates by offline circ bug 2975: whitespace and formatting cleanup bug 5846: fix detection of Javascript to compress by mod_gzip Henri-Damien LAURENT (5): Bug 5690 bug4438/MT5496 budget Exceeds total allocation Bug 5909 : SetUTF8Flag on any incoming data Bug 6026 : export.pl : removing useless condition Bug 5924 : C4::AuthoritiesMarc.pm search enhancement Ian Walls (6): Bug 5376: Batch Mod and Delete require superlibrarian permissions Bug 2341: items marked 'on order' not reserveable from search results Bug 3319 Followup: Fix compatibility with fix for bug 4945 Bug 5824: Creating a circ rule for a specific library causes anomalies Bug 5831: rebuild_zebra.pl doesn't respect -r Bug 3203: ACCTDETAIL notices don't parse branches or borrowers tokens Janusz Kaczmarek (3): Bug 5569: Corrections to addbiblio.tmpl to be able to delete repetable mandatory subfields Bug 5819 : No toolbar in record view when quotes present in title - fix Bug5555 Corrected search for ISBN / ISSN Jared CAMINS-ESAKOV (1): Bug 4366: Improve COinS support for MARC21 Jared Camins-Esakov (11): Bug 5683 - it is possible to save corrupt records Bug 3326: Work around Zebra's handling of & entities Follow up for Bug 3326: previous fix broke searches when Bug 5816: XSLT doesn't display enhanced contents Bug 5390: OPAC loses library selection Bug 5902: additem.pl should default to set library Bug 3098 follow-up: Clean up formatting Bug 5817: Follow-up fixing callnum: on staff results Bug 3326: Staff results still displayed & Bug 5253: Add options to runreport.pl Bug 5651: Question marks break searches w/ICU Jerome Charaoui (1): Bug 5506 Fix installation of prefs translations in standard installs Jesse Weaver (1): Bug 4878 - Command-line tool for getting and setting sysprefs Julian Maurice (1): Bug 5864: link biblio => serials subscription is wrong Katrin Fischer (7): Bug 4160: Currency conversion doesn't handle rates other than 100 Bug 3009 - Change items.content field so it prints due date by default Make 'about' show D Ruth Bavousett's name change Bug 5527: Fix some problems in inactive borrowers report Bug 5646: Translated sql files break messaging Bug 5834: Holds link missing when 942$c is not for loan Bug 5860: Adding duplicate stocknumber fails silently Liz Rea (1): Correcting the name of one of the developers. :) MJ Ray (2): bug 1953: Reduce risk of possible tainted supplierid call to C4::Serials::GetLateIssues bug 5813: Remove unnecessary empty file Magnus Enger (2): Bug 2742 Followup patch fixing Norwegian bokm?l, adding nynorsk Bug 4265: Fix padding of short callnumbers and Bib-1 attribute for sorting Marcel de Rooy (8): Bug 5735: Expanding/collapsing cloned fields in editor takes original field Follow up on bug 2742: Correct language names in install Follow up on 5736: fix authorities record.abs 2742 Encoding problem Bug 1953 - Follow up fix on security patch Bug 5642: Item field serial enumeration (enumchron) should be longer Bug 5736: Fixing some zebra configuration errors in marc21/biblios/record.abs Bug 3735: Wrong search results for a few fields in ccl.properties Matthias Meusburger (3): Bug 5907 : MT 2538 : Using default authtypecode for authority display Bug 4943: Search history cookie size limit Bug 5996 : MT2926: Fix default values for patron import Nahuel ANGELINETTI (1): (bug #5157) fix borrowers top issues Nicole C. Engard (4): Bug 5799 make language on circ history consistent Bug 5792 - Add reference icon to Bridge icon set Bug 5820: Change language to 'Fund' over 'Budget' Bug 5940: Update Patron Help Files Nicole Engard (1): Bug 3670: change 'Item DUE' to 'Item Due' in English dbs Owen Leonard (22): Fix for Bug 3319 - Need error message when adding patron and libraries are defined Fix for Bug 5115, Tags JavaScript includes many untranslatable strings Fix for Bug 5689 - System preference notifications are not translatable Fix for Bug 5532 - sysprefs editor should show names of saved prefs Fix for Bug 5716 - Whitespace correction for browse shelf Partial fix for Bug 5745, Overdues with fines report not showing titles Fix for Bug 5140 - In Chrome, drop-down menus disappear after using pop-up calendar Fix for Bug 5769 - notice tab disappearing on edit patron Fix for Bug 5776 - menu on funds wraps when only 1 fund Fix for Bug 5769 - notice tab disappearing on edit patron Partial fix for Bug 5745, Overdues with fines report not showing titles Follow-up fix for Bug 4885 - Only 1 ISBN shows in non-XSL detail view Fix for Bug 5812 - Tag Cloud - capitalized words come before lower-case words Follow-up fix for Bug 5733 - Empty cart in intranet when session is closed Fix for Bug 5814 - Style error message on manage staged records page according to standard Fix for Bug 5818, Date picker broken on label batches Fix for Bug 4290 - search for author in repository Fix for Bug 4853 - Rights needed to renew a document Follow-up fix for Bug 4218 - Staff client detail page doesn't show hold status Fix for Bug 5833, opacstylesheet not loading on all pages Fix for Bug 5989 - Funds filter does not remember library choice Partial fix for Bug 4870, Damaged status does not prevent items from being selected for reserves Paul POULAIN (2): Bug 3629 : search limit by group is not OK Bug 5625 : adding missing title (needed for lateorders.pl) Paul Poulain (25): Bug 5681: Fixes leading zeroes in Add Mulpiple Copies Bug 5699: don't discard $3 when building a record (UNIMARC specific) Bug 5700: MT4004 : additem.pl Some Status were not defaulted to the correct value Status 0 was lost because test was done on value and not on the fact that a value was defined or not. when value is 0 then it was not used as default value for Bug 5718 : fix permission of moveitem = edit_items needed Bug 5726 : MT1059 Follow-up : Fix merge reference selection presentation adding some copyright BibLibre statements Bug 5731 When No ccode is defined for an item, then moredetail.pl throws a 500 error Bug 5733 : MT3531: Intranet cart is emptied when session is closed Bug 5734 (MT3625) Fix column order in issue history updating some references from koha.org to koha-community.org Bug 5751 : MT2690 fix members-home Bug 5759 : displaying 2nd email if there is one on print template for borrowers Bug 5760 : MT3137 : Adding jquery.tablesorter and jquery.tablesorter.pager support for readingrec.pl NormalizeString POD Fixing and variable renaming Bug 5759 : displaying 2nd email if there is one on print template for borrowers BZ3624, proposed patch for kohastructure.sql rewritten Bug 5879 : Biblio.pm : fix isbd syspref and default location Bug 4330 : fixing copyright mail from chris c 2010-12-16 on patches ML Bug 4330 : Fixing copyright and removing unconditional warn chris c mail 2010-12-16 on patches ML Bug 5892 : opac-user: minor spelling/html changes Bug 5965 : Normalizing opac-detail.pl Bug 6045: Accepted by is empty when accepting from list Bug 6043: SQL error when IndependantBranches=ON on suggestion Bug 6046: suggestedby list on she filter was not created properly BZ6058: uncertain price can't be unchecked Reed Wade (3): Bug 5665: Routing slip prints too wide for narrow printers Bug 5741 - Extra comma causes JavaScript error in Internet Explorer bug 5693 - mc-ccode parens fix Robin Sheat (2): Bug 5477 [SIGN-OFF] Fix test cases that require database access Bug 4852 - rewrite the query to include limits if using ccl= Salvador Zaragoza Rubio (1): Bug 5862 - Incompatibility in ajax.js with "localName" for Internet Explorer Schuster (2): BUG 5649: Change wording on review.tmpl from white\black to approve\rejected consistent with the rest of the page bug 5649: changes the white/blacklisting to approved/rejected consistent wording Sophie Meynieux (2): Bug 5889: Messages name in english for notifications on public interface. Bug 6047: Remove check on subfield 3 that prevents biblios from BNF to create corresponding authorities St?phane Delaune (1): Bug 5595: (MT #5757)adding additional attributes support on patrons's search Tom?s Cohen Arazi (1): update INSTALL* to acknowledge the use of mod_deflate fdurand (1): Bug 4196 - Defintion of popularity index into Unimarc setup koha-preprod (2): Bug 5629 : Adding an HTML anchor in the link in order to choose the right tab when we click on the link Add markers to text in Javascript variable in order to be translate. marcel at libdevelop.rijksmuseum.nl (1): 2742: Wrong language name in the preferences ruth at bywatersolutions.com (3): Bug 3595 (partial): Items seen at checkin are not filling holds well Bug 5305: CCL query, then resort, loses reults. Bug 6004/3270: Sending things "home" ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 16 18:36:43 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 16 Apr 2011 16:36:43 +0000 Subject: [koha-commits] main Koha release repository branch, 3.2.x, updated. v3.02.07-36-ge88a1ec 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.2.x has been updated via e88a1ec4b8e00cde21935fa0378b9c5fb20f8bd9 (commit) via a4f80b7ab9cb9067332ab6f9cfa02d176ef39d89 (commit) via 82d26a17db08611d74b12e33f42d342c8e0a52c6 (commit) via 4f6c0e21b36ef6351e781909596fc373d3636241 (commit) via 193270e71892576965bf6426ce1e4a03e81f7158 (commit) via 2dfc86812a39c00b84110390cf720d67dafd541a (commit) via 2c7ba6e16ca9130b64606d0048ff5793890f00be (commit) via 857df73f0e47cd14198c9e4d63e340394bdda093 (commit) via c12f3ac9d92b4149bfe6041c9af5de6ce8e2d030 (commit) via 3eaad57668343502f3c3b1d1bb2564b16b4a9b6e (commit) via 3d87734ce6f0630ebdbaf2022745e08e0c0315c8 (commit) via 708dcb3e3fc2bc46f5271c4981c6b3141c1eb2f6 (commit) via 2fb003a7c0e8ec22510501500d47778cdf2ad5d5 (commit) via 6b6ff91b9a3cee81efbe11a1c37d3bda087001e0 (commit) via 7fbca96ce98098047c64bfeddf5b1c37e4335d7b (commit) via 644b085876e896188fa9df9e2a292429f1595fe9 (commit) via 84ebbe6a89e15c3ec349dadf4680563cb2018879 (commit) via 21eacc51ce0b8eecaab8859fa3f352f266114ffa (commit) via be91c069657787dd70b52a974269b5259ab57e41 (commit) via 717dca51c38964b0be1292ba9b83f5c421ac7330 (commit) via 693d2df66b2db8478ff05b1493b72d5b4ca98ce9 (commit) via a1ae89288784e88e600293c136f57c680fd0c174 (commit) via d23950de6066cb2baf7027908c4ba6bb320194a1 (commit) via 7b3388580ee9f44747686e96a0377ffc22da78c6 (commit) via 078a6432ba57757433d7abab47e3b0768131bb33 (commit) via 4b1fe0e50f91bd29e3e4fc9fe879d4243a2479d1 (commit) via c701fd1f7ad71f581ba5c3798d0be545466fc043 (commit) via 5b8db92f5cd574a4535737fa5bdc60604e26c388 (commit) via ca697139e50d72f31e52f110a0dd01fa14fe32d0 (commit) via 281a6e1d271e549fe5e3e033e2d339e81741039b (commit) via 8bb38b31f1a46a93d33dd133164aabb229371644 (commit) via 5977b58434bfb4023f05aebef92582ba6bc7377e (commit) via 66161de2e79805fe0105dfb07c548e68ed8e7a2e (commit) via 55ac4b043b6f03bed068f8ad09576bf3f28ca0a5 (commit) via bf7ce90ed58852950b97a6d6be0d8d133bec3b47 (commit) via 11155dbf29f3d1c5b18c3b59f2ac5b35b2e2b404 (commit) from 9d5ab23d7c7bbbf2c83f9cddd15d730a62bb651a (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 e88a1ec4b8e00cde21935fa0378b9c5fb20f8bd9 Author: Henri-Damien LAURENT Date: Wed Apr 6 17:28:45 2011 +0200 Bug 6014 : MT3138 Adding some permission management to viewlog If user can not access reports, then form to search the logs is not displayed. It also improves the presentation. C4/Log.pm - adds the fact that we can enter multiple actions - fixes the fact that user information was truncated circ-menu.inc: Fixing information passed to the viewlog from circ-menu Signed-off-by: fdurand Signed-off-by: Chris Cormack (cherry picked from commit 99b49e2b1aa2e5d2629f1167e2b63c3b3158ffe8) Signed-off-by: Chris Nighswonger commit a4f80b7ab9cb9067332ab6f9cfa02d176ef39d89 Author: Nicole Engard Date: Tue Apr 5 15:30:07 2011 +0200 bug 4837 make circ print page show item type description Signed-off-by: Guillaume Hatt Signed-off-by: Chris Cormack (cherry picked from commit fcbcdcf4cebdb32544a545d8ef91de1bbe67f457) Signed-off-by: Chris Nighswonger commit 82d26a17db08611d74b12e33f42d342c8e0a52c6 Author: fdurand Date: Tue Apr 5 17:07:31 2011 +0200 Bug 4196 -Followup : Defintion of popularity index into Unimarc setup Signed-off-by: St?phane Delaune Signed-off-by: Chris Cormack (cherry picked from commit ecbeafff07fa32918d552bbf4ba9cd8410207633) Signed-off-by: Chris Nighswonger commit 4f6c0e21b36ef6351e781909596fc373d3636241 Author: Alex Arnaud Date: Tue Apr 5 09:54:11 2011 +0200 Bug 5941 : (MT4425) Replace search 'an' by 'an, phr' in searchresultlist.tmpl Signed-off-by: Jonathan Druart Signed-off-by: Chris Cormack (cherry picked from commit 99f49c1108dad5ef7548929b23d4a3815ae1a166) Signed-off-by: Chris Nighswonger commit 193270e71892576965bf6426ce1e4a03e81f7158 Author: Paul Poulain Date: Tue Apr 5 14:54:48 2011 +0200 BZ6065: confirmation when deleting an order when clicking on "delete order", there is no confirmation box, the order line is deleted without any question ! Signed-off-by: Katrin Fischer Signed-off-by: Chris Cormack (cherry picked from commit 2a28b30a3c5a02475d59d4beab9c3b67cfc666e3) Signed-off-by: Chris Nighswonger commit 2dfc86812a39c00b84110390cf720d67dafd541a Author: St?phane Delaune Date: Mon Apr 4 15:22:37 2011 +0200 Bug 5942, sql for UNIMARC Authorities (MT #4339) init default UNIMARC sql structure Signed-off-by: St?phane Delaune Signed-off-by: Chris Cormack (cherry picked from commit 132743f66bc07f6b8799835aac6cf440430bd44e) Signed-off-by: Chris Nighswonger commit 2c7ba6e16ca9130b64606d0048ff5793890f00be Author: Katrin Fischer Date: Tue Apr 5 13:42:57 2011 +0200 Bug 6056: Notes were not shown when modifying order line To test: - add a new order in acquisitions with some content in the notes field - save order - modify order - Notes field will be shown as empty The template variable for notes is missing from the template. Signed-off-by: Paul Poulain Signed-off-by: Chris Cormack (cherry picked from commit 9cab9be3d6114898e0b8354d784fb8d56ad51fbc) Signed-off-by: Chris Nighswonger commit 857df73f0e47cd14198c9e4d63e340394bdda093 Author: Christophe Croullebois Date: Mon Apr 4 12:29:36 2011 +0200 Bug 5949 : Popup alert when deleting items from basket, also change planning value to statistics (MT #2391) : acqui/neworderempty.pl Multiple fixes in neworderempty.pl, mainly about Modify order line page, link to edit catalog, user can delete items with popup information and can't add items also with popup explanation. Signed-off-by: Katrin Fischer - changed the the link from 'Edit Catalog' to 'Edit record' (like on result list) - changed position of 'Edit record' to be shown behind the label 'Catalog details' instead of showing behind the Title. Signed-off-by: Chris Cormack (cherry picked from commit 1f323c00a14673ae83ae24b2502aa172d7949781) Signed-off-by: Chris Nighswonger commit c12f3ac9d92b4149bfe6041c9af5de6ce8e2d030 Author: Alex Arnaud Date: Mon Apr 4 17:17:35 2011 +0200 Bug 5947 Suggestions : add date to the search query Signed-off-by: Katrin Fischer Fixes searching by dates, like 'Suggested on:' Signed-off-by: Chris Cormack (cherry picked from commit 3603ae6274da149370fd38ce642848738b11fcdc) Signed-off-by: Chris Nighswonger commit 3eaad57668343502f3c3b1d1bb2564b16b4a9b6e Author: Marcel de Rooy Date: Mon Apr 4 12:04:30 2011 +0200 Bug 3628: opacSerialDefaultTab This partial fix makes this existing pref visible in the interface. It should work for UNIMARC. Some work still needs to be done at the MARC side. Signed-off-by: Claire Hernandez Signed-off-by: Chris Cormack (cherry picked from commit 0dba0e0d3c687ffa0c8ba64ddf5c5f217c68aa0a) Signed-off-by: Chris Nighswonger commit 3d87734ce6f0630ebdbaf2022745e08e0c0315c8 Author: Chris Nighswonger Date: Sat Apr 16 11:52:21 2011 -0400 Updating Version Number to 3.02.07.001 commit 708dcb3e3fc2bc46f5271c4981c6b3141c1eb2f6 Author: Katrin Fischer Date: Mon Apr 4 11:20:20 2011 +0000 Bug 5860: Adding duplicate stocknumber fails silently When adding a duplicate stocknumber the duplicate was not saved to the database. This happened, because the field stocknumber in table items was declared to be unique. Discussion on bug suggests to lift this restriction. Signed-off-by: Marcel de Rooy Tested. Corrected typo in updatedatabase script. Version 3.01.00.095 introduced the index with double s, although structure had only one s in index name. Unaware of this bug, I entered the more general bug 6041 for similar problems with modifying items. Signed-off-by: Chris Cormack (cherry picked from commit a8ffb2273b63c398492a7cbd08394adedb2aeadb) Signed-off-by: Chris Nighswonger commit 2fb003a7c0e8ec22510501500d47778cdf2ad5d5 Author: koha-preprod Date: Mon Feb 7 11:12:49 2011 -0500 Adding a javascript function to check the validation of a record with a budget. Signed-off-by: Paul Poulain Signed-off-by: Chris Cormack (cherry picked from commit 9dc69cf47fb374b64dcc2ee3716cffa3b15cfb7c) Signed-off-by: Chris Nighswonger commit 6b6ff91b9a3cee81efbe11a1c37d3bda087001e0 Author: Christophe Croullebois Date: Mon Apr 4 11:21:18 2011 +0200 Bug 5948 : Creation of a quantity column in receipt summary In receipt summary the quantity did'nt appear in already received table, this patch fixes the omission Signed-off-by: Katrin Fischer Patch tested on current master. Works like advertised. Signed-off-by: Chris Cormack (cherry picked from commit b9d434c18f3ff5a4d168cf24454d51ede1523fde) Signed-off-by: Chris Nighswonger commit 7fbca96ce98098047c64bfeddf5b1c37e4335d7b Author: Robin Sheat Date: Tue Mar 29 17:01:38 2011 +1300 Small patch to make myself feel important Signed-off-by: Chris Cormack (cherry picked from commit dc37fe9730f00d8dcc1c97029da816f66a0f9a02) Signed-off-by: Chris Nighswonger commit 644b085876e896188fa9df9e2a292429f1595fe9 Author: Fr?d?rick Capovilla Date: Fri Apr 1 09:16:51 2011 +0200 Escape the double quotes in authority search queries to prevent errors. Before this fix, any search with double-quotes would return an error 500. Signed-off-by: Julian Maurice Signed-off-by: Chris Cormack (cherry picked from commit 21993ab00a853d2cf7afb314bd2b6bacb0439ecc) Signed-off-by: Chris Nighswonger commit 84ebbe6a89e15c3ec349dadf4680563cb2018879 Author: Ian Walls Date: Wed Mar 30 13:39:53 2011 -0400 Bug 5990: Lists and Cart show LOC code not Location Authorized value Lists in the OPAC, and Cart on both sides, show the LOC code for items, rather than the appropriate Description from Authorised Values. This is because the code uses GetItemInfo, which is a very heavy-weight call to only retrieve some of the desired information. This patch introduces a new subroutine in C4::Items, GetItemsLocationInfo, which returns the branch names for both home- and holdingbranches, the location code, both opac and intranet location descriptions, itemcallnumber and cn_sort. This should be used instead of GetItemsInfo in any case where the locational information is all that's required, as it's much more streamlined and efficient. In the OPAC Lists, this only applies if OPACXSLTResultsDisplay is 'off' (set to 'normal'). Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack (cherry picked from commit 90392c19cc343ada611c1f06e4b5c20f3dd6dc93) Signed-off-by: Chris Nighswonger commit 21eacc51ce0b8eecaab8859fa3f352f266114ffa Author: root Date: Wed Mar 30 10:44:59 2011 -0400 Bug 6005: Fixes Transit slips cause FF4 to display "prevent this page from opening additional dialogs" Signed-off-by: Owen Leonard Signed-off-by: Chris Cormack (cherry picked from commit 5d707b5e9b7f18351d9b996f5f73a1ae53066080) Signed-off-by: Chris Nighswonger commit be91c069657787dd70b52a974269b5259ab57e41 Author: Owen Leonard Date: Wed Mar 30 15:34:25 2011 +0200 Fix for Bug 3523 - Menu of existing lists limited to 10 - adding "more" option to the search results dropdown - offering a scrolling list on the add-to-list popup - lists add popup shows the full list of all the patron's lists, divided into groups of private and public lists. Can be improved by a fix for Bug 5529 Signed-off-by: Julian Maurice Signed-off-by: Chris Cormack (cherry picked from commit 731b933d51367489422b90fa7021cfc42c747584) Signed-off-by: Chris Nighswonger commit 717dca51c38964b0be1292ba9b83f5c421ac7330 Author: Henri-Damien LAURENT Date: Sun Apr 11 20:40:57 2010 +0200 MT3289 : check_sysprefs.pl case sensitive variable names Variable names for systempreferences are now case sensitive. Changing check_sysprefs in relation with this change Signed-off-by: Chris Cormack (cherry picked from commit 641616ef7fd43600864d46f39b938ef3cd8cd4f3) Signed-off-by: Chris Nighswonger commit 693d2df66b2db8478ff05b1493b72d5b4ca98ce9 Author: Magnus Enger Date: Fri Mar 5 11:58:14 2010 +0100 Bug 3644 Add support for NORMARC - XSLT for the OPAC - Value_builders for lesder, 007 and 008 - Default NORMARC framework - Reverse MARC logic of some subs, so MARC21 is default (and works for NORMARC) - Add NORMARC as an option to the syspref marcflavour - Add record.abs for NORMARC - Add NORMARC and nb as options to Makefile.PL - Add etc/zebradb/lang_defs/nb/sort-string-utf.chr - Copy MARC21slim2OAIDC.xsl to NORMARCslim2OAIDC.xsl Some things are still missing, e.g.: - XSLT for Intranet - More MARC21slim2*.xsl transformations (cherry picked from commit edf8ad5d5da9c11e0dc61c1df40ce977e9e6a125) Signed-off-by: Chris Nighswonger commit a1ae89288784e88e600293c136f57c680fd0c174 Author: Magnus Enger Date: Tue Mar 29 21:15:08 2011 +0200 Another wrong encoding in installer/data/mysql/nb-NO/2-Valgfritt/ Signed-off-by: Magnus Enger (cherry picked from commit 759499d6e829fad122c7a98668603598e9cea768) Signed-off-by: Chris Nighswonger commit d23950de6066cb2baf7027908c4ba6bb320194a1 Author: Magnus Enger Date: Tue Mar 29 21:13:41 2011 +0200 Fix wrong encodings in installer/data/mysql/nb-NO/2-Valgfritt/ Signed-off-by: Magnus Enger (cherry picked from commit d5608708c179b5377794129f76fb0e6e6115448f) Signed-off-by: Chris Nighswonger commit 7b3388580ee9f44747686e96a0377ffc22da78c6 Author: Magnus Enger Date: Tue Mar 29 21:11:28 2011 +0200 A couple of missing translations in installer/data/mysql/nb-NO/2-Valgfritt/ Signed-off-by: Magnus Enger (cherry picked from commit a299f54a9f4dce47530f90176a96bc6abaeb0cd8) Signed-off-by: Chris Nighswonger commit 078a6432ba57757433d7abab47e3b0768131bb33 Author: Magnus Enger Date: Tue Mar 29 21:06:47 2011 +0200 Fix typo in installer/data/mysql/nb-NO/2-Valgfritt/sample_patrons.txt Signed-off-by: Magnus Enger (cherry picked from commit 93d968cb30d26dbc3aa2933eb49f74f25611b2d4) Signed-off-by: Chris Nighswonger commit 4b1fe0e50f91bd29e3e4fc9fe879d4243a2479d1 Author: Magnus Enger Date: Tue Mar 29 16:26:47 2011 +0200 Add files to installer/data/mysql/nb-NO/2-Valgfritt/ Signed-off-by: Magnus Enger (cherry picked from commit 4a5f1ec49a081319fdc1f00311900119df90eeae) Signed-off-by: Chris Nighswonger commit c701fd1f7ad71f581ba5c3798d0be545466fc043 Author: Magnus Enger Date: Tue Mar 29 13:32:25 2011 +0200 Translate OPACSearchForTitleIn in installer/data/mysql/nb-NO/1-Obligatorisk/sysprefs.sql Signed-off-by: Magnus Enger (cherry picked from commit 1564cd0d004aef5b0494fd4eb9a4b4ebc78fa082) Signed-off-by: Chris Nighswonger commit 5b8db92f5cd574a4535737fa5bdc60604e26c388 Author: Magnus Enger Date: Tue Mar 29 12:31:42 2011 +0200 Add files in installer/data/mysql/nb-NO/1-Obligatorisk/ Signed-off-by: Magnus Enger (cherry picked from commit e69c01faf6da651fb9ea0eded69a6679e71876df) Signed-off-by: Chris Nighswonger commit ca697139e50d72f31e52f110a0dd01fa14fe32d0 Author: Magnus Enger Date: Mon Mar 28 23:00:56 2011 +0200 Add a copy of MARC21 data Copy installer/data/mysql/en/marcflavour/marc21 to installer/data/mysql/nb-no/marcflavour/marc21 Signed-off-by: Magnus Enger (cherry picked from commit 7af27271272d11872ced646f2a1f72616095b56d) Signed-off-by: Chris Nighswonger commit 281a6e1d271e549fe5e3e033e2d339e81741039b Author: Magnus Enger Date: Tue Mar 9 12:38:23 2010 +0100 Add sample Z39.50 servers Signed-off-by: Magnus Enger (cherry picked from commit f086d7e1bf402c4a9fe341421a566abb444fe7f8) Signed-off-by: Chris Nighswonger commit 8bb38b31f1a46a93d33dd133164aabb229371644 Author: Colin Campbell Date: Tue Mar 29 09:57:41 2011 -0400 Bug 5708 : Get Correct Discount when levying rentalcharge Branch can be a parameter so it should be included in the rule retrieval Need to select the most appropriate rule from those returned (was defaulting to first returned!) Try to make what's happening a bit less opaque null fields are returned as undefined not 'NULL' by DBI Signed-off-by: Owen Leonard Signed-off-by: Chris Cormack (cherry picked from commit 88cb47339a8eab4ff4b95956207bf2d1dcdffeff) Signed-off-by: Chris Nighswonger commit 5977b58434bfb4023f05aebef92582ba6bc7377e Author: Paul POULAIN Date: Sat Mar 26 18:17:58 2011 -0400 Bug 5982 : OPAC Serials Minor change in description Signed-off-by: Nicole C. Engard Signed-off-by: Chris Cormack (cherry picked from commit 268f860e24171f3c5fe5f4b2c4a752e7c5abd5c1) Signed-off-by: Chris Nighswonger commit 66161de2e79805fe0105dfb07c548e68ed8e7a2e Author: Owen Leonard Date: Sat Mar 26 11:06:51 2011 -0400 Fix for Bug 5972 - DisplayClearScreenButton preference introduces invalid markup Signed-off-by: Nicole C. Engard Signed-off-by: Chris Cormack (cherry picked from commit 735d986a0c976a888948ddd912917ad091267b7e) Signed-off-by: Chris Nighswonger commit 55ac4b043b6f03bed068f8ad09576bf3f28ca0a5 Author: Owen Leonard Date: Sat Mar 26 14:26:47 2011 -0400 Fix for Bug 5971, Minor markup error in holds queue report Signed-off-by: Nicole C. Engard Signed-off-by: Chris Cormack (cherry picked from commit 84e43e06155e107e3965f06ea5ba37cc5d1b7d30) Signed-off-by: Chris Nighswonger commit bf7ce90ed58852950b97a6d6be0d8d133bec3b47 Author: Jared Camins-Esakov Date: Sat Mar 26 06:01:51 2011 -0400 Bug 4393: Scan Indexes results cannot be sorted Because of the way Scan Indexes works, the results cannot be sorted. Previously when any sort other than relevance (or in some cases popularity) was used, the search failed. This patch disables sorting on Scan results. This patch also fixes the index selection dropdown on the results page, which was not being populated correctly from the Advanced Search screen. Signed-off-by: Nicole C. Engard Signed-off-by: Chris Cormack (cherry picked from commit 51604b548756fbf74620061a779d0182167c36f3) Signed-off-by: Chris Nighswonger commit 11155dbf29f3d1c5b18c3b59f2ac5b35b2e2b404 Author: Henri-Damien LAURENT Date: Tue Mar 29 12:04:21 2011 -0400 Bug 5964 : Translation problem on aqbudgets.tmpl Signed-off-by: Owen Leonard Signed-off-by: Chris Cormack (cherry picked from commit 813f5c3f5164707041fcaa90839f4368355eb8e9) Signed-off-by: Chris Nighswonger ----------------------------------------------------------------------- Summary of changes: C4/AuthoritiesMarc.pm | 1 + C4/Biblio.pm | 36 +- C4/Charset.pm | 8 +- C4/Circulation.pm | 87 +- C4/Items.pm | 67 + C4/Koha.pm | 49 +- C4/Log.pm | 24 +- C4/Search.pm | 2 +- C4/Suggestions.pm | 13 +- C4/VirtualShelves.pm | 25 +- C4/VirtualShelves/Page.pm | 2 +- Makefile.PL | 4 +- acqui/parcel.pl | 1 + catalogue/search.pl | 2 +- cataloguing/value_builder/normarc_field_007.pl | 162 + cataloguing/value_builder/normarc_field_008.pl | 184 + cataloguing/value_builder/normarc_leader.pl | 106 + etc/zebradb/lang_defs/nb/sort-string-utf.chr | 43 + etc/zebradb/marc_defs/normarc/biblios/record.abs | 327 + etc/zebradb/marc_defs/unimarc/biblios/record.abs | 2 +- .../Obligatoire/autorite_default.sql | 454 + .../Obligatoire/autorite_default.txt | 1 + .../mysql/nb-NO/1-Obligatorisk/class_sources.sql | 36 + .../mysql/nb-NO/1-Obligatorisk/class_sources.txt | 1 + .../1-Obligatorisk/message_transport_types.sql | 28 + .../1-Obligatorisk/message_transport_types.txt | 1 + .../mysql/nb-NO/1-Obligatorisk/sample_notices.sql | 39 + .../mysql/nb-NO/1-Obligatorisk/sample_notices.txt | 1 + .../data/mysql/nb-NO/1-Obligatorisk/stopwords.sql | 26 + .../data/mysql/nb-NO/1-Obligatorisk/stopwords.txt | 1 + .../mysql/nb-NO/1-Obligatorisk/subtag_registry.sql | 777 + .../mysql/nb-NO/1-Obligatorisk/subtag_registry.txt | 1 + .../data/mysql/nb-NO/1-Obligatorisk/sysprefs.sql | 322 + .../data/mysql/nb-NO/1-Obligatorisk/sysprefs.txt | 1 + .../data/mysql/nb-NO/1-Obligatorisk/userflags.sql | 38 + .../data/mysql/nb-NO/1-Obligatorisk/userflags.txt | 1 + .../mysql/nb-NO/1-Obligatorisk/userpermissions.sql | 70 + .../mysql/nb-NO/1-Obligatorisk/userpermissions.txt | 1 + .../data/mysql/nb-NO/2-Valgfritt/auth_val.sql | 78 + .../data/mysql/nb-NO/2-Valgfritt/auth_val.txt | 1 + .../2-Valgfritt}/marc21_holdings_coded_values.sql | 0 .../2-Valgfritt/marc21_holdings_coded_values.txt | 2 + .../data/mysql/nb-NO/2-Valgfritt/parameters.sql | 26 + .../data/mysql/nb-NO/2-Valgfritt/parameters.txt | 1 + .../mysql/nb-NO/2-Valgfritt/patron_categories.sql | 44 + .../mysql/nb-NO/2-Valgfritt/patron_categories.txt | 25 + .../2-Valgfritt}/sample_creator_data.sql | 0 .../nb-NO/2-Valgfritt/sample_creator_data.txt | 1 + .../mysql/nb-NO/2-Valgfritt/sample_holidays.sql | 28 + .../mysql/nb-NO/2-Valgfritt/sample_holidays.txt | 1 + .../mysql/nb-NO/2-Valgfritt/sample_itemtypes.sql | 29 + .../mysql/nb-NO/2-Valgfritt/sample_itemtypes.txt | 1 + .../2-Valgfritt}/sample_libraries.sql | 0 .../mysql/nb-NO/2-Valgfritt/sample_libraries.txt | 1 + .../data/mysql/nb-NO/2-Valgfritt/sample_news.sql | 2 + .../data/mysql/nb-NO/2-Valgfritt/sample_news.txt | 1 + .../sample_notices_message_attributes.sql | 0 .../sample_notices_message_attributes.txt | 1 + .../sample_notices_message_transports.sql | 0 .../sample_notices_message_transports.txt | 1 + .../2-Valgfritt}/sample_patrons.sql | 0 .../mysql/nb-NO/2-Valgfritt/sample_patrons.txt | 1 + .../data/mysql/nb-NO/2-Valgfritt/z3950servers.sql | 6 + .../data/mysql/nb-NO/2-Valgfritt/z3950servers.txt | 1 + .../marc21/mandatory/authorities_normal_marc21.sql | 0 .../marc21/mandatory/authorities_normal_marc21.txt | 0 .../marc21/mandatory/marc21_framework_DEFAULT.sql | 3997 +++ .../marc21/mandatory/marc21_framework_DEFAULT.txt | 0 .../optional/marc21_default_matching_rules.sql | 0 .../optional/marc21_default_matching_rules.txt | 0 .../marc21/optional/marc21_fastadd_framework.sql | 0 .../marc21/optional/marc21_fastadd_framework.txt | 0 .../optional/marc21_simple_bib_frameworks.sql |31474 ++++++++++++++++++++ .../optional/marc21_simple_bib_frameworks.txt | 0 .../marcflavour/normarc/Obligatorisk/normarc.sql | 991 + .../marcflavour/normarc/Obligatorisk/normarc.txt | 1 + installer/data/mysql/updatedatabase.pl | 8 + .../intranet-tmpl/prog/en/includes/circ-menu.inc | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/about.tmpl | 1 + .../prog/en/modules/acqui/basket.tmpl | 9 +- .../prog/en/modules/acqui/neworderempty.tmpl | 43 +- .../prog/en/modules/acqui/parcel.tmpl | 17 +- .../prog/en/modules/admin/aqbudgets.tmpl | 4 +- .../en/modules/admin/preferences/cataloguing.pref | 1 + .../prog/en/modules/admin/preferences/serials.pref | 10 +- .../en/modules/authorities/searchresultlist.tmpl | 2 +- .../value_builder/normarc_field_007.tmpl | 2825 ++ .../value_builder/normarc_field_008.tmpl | 4519 +++ .../cataloguing/value_builder/normarc_leader.tmpl | 223 + .../prog/en/modules/circ/circulation.tmpl | 2 +- .../prog/en/modules/circ/hold-transfer-slip.tmpl | 6 +- .../prog/en/modules/circ/view_holdsqueue.tmpl | 4 +- .../prog/en/modules/members/moremember-print.tmpl | 4 +- .../prog/en/modules/tools/viewlog.tmpl | 73 + ...{MARC21slim2OAIDC.xsl => NORMARCslim2OAIDC.xsl} | 0 koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc | 2 +- .../prog/en/modules/opac-addbybiblionumber.tmpl | 15 +- .../opac-tmpl/prog/en/modules/opac-basket.tmpl | 4 +- .../opac-tmpl/prog/en/modules/opac-detail.tmpl | 2 +- .../opac-tmpl/prog/en/modules/opac-results.tmpl | 13 +- .../opac-tmpl/prog/en/modules/opac-shelves.tmpl | 2 +- .../prog/en/xslt/NORMARCslim2OPACDetail.xsl | 528 + .../prog/en/xslt/NORMARCslim2OPACResults.xsl | 871 + .../opac-tmpl/prog/en/xslt/NORMARCslimUtils.xsl | 205 + kohaversion.pl | 2 +- misc/check_sysprefs.pl | 50 +- opac/opac-addbybiblionumber.pl | 48 +- opac/opac-basket.pl | 2 +- tools/viewlog.pl | 22 +- 109 files changed, 48987 insertions(+), 190 deletions(-) mode change 100644 => 100755 C4/Biblio.pm create mode 100755 cataloguing/value_builder/normarc_field_007.pl create mode 100755 cataloguing/value_builder/normarc_field_008.pl create mode 100755 cataloguing/value_builder/normarc_leader.pl create mode 100644 etc/zebradb/lang_defs/nb/sort-string-utf.chr create mode 100644 etc/zebradb/marc_defs/normarc/biblios/record.abs create mode 100644 installer/data/mysql/fr-FR/marcflavour/unimarc_complet/Obligatoire/autorite_default.sql create mode 100644 installer/data/mysql/fr-FR/marcflavour/unimarc_complet/Obligatoire/autorite_default.txt create mode 100644 installer/data/mysql/nb-NO/1-Obligatorisk/class_sources.sql create mode 100644 installer/data/mysql/nb-NO/1-Obligatorisk/class_sources.txt create mode 100644 installer/data/mysql/nb-NO/1-Obligatorisk/message_transport_types.sql create mode 100644 installer/data/mysql/nb-NO/1-Obligatorisk/message_transport_types.txt create mode 100644 installer/data/mysql/nb-NO/1-Obligatorisk/sample_notices.sql create mode 100644 installer/data/mysql/nb-NO/1-Obligatorisk/sample_notices.txt create mode 100644 installer/data/mysql/nb-NO/1-Obligatorisk/stopwords.sql create mode 100644 installer/data/mysql/nb-NO/1-Obligatorisk/stopwords.txt create mode 100644 installer/data/mysql/nb-NO/1-Obligatorisk/subtag_registry.sql create mode 100644 installer/data/mysql/nb-NO/1-Obligatorisk/subtag_registry.txt create mode 100644 installer/data/mysql/nb-NO/1-Obligatorisk/sysprefs.sql create mode 100644 installer/data/mysql/nb-NO/1-Obligatorisk/sysprefs.txt create mode 100644 installer/data/mysql/nb-NO/1-Obligatorisk/userflags.sql create mode 100644 installer/data/mysql/nb-NO/1-Obligatorisk/userflags.txt create mode 100644 installer/data/mysql/nb-NO/1-Obligatorisk/userpermissions.sql create mode 100644 installer/data/mysql/nb-NO/1-Obligatorisk/userpermissions.txt create mode 100644 installer/data/mysql/nb-NO/2-Valgfritt/auth_val.sql create mode 100644 installer/data/mysql/nb-NO/2-Valgfritt/auth_val.txt copy installer/data/mysql/{de-DE/optional => nb-NO/2-Valgfritt}/marc21_holdings_coded_values.sql (100%) create mode 100644 installer/data/mysql/nb-NO/2-Valgfritt/marc21_holdings_coded_values.txt create mode 100644 installer/data/mysql/nb-NO/2-Valgfritt/parameters.sql create mode 100644 installer/data/mysql/nb-NO/2-Valgfritt/parameters.txt create mode 100644 installer/data/mysql/nb-NO/2-Valgfritt/patron_categories.sql create mode 100644 installer/data/mysql/nb-NO/2-Valgfritt/patron_categories.txt copy installer/data/mysql/{de-DE/optional => nb-NO/2-Valgfritt}/sample_creator_data.sql (100%) create mode 100644 installer/data/mysql/nb-NO/2-Valgfritt/sample_creator_data.txt create mode 100644 installer/data/mysql/nb-NO/2-Valgfritt/sample_holidays.sql create mode 100644 installer/data/mysql/nb-NO/2-Valgfritt/sample_holidays.txt create mode 100644 installer/data/mysql/nb-NO/2-Valgfritt/sample_itemtypes.sql create mode 100644 installer/data/mysql/nb-NO/2-Valgfritt/sample_itemtypes.txt copy installer/data/mysql/{de-DE/optional => nb-NO/2-Valgfritt}/sample_libraries.sql (100%) create mode 100644 installer/data/mysql/nb-NO/2-Valgfritt/sample_libraries.txt create mode 100644 installer/data/mysql/nb-NO/2-Valgfritt/sample_news.sql create mode 100644 installer/data/mysql/nb-NO/2-Valgfritt/sample_news.txt copy installer/data/mysql/{en/optional => nb-NO/2-Valgfritt}/sample_notices_message_attributes.sql (100%) create mode 100644 installer/data/mysql/nb-NO/2-Valgfritt/sample_notices_message_attributes.txt copy installer/data/mysql/{de-DE/optional => nb-NO/2-Valgfritt}/sample_notices_message_transports.sql (100%) create mode 100644 installer/data/mysql/nb-NO/2-Valgfritt/sample_notices_message_transports.txt copy installer/data/mysql/{de-DE/optional => nb-NO/2-Valgfritt}/sample_patrons.sql (100%) create mode 100644 installer/data/mysql/nb-NO/2-Valgfritt/sample_patrons.txt create mode 100644 installer/data/mysql/nb-NO/2-Valgfritt/z3950servers.sql create mode 100644 installer/data/mysql/nb-NO/2-Valgfritt/z3950servers.txt copy installer/data/mysql/{en => nb-NO}/marcflavour/marc21/mandatory/authorities_normal_marc21.sql (100%) copy installer/data/{Pg/en => mysql/nb-NO}/marcflavour/marc21/mandatory/authorities_normal_marc21.txt (100%) create mode 100644 installer/data/mysql/nb-NO/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.sql copy installer/data/{Pg/en => mysql/nb-NO}/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.txt (100%) copy installer/data/mysql/{de-DE => nb-NO}/marcflavour/marc21/optional/marc21_default_matching_rules.sql (100%) copy installer/data/mysql/{en => nb-NO}/marcflavour/marc21/optional/marc21_default_matching_rules.txt (100%) copy installer/data/mysql/{en => nb-NO}/marcflavour/marc21/optional/marc21_fastadd_framework.sql (100%) copy installer/data/mysql/{en => nb-NO}/marcflavour/marc21/optional/marc21_fastadd_framework.txt (100%) create mode 100644 installer/data/mysql/nb-NO/marcflavour/marc21/optional/marc21_simple_bib_frameworks.sql copy installer/data/{Pg/en => mysql/nb-NO}/marcflavour/marc21/optional/marc21_simple_bib_frameworks.txt (100%) create mode 100644 installer/data/mysql/nb-NO/marcflavour/normarc/Obligatorisk/normarc.sql create mode 100644 installer/data/mysql/nb-NO/marcflavour/normarc/Obligatorisk/normarc.txt create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/normarc_field_007.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/normarc_field_008.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/normarc_leader.tmpl copy koha-tmpl/intranet-tmpl/prog/en/xslt/{MARC21slim2OAIDC.xsl => NORMARCslim2OAIDC.xsl} (100%) create mode 100644 koha-tmpl/opac-tmpl/prog/en/xslt/NORMARCslim2OPACDetail.xsl create mode 100644 koha-tmpl/opac-tmpl/prog/en/xslt/NORMARCslim2OPACResults.xsl create mode 100644 koha-tmpl/opac-tmpl/prog/en/xslt/NORMARCslimUtils.xsl hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 16 19:26:32 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 16 Apr 2011 17:26:32 +0000 Subject: [koha-commits] main Koha release repository branch, 3.2.x, updated. v3.02.07-51-g8de471f 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.2.x has been updated via 8de471fabfe56ccc4b63c2bf0c7d8909c874f883 (commit) via ddbe3ac0eef9ea95d7b27661f3e1522aef619f28 (commit) via 5b268c7d8e9ccce89fb41fa737b7114decb67137 (commit) via 39ea4a86794c4ffb56870ee5d2a60335a563fbcb (commit) via e9d0f2696e9a7d5b2e1ab86ffabe4af14450dfc4 (commit) via 1d9af3b9ed250cbd60df852eb90bf26ce5a3dd8b (commit) via 7ab229554b881feb5409137f8015aba30227cf4e (commit) via 033284b1a16fcc04a00844352e42c7e9b7e5a14e (commit) via 371435548660d115477dfe59497dd5ddf9c1d1b4 (commit) via 9e35f2c779881750464cf3f676fb6280a9a586bd (commit) via 6078357610cdad24725c54ad488656d95a57ef77 (commit) via f98b76bfa84ce2f9d833a2f0fa5faa90cd5cd555 (commit) via 12d2b08413af33284d240ddc9d7425b0e7071d34 (commit) via bd1c75cb03475e026d0246fa277fa6a110faafb6 (commit) via f19e7bb5c99387a55516de8e29921df03200f1f9 (commit) from e88a1ec4b8e00cde21935fa0378b9c5fb20f8bd9 (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 8de471fabfe56ccc4b63c2bf0c7d8909c874f883 Author: Chris Nighswonger Date: Sat Apr 16 13:23:52 2011 -0400 Updating Version Number to 3.02.07.002 commit ddbe3ac0eef9ea95d7b27661f3e1522aef619f28 Author: Marcel de Rooy Date: Wed Apr 6 11:35:37 2011 +0000 5936: Remove some obsolete db columns from aqbooksellers and aqbudgets if needed Removes obsolete columns from aqbooksellers and aqbudgets if needed. aqbooksellers: deliverydays followupdays followupscancel invoicedisc nocalc specialty aqbudgets: budget_description These columns should not exist in a fresh install from kohastructure.sql, but originate from older 3.0 versions. One line in acqui/updatesupplier.pl referring to one of these columns is removed too. This patch therefore does not change functionality, but only keeps your db in shape. Signed-off-by: Julian Maurice Rebased April 6. Signed-off-by: Chris Cormack Signed-off-by: Chris Nighswonger commit 5b268c7d8e9ccce89fb41fa737b7114decb67137 Author: Henri-Damien LAURENT Date: Tue Apr 5 10:40:14 2011 +0200 Bug 5923 : Authorities list :removing link on Summary removing the link to authority details on authority List directly from summary And adding a generic link to details Signed-off-by: Jonathan Druart Signed-off-by: Chris Cormack (cherry picked from commit 21404359d498865ea55beb745327763a819f81fe) Signed-off-by: Chris Nighswonger commit 39ea4a86794c4ffb56870ee5d2a60335a563fbcb Author: Chris Cormack Date: Thu Apr 7 15:55:33 2011 +1200 Removing conflict markers (cherry picked from commit c649ed9257d3c7f4d71f484d8ea6e2d5af2e48d7) Signed-off-by: Chris Nighswonger commit e9d0f2696e9a7d5b2e1ab86ffabe4af14450dfc4 Author: Henri-Damien LAURENT Date: Tue Apr 5 14:13:51 2011 +0200 (Bug 4049) Searching itemtypes returning noise Fix the problem of searching on partial itemtypes strings for instance, itemtype="ARTICLE DE PERIODIQUE", itemtype="PERIODIQUE" searching on itemtype="PERIODIQUE" would also get "ARTICLE DE PERIODIQUE" Signed-off-by: Jonathan Druart Signed-off-by: Chris Cormack (cherry picked from commit 700de9664d0e9016845d12916905e458cab9dbd4) Signed-off-by: Chris Nighswonger commit 1d9af3b9ed250cbd60df852eb90bf26ce5a3dd8b Author: Chris Nighswonger Date: Tue Apr 5 11:50:48 2011 +0200 Bug 5213 - Suffix number sequence not resetting properly in hmyymmincr barcode autogen pattern Two things are happening. First, the SELECT does not account for a branchcode greater than 2 chars. This is fixed by just selecting the final four digits representing the incremental suffix from the barcode field. Second, the incremental suffix (4 digits) is not rolling back over to zero when reaching 9999. This pattern probably needs help. It should allow for cataloging of 10000 items per month as is. I would not recommend doing barcode numbering this way, but need to support it since it is in use in at least one library. This patch also impliments strict and warnings per Bug 2505 Signed-off-by: St?phane Delaune Signed-off-by: Chris Cormack (cherry picked from commit 8ca5d5ff85c429ee972b3f80f91f5b27a58cf5d5) Signed-off-by: Chris Nighswonger commit 7ab229554b881feb5409137f8015aba30227cf4e Author: Paul Poulain Date: Wed Apr 6 10:02:31 2011 +0200 Bug 6077: qty not incremented for AcqCreateItem=recieve When you want to create items on order recieve, the qty was not incremented when the librarian adds an item with the + This was because the js was expecting the qty field to be id=quantity Signed-off-by: Katrin Fischer Signed-off-by: Chris Cormack (cherry picked from commit d58092dd96383378f8abdce92d07c1795c617f97) Signed-off-by: Chris Nighswonger commit 033284b1a16fcc04a00844352e42c7e9b7e5a14e Author: Owen Leonard Date: Wed Apr 6 11:27:11 2011 +0200 Fix for Bug 5156, JavaScript error when adding list Signed-off-by: Katrin Fischer Signed-off-by: Chris Cormack (cherry picked from commit 9bb36148fddd4cb249c83033c5d6c27bef0513a6) Signed-off-by: Chris Nighswonger commit 371435548660d115477dfe59497dd5ddf9c1d1b4 Author: Matthias Meusburger Date: Wed Apr 6 16:39:36 2011 +0200 Bug 6028 : MT3815: Quickfix for CSV export (9999 rows limitation) Signed-off-by: St?phane Delaune Signed-off-by: Chris Cormack (cherry picked from commit 3a8be8d8e0619e248ee02a851a0f21497d3490a7) Signed-off-by: Chris Nighswonger commit 9e35f2c779881750464cf3f676fb6280a9a586bd Author: Koustubha Kale Date: Sat Apr 2 22:23:06 2011 +0530 This patch fixes the broken pagination in members-search.pl Small patch to fix Error 404 which comes up when we click on pagination links after searching in Patron Card creator. Signed-off-by: Katrin Fischer Signed-off-by: Chris Cormack (cherry picked from commit 332e701c258a126cbc90862c12249de7aaada710) Signed-off-by: Chris Nighswonger commit 6078357610cdad24725c54ad488656d95a57ef77 Author: Jared Camins-Esakov Date: Wed Apr 6 14:00:47 2011 -0400 Bug 6100: request.pl should check maxreserves exists Adds a check to confirm that the maxreserves syspref actually has a value before using it. Also fixes an off-by-one error in the maxreserves calculation that would allow librarians to place maxreserves + 1 holds for patrons. Signed-off-by: Ian Walls Signed-off-by: Chris Cormack (cherry picked from commit 8b582d863debf1a60c69560b1cb797a9931bdcf8) Signed-off-by: Chris Nighswonger commit f98b76bfa84ce2f9d833a2f0fa5faa90cd5cd555 Author: Robin Sheat Date: Thu Apr 7 11:18:32 2011 +1200 Bug 6032: Increase zebra biblio register stores This keeps the package versions of the zebra configuration in sync with the makefile-installed ones. Signed-off-by: Chris Cormack (cherry picked from commit 0645f83c225c6b95e3b0c7b091b493481a35d3f2) Signed-off-by: Chris Nighswonger commit 12d2b08413af33284d240ddc9d7425b0e7071d34 Author: Jared Camins-Esakov Date: Wed Apr 6 14:28:49 2011 -0400 Bug 6032: Give biblio register and shadow sane default max sizes The out-of-the-box maximum size for the biblio register and shadow stores is 4GB, which is much too small for even medium sized libraries. This makes the default maximum 20GB, which should be enough for even most large libraries. Signed-off-by: Ian Walls Signed-off-by: Chris Cormack (cherry picked from commit 2b71959a88029d9b948e13ad2f1f863fad8c44d6) Signed-off-by: Chris Nighswonger commit bd1c75cb03475e026d0246fa277fa6a110faafb6 Author: Fr?d?ric Demians Date: Wed Apr 6 10:14:29 2011 +0200 Bug 4374 Improve biblio data entry form regarding hidden/mandatory fields Biblio framework has 3 entry points controlling if input box are displayed by default in data entry form: - 'mandatory' flag at field level - 'mandatory' flag at subfield level - 'hidden' flag at subfield level It doesn't work as it should (?): - All subfields are expanded (shown) if their field is mandatory - A subfield containing anything is always expanded whatever it contains - A mandatory subfield is always expanded - An hidden subfield isn't expanded. Default framework having 0 in all marc_subfield_structure.hidden, by default all subfields will be expanded. TO BE INTEGRATED IN RELEASE NOTES: Koha sysadmin should have to edit its frameworks to add hidden=1 in appropriate subfields. Signed-off-by: St?phane Delaune Signed-off-by: Chris Cormack (cherry picked from commit cecdc193696c6c91560128da5954681aa7ce610f) Signed-off-by: Chris Nighswonger commit f19e7bb5c99387a55516de8e29921df03200f1f9 Author: Chris Cormack Date: Thu Apr 7 13:16:26 2011 +1200 Bug 6014 : Removing a leftover warn (cherry picked from commit 13ad14a7540dab8b27a21fb6cb00a6edc875040d) Signed-off-by: Chris Nighswonger ----------------------------------------------------------------------- Summary of changes: C4/Log.pm | 1 - C4/Reports/Guided.pm | 2 +- acqui/updatesupplier.pl | 2 +- catalogue/search.pl | 2 +- cataloguing/addbiblio.pl | 14 +++++++------- cataloguing/value_builder/barcode.pl | 14 ++++++++------ debian/templates/zebra-biblios-site.cfg.in | 4 ++-- etc/zebradb/marc_defs/marc21/biblios/record.abs | 6 +++--- etc/zebradb/marc_defs/unimarc/biblios/record.abs | 7 ++++--- etc/zebradb/zebra-biblios.cfg | 4 ++-- installer/data/mysql/updatedatabase.pl | 20 +++++++++++++++++++- .../prog/en/modules/acqui/orderreceive.tmpl | 16 ++++++++-------- .../en/modules/authorities/searchresultlist.tmpl | 5 +++-- .../prog/en/modules/virtualshelves/shelves.tmpl | 2 +- .../opac-tmpl/prog/en/modules/opac-shelves.tmpl | 2 +- kohaversion.pl | 2 +- opac/opac-search.pl | 4 ++-- patroncards/members-search.pl | 2 +- reserve/request.pl | 2 +- 19 files changed, 66 insertions(+), 45 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 16 19:32:53 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 16 Apr 2011 17:32:53 +0000 Subject: [koha-commits] main Koha release repository branch, 3.2.x, updated. v3.02.07-53-g2625753 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.2.x has been updated via 26257530291ea7dad39e2f924714cb49aecee3ca (commit) via 2d775c7b33d1c203ec9c71926fe3cc5792cbf3ee (commit) from 8de471fabfe56ccc4b63c2bf0c7d8909c874f883 (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 26257530291ea7dad39e2f924714cb49aecee3ca Author: Chris Nighswonger Date: Sat Apr 16 13:32:39 2011 -0400 Fixing typo in kohaversion.pl commit 2d775c7b33d1c203ec9c71926fe3cc5792cbf3ee Author: Paul Poulain Date: Tue Apr 5 11:04:42 2011 +0200 Bug 5915 : C4::AuthoritiesMarc AddAuthority Fixing 100$a simple error: Sometimes, language is encoded fre50 and not frey50. This patch adds check for that problem Signed-off-by: Jonathan Druart Signed-off-by: Chris Cormack (cherry picked from commit c9def9328613401f751f038653273b35b3e9d84e) Signed-off-by: Chris Nighswonger ----------------------------------------------------------------------- Summary of changes: C4/AuthoritiesMarc.pm | 20 ++++++++++++-------- kohaversion.pl | 2 +- 2 files changed, 13 insertions(+), 9 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 16 21:25:20 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 16 Apr 2011 19:25:20 +0000 Subject: [koha-commits] main Koha release repository branch, 3.2.x, updated. v3.02.07-101-g46809c0 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.2.x has been updated via 46809c0d9f2dd6a09b39fee112fa66e9cc1434cb (commit) via 10618a010740d694602954e934b09abf205136d0 (commit) via 77e64d6be02e0f8fbd2231c3f6b806a5076c241a (commit) via 87ab53814adfe9ed57d8efe92778134ebdf45285 (commit) via b4135cc461c165314f78269b62ab1358fd5c6b38 (commit) via a4ed4cb19e3e52492fa81a4c844df9aba7524642 (commit) via aeb4114bd0d8dbd0761f6af58f4c275516925a3b (commit) via 015e7597aaaa893df6015a57397ad7977753da8a (commit) via cc142dc1c27a9adc45327c49e042938dfe97c488 (commit) via fd6d257ad7269ad06e50b84151a75b59d7ac5adf (commit) via 607777f552c476870b6b39a2fec59d200f3250a8 (commit) via 7265af3d037bab598d0f65a73690c33160d8e0fc (commit) via d9576d46560a1b76b702ad2696c39ed6629eeea6 (commit) via e5e8278621455fef0467cca94ff23ceb8de29151 (commit) via c7ce6a2a1901c65df94985f4ef9ab0f8c14f0474 (commit) via 1e60dedcce59ada7934428144d48d5106d997f4d (commit) via a1029148df8cb3c5896f808a55ce41fca92e937b (commit) via 4b4082362b3f0f6f84e001d8c170d3a6a8d29b87 (commit) via 616e7f42980479781a83b3b9aa111430304eb18b (commit) via e5ece57623e7aca5f760d563dcf5c715feab18ce (commit) via a69e9552a746c50aac63560a4cd976c0a042602e (commit) via 3f643211c9c04a30867f11c5fc9726bb5b0ed917 (commit) via f10e851326d4d142613bc33f1b3af77fe8612c97 (commit) via f9c24b1e6be5d7c56d5936b8bc1bd636700d3a32 (commit) via c3d933c729425223024a29c759a0ce6e7b63efc1 (commit) via f017dab1102d86b62d79a2197dfdf90f6827dca2 (commit) via 1a2e050fc0cf4d725ff41d7c3b7b276059958e93 (commit) via 0f007195664d1eb2f5637e2307f021e0d49b63aa (commit) via ad7159d9f76f5536b61c9a859a3a534a59552663 (commit) via fb278d1254ecf257a0638b1b72c6d9f09919b2d1 (commit) via 79b55d858efd4022405ee8c21d9a1dae2c2e17c6 (commit) via 11b6969ab1f64eb7e7d1ef667bb60bdefff5c2a5 (commit) via 71e459fe3b3d58f4160a28a5b7f901dcbe4dc490 (commit) via 2fdcfcd53eddd5dfdd8961e8715b351739f0f564 (commit) via 6884e37f1ffc22d9cc70bd0cd51016df986290a6 (commit) via a63c41b661258d2cdec79c3e02175740f3963df1 (commit) via e182b3fa4a32d8f046229b6a43e621c3d6bcbf6a (commit) via 0e34ade0cdedbaab7c0007b60f596eec3e7139cc (commit) via 554f7f522158d65314a2da5f0266b132b8fab858 (commit) via a358598d9c2a465c68201089d7c43d950748ed3f (commit) via bdc5ff98a40f5aa88c310052a017b2ca98dd802c (commit) via aa2ba4f7de09a91a6b3863ea0c8d13368623c174 (commit) via 2af6f5957dc98d262f3a15a37fabcf0b649030f9 (commit) via 1b64879b009a10f76fd1ffaae90acfe58dbc1fc0 (commit) via 21edf13aad0f5a1465250ad4384d52347e191657 (commit) via 75b1ff4cfe348a0a99b9035512cec32a6ccc5f13 (commit) via a1b285bb8c2563d68eaa6851a00e67636c03b83e (commit) via 9ff01e22c30f7544fae53f115ceb8ef928a747ce (commit) from 26257530291ea7dad39e2f924714cb49aecee3ca (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 46809c0d9f2dd6a09b39fee112fa66e9cc1434cb Author: Ricardo Dias Marques Date: Thu Apr 14 16:15:55 2011 +0100 Lower dependency on Storable to 2.20 in PerlDependencies.pm This patch lowers the dependency on the "Storable" Perl package (also known as module/distribution) from version 2.21 to 2.20 This patch created today (14-Apr-2011) does, in PerlDependencies.pm, the same as a previous patch dated 30-Mar-2010 from Lars Wirzenius did, in Makefile.PL : [Koha-patches] [PATCH] Lower dependency on Storable to 2.20. http://lists.koha-community.org/pipermail/koha-patches/2010-March/011560.html The reason for this patch is the same that Lars gave for his: " The Debian squeeze system has only 2.20, and the 2.21 does not seem to be required for all tests to pass. Also, checked with Galen Charlton and Henri-Damien LAURENT (who added the 2.21 dependency) on IRC that 2.21 did not have anything that was required, compared to 2.20. " I believe this patch should be applied to the "master" branch and should also be "cherry-picked" for the "3.2.x" branch. Signed-off-by: Chris Cormack (cherry picked from commit 7457243d4d54a76588d51d1833df3517ee40988b) Signed-off-by: Chris Nighswonger commit 10618a010740d694602954e934b09abf205136d0 Author: Paul Poulain Date: Thu Apr 7 11:42:59 2011 +0200 Bug 6104: Modify item looses branch If the $value is provided by the item, use it, don't use the librarian branch ! Signed-off-by: Sophie Meynieux Signed-off-by: Chris Cormack (cherry picked from commit b0374db5ffe1ef15a331eea3fd24b50fe8396b3b) Signed-off-by: Chris Nighswonger commit 77e64d6be02e0f8fbd2231c3f6b806a5076c241a Author: Chris Cormack Date: Thu Apr 14 15:03:37 2011 +1200 Fix for Reserves.t allow the tests to run without a logged in user (cherry picked from commit 67e3b861819f62d125f40564fe6a7370ee47e219) Signed-off-by: Chris Nighswonger commit 87ab53814adfe9ed57d8efe92778134ebdf45285 Author: Jared Camins-Esakov Date: Sun Apr 10 17:28:05 2011 -0400 Bug 6154: Default sorting by title doesn't work If you have the default sorting set to title ascending or title descending, your search results will not automatically be sorted because the syspref uses title_asc and title_dsc, whereas Search.pm wants title_az and title_za. The same issue is present when the default sort is on author. Signed-off-by: Ian Walls Signed-off-by: Chris Cormack (cherry picked from commit 499c694daf408571cc8370b4c20568336ba35cde) Signed-off-by: Chris Nighswonger commit b4135cc461c165314f78269b62ab1358fd5c6b38 Author: Colin Campbell Date: Tue Apr 12 22:43:41 2011 +0200 Bug 6170: Do not prematurely group results If OPACGroupResults preference was set it was shortcircuiting the template selection logic and we didn't go to the advanced options field Signed-off-by: Katrin Fischer Signed-off-by: Chris Cormack (cherry picked from commit 8b309c66242dcc460191360c9523e0bcb8d2a829) Signed-off-by: Chris Nighswonger commit a4ed4cb19e3e52492fa81a4c844df9aba7524642 Author: Jared Camins-Esakov Date: Tue Apr 12 11:06:36 2011 +0100 Bug 6169: Inventory tool fails when ignoreissued set Due to incorrect parameters passed to C4::Items::GetItemsForInventory, checking the "Skip copies on loan" box resulted in the inventory failing to run. Signed-off-by: Colin Campbell Signed-off-by: Chris Cormack (cherry picked from commit f08f67d3f1fb1b7ca9406fbb395c0c68312d0d49) Signed-off-by: Chris Nighswonger commit aeb4114bd0d8dbd0761f6af58f4c275516925a3b Author: Chris Cormack Date: Tue Apr 12 20:16:57 2011 +1200 Bug 5917 : Fix for xgettext.pl (cherry picked from commit 8df93d61bc4160f2d7618ca86319a6cda62b4e94) Signed-off-by: Chris Nighswonger commit 015e7597aaaa893df6015a57397ad7977753da8a Author: Jared Camins-Esakov Date: Mon Apr 11 14:26:24 2011 -0400 Bug 2505: quiet warnings in tools/inventory.pl Signed-off-by: Chris Cormack (cherry picked from commit 9475752f3ad2d16b6097b47437cf7c33b1f882f3) Signed-off-by: Chris Nighswonger commit cc142dc1c27a9adc45327c49e042938dfe97c488 Author: Colin Campbell Date: Mon Apr 11 18:12:08 2011 +0100 Bug 6164 Send Borrower Data to template consistently messaging and notices patron tabs were not passing borrower info in a manner consistent with other tabs Signed-off-by: Chris Cormack (cherry picked from commit b993d2d2317720370d64f7fcca2230f9164ebeef) Signed-off-by: Chris Nighswonger commit fd6d257ad7269ad06e50b84151a75b59d7ac5adf Author: Chris Cormack Date: Mon Apr 11 23:34:37 2011 +1200 Adding 2 more developers to the history, 141 now (cherry picked from commit 79ec08b47908787a4ec1cb87b8dcf6242d18083a) Signed-off-by: Chris Nighswonger commit 607777f552c476870b6b39a2fec59d200f3250a8 Author: Chris Cormack Date: Mon Apr 11 11:36:17 2011 +0000 ?Bug 6155 : Fixing bug with lists not showing Signed-off-by: Magnus Enger Signed-off-by: Chris Cormack (cherry picked from commit 88f0c4cb45dde91f1e140294f18aa94112482ae8) Signed-off-by: Chris Nighswonger commit 7265af3d037bab598d0f65a73690c33160d8e0fc Author: Srdjan Jankovic Date: Fri Apr 1 11:31:31 2011 +1300 bug 6031: play with options passed on to rebuild-zebra.pl Signed-off-by: Chris Cormack (cherry picked from commit 78829117999e8d8884a56454a37eb514baf2f3ea) Signed-off-by: Chris Nighswonger commit d9576d46560a1b76b702ad2696c39ed6629eeea6 Author: Sophie Meynieux Date: Tue Apr 5 11:31:00 2011 +0200 bug #6053 Improvement of letter HOLD_PRINT Modify title template for letter HOLD_PRINT in installer sample data Signed-off-by: Chris Cormack (cherry picked from commit ac9e9cf809fd486cd98e826f0d3e92f1ab5d659e) Signed-off-by: Chris Nighswonger commit e5e8278621455fef0467cca94ff23ceb8de29151 Author: Paul Poulain Date: Fri Apr 8 10:04:44 2011 +0200 BZ6087: remove duplicate budget link this feature doesn't exist yet, so the link is useless Signed-off-by: Katrin Fischer Signed-off-by: Chris Cormack (cherry picked from commit 5b16634c0c692a40899d67c7946e68f3fa303910) Signed-off-by: Chris Nighswonger commit c7ce6a2a1901c65df94985f4ef9ab0f8c14f0474 Author: Owen Leonard Date: Fri Apr 8 12:16:08 2011 +0200 Fix for Bug 5950 - changing frameworks doesn't change anymore Selecting a framework from the dropdown menu has never (AFAICT) auto-submitted the form to change the framework. This patch reformats the form in order to make it clearer that this menu is part of the search function. Signed-off-by: fdurand Signed-off-by: Chris Cormack (cherry picked from commit b29e6e860957393e05888fb01c3dd53cc67b3e6f) Signed-off-by: Chris Nighswonger commit 1e60dedcce59ada7934428144d48d5106d997f4d Author: St?phane Delaune Date: Fri Apr 8 15:07:08 2011 +0200 Bug 6108 - Quicksearch in member.pl does not display paging correctly Signed-off-by: St?phane Delaune Signed-off-by: Chris Cormack (cherry picked from commit bda0be46b2b35b6879f3dc0fd3ab1834755733a0) Signed-off-by: Chris Nighswonger commit a1029148df8cb3c5896f808a55ce41fca92e937b Author: Alex Arnaud Date: Fri Apr 8 10:10:16 2011 +0200 Bug #6052 - BranchTransfer Limit :Adds a default value Signed-off-by: Christophe Croullebois Signed-off-by: Chris Cormack (cherry picked from commit 18b89e9a67470eabb6878dd2e00edbe0e6fa396b) Signed-off-by: Chris Nighswonger commit 4b4082362b3f0f6f84e001d8c170d3a6a8d29b87 Author: Alex Arnaud Date: Fri Apr 8 11:49:20 2011 +0200 Bug #6130 - Letters: Fixing Subject encoding Signed-off-by: St?phane Delaune Signed-off-by: Chris Cormack (cherry picked from commit 7c08d7c81edf6b25d74c71d57414dc9da78810d8) Signed-off-by: Chris Nighswonger commit 616e7f42980479781a83b3b9aa111430304eb18b Author: Paul Poulain Date: Fri Apr 8 09:25:16 2011 +0200 Bug 6118 - Title-host missing in Search.pm in Search.pm, in the list of available indexes, Title-host is missing Signed-off-by: Jonathan Druart Signed-off-by: Chris Cormack (cherry picked from commit 074bcc1970f0417d2e39ed59cb99501c32ef21e5) Signed-off-by: Chris Nighswonger commit e5ece57623e7aca5f760d563dcf5c715feab18ce Author: Owen Leonard Date: Thu Apr 7 15:34:07 2011 +0200 Fix for Bug 5234 - Remove unused CSS files Signed-off-by: Magnus Enger Signed-off-by: Chris Cormack (cherry picked from commit 8464104fb299d1b1d707c0a083a04dce7c108953) Signed-off-by: Chris Nighswonger commit a69e9552a746c50aac63560a4cd976c0a042602e Author: Henri-Damien LAURENT Date: Wed Apr 6 16:51:00 2011 +0200 Bug 6017 : MT3157 : editing an attribute lead to Error500 Editing an extended attribute in the extended attribute tab would lead to an Error500 This patch adds some checks for values before UPDATE in SQLHelper.pm And Adds some checks also befaore calling ModMember in members/memberentry Signed-off-by: St?phane Delaune Signed-off-by: Chris Cormack (cherry picked from commit e2fd348f7f53d4a9a69bc26062c466aa6b79c370) Signed-off-by: Chris Nighswonger commit 3f643211c9c04a30867f11c5fc9726bb5b0ed917 Author: Srdjan Jankovic Date: Thu Apr 7 10:45:41 2011 -0400 Bug 6024 : add "Run report" link on the new report creation success page Signed-off-by: Ian Walls Signed-off-by: Chris Cormack (cherry picked from commit b390c657b83961f999baa2be66fb1766056ac8a4) Signed-off-by: Chris Nighswonger commit f10e851326d4d142613bc33f1b3af77fe8612c97 Author: Katrin Fischer Date: Fri Mar 18 21:21:54 2011 +0100 Bug 5895: Translation error in German fast add framework Fixes description of 952$1. Signed-off-by: Mark Gavillet Signed-off-by: Chris Cormack (cherry picked from commit 44fe3559bbe462c3f29c2ef6cdfe73bcc26017bc) Signed-off-by: Chris Nighswonger commit f9c24b1e6be5d7c56d5936b8bc1bd636700d3a32 Author: Alex Arnaud Date: Thu Apr 7 11:12:40 2011 +0200 Bug 6095: Add UTF8 encoding in template Signed-off-by: Jonathan Druart Signed-off-by: Chris Cormack (cherry picked from commit 0b96414ce36e4c6baf7bac89f454ae04067a8d7b) Signed-off-by: Chris Nighswonger commit c3d933c729425223024a29c759a0ce6e7b63efc1 Author: Katrin Fischer Date: Thu Apr 7 10:56:12 2011 +0000 Bug 5949: Hide 'Edit record' link when creating new order The 'Edit record' link only makes sense, when you want to modify an order after creating it. Before there is no biblionumber the link can link to. Patch adds check for existing biblionumber so link is only shown when there is an existing record to be edited. Signed-off-by: Marcel de Rooy Signed-off-by: Chris Cormack (cherry picked from commit 760babcf4c7573620cf3e03c0e0899282b6634b1) Signed-off-by: Chris Nighswonger commit f017dab1102d86b62d79a2197dfdf90f6827dca2 Author: Tomas Cohen Arazi Date: Wed Mar 30 17:08:57 2011 -0300 Bug 4189 : Searching z39.50 without selecting any servers results in error message This patch makes z3950_search.pl handle the situation properly, and z3950_search.tmpl show a proper message instead of a program error. All this, in case the javascript checks that alert the user (that at least one target has to be chosen) are by-passed. Regards To+ Signed-off-by: Katrin Fischer Fixed small translation problem in javascript alert message. Signed-off-by: Chris Cormack (cherry picked from commit 4747f5adb25dce337fe295e3442e19bcacadeffa) Signed-off-by: Chris Nighswonger commit 1a2e050fc0cf4d725ff41d7c3b7b276059958e93 Author: Paul Poulain Date: Thu Apr 7 11:09:27 2011 +0000 Bug 6088: remove Perl warning caused by use warnings; Signed-off-by: Marcel de Rooy Signed-off-by: Chris Cormack (cherry picked from commit 65c21fa52f9a44920e341f39b23bd877f5c87c84) Signed-off-by: Chris Nighswonger commit 0f007195664d1eb2f5637e2307f021e0d49b63aa Author: Paul Poulain Date: Wed Apr 6 10:54:38 2011 +0200 Bug 6072: fixing permission inconsistencies MT5306 In large libraries, some librarian may have permission only to recieve shipments This patch fixes some permission : * booksellers page = accessible to anyone that has at least 1 acq permission * parcels = accessible to anyone with order_recieve * supplier detail = accessible to anyone that has at least 1 acq permission, but modifying accessible only if vendor_manage Signed-off-by: Katrin Fischer Signed-off-by: Chris Cormack (cherry picked from commit c0ecd7df4fdfa9e2520b1acc498a820f6abebaf1) Signed-off-by: Chris Nighswonger commit ad7159d9f76f5536b61c9a859a3a534a59552663 Author: Owen Leonard Date: Thu Apr 7 15:44:28 2011 +0200 Fix for Bug 6109, Hey! Signed-off-by: Katrin Fischer Signed-off-by: Chris Cormack (cherry picked from commit bd4bf5485c88314e3d0e9794f520e88dced6d790) Signed-off-by: Chris Nighswonger commit fb278d1254ecf257a0638b1b72c6d9f09919b2d1 Author: Owen Leonard Date: Thu Apr 7 10:04:23 2011 +0200 Bug 4912: Follow-up fix for Bug 4912, redirect user to correct lists Signed-off-by: Jonathan Druart Signed-off-by: Chris Cormack (cherry picked from commit d269389839415ce4d14f7bc01635978807374631) Signed-off-by: Chris Nighswonger commit 79b55d858efd4022405ee8c21d9a1dae2c2e17c6 Author: Alex Arnaud Date: Thu Apr 7 16:30:13 2011 +0200 Bug #6112 - Missing fields in overdues csv file Signed-off-by: Christophe Croullebois Signed-off-by: Chris Cormack (cherry picked from commit 913d520be7fddb8664753fa202f4f0362634c833) Signed-off-by: Chris Nighswonger commit 11b6969ab1f64eb7e7d1ef667bb60bdefff5c2a5 Author: Alex Arnaud Date: Thu Apr 7 12:05:27 2011 +0200 Bug #6107 - Problems when duplicate a patron on memberentry.pl Signed-off-by: St?phane Delaune Signed-off-by: Chris Cormack (cherry picked from commit 52ff3ca6ec6dbb801f27f6de84747032828ad004) Signed-off-by: Chris Nighswonger commit 71e459fe3b3d58f4160a28a5b7f901dcbe4dc490 Author: Jonathan Druart Date: Thu Apr 7 16:14:29 2011 +0200 Bug 6099: error in report pagination when GROUP BY Signed-off-by: Jonathan Druart Signed-off-by: fdurand Signed-off-by: Ian Walls Signed-off-by: Chris Cormack (cherry picked from commit 6de105084e8ed08846545848e0d5cd3e3ba9d178) Signed-off-by: Chris Nighswonger commit 2fdcfcd53eddd5dfdd8961e8715b351739f0f564 Author: Paul Poulain Date: Thu Apr 7 11:53:37 2011 +0200 Bug 5903 : French authorised values fixed country codes must be in capital letters Signed-off-by: St?phane Delaune Signed-off-by: Chris Cormack (cherry picked from commit b67375b3d24f40026b1f21cacb1dab1a2150d341) Signed-off-by: Chris Nighswonger commit 6884e37f1ffc22d9cc70bd0cd51016df986290a6 Author: Paul Poulain Date: Thu Apr 7 16:15:54 2011 +0200 Bug 5275: enable switching back to default biblio framework Signed-off-by: Katrin Fischer Signed-off-by: Chris Cormack (cherry picked from commit f0de62e4cc26b21f18005e25d32431c70ef78b61) Signed-off-by: Chris Nighswonger commit a63c41b661258d2cdec79c3e02175740f3963df1 Author: St?phane Delaune Date: Thu Apr 7 15:35:13 2011 +0200 Fix for Bug 6037, Invalid markup, missing breadcrumbs on Keyword to MARC Mapping page Signed-off-by: St?phane Delaune Signed-off-by: Chris Cormack (cherry picked from commit a59b1d23bb807b3946320365127b82fbcc144914) Signed-off-by: Chris Nighswonger commit e182b3fa4a32d8f046229b6a43e621c3d6bcbf6a Author: Marcel de Rooy Date: Thu Apr 7 11:42:30 2011 +0200 Bug 3072: Search for Heading-Main in authorities Includes Heading-Main in authorities bib1 attribute set. Also includes Any in authorities bib1 (was still missing). Also removes temporary fix in AuthoritiesMarc.pm. Signed-off-by: Marcel de Rooy Rebased after pushed fix for #5924. Signed-off-by: Katrin Fischer Signed-off-by: Chris Cormack (cherry picked from commit 6e58529bdd78f0593c9ad8b767715ff2d32e8ba8) Signed-off-by: Chris Nighswonger commit 0e34ade0cdedbaab7c0007b60f596eec3e7139cc Author: Colin Campbell Date: Thu Apr 7 17:30:17 2011 +0200 Bug 6096 Correctly return arrayref from GetAllShelves Follow on from bug 5529 GetAllShelves was also vaguely stuffing an arrayref into an array Some signs of cut and paste (unnecessary @params variable) Calling code now does not have to shuffle the return about to get the reference. Also removed a debug warn Signed-off-by: fdurand Signed-off-by: Chris Cormack (cherry picked from commit c0655aabe47cfe21e7846b7a8956db92c1e5b5d2) Signed-off-by: Chris Nighswonger commit 554f7f522158d65314a2da5f0266b132b8fab858 Author: Colin Campbell Date: Thu Apr 7 16:25:27 2011 +0200 Bug 5529 Absence or Presence of lists not being reliably returned C4::VirtualShelves::GetRecentShelves contained some rather confused code The contents of the requested list are returned in an arrayref which was in its turn being wrapped needlessly in an array As a result the returned array always consisted of a single element irrespective of the number of lists. Made the routine return the arrayref, which can now be tested directly Unfortunately rather than fixing this we had previously coded around it assuming it to be a "design" decision. Have amended other calls of the subroutine resulting in some hopefully less obscure code Fixed logic error in the results template which displayed new list within a test for the presence of lists Removed the offset parameter from the sql in the routine as it was hardcoded to 0 i.e. the default value Signed-off-by: fdurand Signed-off-by: Chris Cormack (cherry picked from commit 0cf2eccfe926f77753a2b948e2babf077e2975d3) Signed-off-by: Chris Nighswonger commit a358598d9c2a465c68201089d7c43d950748ed3f Author: Alex Arnaud Date: Thu Apr 7 11:59:22 2011 +0200 Bug #6082 - On aqbudgets.pl bug on the Statistic's combobox Signed-off-by: Katrin Fischer Signed-off-by: Chris Cormack (cherry picked from commit 22dc04e24c9af810672ee8f6e313316f3bcc9a59) Signed-off-by: Chris Nighswonger commit bdc5ff98a40f5aa88c310052a017b2ca98dd802c Author: Paul Poulain Date: Thu Apr 7 17:15:53 2011 +0200 Bug 6106: add item not respecting framework in acq The PrepareItemrecordDisplay sub builds an item framework for later use in ACQ Some cases were missing : item subfield connected to a plugin, hidden subfield, long size subfield. Signed-off-by: Katrin Fischer Signed-off-by: Chris Cormack (cherry picked from commit e5ff05857e5b99ab19210bc272086f253ea9404b) Signed-off-by: Chris Nighswonger commit aa2ba4f7de09a91a6b3863ea0c8d13368623c174 Author: Alex Arnaud Date: Thu Apr 7 14:59:53 2011 +0200 Bug #6110 - fix Callnumber index mistake Signed-off-by: Paul Poulain Signed-off-by: Chris Cormack (cherry picked from commit 2950fc5596542ff181f05f766f32855089f96528) Signed-off-by: Chris Nighswonger commit 2af6f5957dc98d262f3a15a37fabcf0b649030f9 Author: Chris Cormack Date: Fri Apr 8 08:43:06 2011 +1200 New developer to the history (cherry picked from commit 2a489184c088f0b023285069706f8ff614e4704e) Signed-off-by: Chris Nighswonger commit 1b64879b009a10f76fd1ffaae90acfe58dbc1fc0 Author: Galen Charlton Date: Thu Apr 7 09:57:45 2011 +0200 bug 4903: enable OAI-DC output when install done in standard mode Based on patch by Tom?s Cohen Arazi , revised to work regardless of the installation mode. Signed-off-by: Galen Charlton Signed-off-by: Magnus Enger Signed-off-by: Chris Cormack (cherry picked from commit 46041a8fdc51c9c1173cd8cc343e6ac1f7bd46f6) Signed-off-by: Chris Nighswonger commit 21edf13aad0f5a1465250ad4384d52347e191657 Author: Chris Nighswonger Date: Sat Apr 16 13:47:05 2011 -0400 Updating Version Number to 3.02.07.003 commit 75b1ff4cfe348a0a99b9035512cec32a6ccc5f13 Author: Sophie Meynieux Date: Thu Apr 7 10:21:16 2011 +0200 Bug #6064 Improvement of default value usage in overdue Change default value in overduerules table for delayn (NULL instead of 0) and fix GetBranchcodesWithOverdueRules function Signed-off-by: St?phane Delaune Signed-off-by: Chris Cormack (cherry picked from commit 141a52ac30c94b0f5e8dde0d29552bc8d5f44553) Signed-off-by: Chris Nighswonger commit a1b285bb8c2563d68eaa6851a00e67636c03b83e Author: Paul Poulain Date: Tue Apr 5 14:43:23 2011 +0200 Bug 6062: ordering basketgroups When you have many basketgroups, you get the oldest one on top. Usually, you have something to do on recent ones, so it's better to have basket groups ordered DESC Signed-off-by: Katrin Fischer Signed-off-by: Chris Cormack (cherry picked from commit 311e81810ab894b2b7f2dc186cbf3a8c6a337a1f) Signed-off-by: Chris Nighswonger commit 9ff01e22c30f7544fae53f115ceb8ef928a747ce Author: Paul POULAIN Date: Tue Apr 5 16:26:16 2011 +0200 Bug 5951 : consistency change: s/planning/statistic/ Signed-off-by: Katrin Fischer Signed-off-by: Chris Cormack (cherry picked from commit aaa6ecf2b6bad86b51ec21299407c92840d2417c) Signed-off-by: Chris Nighswonger ----------------------------------------------------------------------- Summary of changes: C4/Acquisition.pm | 2 +- C4/Auth.pm | 44 +- C4/AuthoritiesMarc.pm | 3 - C4/Biblio.pm | 34 + C4/Circulation.pm | 2 +- C4/Installer/PerlDependencies.pm | 2 +- C4/Koha.pm | 2 +- C4/Letters.pm | 4 +- C4/Overdues.pm | 6 +- C4/Reports/Guided.pm | 29 +- C4/SQLHelper.pm | 1 + C4/Search.pm | 11 +- C4/VirtualShelves.pm | 61 +- C4/VirtualShelves/Page.pm | 29 +- acqui/booksellers.pl | 2 +- acqui/neworderempty.pl | 2 +- acqui/parcels.pl | 2 +- acqui/supplier.pl | 2 +- admin/branch_transfer_limits.pl | 2 +- catalogue/search.pl | 15 +- cataloguing/addbiblio.pl | 2 +- cataloguing/additem.pl | 2 +- cataloguing/z3950_search.pl | 8 + circ/overdue.pl | 16 + debian/scripts/koha-rebuild-zebra | 40 +- docs/history.txt | 3 + etc/zebradb/authorities/etc/bib1.att | 2 + etc/zebradb/marc_defs/unimarc/biblios/record.abs | 2 +- .../marc21/optional/marc21_fastadd_framework.sql | 2 +- .../fr-FR/1-Obligatoire/authorised_values.sql | 490 +++++++------- .../mysql/fr-FR/1-Obligatoire/sample_notices.sql | 4 +- installer/data/mysql/kohastructure.sql | 6 +- installer/data/mysql/updatedatabase.pl | 7 + .../intranet-tmpl/prog/en/css/intranet-print.css | 235 ------- koha-tmpl/intranet-tmpl/prog/en/css/intranet.css | 491 --------------- koha-tmpl/intranet-tmpl/prog/en/css/intranet2.css | 665 -------------------- .../intranet-tmpl/prog/en/css/intranet2popup.css | 551 ---------------- .../intranet-tmpl/prog/en/css/pages/addbiblio.css | 75 --- .../intranet-tmpl/prog/en/css/staff-global2.css | 575 ----------------- .../prog/en/includes/acquisitions-toolbar.inc | 22 +- .../prog/en/includes/budgets-admin-toolbar.inc | 2 +- .../prog/en/modules/acqui/booksellers.tmpl | 4 +- .../prog/en/modules/acqui/neworderempty.tmpl | 4 +- .../prog/en/modules/admin/aqbudgets.tmpl | 4 +- .../prog/en/modules/admin/fieldmapping.tmpl | 2 +- .../prog/en/modules/admin/marctagstructure.tmpl | 29 +- .../prog/en/modules/batch/print-notices.tmpl | 1 + .../prog/en/modules/catalogue/results.tmpl | 2 +- .../prog/en/modules/cataloguing/z3950_search.tmpl | 18 +- .../en/modules/reports/guided_reports_start.tmpl | 3 + .../prog/en/modules/tools/stage-marc-import.tmpl | 3 - koha-tmpl/opac-tmpl/prog/en/css/opac.css | 2 +- .../opac-tmpl/prog/en/modules/opac-shelves.tmpl | 6 +- kohaversion.pl | 2 +- members/member.pl | 2 +- members/memberentry.pl | 4 + members/messaging.pl | 4 +- members/notices.pl | 6 +- misc/translator/xgettext.pl | 3 +- opac/oai.pl | 6 +- opac/opac-addbybiblionumber.pl | 11 +- opac/opac-search.pl | 2 +- reports/guided_reports.pl | 5 +- tools/inventory.pl | 14 +- tools/overduerules.pl | 6 +- virtualshelves/addbybiblionumber.pl | 4 +- 66 files changed, 564 insertions(+), 3038 deletions(-) delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/css/intranet-print.css delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/css/intranet.css delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/css/intranet2.css delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/css/intranet2popup.css delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/css/pages/addbiblio.css delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/css/staff-global2.css hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 18 01:38:08 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 17 Apr 2011 23:38:08 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5917, updated. html_template_pro-267-g5574c35 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/enh/bug_5917 has been updated via 5574c350d4d7c53bc082e3939e1116432dd5f0b6 (commit) via 48cc802e46d09c9b1acd4b13105fefab88acbe18 (commit) from 1c5005beb20962778b28b6a3418fddb0d0c90e5a (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 5574c350d4d7c53bc082e3939e1116432dd5f0b6 Author: Chris Cormack Date: Mon Apr 18 10:39:25 2011 +1200 Bug 5917 : Trimming leading spaces - Please test it seems to work ok Signed-off-by: Chris Cormack commit 48cc802e46d09c9b1acd4b13105fefab88acbe18 Author: Chris Cormack Date: Mon Apr 18 10:31:35 2011 +1200 Bug 5917 : More tweaks to the translation Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: misc/translator/TmplTokenizer.pm | 14 ++++++++------ 1 files changed, 8 insertions(+), 6 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 18 01:45:58 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 17 Apr 2011 23:45:58 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. html_template_pro-321-g7e86e23 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 7e86e23ea1846bf26f1ebf75fd834faa896eb9e9 (commit) via 5574c350d4d7c53bc082e3939e1116432dd5f0b6 (commit) via 48cc802e46d09c9b1acd4b13105fefab88acbe18 (commit) from 7457243d4d54a76588d51d1833df3517ee40988b (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 7e86e23ea1846bf26f1ebf75fd834faa896eb9e9 Merge: 7457243d4d54a76588d51d1833df3517ee40988b 5574c350d4d7c53bc082e3939e1116432dd5f0b6 Author: Chris Cormack Date: Mon Apr 18 11:45:47 2011 +1200 Merge remote branch 'kc/new/enh/bug_5917' into kcmaster ----------------------------------------------------------------------- Summary of changes: misc/translator/TmplTokenizer.pm | 14 ++++++++------ 1 files changed, 8 insertions(+), 6 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 18 17:19:26 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 18 Apr 2011 15:19:26 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5166, updated. html_template_pro-325-g1339635 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/enh/bug_5166 has been updated via 1339635a7fb4187550d2ff197106c1d977bf9cad (commit) via 7457243d4d54a76588d51d1833df3517ee40988b (commit) via ed9b0c551ef1a87303c8cfbc6204ddf83dabacb6 (commit) via 55984a1610504ab7d6e81cccca3c5df85fd4bdd5 (commit) via 9d6fbefce6c0bb3b6fbe024c9c30e7321ef92c4a (commit) via 12e15ebb617636791fdc7b2a3b2ae8dc90cf4367 (commit) via d44896079b2c8619b120cda789de717fa77bfeea (commit) via 265167d0c3ab4898c1ac6d19ce8e5ae91ed94078 (commit) via c450306d7561d56a3be30e7bbc8362833166625a (commit) via 97446f86ced2c2d6d4d7a11b97ed81a5a0a25d95 (commit) via b0374db5ffe1ef15a331eea3fd24b50fe8396b3b (commit) via c673f6cf4630c49d2adc007875059ff30ddc952a (commit) via 30ae70897829e1be25ec7759e082180dd6305348 (commit) via b03a6a22a0b1229fad34335544f3b0bb9b36c42e (commit) via 67e3b861819f62d125f40564fe6a7370ee47e219 (commit) via a0c815033acd1ba514c2fa812e3e0dcc1858fcc9 (commit) via 28205bfda2a4a43432cb6080e877d328cff78ca9 (commit) via 7cfa1ca50938f597ddb21b0a81a0597d60ed06d1 (commit) via 49af98afd7dd0a48605a3d77dcc6b24c9b9b549c (commit) via d00d0721b2898481e148480906502c5445cc4dec (commit) via d4f2bde05474bec3bb9534b510d424e2c5e792ed (commit) via 1c5005beb20962778b28b6a3418fddb0d0c90e5a (commit) via 2fb5b73e6b51c28d12176d33b051b20c1a48b88a (commit) via 9bb2554e39c583fb994a9d6bb487a75fc7c7251e (commit) via b030ef9f4f4f0e82ca5bf2e31d012084b466071b (commit) via 548a670eaf59b9c0e761f3b1e2691da5b9378496 (commit) via 90962ec3803b438f8aaca7401bcbce39e991bbbe (commit) via 16b917c2f8a6a41aa189ee9028e00c9502b62339 (commit) via 499c694daf408571cc8370b4c20568336ba35cde (commit) via ce06b67f5e9ec1ca0de3bbf8e03dc5c0f0610fa8 (commit) via 97712c2cca26bc84e8486cbda1b428c489caf070 (commit) via f11ba1343c0175afb6b6d5eba8cca535a7d1cb57 (commit) via 25d6beb80506370b8f237f9ab1e1e29eebd55f50 (commit) via c9d082bcdc353d5f49703cd598d5f3cc1f0f55da (commit) from 21e5c3af6382584e2502e9baa0943d40b1610499 (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 1339635a7fb4187550d2ff197106c1d977bf9cad Merge: 21e5c3af6382584e2502e9baa0943d40b1610499 7457243d4d54a76588d51d1833df3517ee40988b Author: Chris Cormack Date: Tue Apr 19 03:18:27 2011 +1200 Merge remote branch 'kc/master' into new/enh/bug_5166 Conflicts: installer/data/mysql/updatedatabase.pl ----------------------------------------------------------------------- Summary of changes: C4/Accounts.pm | 3 +- C4/Circulation.pm | 2 +- C4/Installer/PerlDependencies.pm | 2 +- C4/Search.pm | 10 +- cataloguing/additem.pl | 2 +- ...unimarc_leader.pl => unimarc_field_210c_bis.pl} | 95 ++++++++++---------- cataloguing/ysearch.pl | 78 ++++++++++++++++ circ/circulation.pl | 2 +- circ/returns.pl | 18 ++++- installer/data/mysql/de-DE/mandatory/sysprefs.sql | 1 + installer/data/mysql/en/mandatory/sysprefs.sql | 1 + .../1-Obligatoire/unimarc_standard_systemprefs.sql | 1 + installer/data/mysql/it-IT/necessari/sysprefs.sql | 1 + installer/data/mysql/pl-PL/mandatory/sysprefs.sql | 1 + ...m_preferences_full_optimal_for_install_only.sql | 1 + ...m_preferences_full_optimal_for_install_only.sql | 1 + installer/data/mysql/updatedatabase.pl | 11 ++- .../prog/en/includes/doc-head-open.inc | 2 +- .../prog/en/modules/acqui/neworderbiblio.tt | 24 +++--- .../en/modules/admin/preferences/circulation.pref | 6 ++ .../prog/en/modules/authorities/detail.tt | 2 +- .../prog/en/modules/catalogue/MARCdetail.tt | 20 ++-- .../prog/en/modules/catalogue/results.tt | 8 +- .../value_builder/unimarc_field_210c.tt | 2 +- .../value_builder/unimarc_field_210c_bis.tt | 75 +++++++++++++++ .../prog/en/modules/circ/circulation.tt | 57 +++++++----- .../intranet-tmpl/prog/en/modules/circ/returns.tt | 8 ++ .../prog/en/modules/members/boraccount.tt | 17 +++- .../prog/en/modules/members/moremember-receipt.tt | 4 +- .../prog/en/modules/members/moremember.tt | 38 ++++----- .../prog/en/modules/members/printfeercpt.tt | 4 +- .../prog/en/modules/members/printinvoice.tt | 4 +- .../prog/en/modules/reserve/request.tt | 20 ++-- .../opac-tmpl/prog/en/includes/doc-head-open.inc | 2 +- .../prog/en/modules/opac-authoritiesdetail.tt | 6 +- .../prog/en/modules/opac-readingrecord.tt | 4 +- .../opac-tmpl/prog/en/modules/opac-reserve.tt | 2 +- .../opac-tmpl/prog/en/modules/opac-userupdate.tt | 4 +- kohaversion.pl | 2 +- members/moremember.pl | 2 +- misc/migration_tools/bulkmarcimport.pl | 29 +++--- misc/translator/TTParser.pm | 2 +- misc/translator/TmplTokenizer.pm | 23 +++++- opac/opac-authoritiesdetail.pl | 2 +- opac/opac-readingrecord.pl | 5 +- 45 files changed, 420 insertions(+), 184 deletions(-) copy cataloguing/value_builder/{unimarc_leader.pl => unimarc_field_210c_bis.pl} (50%) create mode 100755 cataloguing/ysearch.pl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_210c_bis.tt hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Apr 19 00:18:03 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 18 Apr 2011 22:18:03 +0000 Subject: [koha-commits] main Koha release repository branch, 3.2.x, updated. v3.02.07-102-g520c1bb 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.2.x has been updated via 520c1bb85ef937a0e95959cc63349789e5945390 (commit) from 46809c0d9f2dd6a09b39fee112fa66e9cc1434cb (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 520c1bb85ef937a0e95959cc63349789e5945390 Author: Tomas Cohen Arazi Date: Mon Apr 18 11:25:07 2011 -0300 Bug 6126 - [3.2.x] Slip print doesn't work on Webkit based browsers Signed-off-by: Chris Nighswonger ----------------------------------------------------------------------- Summary of changes: .../en/modules/members/moremember-receipt.tmpl | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Apr 19 03:02:46 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 19 Apr 2011 01:02:46 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_3072, updated. v3.02.00-1049-g573f837 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_3072 has been updated via 573f83753150beeeafffec70ca3e5d5839b0764d (commit) from 6e58529bdd78f0593c9ad8b767715ff2d32e8ba8 (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 573f83753150beeeafffec70ca3e5d5839b0764d Author: Jared Camins-Esakov Date: Sun Apr 17 18:09:07 2011 -0400 Bug 3072: Add Heading-Main and Any to MARC21 DOM The Heading-Main and Any indexes were not defined in the MARC21 authority DOM rules, but was enabled by the fix for bug 5924. This patch adds the Heading-Main and Any indexes to the MARC21 DOM authority configuration. This is a revised patch, with the authority-zebra-indexdefs.xsl automatically generated from authority-koha-indexdefs.xml. Note that Any is added by koha-indexdefs-to-zebra.xsl rather than in the authority-koha-indexdefs.xml file. NOTE: This patch modifies the following files, which you will need to manually update if you are using a dev install: etc/zebradb/marc_defs/marc21/authorities/authority-koha-indexdefs.xml etc/zebradb/marc_defs/marc21/authorities/authority-zebra-indexdefs.xsl etc/zebradb/marc_defs/marc21/authorities/koha-indexdefs-to-zebra.xsl You will also need to reindex your authorities for the changes in this patch to take effect. Signed-off-by: Jared Camins-Esakov Signed-off-by: Nicole C. Engard Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: .../authorities/authority-koha-indexdefs.xml | 42 +++++- .../authorities/authority-zebra-indexdefs.xsl | 165 ++++++++++++++++++++ .../marc21/authorities/koha-indexdefs-to-zebra.xsl | 5 + 3 files changed, 211 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Apr 19 03:03:16 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 19 Apr 2011 01:03:16 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. html_template_pro-323-gd1cea14 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 d1cea14fae6525b7478548aa19108871395e198d (commit) via 573f83753150beeeafffec70ca3e5d5839b0764d (commit) from 7e86e23ea1846bf26f1ebf75fd834faa896eb9e9 (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 d1cea14fae6525b7478548aa19108871395e198d Merge: 7e86e23ea1846bf26f1ebf75fd834faa896eb9e9 573f83753150beeeafffec70ca3e5d5839b0764d Author: Chris Cormack Date: Tue Apr 19 13:03:07 2011 +1200 Merge remote branch 'kc/new/bug_3072' into kcmaster ----------------------------------------------------------------------- Summary of changes: .../authorities/authority-koha-indexdefs.xml | 42 +++++- .../authorities/authority-zebra-indexdefs.xsl | 165 ++++++++++++++++++++ .../marc21/authorities/koha-indexdefs-to-zebra.xsl | 5 + 3 files changed, 211 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Apr 19 03:06:10 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 19 Apr 2011 01:06:10 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_5859, created. html_template_pro-324-g415ea18 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_5859 has been created at 415ea18007f58ee5d616de41cdef437d49568cc9 (commit) - Log ----------------------------------------------------------------- commit 415ea18007f58ee5d616de41cdef437d49568cc9 Author: Jared Camins-Esakov Date: Sun Apr 17 18:15:51 2011 -0400 Bug 5859: Allow user to set encoding for import Rather than having options for MARC21 and UNIMARC in the "Character encoding" dropdown, the user should be able to select the appropriate character encoding. The default retains the current behavior, which is to allow the system to guess which character encoding is in use. However, it should be noticed that this is almost always wrong for non-UTF8 records with non-ASCII characters. Specifying a character set is much more reliable if you're not using UTF-8. Rebased to use Template::Toolkit instead of HTML::Template::Pro. Signed-off-by: Jared Camins-Esakov Signed-off-by: Nicole C. Engard Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Apr 19 03:08:01 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 19 Apr 2011 01:08:01 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. html_template_pro-324-g415ea18 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 415ea18007f58ee5d616de41cdef437d49568cc9 (commit) from d1cea14fae6525b7478548aa19108871395e198d (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/ImportBatch.pm | 11 +++++++---- .../prog/en/modules/tools/stage-marc-import.tt | 9 ++------- tools/stage-marc-import.pl | 8 ++++---- 3 files changed, 13 insertions(+), 15 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Apr 19 03:11:12 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 19 Apr 2011 01:11:12 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_6156, created. html_template_pro-325-g5b81eed 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_6156 has been created at 5b81eedb36ab8467295417f11bc8b5fe539b756f (commit) - Log ----------------------------------------------------------------- commit 5b81eedb36ab8467295417f11bc8b5fe539b756f Author: Owen Leonard Date: Sun Apr 17 19:22:29 2011 -0400 Fix for Bug 6156, Misaligned column in cart print view Signed-off-by: Nicole C. Engard Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Apr 19 03:12:33 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 19 Apr 2011 01:12:33 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. html_template_pro-325-g5b81eed 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 5b81eedb36ab8467295417f11bc8b5fe539b756f (commit) from 415ea18007f58ee5d616de41cdef437d49568cc9 (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-tmpl/opac-tmpl/prog/en/modules/opac-basket.tt | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Apr 19 03:21:54 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 19 Apr 2011 01:21:54 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_6185, created. html_template_pro-326-g1efda7c 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_6185 has been created at 1efda7ceb45649b0b80cc6ab5cb8ddbe7149644a (commit) - Log ----------------------------------------------------------------- commit 1efda7ceb45649b0b80cc6ab5cb8ddbe7149644a Author: Owen Leonard Date: Sun Apr 17 19:24:01 2011 -0400 Fix for Bug 6185, holds slip says 'reserve' Signed-off-by: Nicole C. Engard Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Apr 19 03:22:35 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 19 Apr 2011 01:22:35 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. html_template_pro-326-g1efda7c 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 1efda7ceb45649b0b80cc6ab5cb8ddbe7149644a (commit) from 5b81eedb36ab8467295417f11bc8b5fe539b756f (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/circ/hold-transfer-slip.tt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Apr 19 03:23:52 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 19 Apr 2011 01:23:52 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_4389, created. html_template_pro-327-g63df8b4 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_4389 has been created at 63df8b42fe2332da40ae819b67b2585b25d1a5c9 (commit) - Log ----------------------------------------------------------------- commit 63df8b42fe2332da40ae819b67b2585b25d1a5c9 Author: Tomas Cohen Arazi Date: Sun Apr 17 19:27:37 2011 -0400 Bug 4389 - [tt] Trigger quick slip print on empty checkout submit js listener approach. Added a reasonable id to the mainform. To+ Signed-off-by: Nicole C. Engard Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Apr 19 03:24:40 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 19 Apr 2011 01:24:40 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. html_template_pro-327-g63df8b4 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 63df8b42fe2332da40ae819b67b2585b25d1a5c9 (commit) from 1efda7ceb45649b0b80cc6ab5cb8ddbe7149644a (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/circ/circulation.tt | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Apr 19 03:30:19 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 19 Apr 2011 01:30:19 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_6195, created. html_template_pro-328-g291ed04 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_6195 has been created at 291ed049d8b4998065c20cf3dac7632e48a26fcb (commit) - Log ----------------------------------------------------------------- commit 291ed049d8b4998065c20cf3dac7632e48a26fcb Author: Colin Campbell Date: Sun Apr 17 23:24:46 2011 -0400 Bug 6195 : Opac user should not have serial manage tab PrepareSerialData adds a year of 'manage' for staff display Opac should not see this Would be better if it returned a cleaner data structure and let the template engine handle the display Signed-off-by: Nicole C. Engard Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Apr 19 03:30:55 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 19 Apr 2011 01:30:55 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_6195, updated. html_template_pro-329-g7c09c12 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_6195 has been updated via 7c09c12e6a9fc0576fc807952fbae5625a4b9d5d (commit) from 291ed049d8b4998065c20cf3dac7632e48a26fcb (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 7c09c12e6a9fc0576fc807952fbae5625a4b9d5d Author: Colin Campbell Date: Sun Apr 17 23:25:25 2011 -0400 Remove redundant variable The 'first' element in the structure PrepareSerialsData was only used in the opac template. Remove assignment as it is now obsolete (and potentially confusing ) Signed-off-by: Nicole C. Engard Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: C4/Serials.pm | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Apr 19 03:38:34 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 19 Apr 2011 01:38:34 +0000 Subject: [koha-commits] main Koha release repository branch, new/bug_6189, created. html_template_pro-330-g80cd49f 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_6189 has been created at 80cd49f8f752bb426e3797e263da03725360cf34 (commit) - Log ----------------------------------------------------------------- commit 80cd49f8f752bb426e3797e263da03725360cf34 Author: Owen Leonard Date: Sun Apr 17 23:42:26 2011 -0400 Fix for Bug 6189 - renewal warning should say 'renew' not checkout Signed-off-by: Nicole C. Engard Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Apr 19 03:41:51 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 19 Apr 2011 01:41:51 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. html_template_pro-330-g80cd49f 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 80cd49f8f752bb426e3797e263da03725360cf34 (commit) via 7c09c12e6a9fc0576fc807952fbae5625a4b9d5d (commit) via 291ed049d8b4998065c20cf3dac7632e48a26fcb (commit) from 63df8b42fe2332da40ae819b67b2585b25d1a5c9 (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/Serials.pm | 1 - .../prog/en/modules/circ/circulation.tt | 8 ++++++++ .../prog/en/modules/opac-full-serial-issues.tt | 7 +++++-- opac/opac-serial-issues.pl | 13 ++++++++++--- 4 files changed, 23 insertions(+), 6 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Apr 19 06:21:03 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 19 Apr 2011 04:21:03 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5917, updated. html_template_pro-268-ge7caa30 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/enh/bug_5917 has been updated via e7caa309ed7e71bd3c83358e891b9c5fdfa3bab8 (commit) from 5574c350d4d7c53bc082e3939e1116432dd5f0b6 (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 e7caa309ed7e71bd3c83358e891b9c5fdfa3bab8 Author: Chris Cormack Date: Tue Apr 19 16:03:20 2011 +1200 5917 : Working on the translation script, fixing the line breakages ----------------------------------------------------------------------- Summary of changes: misc/translator/TTParser.pm | 6 +++--- misc/translator/TmplTokenizer.pm | 3 ++- misc/translator/xgettext.pl | 3 ++- 3 files changed, 7 insertions(+), 5 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Apr 19 06:21:53 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 19 Apr 2011 04:21:53 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. html_template_pro-332-gad37f3e 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 ad37f3e5e7175cb3a2a5785d552f6e06affaea97 (commit) via e7caa309ed7e71bd3c83358e891b9c5fdfa3bab8 (commit) from 80cd49f8f752bb426e3797e263da03725360cf34 (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 ad37f3e5e7175cb3a2a5785d552f6e06affaea97 Merge: 80cd49f8f752bb426e3797e263da03725360cf34 e7caa309ed7e71bd3c83358e891b9c5fdfa3bab8 Author: Chris Cormack Date: Tue Apr 19 16:21:40 2011 +1200 Merge remote branch 'kc/new/enh/bug_5917' into kcmaster ----------------------------------------------------------------------- Summary of changes: misc/translator/TTParser.pm | 4 ++-- misc/translator/TmplTokenizer.pm | 3 ++- misc/translator/xgettext.pl | 3 ++- 3 files changed, 6 insertions(+), 4 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Apr 19 07:02:10 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 19 Apr 2011 05:02:10 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. html_template_pro-333-g139d3a8 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 139d3a81f732b380a5f569470d8c1c0b5cc84d64 (commit) from ad37f3e5e7175cb3a2a5785d552f6e06affaea97 (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 139d3a81f732b380a5f569470d8c1c0b5cc84d64 Author: Chris Cormack Date: Tue Apr 19 17:01:27 2011 +1200 Updating package lists ----------------------------------------------------------------------- Summary of changes: install_misc/apt-get-debian-lenny.sh | 1 + install_misc/ubuntu.packages | 1 + install_misc/ubuntu_maverick.packages | 1 + 3 files changed, 3 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Apr 19 07:15:45 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 19 Apr 2011 05:15:45 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. html_template_pro-334-gaed8bfa 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 aed8bfab6423ac9314a3f2ce146781dfa50938ce (commit) from 139d3a81f732b380a5f569470d8c1c0b5cc84d64 (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 aed8bfab6423ac9314a3f2ce146781dfa50938ce Author: Chris Cormack Date: Tue Apr 19 17:15:17 2011 +1200 Bug 5917 : We need to catch the comments for the xslt to work ----------------------------------------------------------------------- Summary of changes: misc/translator/TTParser.pm | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Apr 19 09:43:44 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 19 Apr 2011 07:43:44 +0000 Subject: [koha-commits] main Koha release repository branch, master, updated. html_template_pro-335-g5a3414a 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 5a3414a624be0e6173df8284e420a963245afe62 (commit) from aed8bfab6423ac9314a3f2ce146781dfa50938ce (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 5a3414a624be0e6173df8284e420a963245afe62 Author: Chris Cormack Date: Tue Apr 19 19:41:39 2011 +1200 Release notes for 3.4.0 ----------------------------------------------------------------------- Summary of changes: misc/release_notes/release_notes_3_4_0.txt | 404 ++++++++++++++++++++++++++++ 1 files changed, 404 insertions(+), 0 deletions(-) create mode 100644 misc/release_notes/release_notes_3_4_0.txt hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Apr 19 10:15:19 2011 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 19 Apr 2011 08:15:19 +0000 Subject: [koha-commits] main Koha release repository branch, new/enh/bug_5917, updated. html_template_pro-336-g3bd7461 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/enh/bug_5917 has been updated via 3bd7461b639c32816f031e3a4ab7914a327ed5a2 (commit) via 5a3414a624be0e6173df8284e420a963245afe62 (commit) via aed8bfab6423ac9314a3f2ce146781dfa50938ce (commit) via 139d3a81f732b380a5f569470d8c1c0b5cc84d64 (commit) via ad37f3e5e7175cb3a2a5785d552f6e06affaea97 (commit) via 80cd49f8f752bb426e3797e263da03725360cf34 (commit) via 7c09c12e6a9fc0576fc807952fbae5625a4b9d5d (commit) via 291ed049d8b4998065c20cf3dac7632e48a26fcb (commit) via 63df8b42fe2332da40ae819b67b2585b25d1a5c9 (commit) via 1efda7ceb45649b0b80cc6ab5cb8ddbe7149644a (commit) via 5b81eedb36ab8467295417f11bc8b5fe539b756f (commit) via 415ea18007f58ee5d616de41cdef437d49568cc9 (commit) via d1cea14fae6525b7478548aa19108871395e198d (commit) via 573f83753150beeeafffec70ca3e5d5839b0764d (commit) via 7e86e23ea1846bf26f1ebf75fd834faa896eb9e9 (commit) via 7457243d4d54a76588d51d1833df3517ee40988b (commit) via ed9b0c551ef1a87303c8cfbc6204ddf83dabacb6 (commit) via 55984a1610504ab7d6e81cccca3c5df85fd4bdd5 (commit) via 9d6fbefce6c0bb3b6fbe024c9c30e7321ef92c4a (commit) via 12e15ebb617636791fdc7b2a3b2ae8dc90cf4367 (commit) via d44896079b2c8619b120cda789de717fa77bfeea (commit) via 265167d0c3ab4898c1ac6d19ce8e5ae91ed94078 (commit) via c450306d7561d56a3be30e7bbc8362833166625a (commit) via 97446f86ced2c2d6d4d7a11b97ed81a5a0a25d95 (commit) via b0374db5ffe1ef15a331eea3fd24b50fe8396b3b (commit) via c673f6cf4630c49d2adc007875059ff30ddc952a (commit) via 30ae70897829e1be25ec7759e082180dd6305348 (commit) via b03a6a22a0b1229fad34335544f3b0bb9b36c42e (commit) via 67e3b861819f62d125f40564fe6a7370ee47e219 (commit) via a0c815033acd1ba514c2fa812e3e0dcc1858fcc9 (commit) via 28205bfda2a4a43432cb6080e877d328cff78ca9 (commit) via 7cfa1ca50938f597ddb21b0a81a0597d60ed06d1 (commit) via 49af98afd7dd0a48605a3d77dcc6b24c9b9b549c (commit) via d00d0721b2898481e148480906502c5445cc4dec (commit) via d4f2bde05474bec3bb9534b510d424e2c5e792ed (commit) via 9bb2554e39c583fb994a9d6bb487a75fc7c7251e (commit) via b030ef9f4f4f0e82ca5bf2e31d012084b466071b (commit) via 548a670eaf59b9c0e761f3b1e2691da5b9378496 (commit) via 90962ec3803b438f8aaca7401bcbce39e991bbbe (commit) via 16b917c2f8a6a41aa189ee9028e00c9502b62339 (commit) via 499c694daf408571cc8370b4c20568336ba35cde (commit) via ce06b67f5e9ec1ca0de3bbf8e03dc5c0f0610fa8 (commit) via 97712c2cca26bc84e8486cbda1b428c489caf070 (commit) via f11ba1343c0175afb6b6d5eba8cca535a7d1cb57 (commit) via 25d6beb80506370b8f237f9ab1e1e29eebd55f50 (commit) via c9d082bcdc353d5f49703cd598d5f3cc1f0f55da (commit) via 2ea74bef65a9c5e14a6026aa2c9942fe511a87b3 (commit) via b8384c95eef0b67cf1666a05c8d98ce777d51372 (commit) via 8b309c66242dcc460191360c9523e0bcb8d2a829 (commit) via 6073bd86e24494cd12125a4cd47772c672bbd4a5 (commit) via f08f67d3f1fb1b7ca9406fbb395c0c68312d0d49 (commit) via 50dcc32876e7b340a8f7056a59d2d9c2e121458b (commit) via dfa4127db1d5443c50931e119ce00eaf6808432a (commit) via 9475752f3ad2d16b6097b47437cf7c33b1f882f3 (commit) via 27b559e495e74a28dc74fdb23c17609ae509fca2 (commit) via 2c82c8e905bc637854b0e8665d938a7acc28823b (commit) via b993d2d2317720370d64f7fcca2230f9164ebeef (commit) via 9f7542dbab16c5c8baadd863ec3b4e3b94ea3e77 (commit) via 3c8536a398b8b2df13d78896cbf451d09906423d (commit) via 66fb80f4362882e82cdcea5caa4341a51d61fb49 (commit) via 6668bf06f8649a73e175003c2ec4320d5408bf73 (commit) via 6152b624f7050926a602cc6b8082e5e0eeca1a0b (commit) via ce1b47ce0bebd55accee818245532bcfd7d628f8 (commit) via 79ec08b47908787a4ec1cb87b8dcf6242d18083a (commit) via 88f0c4cb45dde91f1e140294f18aa94112482ae8 (commit) via c330b683bcf4f4fe56f2cbf829d05e558ad949a9 (commit) via 02a37402008ad2991ff6b193a8dad2d7d23457b3 (commit) via 46488bfc2e17570c300466a681842318ada429ca (commit) from e7caa309ed7e71bd3c83358e891b9c5fdfa3bab8 (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 3bd7461b639c32816f031e3a4ab7914a327ed5a2 Author: Chris Cormack Date: Tue Apr 19 20:14:06 2011 +1200 Bug 5917 : Removing comments