From gitmaster at git.koha-community.org Mon Dec 1 13:55:20 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 01 Dec 2014 12:55:20 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.18.00-3-ge232f3b Message-ID: This is an automated email from the git hooks/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 e232f3b64abe50eb24b37ae2308678b0f3351481 (commit) via 9419177a1e39296fe1049b44fb9788eeb4341b77 (commit) via 1596eb0a480e195b94a14e71be17b85cd4ec8fc7 (commit) from 0da3b77e509000541b62942cdef5f76de1bdbfb1 (commit) Those revisions listed 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 e232f3b64abe50eb24b37ae2308678b0f3351481 Author: Olli-Antti Kivilahti Date: Thu Nov 6 16:38:37 2014 +0200 Bug 13214 - Improve performance of acqui/addorderiso2709.pl, stop fetching all import_records needlessly TEST PLAN: 1. Load 167 staged files to Koha. 2. Try to make an acquisiton from a staged file. 3. Wait 16s for the acqui/addorderiso2709.pl -view to load. AFTER PATCH: 1. Load 167 staged files to Koha. 2. Try to make an acquisiton from a staged file. 3. Wait 1.6s for the acqui/addorderiso2709.pl -view to load. Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi commit 9419177a1e39296fe1049b44fb9788eeb4341b77 Author: Robin Sheat Date: Fri Nov 28 12:24:21 2014 +1300 Bug 13359 - allow the packages to use virtual-mysql-* Prior to this patch, the koha packages depended on mysql-client. This meant that it was tricky to use things such as the MariaDB libraries instead. This patch recommends mysql, but will accept mariadb and other things that are marked by debian as able to replace mysql. Signed-off-by: wajasu Signed-off-by: Tomas Cohen Arazi commit 1596eb0a480e195b94a14e71be17b85cd4ec8fc7 Author: Robin Sheat Date: Mon Dec 1 14:25:37 2014 +1300 Bug 13363: update build script for 3.19 Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: acqui/addorderiso2709.pl | 2 +- debian/build-git-snapshot | 2 +- debian/control | 10 +++++----- debian/control.in | 10 +++++----- 4 files changed, 12 insertions(+), 12 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 1 14:23:55 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 01 Dec 2014 13:23:55 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.18.00-4-g865996d Message-ID: This is an automated email from the git hooks/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 865996d097bbc4cc36fdb5231bacfaed822cfd54 (commit) from e232f3b64abe50eb24b37ae2308678b0f3351481 (commit) Those revisions listed 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 865996d097bbc4cc36fdb5231bacfaed822cfd54 Author: Katrin Fischer Date: Mon Nov 10 22:30:16 2014 +0100 Bug 12567: Make catalog statistics wizard publication year work for MARC21 Publication year was useless for MARC21, as it was using the biblioitems.publicationyear (UNIMARC) instead of biblio.copyrightdate (MARC21). This patch tries to fix the search options to work for both MARC flavours. To test: In Reports > Statistics wizards > Catalog: - Test the publication year search options on a UNIMARC and a MARC21 installation. - Make sure search results make sense for both. Signed-off-by: Martin Renvoize Signed-off-by: Marcel de Rooy The changes are fine with me, but this script is certainly not bug free. Also note that all its SQL should be moved out according to our coding guidelines. When doing so, a rewrite would be appropriate. Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: reports/catalogue_stats.pl | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 1 20:16:33 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 01 Dec 2014 19:16:33 +0000 Subject: [koha-commits] main Koha release repository branch 3.18.x updated. v3.18.00-1-g5613537 Message-ID: This is an automated email from the git hooks/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.18.x has been updated via 56135374874818cc3c10c08f40829478da9ffda0 (commit) from 0da3b77e509000541b62942cdef5f76de1bdbfb1 (commit) Those revisions listed 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 56135374874818cc3c10c08f40829478da9ffda0 Author: Robin Sheat Date: Fri Nov 28 12:24:21 2014 +1300 Bug 13359 - allow the packages to use virtual-mysql-* Prior to this patch, the koha packages depended on mysql-client. This meant that it was tricky to use things such as the MariaDB libraries instead. This patch recommends mysql, but will accept mariadb and other things that are marked by debian as able to replace mysql. Signed-off-by: wajasu Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 9419177a1e39296fe1049b44fb9788eeb4341b77) Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: debian/control | 10 +++++----- debian/control.in | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 1 20:20:07 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 01 Dec 2014 19:20:07 +0000 Subject: [koha-commits] main Koha release repository branch 3.18.x updated. v3.18.00-2-g5e51a4c Message-ID: This is an automated email from the git hooks/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.18.x has been updated via 5e51a4cb4d217192c84f89fd77c54169dd713a89 (commit) from 56135374874818cc3c10c08f40829478da9ffda0 (commit) Those revisions listed 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 5e51a4cb4d217192c84f89fd77c54169dd713a89 Author: Katrin Fischer Date: Mon Nov 10 22:30:16 2014 +0100 Bug 12567: Make catalog statistics wizard publication year work for MARC21 Publication year was useless for MARC21, as it was using the biblioitems.publicationyear (UNIMARC) instead of biblio.copyrightdate (MARC21). This patch tries to fix the search options to work for both MARC flavours. To test: In Reports > Statistics wizards > Catalog: - Test the publication year search options on a UNIMARC and a MARC21 installation. - Make sure search results make sense for both. Signed-off-by: Martin Renvoize Signed-off-by: Marcel de Rooy The changes are fine with me, but this script is certainly not bug free. Also note that all its SQL should be moved out according to our coding guidelines. When doing so, a rewrite would be appropriate. Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 865996d097bbc4cc36fdb5231bacfaed822cfd54) Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: reports/catalogue_stats.pl | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 3 13:57:38 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 03 Dec 2014 12:57:38 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.18.00-5-ga8c975d Message-ID: This is an automated email from the git hooks/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 a8c975d951694a80b73cd1f66e9a9095db2f484d (commit) from 865996d097bbc4cc36fdb5231bacfaed822cfd54 (commit) Those revisions listed 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 a8c975d951694a80b73cd1f66e9a9095db2f484d Author: Robin Sheat Date: Wed Dec 3 16:28:10 2014 +1300 Bug 13377: mark automatic_renewals.pl as executable This script is called by a cron job, but was never marked as executable, so will error every time it's called, which is no good. This also adds an appropriate #! line to the top of the file. To test: * apply the patch * make a package * ensure that the installed /usr/share/koha/bin/cronjobs/automatic_renewals.pl is mode 755 and does something when run. Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: misc/cronjobs/automatic_renewals.pl | 2 ++ 1 file changed, 2 insertions(+) mode change 100644 => 100755 misc/cronjobs/automatic_renewals.pl hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 3 15:48:13 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 03 Dec 2014 14:48:13 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.18.00-12-gab2d2d2 Message-ID: This is an automated email from the git hooks/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 ab2d2d2590fe4adf4adf6015f0ef441da8ad52a3 (commit) via 4179c63d7ea1a087b725b0a8da98537aa1d61949 (commit) via 66438d59e7268a06278ed29a5304a7a31cd0e67f (commit) via fd38d8c565ce3efe21b2633f67f7349db28faddd (commit) via 46e3f8169c026ed9037f38669c5742e912326339 (commit) via b449b08d91c536c3ec8a4b87e6c14d460f59878a (commit) via d311722445f5d887e1054be2d1c99128f3b8207d (commit) from a8c975d951694a80b73cd1f66e9a9095db2f484d (commit) Those revisions listed 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 ab2d2d2590fe4adf4adf6015f0ef441da8ad52a3 Author: Liz Rea Date: Tue Nov 25 12:03:50 2014 +1300 Bug 12123 - [Alternative patch] HTML notices can break the notice viewer Depending on the content of an html notice, it can cause the notice to either not be collapsible, be uncollapsible, or to be permanently collapsed. Test Plan: 1) Set your CHECKOUT notice to the following ( with HTML Message checked ) :

The following items have been checked out:

----
<>
----

Thank you for visiting the <> of HMCPL.

2) Check out some items to a patron 3) View the patrn's notices 4) Note the notice viewer is broken ( message is not collapsed, and con't be collapsed ). 5) Apply this patch 6) Reload the page 7) Note the notice viewer is no longer broken Signed-off-by: Owen Leonard This patch appears to fix the problem with the minimum required change. Signed-off-by: Katrin Fischer Works nicely, no problems found. Passes tests and QA script. Signed-off-by: Tomas Cohen Arazi commit 4179c63d7ea1a087b725b0a8da98537aa1d61949 Author: Jonathan Druart Date: Tue Sep 23 12:39:55 2014 +0200 Bug 12852: C4::Bookseller should not be imported anymore This script does not depend on C4::Bookseller anymore. The import can be removed. Signed-off-by: Paola Rossi Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi commit 66438d59e7268a06278ed29a5304a7a31cd0e67f Author: Jonathan Druart Date: Tue Sep 9 15:22:35 2014 +0200 Bug 12852: Some unused stuffs more These parameters are never used. GetBookSeller takes a string (bookseller name) in parameter, not an id! Signed-off-by: Paola Rossi Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi commit fd38d8c565ce3efe21b2633f67f7349db28faddd Author: Jonathan Druart Date: Fri Aug 29 15:16:19 2014 +0200 Bug 12852: The "preview" param can be removed serials/claims.pl This case (preview=1) never appened. This patch remove all occurrences in the pl and the tt files. Test plan: Verify you don't manage to find a place where preview is set to 1 on the claim serials page. Signed-off-by: Paola Rossi Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi commit 46e3f8169c026ed9037f38669c5742e912326339 Author: Jonathan Druart Date: Tue Sep 23 13:02:51 2014 +0200 Bug 12980: GetHistory does useless processing GetHistory iterated on the orders to calculate the quantity and price. These values are never used by the called. It can be removed. Test plan: Verify there is no regression on acqui/histsearch.pl and catalogue/detail.pl Actually you just have to check that the total quantity and price are not displayed on these views. QA: note that 'count' and 'toggle' are never used in the template. Signed-off-by: Paola Rossi Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi commit b449b08d91c536c3ec8a4b87e6c14d460f59878a Author: Jonathan Druart Date: Tue Aug 26 10:50:22 2014 +0200 Bug 12841: aqorders fields should not be mapped Bug 5336 introduced some code which should have been introduced by bug 7294. Since the idea behind bug 7294 has been abandoned (map the aqorders fields), the code can be removed. Test plan: Verify that Koha does not allow you to map the aqorders fields with a MARC subfield. Verify there is no regression on adding/updating an order. Signed-off-by: Zeno Tajoli Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi commit d311722445f5d887e1054be2d1c99128f3b8207d Author: Jonathan Druart Date: Tue Aug 26 12:46:52 2014 +0200 Bug 12839: aqbooksellers.gstreg is never used The aqbooksellers.gstreg is never used in the code. This patch does not remove the DB field but 3 useless occurrences in the neworderempty page. The both variable applygst and gstreg have never been took into account for prices calculation. Test plan: Verify there is no difference before and after the patch in the prices calculation. Signed-off-by: Paola Rossi Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: C4/Acquisition.pm | 19 +---- acqui/addorder.pl | 7 -- acqui/histsearch.pl | 7 +- acqui/neworderempty.pl | 1 - catalogue/detail.pl | 2 +- koha-tmpl/intranet-tmpl/prog/en/js/acq.js | 1 - .../prog/en/modules/acqui/neworderempty.tt | 1 - .../prog/en/modules/members/notices.tt | 4 +- .../prog/en/modules/serials/claims.tt | 79 -------------------- serials/claims.pl | 49 +++++------- t/db_dependent/Acquisition.t | 4 +- 11 files changed, 28 insertions(+), 146 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 3 20:45:55 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 03 Dec 2014 19:45:55 +0000 Subject: [koha-commits] main Koha release repository branch 3.18.x updated. v3.18.00-3-gc2e08a9 Message-ID: This is an automated email from the git hooks/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.18.x has been updated via c2e08a9b54d32287b3ef138738cdbece49126210 (commit) from 5e51a4cb4d217192c84f89fd77c54169dd713a89 (commit) Those revisions listed 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 c2e08a9b54d32287b3ef138738cdbece49126210 Author: Robin Sheat Date: Wed Dec 3 16:28:10 2014 +1300 Bug 13377: mark automatic_renewals.pl as executable This script is called by a cron job, but was never marked as executable, so will error every time it's called, which is no good. This also adds an appropriate #! line to the top of the file. To test: * apply the patch * make a package * ensure that the installed /usr/share/koha/bin/cronjobs/automatic_renewals.pl is mode 755 and does something when run. Signed-off-by: Tomas Cohen Arazi (cherry picked from commit a8c975d951694a80b73cd1f66e9a9095db2f484d) ----------------------------------------------------------------------- Summary of changes: misc/cronjobs/automatic_renewals.pl | 2 ++ 1 file changed, 2 insertions(+) mode change 100644 => 100755 misc/cronjobs/automatic_renewals.pl hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 3 20:49:44 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 03 Dec 2014 19:49:44 +0000 Subject: [koha-commits] main Koha release repository branch 3.18.x updated. v3.18.00-3-g4f7952c Message-ID: This is an automated email from the git hooks/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.18.x has been updated discards c2e08a9b54d32287b3ef138738cdbece49126210 (commit) via 4f7952c6042a6fc31e8ac3f4604205d4ac18ead6 (commit) This update added new revisions after undoing existing revisions. That is to say, the old revision is not a strict subset of the new revision. This situation occurs when you --force push a change and generate a repository containing something like this: * -- * -- B -- O -- O -- O (c2e08a9b54d32287b3ef138738cdbece49126210) \ N -- N -- N (4f7952c6042a6fc31e8ac3f4604205d4ac18ead6) When this happens we assume that you've already had alert emails for all of the O revisions, and so we here report only the revisions in the N branch from the common base, B. Those revisions listed 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 4f7952c6042a6fc31e8ac3f4604205d4ac18ead6 Author: Robin Sheat Date: Wed Dec 3 16:28:10 2014 +1300 Bug 13377: mark automatic_renewals.pl as executable This script is called by a cron job, but was never marked as executable, so will error every time it's called, which is no good. This also adds an appropriate #! line to the top of the file. To test: * apply the patch * make a package * ensure that the installed /usr/share/koha/bin/cronjobs/automatic_renewals.pl is mode 755 and does something when run. Signed-off-by: Tomas Cohen Arazi (cherry picked from commit a8c975d951694a80b73cd1f66e9a9095db2f484d) Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 3 20:58:55 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 03 Dec 2014 19:58:55 +0000 Subject: [koha-commits] main Koha release repository branch 3.18.x updated. v3.18.00-6-ga38e564 Message-ID: This is an automated email from the git hooks/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.18.x has been updated via a38e5644d74f2ba10099d07ff993325c1f28ff75 (commit) via 8e15980809a0e7e8e14d59d1c0c9e2c6054c1a55 (commit) via 7bb7fa2ff1f59a23cc1f0d0ca2cd8c0ccc223ea5 (commit) from 4f7952c6042a6fc31e8ac3f4604205d4ac18ead6 (commit) Those revisions listed 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 a38e5644d74f2ba10099d07ff993325c1f28ff75 Author: Jonathan Druart Date: Tue Sep 23 13:02:51 2014 +0200 Bug 12980: GetHistory does useless processing GetHistory iterated on the orders to calculate the quantity and price. These values are never used by the called. It can be removed. Test plan: Verify there is no regression on acqui/histsearch.pl and catalogue/detail.pl Actually you just have to check that the total quantity and price are not displayed on these views. QA: note that 'count' and 'toggle' are never used in the template. Signed-off-by: Paola Rossi Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 46e3f8169c026ed9037f38669c5742e912326339) Signed-off-by: Chris Cormack commit 8e15980809a0e7e8e14d59d1c0c9e2c6054c1a55 Author: Jonathan Druart Date: Tue Aug 26 10:50:22 2014 +0200 Bug 12841: aqorders fields should not be mapped Bug 5336 introduced some code which should have been introduced by bug 7294. Since the idea behind bug 7294 has been abandoned (map the aqorders fields), the code can be removed. Test plan: Verify that Koha does not allow you to map the aqorders fields with a MARC subfield. Verify there is no regression on adding/updating an order. Signed-off-by: Zeno Tajoli Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi (cherry picked from commit b449b08d91c536c3ec8a4b87e6c14d460f59878a) Signed-off-by: Chris Cormack commit 7bb7fa2ff1f59a23cc1f0d0ca2cd8c0ccc223ea5 Author: Jonathan Druart Date: Tue Aug 26 12:46:52 2014 +0200 Bug 12839: aqbooksellers.gstreg is never used The aqbooksellers.gstreg is never used in the code. This patch does not remove the DB field but 3 useless occurrences in the neworderempty page. The both variable applygst and gstreg have never been took into account for prices calculation. Test plan: Verify there is no difference before and after the patch in the prices calculation. Signed-off-by: Paola Rossi Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi (cherry picked from commit d311722445f5d887e1054be2d1c99128f3b8207d) Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: C4/Acquisition.pm | 19 +++---------------- acqui/addorder.pl | 7 ------- acqui/histsearch.pl | 7 ++----- acqui/neworderempty.pl | 1 - catalogue/detail.pl | 2 +- koha-tmpl/intranet-tmpl/prog/en/js/acq.js | 1 - .../prog/en/modules/acqui/neworderempty.tt | 1 - t/db_dependent/Acquisition.t | 4 ++-- 8 files changed, 8 insertions(+), 34 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 3 21:13:29 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 03 Dec 2014 20:13:29 +0000 Subject: [koha-commits] main Koha release repository branch 3.18.x updated. v3.18.00-10-gb28f439 Message-ID: This is an automated email from the git hooks/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.18.x has been updated via b28f439a582a5eafbdfb32b2890d6b069ec2df7c (commit) via b04c7ed1dd34100b649c1897f2ab3dc2cc1a6685 (commit) via b166a0b5a175dd36f8e07acd80bc62b3a088e4f4 (commit) via 2662a21a5c9f055a64fd2562837f150e2e51e19a (commit) from a38e5644d74f2ba10099d07ff993325c1f28ff75 (commit) Those revisions listed 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 b28f439a582a5eafbdfb32b2890d6b069ec2df7c Author: Liz Rea Date: Tue Nov 25 12:03:50 2014 +1300 Bug 12123 - [Alternative patch] HTML notices can break the notice viewer Depending on the content of an html notice, it can cause the notice to either not be collapsible, be uncollapsible, or to be permanently collapsed. Test Plan: 1) Set your CHECKOUT notice to the following ( with HTML Message checked ) :

The following items have been checked out:

----
<>
----

Thank you for visiting the <> of HMCPL.

2) Check out some items to a patron 3) View the patrn's notices 4) Note the notice viewer is broken ( message is not collapsed, and con't be collapsed ). 5) Apply this patch 6) Reload the page 7) Note the notice viewer is no longer broken Signed-off-by: Owen Leonard This patch appears to fix the problem with the minimum required change. Signed-off-by: Katrin Fischer Works nicely, no problems found. Passes tests and QA script. Signed-off-by: Tomas Cohen Arazi (cherry picked from commit ab2d2d2590fe4adf4adf6015f0ef441da8ad52a3) Signed-off-by: Chris Cormack commit b04c7ed1dd34100b649c1897f2ab3dc2cc1a6685 Author: Jonathan Druart Date: Tue Sep 23 12:39:55 2014 +0200 Bug 12852: C4::Bookseller should not be imported anymore This script does not depend on C4::Bookseller anymore. The import can be removed. Signed-off-by: Paola Rossi Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 4179c63d7ea1a087b725b0a8da98537aa1d61949) Signed-off-by: Chris Cormack commit b166a0b5a175dd36f8e07acd80bc62b3a088e4f4 Author: Jonathan Druart Date: Tue Sep 9 15:22:35 2014 +0200 Bug 12852: Some unused stuffs more These parameters are never used. GetBookSeller takes a string (bookseller name) in parameter, not an id! Signed-off-by: Paola Rossi Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 66438d59e7268a06278ed29a5304a7a31cd0e67f) Signed-off-by: Chris Cormack commit 2662a21a5c9f055a64fd2562837f150e2e51e19a Author: Jonathan Druart Date: Fri Aug 29 15:16:19 2014 +0200 Bug 12852: The "preview" param can be removed serials/claims.pl This case (preview=1) never appened. This patch remove all occurrences in the pl and the tt files. Test plan: Verify you don't manage to find a place where preview is set to 1 on the claim serials page. Signed-off-by: Paola Rossi Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi (cherry picked from commit fd38d8c565ce3efe21b2633f67f7349db28faddd) Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/members/notices.tt | 4 +- .../prog/en/modules/serials/claims.tt | 79 -------------------- serials/claims.pl | 49 +++++------- 3 files changed, 20 insertions(+), 112 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 4 18:16:56 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 04 Dec 2014 17:16:56 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.18.00-13-gae550b8 Message-ID: This is an automated email from the git hooks/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 ae550b8328d24cd104c2040ac4c569c0b8405194 (commit) from ab2d2d2590fe4adf4adf6015f0ef441da8ad52a3 (commit) Those revisions listed 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 ae550b8328d24cd104c2040ac4c569c0b8405194 Author: Tomas Cohen Arazi Date: Thu Dec 4 14:15:05 2014 -0300 DBRev 3.19.00.000: keep moving Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/updatedatabase.pl | 6 ++++++ kohaversion.pl | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 8 14:23:34 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 08 Dec 2014 13:23:34 +0000 Subject: [koha-commits] main Koha release repository branch 3.14.x updated. v3.14.11-8-g783cece Message-ID: This is an automated email from the git hooks/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.14.x has been updated via 783cece92defe849a438314be9e96e28c9c3ad9f (commit) via 961c622e706145bd77ae187349a6d59f39e8ea44 (commit) from c27f7ad17d0135102bb7b2d23f9543aed415767b (commit) Those revisions listed 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 783cece92defe849a438314be9e96e28c9c3ad9f Author: Kyle M Hall Date: Wed Aug 6 17:36:18 2014 -0500 Bug 12432 [QA Followup] - Make "All" tab work when switching back to it Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi Signed-off-by: Galen Charlton (cherry picked from commit 911127588b4c0b71a18f1f474324f302447eba09) Signed-off-by: Fridolin Somers commit 961c622e706145bd77ae187349a6d59f39e8ea44 Author: Kyle M Hall Date: Mon Jul 28 10:18:59 2014 -0500 Bug 12432 - Saved reports tabs not working In release 3.14.05.000 the tabs on the Saved Reports page worked correctly but after upgrading to 3.16.00.000 the tabs stop working. Visually the tabs change but the table of reports is not filtered. There are no errors reported in the browser console. Test Plan: 1) Attempt to filter saved reports by group tabs 2) Note no matter the tab you select, all reports appear 3) Apply this patch 4) Repeat step 1 5) Note the reports are now filtered correctly Signed-off-by: Christopher Brannon Signed-off-by: Katrin Fischer Passes all tests and QA script, works as described with the second patch applied as well. Signed-off-by: Tomas Cohen Arazi Signed-off-by: Galen Charlton (cherry picked from commit 273e86c045ad7e34a3eedeee0c5d3328af8a7605) Signed-off-by: Fridolin Somers ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/reports/guided_reports_start.tt | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 8 14:24:34 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 08 Dec 2014 13:24:34 +0000 Subject: [koha-commits] main Koha release repository branch 3.14.x updated. v3.14.11-9-gd6d5df6 Message-ID: This is an automated email from the git hooks/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.14.x has been updated via d6d5df61dccf433c0f8554b623ba93989e2c8a83 (commit) from 783cece92defe849a438314be9e96e28c9c3ad9f (commit) Those revisions listed 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 d6d5df61dccf433c0f8554b623ba93989e2c8a83 Author: Mathieu Saby Date: Mon Sep 16 11:42:44 2013 +0200 Bug 10893: fix location facet in UNIMARC Location facet in UNIMARC is void. In the code, it is build on 995$c, while location is store in 995$e (see record.abs). This patch replace 995$c with 995$e in Koha.pm To test : 1. Use a UNIMARC Koha instance with ONE branch, and SEVERAL locations 2. Make a search in opac and staff interface : no location facet on the left side of the screen 3. apply the patch 4. Make the same search : location facets will be displayed NOTE: I, Mark Tompsett, rebased this. I confirmed that 995$c should be 995$e (wiki, Holdings_data_fields_(9xx) page) Also note that the code relocated based on bug 10078, causing the patch to not apply. Signed-off-by: Mark Tompsett NOTE: The location facet did not appear in master, but after applying the patch, it did appear. Because of the code being moved, it is no longer affected by the branch count or singleBranchMode. Signed-off-by: Katrin Fischer Fixes wrong subfield code for UNIMARC. Signed-off-by: Galen Charlton (cherry picked from commit 81cc05cbd6ea31151a03989edd1ffb3f775c3582) Signed-off-by: Fridolin Somers ----------------------------------------------------------------------- Summary of changes: C4/Koha.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 8 14:27:14 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 08 Dec 2014 13:27:14 +0000 Subject: [koha-commits] main Koha release repository branch 3.14.x updated. v3.14.11-10-gbbd3ed7 Message-ID: This is an automated email from the git hooks/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.14.x has been updated via bbd3ed759d7c7e97716631224c9f83b997021d9e (commit) from d6d5df61dccf433c0f8554b623ba93989e2c8a83 (commit) Those revisions listed 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 bbd3ed759d7c7e97716631224c9f83b997021d9e Author: Fridolin Somers Date: Wed May 7 17:58:45 2014 +0200 Bug 12211: fix wrong home link in bootstrap public catalog login page In bootstrap opac-auth.tt, the link to "Home" in breadcrumbs leads to #, it should lead to opac-main.pl like in all other pages. Test plan : - Use boostrap opac theme - Go to cgi-bin/koha/opac-user.pl when not logged => without patch, clicking on Home does not change the page => with patch, clicking on Home leads to opac-main.pl Signed-off-by: Bernardo Gonzalez Kriegel Link ok, no errors. Signed-off-by: Katrin Fischer Works as described. Signed-off-by: Galen Charlton (cherry picked from commit c5de0df104c65289a04d7d16f5b56daa7667b13b) Signed-off-by: Fridolin Somers ----------------------------------------------------------------------- Summary of changes: koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 10 01:08:10 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 10 Dec 2014 00:08:10 +0000 Subject: [koha-commits] main Koha release repository branch 3.18.x updated. v3.18.00-11-g70d28ef Message-ID: This is an automated email from the git hooks/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.18.x has been updated via 70d28ef1b2cf01f75aa37ea8ba024462c87abde6 (commit) from b28f439a582a5eafbdfb32b2890d6b069ec2df7c (commit) Those revisions listed 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 70d28ef1b2cf01f75aa37ea8ba024462c87abde6 Author: Chris Cormack Date: Wed Dec 10 12:47:30 2014 +1300 Bug 13425 - XSS in opac facets - Patch for master and 3.18 To Test 1/ Craft a url like /cgi-bin/koha/opac-search.pl?q=123&sort_by='">&limit=123 It is important it must return results and facets 2/ Notice the js is executed 3/ Apply the patch test again Signed-off-by: Mirko Tietgen Popup is gone after applying the patch. Facet link still shows it but does not execute. It's gone after clicking the link. Signed-off-by: Brendan Gallagher Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-facets.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 10 01:21:10 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 10 Dec 2014 00:21:10 +0000 Subject: [koha-commits] main Koha release repository annotated tag v3.18.01 created. v3.18.01 Message-ID: This is an automated email from the git 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.18.01 has been created at 24d74dd64046f70d09fc98ee9ebc2dace52123ac (tag) tagging 2a89781d4a3bb56fc553b2fca1a203575307c117 (commit) replaces v3.18.00 tagged by Chris Cormack on Wed Dec 10 13:24:50 2014 +1300 - Log ----------------------------------------------------------------- Koha Release 3.18.01 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAABCAAGBQJUh5LSAAoJEG5T+NVYEYs1xeoP/j1M9ebjQgmNWrSuOudXqo5R 31REEkL/yHKv3qx/HKbQt5CGA2lYKVZdVUOQCxS/1zUPF/lrGd6cULPEem4lobYh pBAFRDC5gcnFDD+ky0UAJHWzMcKT3pdn6+USXiSu28IfVGoxM6cVtOU9iDhNIoOD Exmjz0IKnfK1pz8zgJzSIiwIidk4SSwif7WHHVT2r3hOSfi30nkd/7CdxfThWfQj qdyiuvz6z/EmOR7knWF7lM8llrxUE8t9SMDp+Hpts+nwBFK4HvAMaoHVSKkzdaTK u3eJic+YYPhjyjsQHKT0FKU4PF4xY0MuNu62DypkfRcTghW9rrcZtgz0l3bkDnyX IeP4p2ZsPa678m5SJy2rubFw9GEFit3VOpd10N2m+iRK/27nrIIFQ2xRCMcpIqNq s89CCCN2pHUBywlP+qnnhnIw251NXmKceyxJKtjyhJYrALX0hQ88y/ZeGTWqMfeK M8ZpQKUmmBoWcWS83veIRMyjFMhe94zFzAps9PnI/8eKqNiFvly+bxY7Yus9UXJf v7TqiYLDyIPSdR7LQa36YUScaHt8nwBcnh/6KKx0Cx9Ycz35XdgknicEyMIoZaWN lA6D5/TfHU0whb1IsuP/H/xFeVUjYTYMGfBSLcDgGIDsxPixilPPKRtFQJ5B7Ewl ZB47OMffdVoyrW0t9c/R =R6gC -----END PGP SIGNATURE----- Chris Cormack (2): Bug 13425 - XSS in opac facets - Patch for master and 3.18 Increment version for 3.18.1 release Jonathan Druart (6): Bug 12839: aqbooksellers.gstreg is never used Bug 12841: aqorders fields should not be mapped Bug 12980: GetHistory does useless processing Bug 12852: The "preview" param can be removed serials/claims.pl Bug 12852: Some unused stuffs more Bug 12852: C4::Bookseller should not be imported anymore Katrin Fischer (1): Bug 12567: Make catalog statistics wizard publication year work for MARC21 Liz Rea (1): Bug 12123 - [Alternative patch] HTML notices can break the notice viewer Robin Sheat (2): Bug 13359 - allow the packages to use virtual-mysql-* Bug 13377: mark automatic_renewals.pl as executable ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 10 01:21:34 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 10 Dec 2014 00:21:34 +0000 Subject: [koha-commits] main Koha release repository branch 3.18.x updated. v3.18.01 Message-ID: This is an automated email from the git hooks/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.18.x has been updated via 2a89781d4a3bb56fc553b2fca1a203575307c117 (commit) from 70d28ef1b2cf01f75aa37ea8ba024462c87abde6 (commit) Those revisions listed 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 2a89781d4a3bb56fc553b2fca1a203575307c117 Author: Chris Cormack Date: Wed Dec 10 13:23:37 2014 +1300 Increment version for 3.18.1 release Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/updatedatabase.pl | 6 + kohaversion.pl | 2 +- misc/release_notes/release_notes_3_18_1.txt | 238 +++++++++++++++++++++++++++ 3 files changed, 245 insertions(+), 1 deletion(-) create mode 100644 misc/release_notes/release_notes_3_18_1.txt hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 10 07:36:57 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 10 Dec 2014 06:36:57 +0000 Subject: [koha-commits] main Koha release repository branch 3.16.x updated. v3.16.04-3-gb7f8b5c Message-ID: This is an automated email from the git hooks/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.16.x has been updated via b7f8b5cfde600daede07b9fa281a1bbb4463d04d (commit) via 30ca6c1d0eaf15ffc4339cb20595241182b9cdae (commit) from 6073d8943c74dcb2319fbd8415f819521d5b1092 (commit) Those revisions listed 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 b7f8b5cfde600daede07b9fa281a1bbb4463d04d Author: Mason James Date: Wed Dec 10 18:46:09 2014 +1300 Increment version for 3.16.5 release Signed-off-by: Mason James commit 30ca6c1d0eaf15ffc4339cb20595241182b9cdae Author: Chris Cormack Date: Wed Dec 10 12:47:30 2014 +1300 Bug 13425 - XSS in opac facets - Patch for 3.16 To Test 1/ Craft a url like /cgi-bin/koha/opac-search.pl?q=123&sort_by='">&limit=123 It is important it must return results and facets 2/ Notice the js is executed 3/ Apply the patch test again Test this one both in prog and bootstrap please Signed-off-by: Brendan Gallagher Signed-off-by: Mason James ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/updatedatabase.pl | 6 + .../intranet-tmpl/prog/en/includes/facets.inc | 2 +- kohaversion.pl | 2 +- misc/release_notes/release_notes_3_16_5.txt | 226 ++++++++++++++++++++ 4 files changed, 234 insertions(+), 2 deletions(-) create mode 100644 misc/release_notes/release_notes_3_16_5.txt hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 10 07:53:47 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 10 Dec 2014 06:53:47 +0000 Subject: [koha-commits] main Koha release repository annotated tag v3.16.05 created. v3.16.05 Message-ID: This is an automated email from the git 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.16.05 has been created at 1fad9af22904a3819fcd53130907b0e3876644c7 (tag) tagging b7f8b5cfde600daede07b9fa281a1bbb4463d04d (commit) replaces v3.16.04 tagged by Mason James on Wed Dec 10 19:46:44 2014 +1300 - Log ----------------------------------------------------------------- Koha release 3.16.05 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iQEcBAABAgAGBQJUh+xUAAoJEGPsprNybXB3cBsIAMD/azxBvJafwF8jR+5vrwc3 o+u0MmHFICHLkuU5mh65pZVLVfRoC1TuHZ0rM0Fn4ZkaeyUfi5WQJaNJroEWoQuq yN6HuCtw/BTS+4uLq1kNyT/p7VuXkI+GFqaCxXDtw3qggDEUZwxB7gkfVIevismN ke9OlpZvsRdcR1N8TqJGF+S5IND/vXnsk+s+UgKOFCbVc7h2WUMGOvWJgH3jwLT1 rnjnMJbsEYSODJ+wmdSlN50D70JUfoS7f9MAvGqDQC8RBIQbhDVrz4yZV6OubzR7 dS2zT5kxuFikg+xyPQLSus3rGTmTLrnDM9fR1R9Z7lZaGDqSCWMaUGSJAD3+3P4= =xOex -----END PGP SIGNATURE----- Chris Cormack (1): Bug 13425 - XSS in opac facets - Patch for 3.16 Mason James (1): Increment version for 3.16.5 release Robin Sheat (1): Bug 12849 - fix URLs in sent lists ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 10 08:04:17 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 10 Dec 2014 07:04:17 +0000 Subject: [koha-commits] main Koha release repository branch 3.16.x updated. v3.16.05-1-ga0d5a70 Message-ID: This is an automated email from the git hooks/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.16.x has been updated via a0d5a70de5d5f9f11f7e480afc22c8c3632fcd1b (commit) from b7f8b5cfde600daede07b9fa281a1bbb4463d04d (commit) Those revisions listed 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 a0d5a70de5d5f9f11f7e480afc22c8c3632fcd1b Author: Mason James Date: Wed Dec 10 20:01:07 2014 +1300 fix typo in release notes ----------------------------------------------------------------------- Summary of changes: misc/release_notes/release_notes_3_16_5.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 10 08:04:59 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 10 Dec 2014 07:04:59 +0000 Subject: [koha-commits] main Koha release repository annotated tag v3.16.05 updated. v3.16.05 Message-ID: This is an automated email from the git 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.16.05 has been updated to 9502aaa26fd7d82b3003c1e4e64b3386e3a9432c (tag) from 1fad9af22904a3819fcd53130907b0e3876644c7 (which is now obsolete) tagging a0d5a70de5d5f9f11f7e480afc22c8c3632fcd1b (commit) replaces v3.16.04 tagged by Mason James on Wed Dec 10 20:08:26 2014 +1300 - Log ----------------------------------------------------------------- Koha release 3.16.05 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iQEcBAABAgAGBQJUh/FqAAoJEGPsprNybXB3KrsH/RIzzPR/VmtWqT9IR8ANazv8 IOSBaiIZFelaPeooTYVqV+L5jwQ18rbpP6TOSMVn2z63WLXyHuzexmtpATvw0u30 t0n9OHAg4/KKykIi+raspC/7dn4I07zXd5Pesjlyb5PMaMYsO/707UrRUA6tUyxC 0m+sWTl63lvda9R9fzoMcTIacJ5KFcqet5plQUMk5xwLnWZvpyIn2O5zHCZw7dTp 5sCCjpCuPHrqjzcy52yLuuYEFIvrCJ0RWXrvBzcdmriK6KMvoMID78EMnp/NJRz9 N3aTt098k/ZaP2C74R+CfRHZ/l1emTgYnFPHc4am9C8JBgqR2W1zLzqvGPEd+yc= =MDm0 -----END PGP SIGNATURE----- Chris Cormack (1): Bug 13425 - XSS in opac facets - Patch for 3.16 Mason James (2): Increment version for 3.16.5 release fix typo in release notes Robin Sheat (1): Bug 12849 - fix URLs in sent lists ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 11 11:33:38 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 11 Dec 2014 10:33:38 +0000 Subject: [koha-commits] main Koha release repository branch 3.16.x updated. v3.16.05-2-g6921fae Message-ID: This is an automated email from the git hooks/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.16.x has been updated via 6921fae06efae0967f9adc133b2c4c59c06b435f (commit) via b79058ac1505f4c13dad698bc137c15981f80717 (commit) from a0d5a70de5d5f9f11f7e480afc22c8c3632fcd1b (commit) Those revisions listed 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 6921fae06efae0967f9adc133b2c4c59c06b435f Author: Mason James Date: Thu Dec 11 23:31:56 2014 +1300 Increment version for 3.16.5 (001) release Signed-off-by: Mason James commit b79058ac1505f4c13dad698bc137c15981f80717 Author: Chris Cormack Date: Wed Dec 10 12:47:30 2014 +1300 Bug 13425 - XSS in opac facets - Patch for 3.16 To Test 1/ Craft a url like /cgi-bin/koha/opac-search.pl?q=123&sort_by='">&limit=123 It is important it must return results and facets 2/ Notice the js is executed 3/ Apply the patch test again Test this one both in prog and bootstrap please Signed-off-by: Jared Camins-Esakov Signed-off-by: Mason James ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/updatedatabase.pl | 7 +++++++ koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-facets.inc | 4 ++-- koha-tmpl/opac-tmpl/prog/en/includes/opac-facets.inc | 2 +- kohaversion.pl | 2 +- misc/release_notes/release_notes_3_16_5.txt | 5 +++-- 5 files changed, 14 insertions(+), 6 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 11 11:35:18 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 11 Dec 2014 10:35:18 +0000 Subject: [koha-commits] main Koha release repository annotated tag v3.16.05 updated. v3.16.05 Message-ID: This is an automated email from the git 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.16.05 has been updated to 45bf3bee434b9e36cec1de5f7a87e86f28beb5ef (tag) from 9502aaa26fd7d82b3003c1e4e64b3386e3a9432c (which is now obsolete) tagging ca0bfe630bf20d3b439d3f562fb77e5c18d01851 (commit) replaces v3.16.04 tagged by Mason James on Thu Dec 11 23:34:57 2014 +1300 - Log ----------------------------------------------------------------- Koha release 3.16.05 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iQEcBAABAgAGBQJUiXNRAAoJEGPsprNybXB3/nwH/20rJ8SLXdSZ0ekdmzel8bFX dR4XeN6qTuP1gCxcU/NGU0LFI5IW/CONhFW5oh7zmaDW4gRkl1nMepEDZJdth+UJ Qa/+KQ9CsskXs8DAWJfusbjl544LJbojmKy7JDQI4yd/CqWsSCHuWV8aPogt+/GK LcE+TamgwEkCGnm9G8WYagMbKktf+EsiLbdqKsBFhE01nGHc62oGaDR8k57U3/xr 837iWZFwDLu6uY8fHmUlqHajzkNIokfxNSJF29V4KFioa4VSffYbCbveSmMPjmQ3 V/bjjzXM5zWeMj1pQQsSse2yRPwEZN/rD31nQXXQgPXCQoymwLLf1VNhpSk1uew= =3ZxH -----END PGP SIGNATURE----- Chris Cormack (2): Bug 13425 - XSS in opac facets - Patch for 3.16 Bug 13425 - XSS in opac facets - Patch for 3.16 Mason James (3): Increment version for 3.16.5 release fix typo in release notes Increment version for 3.16.5 (001) release Robin Sheat (1): Bug 12849 - fix URLs in sent lists ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 11 11:42:59 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 11 Dec 2014 10:42:59 +0000 Subject: [koha-commits] main Koha release repository annotated tag v3.16.05 updated. v3.16.05 Message-ID: This is an automated email from the git 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.16.05 has been updated to 27edbfb6dd564310529a7a9641e96b10075cffa2 (tag) from 45bf3bee434b9e36cec1de5f7a87e86f28beb5ef (which is now obsolete) tagging 6921fae06efae0967f9adc133b2c4c59c06b435f (commit) replaces v3.16.04 tagged by Mason James on Thu Dec 11 23:47:00 2014 +1300 - Log ----------------------------------------------------------------- Koha release 3.16.05 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iQEcBAABAgAGBQJUiXYkAAoJEGPsprNybXB3HtYIAJzNPMPXBQa/9Gy+XmxKY0bw FPoRnGFhvzr6ol9FmfKON6kwEKuh41FJGj1JCQs7srHEvd8cK7QvsaOz6RmaY/9g h8Ci3ziNuzKfXvZRs4k7OICTSqDBWNxUlyDPAgHTsdUAVMoO26qaCGT2TMrY4+G4 TiIacrY+k/mzuOX1FxySTJiqkO6KwNOaLeuhogOatxzHDLQY0qprbaCYnfI52wQs sEu4aoT91+i6oXZKTVLQMi18wTw5tEn9zo+MFp7h2RNmDaJyAbsykh2DRlgP6Wyn aCQ/1fVQqELNgHdRxJL9wMFMo9bdD3k4fM7cr1CzFw7B1zntxajaqE+omcXnyRs= =xGno -----END PGP SIGNATURE----- Chris Cormack (2): Bug 13425 - XSS in opac facets - Patch for 3.16 Bug 13425 - XSS in opac facets - Patch for 3.16 Mason James (3): Increment version for 3.16.5 release fix typo in release notes Increment version for 3.16.5 (001) release Robin Sheat (1): Bug 12849 - fix URLs in sent lists ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 11 16:13:44 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 11 Dec 2014 15:13:44 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.18.00-14-g5bdf460 Message-ID: This is an automated email from the git hooks/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 5bdf4601df1de15387fe8a3c43e526e811a3c39f (commit) from ae550b8328d24cd104c2040ac4c569c0b8405194 (commit) Those revisions listed 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 5bdf4601df1de15387fe8a3c43e526e811a3c39f Author: Chris Cormack Date: Wed Dec 10 12:47:30 2014 +1300 Bug 13425 - XSS in opac facets - Patch for master and 3.18 To Test 1/ Craft a url like /cgi-bin/koha/opac-search.pl?q=123&sort_by='">&limit=123 It is important it must return results and facets 2/ Notice the js is executed 3/ Apply the patch test again Signed-off-by: Mirko Tietgen Popup is gone after applying the patch. Facet link still shows it but does not execute. It's gone after clicking the link. Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-facets.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Dec 12 09:07:48 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 12 Dec 2014 08:07:48 +0000 Subject: [koha-commits] main Koha release repository branch 3.14.x updated. v3.14.11-11-gb660177 Message-ID: This is an automated email from the git hooks/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.14.x has been updated via b660177cc5472f753ae7af360ac0c8e707ade6c8 (commit) from bbd3ed759d7c7e97716631224c9f83b997021d9e (commit) Those revisions listed 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 b660177cc5472f753ae7af360ac0c8e707ade6c8 Author: Fridolin Somers Date: Thu Jun 19 10:17:53 2014 +0200 Bug 12451 - circulation rule cant be edited if itemtype contains a space character When an itemtype description contains a space character like " Book" (often used to set this itemtype as first in sorted lists), the edition of an existing circulation rule does not work, it selects the default itemtype. Same for patron category. It's because the JavaScript code performs a trim on value existing in table itm = itm.replace(/^\s*|\s*$/g,''); This patch adds trim on select options in editing line. Test plan : - Create an itemtype with a leading or trailling space in description : ie " Book" - Go to cgi-bin/koha/admin/smart-rules.pl - Create a rule with this itemtype, Unit=hours and Hard due date=Exactly on 31/12/2015 (any date) - Click on Edit on this rule line => Without this patch, the default itemtype is selected in edition line => With this patch, the correct itemtype is selected in edition line Check others selects are ok : - Create a rule with Unit=hours and Hard due date=Exactly on 31/12/2015 (any date) - Click on Edit on this rule line => The correct options are selected Same tests with a patron category containing a leading or trailling space in description Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi Signed-off-by: Galen Charlton (cherry picked from commit 4b316bf85681fca76b45463b7152f2e34a018c55) ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Dec 12 09:46:17 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 12 Dec 2014 08:46:17 +0000 Subject: [koha-commits] main Koha release repository branch 3.14.x updated. v3.14.11-12-g1caaf4e Message-ID: This is an automated email from the git hooks/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.14.x has been updated via 1caaf4e24ba99541df1b8feeb9fdeb759c6ab2c6 (commit) from b660177cc5472f753ae7af360ac0c8e707ade6c8 (commit) Those revisions listed 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 1caaf4e24ba99541df1b8feeb9fdeb759c6ab2c6 Author: Fridolin Somers Date: Wed Jun 11 12:25:19 2014 +0200 Bug 12405 - Search links on callnumber fails on intranet results page On intranet results page, the callnumber of items is a search like : /cgi-bin/koha/catalogue/search.pl?idx=callnum&q=[% result.itemcallnumber |url %] The callnumber should be URI-escaped to avoid special URI characters like & , ? ... If the callnumber contains some CCL words or parenthesis, the search will fail, it should be wrapped with double-quotes. This patch adds this to catalogue/results.pl and catalogue/shelves.pl : - uri TT filter instead of url - adds double-quotes using there URI code %22 since its in a HTML attribute using double-quotes Test plan : - Edit an item callnumber with : & ABC 123 - Index zebraqueue - Perform a search returning this item - Click on the callnumber => Without this patch you get no result, because URL parameters are : idx=callnum&q=& ABC 123 => With this patch you get results - Set syspref QueryWeightFields off (because this is no bug if on) - Edit an item callnumber with : AB(C) AND OR - Index zebraqueue - Perform a search returning this item - Click on the callnumber => Without this patch you get no result, because the search contains CCL words "OR" and "AND" => With this patch you get results Signed-off-by: Liz Rea Tested all with and without queryweightfields - all searches from clicked call numbers for given callnumbers fail without the patch, all are successful with the patch. Signed-off-by: Katrin Fischer Works as described - no problems found. Passes tests and QA script. Signed-off-by: Tomas Cohen Arazi Signed-off-by: Galen Charlton (cherry picked from commit 05ace0b38085a11fbdd7c031a8a251243544b564) ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt | 8 ++++---- .../intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 15 06:18:37 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 15 Dec 2014 05:18:37 +0000 Subject: [koha-commits] main Koha release repository annotated tag v3.16.05.1 created. v3.16.05.1 Message-ID: This is an automated email from the git 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.16.05.1 has been created at 110a4f6379600f5c6a47947fa7423974f4bd3936 (tag) tagging 6921fae06efae0967f9adc133b2c4c59c06b435f (commit) replaces v3.16.04 tagged by Mason James on Mon Dec 15 18:18:28 2014 +1300 - Log ----------------------------------------------------------------- Koha release 3.16.05.1 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iQEcBAABAgAGBQJUjm8kAAoJEGPsprNybXB3Hw8IAMMpLVyf3TQkCQy+PUCYVQo0 rRXrUIfLj9b089Iwh5egQB50IjJZxm00lZ0cywHr0jQfrgnVcN4tkd948Vbyw+xj 6klSfYGEmqVeNrEa9tRZdY2pUAMbKqss8JmTBCxKvn4cjPE6U7Jv1LDTeUD6ICS5 23ieEtWhXUWyv/gCz/x//vLGQOXZy3zOx7HNym/AlejMoT0xaNVJK0wNGUiQTjSl 56N9eiejHqtKX6V1bj08V+FOi6N4feINxl4qBqz4ARywLx3nM8TbVPRV8lqh4Ms4 1g90GolzVrFytY8fQD86rTANR5ekwauaNfBcGUtWqZlC+YhDIupdxoQSrJvBbnc= =kMyE -----END PGP SIGNATURE----- Chris Cormack (2): Bug 13425 - XSS in opac facets - Patch for 3.16 Bug 13425 - XSS in opac facets - Patch for 3.16 Mason James (3): Increment version for 3.16.5 release fix typo in release notes Increment version for 3.16.5 (001) release Robin Sheat (1): Bug 12849 - fix URLs in sent lists ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 15 06:19:43 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 15 Dec 2014 05:19:43 +0000 Subject: [koha-commits] main Koha release repository annotated tag v3.16.05 updated. v3.16.05 Message-ID: This is an automated email from the git 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.16.05 has been updated to aad8e12d1adbb20e1a5a797aa5715fe39b79cb56 (tag) from 27edbfb6dd564310529a7a9641e96b10075cffa2 (which is now obsolete) tagging b7f8b5cfde600daede07b9fa281a1bbb4463d04d (commit) replaces v3.16.04 tagged by Mason James on Mon Dec 15 18:21:04 2014 +1300 - Log ----------------------------------------------------------------- Koha release 3.16.05 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iQEcBAABAgAGBQJUjm/AAAoJEGPsprNybXB3uasH/iW3A9thb+5uxpQ/aihXqK9o NCm8R3JE31qMHkRQMHJsO2Esu+zZUnEVZnQVfBu3dQ3A9FRxtuDBt9dASj5HtGZg BPZX8twNQ62gtIn58AXDadPXK6Wz5YJMvG6BaoZN7e0BdaAthqPKlyuwIQ9h7tm0 uIV/tSOZwjyFgXgag53b2MlyAaox6+WqEeh7Z0CD/b8ogVo2RegRq6vDQVyPVQhG Uf5LcHy1YtL9An5JHfosUJ7t3kWMm3hcmH6kdhSChief3Qna7J30Pilzrc/6sIDl QSOylC1rMn0uUinIML5/LO0UFK/YTXUjd1ykuy/2Oedq59lVfTkI/oLOHOxZJ+g= =LA1U -----END PGP SIGNATURE----- Chris Cormack (1): Bug 13425 - XSS in opac facets - Patch for 3.16 Mason James (1): Increment version for 3.16.5 release Robin Sheat (1): Bug 12849 - fix URLs in sent lists ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 15 17:27:52 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 15 Dec 2014 16:27:52 +0000 Subject: [koha-commits] main Koha release repository branch 3.14.x updated. v3.14.11-14-g00a42d6 Message-ID: This is an automated email from the git hooks/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.14.x has been updated via 00a42d61674b31ad9260a6b06fe41adbfeb59ee8 (commit) via 7cba916cef9f41a95b29549aaebd3accf2d8b6f0 (commit) from 1caaf4e24ba99541df1b8feeb9fdeb759c6ab2c6 (commit) Those revisions listed 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 00a42d61674b31ad9260a6b06fe41adbfeb59ee8 Author: Jonathan Druart Date: Mon Jun 23 11:43:48 2014 +0200 Bug 12086: qa-followup: remove warning on launching unit tests Without this patch, the following warning appears: t/db_dependent/Holds/RevertWaitingStatus.t .. Subroutine C4::Context::userenv redefined at t/db_dependent/Holds/RevertWaitingStatus.t line 25. Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi Signed-off-by: Galen Charlton (cherry picked from commit 8e1b6f76d60efd4b7806788ec44c73348dcbdd51) Signed-off-by: Fridolin Somers commit 7cba916cef9f41a95b29549aaebd3accf2d8b6f0 Author: Kyle M Hall Date: Thu Apr 17 12:10:21 2014 -0400 Bug 12086 - Hold priorities incorrect, when waiting status was reversed 1) Test record has 1 single item, checked out to patron X 2) Place 3 holds for patrons A, B and C, all title level hold this time A, B, C, item branches and staff branch are the same. 3) Return item, confirm hold 4) Confirm item is now waiting for patron A Priorities are: A = Waiting, B = 1, C = 2 5) Open patron account of user B, checkout book Koha asks: Item X has been waiting for patron A... Revert waiting status Confirm. 6) Check priorities: Hold list shows: A = 1, C = 1 Database says: A = 1, C = 3 7) Apply this patch 8) Repeat steps 1-6 9) Note the priorities are correct Signed-off-by: Owen Leonard Test plan correctly predicts the error and the correction made by the patch. Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi Signed-off-by: Galen Charlton (cherry picked from commit de89021646c4eda33703af9516541bd69758573e) Signed-off-by: Fridolin Somers ----------------------------------------------------------------------- Summary of changes: C4/Reserves.pm | 5 +- t/db_dependent/Holds/RevertWaitingStatus.t | 101 ++++++++++++++++++++++++++++ 2 files changed, 104 insertions(+), 2 deletions(-) create mode 100755 t/db_dependent/Holds/RevertWaitingStatus.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 15 17:40:52 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 15 Dec 2014 16:40:52 +0000 Subject: [koha-commits] main Koha release repository branch 3.14.x updated. v3.14.11-15-gc0d4b8f Message-ID: This is an automated email from the git hooks/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.14.x has been updated via c0d4b8f9c880bb11f0ab1187752c2f0cb5f22bac (commit) from 00a42d61674b31ad9260a6b06fe41adbfeb59ee8 (commit) Those revisions listed 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 c0d4b8f9c880bb11f0ab1187752c2f0cb5f22bac Author: David Cook Date: Wed May 21 13:22:10 2014 +1000 Bug 11014 - Slip Print Problem in Chrome Currently, slips cannot be printed in circulation, members, or the self check out when using Chrome. This patch adds a timer of 1ms which allows Chrome's custom code to prevent "window.close" occuring before the user has dealt with the print window. This patch also allows admins to use the 'IntranetSlipPrinterJS' system preference to override the slip printing code by centralizing all the slip printing code in slip-print.inc, and including this JS anywhere it's needed in the staff client. I haven't used this include in the OPAC SCO but perhaps it would make sense to do so as well (even if it isn't referred to in the syspref's name). _TEST PLAN_ 1) Using Chrome on Windows (not sure if this is an issue on other OSes), try to print a slip in the following locations: Fines Tab -> Print button koha-tmpl/intranet-tmpl/prog/en/modules/members/printfeercpt.tt: Details tab -> Print button -> Print slip || Print quick slip koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-receipt.tt: Details tab -> Print button -> Print summary koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-print.tt: Fines tab -> Accounts tab -> Print (Manual invoice of $5 sundry) koha-tmpl/intranet-tmpl/prog/en/modules/members/printinvoice.tt: Checkout tab -> Print button koha-tmpl/intranet-tmpl/prog/en/modules/circ/printslip.tt: Finish button koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/printslip.tt 2) Note that each time you try to print, a new print page is created but closed before you have a chance to print. 3) Apply the patch 4) Repeat Step 1 5) Note that the print page now doesn't close until after you've chosen to print or cancel. Signed-off-by: Christopher Brannon Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi Signed-off-by: Galen Charlton (cherry picked from commit dc38bf4f6ccaaef36ebc098949170e0d8d55ba3c) Signed-off-by: Fridolin Somers Conflicts: koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-print.tt ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/includes/slip-print.inc | 10 ++++++++++ koha-tmpl/intranet-tmpl/prog/en/modules/circ/printslip.tt | 11 +---------- .../prog/en/modules/members/moremember-print.tt | 8 ++------ .../prog/en/modules/members/moremember-receipt.tt | 8 ++------ .../intranet-tmpl/prog/en/modules/members/printfeercpt.tt | 8 ++------ .../intranet-tmpl/prog/en/modules/members/printinvoice.tt | 8 ++------ koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/printslip.tt | 2 +- 7 files changed, 20 insertions(+), 35 deletions(-) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/slip-print.inc hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 15 17:44:50 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 15 Dec 2014 16:44:50 +0000 Subject: [koha-commits] main Koha release repository branch 3.14.x updated. v3.14.11-16-g67d8f68 Message-ID: This is an automated email from the git hooks/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.14.x has been updated via 67d8f680f2d82a4a4540f2337d15ff9faa8e24e7 (commit) from c0d4b8f9c880bb11f0ab1187752c2f0cb5f22bac (commit) Those revisions listed 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 67d8f680f2d82a4a4540f2337d15ff9faa8e24e7 Author: Kyle M Hall Date: Wed May 21 07:14:50 2014 -0400 Bug 12025 - Inventory tool fails with "Could not reads headers", or sometimes a timeout For libraries with large numbers of records, using a file of barcodes in the inventory tool without selecting filters to limit the catalog selection to compare against can result in an error of "could not read headers" or a page timeout. When you upload a file of barcodes, and do not specify any filters on the rest of the form, it effectively runs GetItemsForInventory() such that *every* item in the database is returned. On a large enough database, this takes so long that the script times out. The current documentation in the manual implies that if you upload a file of barcodes, the *only* thing it does is set the date-last-seen field. This is not entirely true; it also tries to compare the list of scanned items to what is expected to be seen in the list of items. The work-around for libraries with a large number of item records is to, when uploading a file of barcodes, to also set the filters (e.g., library, shelving location, call number range, etc.) to specify the range of items that the file of barcodes corresponds to. This patch adds a warning when a librarian attempts to upload a barcode list file for comparison without selecting any filters to limit the catalog selection. Test Plan: 1) Apply this patch 2) Browse to the inventory tool 3) Click the "Choose File" button, select a file 4) Click the "Submit" button 5) You should see a warning message 6) Click "Cancel" 7) Select one of more filters 8) Click the "Submit" button 9) This time the script should proceed without triggering the warning. Signed-off-by: Bernardo Gonzalez Kriegel Work as described following test plan. No errors Signed-off-by: Marcel de Rooy Signed-off-by: Tomas Cohen Arazi Signed-off-by: Galen Charlton (cherry picked from commit 4b9409863eab03072212308e386b3dd622eb9b46) Signed-off-by: Fridolin Somers ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/tools/inventory.tt | 29 +++++++++++++++----- 1 file changed, 22 insertions(+), 7 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 17 23:26:19 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 17 Dec 2014 22:26:19 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.18.00-20-g0edebb1 Message-ID: This is an automated email from the git hooks/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 0edebb12b4aa9bb0532eb574aaaeee201a61f595 (commit) via 6c23ef54a32bbdfcc04e59b96ae9936240c46e41 (commit) via 6413eb9949956b899d4049bf53cb5a6dff15154f (commit) via d37dee3ddf97a028cc42ef15fd9f938d9b7bd89a (commit) via 99f3121ff874fdc38aa607ca0db5b16436dd16ca (commit) via 1c3b98e146df0cdd1976c6bf51840ac2103b24cf (commit) from 5bdf4601df1de15387fe8a3c43e526e811a3c39f (commit) Those revisions listed 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 0edebb12b4aa9bb0532eb574aaaeee201a61f595 Author: Bernardo Gonzalez Kriegel Date: Fri Nov 28 15:14:53 2014 -0300 Bug 13362: translate script creates dirs on update A dir creation was uncommented (by me), the effect is create a lang dir on 'update', which is no needed. To test: 1) Update translation files for a uninstalled language (cd misc/translator; ./translate update xx-YY) 2) Check new dirs koha-tmpl/opac-tmpl/bootstrap/xx-YY/ koha-tmpl/intranet-tmpl/prog/xx-YY/ koha-tmpl/intranet-tmpl/prog/en/modules/help/xx-YY/ 3) Clean all git clean -f -d 4) Apply the patch 5) Repeat 1) (i.e. update) 6) Check no new dirs this time Signed-off-by: Frederic Demians Signed-off-by: Katrin Fischer Tested according to test plan, works as described. Passes tests and QA script. Signed-off-by: Tomas Cohen Arazi commit 6c23ef54a32bbdfcc04e59b96ae9936240c46e41 Author: Owen Leonard Date: Wed Dec 3 08:36:04 2014 -0500 Bug 13375: Syspref search highlight styling broken in Chrome This patch encloses the the syspref description/values mix in a
. It doesn't introduce any regression on other browsers (like Firefox) and has the side effect to make Chrome render the highlighted words on syspref searches well. This alternate patch uses a
instead of a because it will sometimes contain block-level elements. Follow the same plan: To test: - Search for 'facet' on the sysprefs => FAIL: verify it has styling problems in Chrome - Apply the patch, reload => SUCCESS: styling is correct Signed-off-by: Tomas Cohen Arazi Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi commit 6413eb9949956b899d4049bf53cb5a6dff15154f Author: Martin Renvoize Date: Tue Dec 16 17:15:58 2014 +0000 BUG 13468: Overdue notice lists all checked out books This patch should fix the issue when running under 'triggered' mode To test: 1) Run overdue_notices.pl -t -n [to output notices to command line] 2) Note that the notices output, list ALL checked out items 3) Apply Patch 4) Run again 5) Note the difference Signed-off-by: Chris Cormack Signed-off-by: Jonathan Druart Amended patch: remove space changes. Signed-off-by: Tomas Cohen Arazi commit d37dee3ddf97a028cc42ef15fd9f938d9b7bd89a Author: Mark Tompsett Date: Fri Dec 12 11:51:38 2014 -0500 Bug 13451: Holidays.t assumes default data This patch removes that assumption by expressly setting data to be default. TEST PLAN --------- 1) Ensure that branch code is NOT 'MPL' in the repeatable_holidays table in your database. 2) Ensure that branch codes 'MPL' and 'CPL' do not exist in the branches table in your database. 3) prove t/db_dependent/Holidays.t -- this should bomb horribly. 4) Apply patch 5) prove t/db_dependent/Holidays.t -- all tests should succeed. 6) run koha qa tests Signed-off-by: Nick Clemens Signed-off-by: Katrin Fischer Tests pass without holidays in the calendar. Signed-off-by: Tomas Cohen Arazi commit 99f3121ff874fdc38aa607ca0db5b16436dd16ca Author: Tomas Cohen Arazi Date: Thu Dec 11 11:51:20 2014 -0300 Bug 13398: rotating collections scripts are skipped on install This patch makes the Makefile.PL script pick the rotating_collections/ directory for install. To test: - Run: $ perl Makefile.PL - Install using either 'standard' or 'single' method. => FAIL: Verify that there is no 'rotating_collections' directory on the intranet CGI direcory. - Apply the patch - Run: $ perl Makefile.PL - Install using either 'standard' or 'single' method. => SUCCESS: Verify that there is a 'rotating_collections' directory on the intranet CGI direcory. - Sign off :-D Regards Tomas PS1: Note that it should be enough to check for the rotating_collections files on the generated Makefile after 'perl Makefile.PL'. PS2: The packages use the 'standard' install method to generate the file tree. So this patch should fix the packages too. Signed-off-by: Katrin Fischer Signed-off-by: Martin Renvoize Signed-off-by: Tomas Cohen Arazi commit 1c3b98e146df0cdd1976c6bf51840ac2103b24cf Author: Jonathan Druart Date: Wed Dec 10 09:38:12 2014 +0100 Bug 13428: Fix regression on deleting facets Test plan: Search for something click on a facet with diacritic click on another facet remove the facet with diacritic Signed-off-by: Mason James Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: Makefile.PL | 1 + .../prog/en/modules/admin/preferences.tt | 4 +-- misc/cronjobs/overdue_notices.pl | 13 ++++++-- misc/translator/LangInstaller.pm | 1 - opac/opac-search.pl | 3 +- t/db_dependent/Holidays.t | 35 ++++++++++++++++++++ 6 files changed, 51 insertions(+), 6 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 18 00:02:49 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 17 Dec 2014 23:02:49 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.18.00-27-gef6bc21 Message-ID: This is an automated email from the git hooks/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 ef6bc21b2c4ebe04f6d22d081e447f6bb2955029 (commit) via c7081a0852b8d627328e503cfe53b8f32e6d623a (commit) via 6d37e83e4dc98d4e5a061428386eb4ce0c05ef33 (commit) via a42954627ec129e47ebc47d36cf87d33617bd808 (commit) via 84fbded3645a85c507afaab4dff42396a3974e47 (commit) via a88a3d04aba8baa58fbde846a57eb5baa0eb9d10 (commit) via 566b2689d0946c0583096661e34c983836218e31 (commit) from 0edebb12b4aa9bb0532eb574aaaeee201a61f595 (commit) Those revisions listed 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 ef6bc21b2c4ebe04f6d22d081e447f6bb2955029 Author: Chris Cormack Date: Tue Dec 2 14:16:40 2014 +1300 Bug 13368 Holds priority messed up on checkout To Test 1/ Create 3 (or more holds) on one biblionumber, make sure at least one item is not on loan 2/ Check out the not on loan item to a borrower (maybe number 2 in the queue) 3/ Look in the database (or on the holds tab on the moredetail.pl) notice the priorities have not been reordered 4/ Apply patch and try again, notice now they have Signed-off-by: Owen Leonard Confirmed the problem without the patch, and confirmed that the patch corrects it. Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi commit c7081a0852b8d627328e503cfe53b8f32e6d623a Author: Kyle M Hall Date: Fri Dec 12 07:00:29 2014 -0500 Bug 13410 [QA Followup] Signed-off-by: Tomas Cohen Arazi commit 6d37e83e4dc98d4e5a061428386eb4ce0c05ef33 Author: Marc V?ron Date: Tue Dec 9 05:21:06 2014 +0100 Bug 13410 - Untranslatable "Change messaging preferences to default for this category?" To test: In staff client, go to Home > Patrons Click button "New patron" and choose a category Change Patron messaging preferences Now change Category Make sure that following message box still appears: "Change messaging preferences to default for this category?" Signed-off-by: Owen Leonard Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi commit a42954627ec129e47ebc47d36cf87d33617bd808 Author: Mason James Date: Wed Nov 26 13:51:45 2014 +1300 fix for 13331 [Bug 13331] Subfield does not show in cataloging editor - if subfield is disabled in OPAC/enabled in Staff, via frameworks to test... 1/ attempt to add a new bib in the cataloguing editor, default framewok - observe 245b subfield is visible in the editor, for tab 2 2/ uncheck the OPAC visibility for 245b, within the framework editor - then save 3/ repeat step 1/ - observe that the 245b subfield has disappeared from the cataloguing editor! 4/ apply patch, 5/ repeat step 1/ - observe that the 245b subfield now displays correctly in the cataloguing editor note: this looks looks like a typo bug, that has been in koha for years Signed-off-by: wajasu Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi commit 84fbded3645a85c507afaab4dff42396a3974e47 Author: Tomas Cohen Arazi Date: Thu Nov 27 09:13:14 2014 -0300 Bug 13355: System preferences tab value wrong in templates This patch fixes a bug on the system preferences tab templates. To test: To reproduce: (1) - Choose a tab on the sysprefs section (for example 'Enhanced Content') - Right click on 'Enhanced Content preferences' title, and choose to 'inspect' the code => FAIL: you will see below the form tag something like: (2) - Do a syspref search (for example 'facet'). - Right click on one of the category titles (for example 'OPAC preferences') => FAIL: you will see below the form tag something like: - Apply the patch - Repeat (1) and (2) => SUCCESS: you will see below the form tag something like: and respectively. - Sign off :-D Regards Signed-off-by: wajasu Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi commit a88a3d04aba8baa58fbde846a57eb5baa0eb9d10 Author: Katrin Fischer Date: Sat Nov 29 11:41:50 2014 +0100 Bug 10051: Separate first name and surname with comma in overdues report The name of the patron who has overdues is displayed as "surname first name" instead of "surname, first name". To test: - Go to circulation > overdues - Verify that first name and surname are not separated by comma - Apply patch - Verify the display is improved with a comma - Delete the first name from one of the patrons - Verify display is still ok Signed-off-by: David Roberts Signed-off-by: Christopher Brannon Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi commit 566b2689d0946c0583096661e34c983836218e31 Author: Katrin Fischer Date: Sun Nov 30 08:10:48 2014 +0100 Bug 11706: Typo fix for "efault" in old database update To test: - Verify the typo has been correct and no other changes have been made Signed-off-by: Bernardo Gonzalez Kriegel Typo fixed, no koha-qa errors. Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: C4/Reserves.pm | 2 +- admin/preferences.pl | 4 ++-- cataloguing/addbiblio.pl | 4 ++-- installer/data/mysql/updatedatabase.pl | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 18 00:17:49 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 17 Dec 2014 23:17:49 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.18.00-34-g22d9db6 Message-ID: This is an automated email from the git hooks/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 22d9db667281319afd9811f75c4e6a0ee298d334 (commit) via 5d6d9de5e7a9c682c835c2522e21d9878786fd51 (commit) via 8523f208f30b204a2a6cffb8dd4088935bdd2343 (commit) via c5a8db10564f1dd1d8e87e9009df9c7918e2c1eb (commit) via bf681e28bab3d6c5b3a190dd7fe453369d600696 (commit) via d9c99b6f5ef40bb546231cf35581d4308f1ae3bc (commit) via df2e9169b23ad3ecfbbf73367a19cb9117fb4ed4 (commit) from ef6bc21b2c4ebe04f6d22d081e447f6bb2955029 (commit) Those revisions listed 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 22d9db667281319afd9811f75c4e6a0ee298d334 Author: Kyle M Hall Date: Fri Dec 12 09:04:57 2014 -0500 Bug 13449 - Syndetics TOC will not display in some cases For reasons unknown, the table of contents data from Syndetics will not display if there is no p element, even though within that if for the p element there's a second one for the p element! This is neither good nor necessary. Test Plan: 1) Enable Syndetics 2) Find a record that should have a Syndetics TOC but doesn't 3) Apply this patch 4) Reload the page 5) Note the Syndetics TOC data now displays Signed-off-by: Julius Fleschner Signed-off-by: Katrin Fischer I couldn't test but from reading the code this should not have any negative consequences. Signed-off-by: Tomas Cohen Arazi commit 5d6d9de5e7a9c682c835c2522e21d9878786fd51 Author: Kyle M Hall Date: Fri Dec 12 07:59:50 2014 -0500 Bug 13400 [QA Followup] - Fix tabs and quotes Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi commit 8523f208f30b204a2a6cffb8dd4088935bdd2343 Author: Marc V?ron Date: Mon Dec 8 03:55:15 2014 +0100 Bug 13400: Untranslatable "Are you sure you want to delete this authority?" This patch makes the string "Are you sure you want to delete this authority?" translatable using the function _(...) To test, apply patch and check that deleting authorities still works. Signed-off-by: Owen Leonard Tested successfully with the following procedure: 1. Applied the patch. 2. Ran perl translate update de-DE 3. Edited de-DE-i-staff-t-prog-v-3006000.po to add a "translation" 4. Removed "#, fuzzy" marker from po entry. 5. perl translate -v install de-DE 6. Testing deleting an authority from the authority search results page and from the detail page. My translated string appeared correctly. Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi commit c5a8db10564f1dd1d8e87e9009df9c7918e2c1eb Author: Katrin Fischer Date: Sun Nov 30 20:57:07 2014 +0100 Bug 12084: Format planned date in publication details on detail page If items are created for a serial subscription, the issue information is shown on the details page in staff with the planned date in (). To test: 1) Create a subscription with items added on receive 2) Receive a few issues and create items 3) Check the staff detail page 4) Verify that the published date shows under Publication details in the items table, but that the date is not formatted 5) Apply patch 6) Verify the date is now formatted according to the DateFormat system preference setting Signed-off-by: Paola Rossi Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi commit bf681e28bab3d6c5b3a190dd7fe453369d600696 Author: Jonathan Druart Date: Thu Dec 4 16:05:34 2014 +0100 Bug 12059: Prefer to list fields in the query To avoir further issue, it's better to explicitely list the fields we want to retrieve. Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi commit d9c99b6f5ef40bb546231cf35581d4308f1ae3bc Author: Katrin Fischer Date: Mon Nov 10 09:55:52 2014 +0100 Bug 12059: Publisher column on invoice page always empty This patch moves the publisher information out of its own always empty column into the Summary column below the title, as it is on other acq pages. The information was never displaying, as publishercode is in biblioitems and that table was not selected by GetInvoiceDetails. Also modified the code to take into account that UNIMARC uses biblioitems.publicationyear and MARC21/NORMARC use bibio.copyrightdate for the copyright year. To test: - create an invoice for records that - have a publication year - have no publication year - have a publisher... - 'finish receiving' and check the invoice summary page ...acqui/invoice.pl?invoiceid=? - Make sure all the information displays now but didn't witout the patch. Signed-off-by: Paola Rossi Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi commit df2e9169b23ad3ecfbbf73367a19cb9117fb4ed4 Author: Alexander Cheeseman Date: Mon Dec 15 11:04:33 2014 +1300 bug 13460: suggestion.tt now uses Price plugin To test: 1/ Add a new suggestion, put some values for the price 2/ View the suggestion in the staff interface 2/ Switch the currency format 3/ Notice the format of the price does not change 4/ Apply patch 5/ Notice now the syspref is respected Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Works as described, thx! Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: C4/Acquisition.pm | 7 ++++++- .../intranet-tmpl/prog/en/modules/acqui/invoice.tt | 19 +++++++++---------- .../prog/en/modules/authorities/detail.tt | 8 ++++---- .../prog/en/modules/authorities/searchresultlist.tt | 3 +-- .../prog/en/modules/catalogue/detail.tt | 2 +- .../prog/en/modules/suggestion/suggestion.tt | 5 +++-- .../opac-tmpl/bootstrap/en/modules/opac-detail.tt | 2 -- 7 files changed, 24 insertions(+), 22 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 18 00:59:44 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 17 Dec 2014 23:59:44 +0000 Subject: [koha-commits] main Koha release repository branch 3.18.x updated. v3.18.01-1-g1dc73d2 Message-ID: This is an automated email from the git hooks/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.18.x has been updated via 1dc73d238ae880689d751e6a765d5201a7dac186 (commit) from 2a89781d4a3bb56fc553b2fca1a203575307c117 (commit) Those revisions listed 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 1dc73d238ae880689d751e6a765d5201a7dac186 Author: Jonathan Druart Date: Wed Dec 10 09:38:12 2014 +0100 Bug 13428: Fix regression on deleting facets Test plan: Search for something click on a facet with diacritic click on another facet remove the facet with diacritic Signed-off-by: Mason James Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 1c3b98e146df0cdd1976c6bf51840ac2103b24cf) Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: opac/opac-search.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 18 01:00:40 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 18 Dec 2014 00:00:40 +0000 Subject: [koha-commits] main Koha release repository branch 3.18.x updated. v3.18.01-2-g5a4d206 Message-ID: This is an automated email from the git hooks/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.18.x has been updated via 5a4d2067be86c5df4fc9e78e55f0b9c6c74ac970 (commit) from 1dc73d238ae880689d751e6a765d5201a7dac186 (commit) Those revisions listed 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 5a4d2067be86c5df4fc9e78e55f0b9c6c74ac970 Author: Tomas Cohen Arazi Date: Thu Dec 11 11:51:20 2014 -0300 Bug 13398: rotating collections scripts are skipped on install This patch makes the Makefile.PL script pick the rotating_collections/ directory for install. To test: - Run: $ perl Makefile.PL - Install using either 'standard' or 'single' method. => FAIL: Verify that there is no 'rotating_collections' directory on the intranet CGI direcory. - Apply the patch - Run: $ perl Makefile.PL - Install using either 'standard' or 'single' method. => SUCCESS: Verify that there is a 'rotating_collections' directory on the intranet CGI direcory. - Sign off :-D Regards Tomas PS1: Note that it should be enough to check for the rotating_collections files on the generated Makefile after 'perl Makefile.PL'. PS2: The packages use the 'standard' install method to generate the file tree. So this patch should fix the packages too. Signed-off-by: Katrin Fischer Signed-off-by: Martin Renvoize Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 99f3121ff874fdc38aa607ca0db5b16436dd16ca) Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: Makefile.PL | 1 + 1 file changed, 1 insertion(+) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 18 01:06:01 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 18 Dec 2014 00:06:01 +0000 Subject: [koha-commits] main Koha release repository branch 3.18.x updated. v3.18.01-3-g85ea125 Message-ID: This is an automated email from the git hooks/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.18.x has been updated via 85ea12515a88bb159dc556a16f63910e9eb13797 (commit) from 5a4d2067be86c5df4fc9e78e55f0b9c6c74ac970 (commit) Those revisions listed 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 85ea12515a88bb159dc556a16f63910e9eb13797 Author: Mark Tompsett Date: Fri Dec 12 11:51:38 2014 -0500 Bug 13451: Holidays.t assumes default data This patch removes that assumption by expressly setting data to be default. TEST PLAN --------- 1) Ensure that branch code is NOT 'MPL' in the repeatable_holidays table in your database. 2) Ensure that branch codes 'MPL' and 'CPL' do not exist in the branches table in your database. 3) prove t/db_dependent/Holidays.t -- this should bomb horribly. 4) Apply patch 5) prove t/db_dependent/Holidays.t -- all tests should succeed. 6) run koha qa tests Signed-off-by: Nick Clemens Signed-off-by: Katrin Fischer Tests pass without holidays in the calendar. Signed-off-by: Tomas Cohen Arazi (cherry picked from commit d37dee3ddf97a028cc42ef15fd9f938d9b7bd89a) Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: t/db_dependent/Holidays.t | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 18 01:41:06 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 18 Dec 2014 00:41:06 +0000 Subject: [koha-commits] main Koha release repository branch 3.18.x updated. v3.18.01-5-g4de5a80 Message-ID: This is an automated email from the git hooks/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.18.x has been updated via 4de5a80e26baa90f09bed9c9fb7af1bfeffcf335 (commit) via 350cf1df415109ed552217cebbdc5fe728f68971 (commit) from 85ea12515a88bb159dc556a16f63910e9eb13797 (commit) Those revisions listed 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 4de5a80e26baa90f09bed9c9fb7af1bfeffcf335 Author: Owen Leonard Date: Wed Dec 3 08:36:04 2014 -0500 Bug 13375: Syspref search highlight styling broken in Chrome This patch encloses the the syspref description/values mix in a
. It doesn't introduce any regression on other browsers (like Firefox) and has the side effect to make Chrome render the highlighted words on syspref searches well. This alternate patch uses a
instead of a because it will sometimes contain block-level elements. Follow the same plan: To test: - Search for 'facet' on the sysprefs => FAIL: verify it has styling problems in Chrome - Apply the patch, reload => SUCCESS: styling is correct Signed-off-by: Tomas Cohen Arazi Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 6c23ef54a32bbdfcc04e59b96ae9936240c46e41) Signed-off-by: Chris Cormack commit 350cf1df415109ed552217cebbdc5fe728f68971 Author: Martin Renvoize Date: Tue Dec 16 17:15:58 2014 +0000 BUG 13468: Overdue notice lists all checked out books This patch should fix the issue when running under 'triggered' mode To test: 1) Run overdue_notices.pl -t -n [to output notices to command line] 2) Note that the notices output, list ALL checked out items 3) Apply Patch 4) Run again 5) Note the difference Signed-off-by: Chris Cormack Signed-off-by: Jonathan Druart Amended patch: remove space changes. Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 6413eb9949956b899d4049bf53cb5a6dff15154f) Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: .../intranet-tmpl/prog/en/modules/admin/preferences.tt | 4 ++-- misc/cronjobs/overdue_notices.pl | 13 +++++++++++-- 2 files changed, 13 insertions(+), 4 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 18 02:12:07 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 18 Dec 2014 01:12:07 +0000 Subject: [koha-commits] main Koha release repository branch 3.18.x updated. v3.18.01-10-gc09df7a Message-ID: This is an automated email from the git hooks/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.18.x has been updated via c09df7ab9d6b0b75281af637b54ec9d3096334d5 (commit) via 75bb2aa63e5ad392e8846a281f695c50fb5464d2 (commit) via 20cf49b9ac2279ceccc8f59492759befd699813d (commit) via 2f7b637893dfba0cf64a9ebadb925ac4f6911ee6 (commit) via 98d7b1a8c222cee85eb0d770f46e91d78f124712 (commit) from 4de5a80e26baa90f09bed9c9fb7af1bfeffcf335 (commit) Those revisions listed 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 c09df7ab9d6b0b75281af637b54ec9d3096334d5 Author: Mason James Date: Wed Nov 26 13:51:45 2014 +1300 Bug 13331 Subfield does not show in cataloging editor - if subfield is disabled in OPAC/enabled in Staff, via frameworks to test... 1/ attempt to add a new bib in the cataloguing editor, default framewok - observe 245b subfield is visible in the editor, for tab 2 2/ uncheck the OPAC visibility for 245b, within the framework editor - then save 3/ repeat step 1/ - observe that the 245b subfield has disappeared from the cataloguing editor! 4/ apply patch, 5/ repeat step 1/ - observe that the 245b subfield now displays correctly in the cataloguing editor note: this looks looks like a typo bug, that has been in koha for years Signed-off-by: wajasu Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi (cherry picked from commit a42954627ec129e47ebc47d36cf87d33617bd808) Signed-off-by: Chris Cormack commit 75bb2aa63e5ad392e8846a281f695c50fb5464d2 Author: Tomas Cohen Arazi Date: Thu Nov 27 09:13:14 2014 -0300 Bug 13355: System preferences tab value wrong in templates This patch fixes a bug on the system preferences tab templates. To test: To reproduce: (1) - Choose a tab on the sysprefs section (for example 'Enhanced Content') - Right click on 'Enhanced Content preferences' title, and choose to 'inspect' the code => FAIL: you will see below the form tag something like: (2) - Do a syspref search (for example 'facet'). - Right click on one of the category titles (for example 'OPAC preferences') => FAIL: you will see below the form tag something like: - Apply the patch - Repeat (1) and (2) => SUCCESS: you will see below the form tag something like: and respectively. - Sign off :-D Regards Signed-off-by: wajasu Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 84fbded3645a85c507afaab4dff42396a3974e47) Signed-off-by: Chris Cormack commit 20cf49b9ac2279ceccc8f59492759befd699813d Author: Katrin Fischer Date: Sat Nov 29 11:41:50 2014 +0100 Bug 10051: Separate first name and surname with comma in overdues report The name of the patron who has overdues is displayed as "surname first name" instead of "surname, first name". To test: - Go to circulation > overdues - Verify that first name and surname are not separated by comma - Apply patch - Verify the display is improved with a comma - Delete the first name from one of the patrons - Verify display is still ok Signed-off-by: David Roberts Signed-off-by: Christopher Brannon Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi (cherry picked from commit a88a3d04aba8baa58fbde846a57eb5baa0eb9d10) Signed-off-by: Chris Cormack commit 2f7b637893dfba0cf64a9ebadb925ac4f6911ee6 Author: Katrin Fischer Date: Sun Nov 30 08:10:48 2014 +0100 Bug 11706: Typo fix for "efault" in old database update To test: - Verify the typo has been correct and no other changes have been made Signed-off-by: Bernardo Gonzalez Kriegel Typo fixed, no koha-qa errors. Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 566b2689d0946c0583096661e34c983836218e31) Signed-off-by: Chris Cormack commit 98d7b1a8c222cee85eb0d770f46e91d78f124712 Author: Bernardo Gonzalez Kriegel Date: Fri Nov 28 15:14:53 2014 -0300 Bug 13362: translate script creates dirs on update A dir creation was uncommented (by me), the effect is create a lang dir on 'update', which is no needed. To test: 1) Update translation files for a uninstalled language (cd misc/translator; ./translate update xx-YY) 2) Check new dirs koha-tmpl/opac-tmpl/bootstrap/xx-YY/ koha-tmpl/intranet-tmpl/prog/xx-YY/ koha-tmpl/intranet-tmpl/prog/en/modules/help/xx-YY/ 3) Clean all git clean -f -d 4) Apply the patch 5) Repeat 1) (i.e. update) 6) Check no new dirs this time Signed-off-by: Frederic Demians Signed-off-by: Katrin Fischer Tested according to test plan, works as described. Passes tests and QA script. Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 0edebb12b4aa9bb0532eb574aaaeee201a61f595) Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: admin/preferences.pl | 4 ++-- cataloguing/addbiblio.pl | 4 ++-- installer/data/mysql/updatedatabase.pl | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt | 2 +- misc/translator/LangInstaller.pm | 1 - 6 files changed, 7 insertions(+), 8 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 18 05:34:38 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 18 Dec 2014 04:34:38 +0000 Subject: [koha-commits] main Koha release repository branch 3.18.x updated. v3.18.01-12-g21393d7 Message-ID: This is an automated email from the git hooks/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.18.x has been updated via 21393d7c20d1e8ff32030ae9285d5d4b94d8bac5 (commit) via 7ad70ef214928f3aa9c33feee4a644f11ffe4eda (commit) from c09df7ab9d6b0b75281af637b54ec9d3096334d5 (commit) Those revisions listed 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 21393d7c20d1e8ff32030ae9285d5d4b94d8bac5 Author: Alexander Cheeseman Date: Mon Dec 15 11:04:33 2014 +1300 bug 13460: suggestion.tt now uses Price plugin To test: 1/ Add a new suggestion, put some values for the price 2/ View the suggestion in the staff interface 2/ Switch the currency format 3/ Notice the format of the price does not change 4/ Apply patch 5/ Notice now the syspref is respected Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Works as described, thx! Signed-off-by: Tomas Cohen Arazi (cherry picked from commit df2e9169b23ad3ecfbbf73367a19cb9117fb4ed4) Signed-off-by: Chris Cormack commit 7ad70ef214928f3aa9c33feee4a644f11ffe4eda Author: Chris Cormack Date: Tue Dec 2 14:16:40 2014 +1300 Bug 13368 Holds priority messed up on checkout To Test 1/ Create 3 (or more holds) on one biblionumber, make sure at least one item is not on loan 2/ Check out the not on loan item to a borrower (maybe number 2 in the queue) 3/ Look in the database (or on the holds tab on the moredetail.pl) notice the priorities have not been reordered 4/ Apply patch and try again, notice now they have Signed-off-by: Owen Leonard Confirmed the problem without the patch, and confirmed that the patch corrects it. Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi (cherry picked from commit ef6bc21b2c4ebe04f6d22d081e447f6bb2955029) Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: C4/Reserves.pm | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 18 05:48:52 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 18 Dec 2014 04:48:52 +0000 Subject: [koha-commits] main Koha release repository branch 3.18.x updated. v3.18.01-14-gbe1d1df Message-ID: This is an automated email from the git hooks/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.18.x has been updated via be1d1df9c5b9b4768822e79672cd093cb93d5678 (commit) via 511ab472c3d1d2215ae6c3b2037a7e798eabc472 (commit) from 21393d7c20d1e8ff32030ae9285d5d4b94d8bac5 (commit) Those revisions listed 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 be1d1df9c5b9b4768822e79672cd093cb93d5678 Author: Kyle M Hall Date: Fri Dec 12 09:04:57 2014 -0500 Bug 13449 - Syndetics TOC will not display in some cases For reasons unknown, the table of contents data from Syndetics will not display if there is no p element, even though within that if for the p element there's a second one for the p element! This is neither good nor necessary. Test Plan: 1) Enable Syndetics 2) Find a record that should have a Syndetics TOC but doesn't 3) Apply this patch 4) Reload the page 5) Note the Syndetics TOC data now displays Signed-off-by: Julius Fleschner Signed-off-by: Katrin Fischer I couldn't test but from reading the code this should not have any negative consequences. Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 22d9db667281319afd9811f75c4e6a0ee298d334) Signed-off-by: Chris Cormack commit 511ab472c3d1d2215ae6c3b2037a7e798eabc472 Author: Katrin Fischer Date: Sun Nov 30 20:57:07 2014 +0100 Bug 12084: Format planned date in publication details on detail page If items are created for a serial subscription, the issue information is shown on the details page in staff with the planned date in (). To test: 1) Create a subscription with items added on receive 2) Receive a few issues and create items 3) Check the staff detail page 4) Verify that the published date shows under Publication details in the items table, but that the date is not formatted 5) Apply patch 6) Verify the date is now formatted according to the DateFormat system preference setting Signed-off-by: Paola Rossi Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi (cherry picked from commit c5a8db10564f1dd1d8e87e9009df9c7918e2c1eb) Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 2 +- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Dec 19 19:00:51 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 19 Dec 2014 18:00:51 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.18.00-44-gdd6fbe0 Message-ID: This is an automated email from the git hooks/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 dd6fbe04d12a50523c8d950422ef8182cdd1ba82 (commit) via 7ef33d19a157c1535327feb6b6c6e3ea17e27764 (commit) via cc06e22de7d54f013919d06b10608e5db92ee790 (commit) via fab96202fd249939fd7d0e073f5f34b05663c547 (commit) via 9ccdbc49c715c6182e97e815eb46c6969926874f (commit) via 2f266d94be06af73e72a807d9408136278e8fed4 (commit) via c63003dd5a73f1276d7e1191bef30822326f2994 (commit) via c102f6bd7f6f4d0073a0da8c5ea84e8ad4c39da1 (commit) via ef05a256ab9333a42e9add98ea9c502c3459de9a (commit) via edfc80268c3936fe68f31bf0fff0760ea6cb62e0 (commit) from 22d9db667281319afd9811f75c4e6a0ee298d334 (commit) Those revisions listed 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 dd6fbe04d12a50523c8d950422ef8182cdd1ba82 Author: Marc V?ron Date: Tue Dec 9 06:35:07 2014 +0100 Bug 13422 - SCO: "Would you like to rpint a receipt" not translatable To test: Set syspref SelfCheckReceiptPrompt to "Show" Select non English language Go to Self Checkout and check out an item Hit "Finish" Make sure that confirm dialog "Would you like to print a receipt" still appears Signed-off-by: Owen Leonard Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi commit 7ef33d19a157c1535327feb6b6c6e3ea17e27764 Author: Marcel de Rooy Date: Tue Dec 9 14:50:44 2014 +0100 Bug 13416: Typo in marc21_leader.pl position 5 (record status) Instead of a space in the leader on this position, it should be an a. Test plan: 1) Log in to staff client 2) Find a record in the catalog 3) Edit the record 4) Click the on builder popup icon. 5) View the page source -- the option is " " for the 'a- Increase in encoding level' entry. It really should be 'a'. 6) Apply patch. 7) Repeat steps 1-5 -- the option should be 'a' this time. 8) Run koha qa test tools. -- Discovered it failed. Provided a patch to fix this. It does, however, solve the major problem of ' ' vs. 'a'. Signed-off-by: Mark Tompsett Signed-off-by: Katrin Fischer Works as described. Signed-off-by: Tomas Cohen Arazi commit cc06e22de7d54f013919d06b10608e5db92ee790 Author: Dobrica Pavlinusic Date: Tue Dec 16 12:49:40 2014 +0100 Bug 13470 - pay fines with extended borrower attributes result in application error Test scenario: 1. ensure that extended patron attributes are turned on in system preferences 2. find borrower which has fine to pay, and click on pay button 3. verify application error 4. apply patch and verify that application error is gone Signed-off-by: Aleisha Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi commit fab96202fd249939fd7d0e073f5f34b05663c547 Author: Jonathan Druart Date: Wed Dec 10 16:15:26 2014 +0100 Bug 13296: (follow-up) permit grep on AUTHUNIMARC I would prefer not to hide this "stuff". Signed-off-by: Jonathan Druart Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi commit 9ccdbc49c715c6182e97e815eb46c6969926874f Author: Fridolin Somers Date: Wed Nov 19 11:56:54 2014 +0100 Bug 13296 - error when using z3950 with UNIMARC authorities When using a z3950 connexion with UNIMARC authorities, you get an error : Unsupported UNIMARC character encoding [ ] for XML output for UNIMARCAUTH; 100$a -> 20141119 I've seen thant Bug 2060 when adds authorities import adds a special behavior for UNIMARC : marc flavor must be UNIMARCAUTH instead of just UNIMARC. This patch adds the same behavior when using z3950 connexion and import. Test plan : - Use a UNIMARC install - Define a z3950 connexion for UNIMARC authorities - Go to Authorities module - Click on "New from Z39.50" - Perform a search => Without patch : you get the error => With patch : you get results - Import one result => You get the authoritie creation form with all datas You may check same plan with MARC21 install Signed-off-by: Jonathan Druart Signed-off-by: Katrin Fischer NOTE: depending on the target, the syntax in the configuration might not be UNIMARC, but MARC21/USMARC instead! Signed-off-by: Tomas Cohen Arazi commit 2f266d94be06af73e72a807d9408136278e8fed4 Author: Jonathan Druart Date: Wed Dec 17 10:43:34 2014 +0100 Bug 13465: Correct the field prefix ambiguity This is introduced by Bug 12874. Without this patch, it's not possible to clear (set to an empty string) an item field. This appended for field linked to an AV list but even if it's not. The regex tried to prefix 'my_field' with 'items.' to have 'items.my_field'. It wanted to take care of the case where the prefix already exists (Actually only 1: 'items.cn_source'). The regex is changed to: "add the prefix only if the string does not contain a dot". Moreover an ambiguity existed on the prefix: in marc_subfield_structure, the kohafield is prefixed, but not in the key of the hash sent to ModItemFromMarc. Test plan: - edit an item, set a status that is controlled by an authorized value examples tested: damaged, not for loan - check the status saved correctly - edit the item again, reset the status to empty - check the status saved correctly - edit the item again, reset fields, edit fields - check the fields saved correctly Signed-off-by: Mirko Tietgen Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi commit c63003dd5a73f1276d7e1191bef30822326f2994 Author: Tomas Cohen Arazi Date: Wed Dec 17 21:10:32 2014 -0300 Bug 13218: (RM followup) only scroll on actually variable stuff Most of the page contents have fixed size. The only exception is the targets list. If the target list grows, then the whole page needs to be scrolled in order to reach the buttons. We should make the z3950 targets area scrollable, and remove scrolbars from all over the place. Signed-off-by: Tomas Cohen Arazi commit c102f6bd7f6f4d0073a0da8c5ea84e8ad4c39da1 Author: Jonathan Druart Date: Wed Dec 10 09:54:06 2014 +0100 Bug 13218: (qa-follow-up) replace tab with spaces Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi commit ef05a256ab9333a42e9add98ea9c502c3459de9a Author: Liz Date: Thu Nov 20 07:02:29 2014 +0000 Bug 13218: fixing acquisitions z39.50 interface to be consistent with the others. Changes: * Two columns of search fields into one * moves targets from below search fields to the right of them To test: * Create a basket in acquisitions * attempt to add a record to the order from an external source * note the changes to the layout * complete a couple of additions to the basket - functionality should be unchanged. If you like the changes, sign off :) Signed-off-by: Frederic Demians Ok. Consistency welcomed! Signed-off-by: Owen Leonard Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi commit edfc80268c3936fe68f31bf0fff0760ea6cb62e0 Author: Liz Date: Thu Nov 6 08:29:02 2014 +0000 Bug 13218: usability enhancements for z39.50 searches This patch rearranges the layout of the z39.50 search pages in cataloguing and authorities. There should be no functional change to z-target searching, all functions should remain the same. Changes: * 2 columns of search fields condensed into one * zTargets moved from below the search fields to beside them * rearranged search fields into perceived frequency of usage, from most used to least * changed label of Raw (any) to Keyword (any) To test: * click cataloguing -> new from z39.50/SRU * observe how the layout has changed * import a record or two using the search - there has been no change to the function, it should all be working. * Click Authorities -> new from z39.50 * observe how the layout has changed * import an authority or two using the search - there has been no change to the function, it should all be working. * sign off if you think these changes are nice. Comments and suggestions are also welcome regarding this change. Signed-off-by: Frederic Demians Nice evolution of the z3950 search/result pages. Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: C4/Breeding.pm | 11 +++- C4/Items.pm | 5 +- .../intranet-tmpl/prog/en/css/staff-global.css | 19 +++++- .../prog/en/includes/authorities-toolbar.inc | 2 +- .../prog/en/modules/acqui/z3950_search.tt | 66 +++++++++----------- .../prog/en/modules/cataloguing/addbooks.tt | 2 +- .../cataloguing/value_builder/marc21_leader.tt | 4 +- .../en/modules/cataloguing/z3950_auth_search.tt | 35 +++++------ .../prog/en/modules/cataloguing/z3950_search.tt | 35 +++++------ .../opac-tmpl/bootstrap/en/modules/sco/sco-main.tt | 2 +- members/paycollect.pl | 4 +- 11 files changed, 94 insertions(+), 91 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Dec 19 21:05:48 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 19 Dec 2014 20:05:48 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.18.00-50-g22b8d55 Message-ID: This is an automated email from the git hooks/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 22b8d559f9c8f5733d051313c4d6266570d5be6f (commit) via cbf784bb9d8c01d1c05cae00d046d3799a1d7ed9 (commit) via 281b3225fcbafbb26568f57c2547c4fe13bde017 (commit) via 30e40bd8847d3b015477bae50f6a40358d9f70ca (commit) via f1323e60a290cfe100773d6877c54731e6a45050 (commit) via e04b3ef0685f2bbe8a25b65181c937b8eb5e34d3 (commit) from dd6fbe04d12a50523c8d950422ef8182cdd1ba82 (commit) Those revisions listed 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 22b8d559f9c8f5733d051313c4d6266570d5be6f Author: Katrin Fischer Date: Sun Dec 14 22:31:04 2014 +0100 Bug 13461 - Circ always asking for confirmation if RentalFeesCheckoutConfirmation is used To test: - Check RentalFeesCheckoutConfirmation is activated - Try to check out an item without rental fine - Verify confirmation message without explanation is shown - Apply patch - Verify confirmation message is no longer shown - Configure itemtype to have rental fee - Veirfy now the confirmation message appears as it should Signed-off-by: Paola Rossi Signed-off-by: Tomas Cohen Arazi commit cbf784bb9d8c01d1c05cae00d046d3799a1d7ed9 Author: Tomas Cohen Arazi Date: Fri Dec 19 16:54:18 2014 -0300 Bug 13436: DBRev 3.19.00.001 Signed-off-by: Tomas Cohen Arazi Note: it also fixes a minor POD error. commit 281b3225fcbafbb26568f57c2547c4fe13bde017 Author: Tomas Cohen Arazi Date: Fri Dec 19 16:45:23 2014 -0300 Bug 13436: (RM followup) university -> academic DB update Signed-off-by: Tomas Cohen Arazi commit 30e40bd8847d3b015477bae50f6a40358d9f70ca Author: Aleisha Date: Mon Dec 15 20:57:56 2014 +0000 Bug 13436: Adding more options to UsageStatsLibraryType syspref Added options: - research - private - society or association - corporate - government - religious organization - subscription - school Also changed 'university' to 'academic' To test: 1) Go on to Global System Preferences and find UsageStatsLibraryType under Administration 2) Click drop-down menu and see all new options described above, as well as 'academic' instead of 'university' Signed-off-by: Jonathan Druart Amended patch: replace tab with spaces Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi commit f1323e60a290cfe100773d6877c54731e6a45050 Author: David Cook Date: Tue Dec 16 12:53:18 2014 +1100 Bug 13469 - Unapi path to XSLTs is wrong in OPAC The Unapi path to XSLTs is wrong in the OPAC. Unfortunately, it's coded to work just for Git installs, which makes it tough to test. _TEST PLAN_ Before applying: 1) Go to http://GIT-INSTALL/cgi-bin/koha/unapi?id=koha:biblionumber:1&format=oai_dc 2) If the biblionumber exists, it should show you the record in OAI_DC format. 3) Go to http://REGULAR-INSTALL/cgi-bin/koha/unapi?id=koha:biblionumber:1&format=oai_dc 4) You should get a software error Apply the patch. After applying: 1) Refresh the page for http://yourgitinstall/cgi-bin/koha/unapi?id=koha:biblionumber:1&format=oai_dc 2) It should work exactly the same as before. Thorough testers: 1) Push the code to that regular test install 2) Try the link again. It will properly show the converted record now. Signed-off-by: Marcel de Rooy Verified that single install intrahtdocs==/usr/share/koha/clone1712/intranet/htdocs/intranet-tmpl plus "/prog/en/xslt/" is the location for the required xslt files. Script unapi in git install is still fine. Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi commit e04b3ef0685f2bbe8a25b65181c937b8eb5e34d3 Author: Katrin Fischer Date: Sun Nov 30 08:18:11 2014 +0100 Bug 12565: Acq: Fix broken link in breadcrumbs The link back to the basket when creating an order by searching for an existing record in the catalog is broken. To test: - Start a new basket - Create a new order line by searching for an existing record in your catalog - Try the link back to the basket from the breadcrumbs at the result list page - Verify that the link is broken - Apply patch and retest Signed-off-by: Paola Rossi Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: C4/Circulation.pm | 2 +- installer/data/mysql/sysprefs.sql | 2 +- installer/data/mysql/updatedatabase.pl | 14 ++++++++++++++ .../prog/en/modules/acqui/neworderbiblio.tt | 2 +- .../prog/en/modules/admin/preferences/admin.pref | 10 +++++++++- kohaversion.pl | 3 ++- opac/unapi | 4 ++-- 7 files changed, 30 insertions(+), 7 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Dec 19 21:54:29 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 19 Dec 2014 20:54:29 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.18.00-56-g2fd3fdf Message-ID: This is an automated email from the git hooks/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 2fd3fdffadde7bbfb6dba82d63c15c9d45467858 (commit) via 38bddc0020e9d01b24e00008f40b5f1b5744421c (commit) via 9412b905993fedeef5f5198e9f94e4f38227d227 (commit) via c3843bcb7f57a658c8a9c688b9ae761a9b14fb36 (commit) via 67c3217238d6193d953914e9f2eaf816683306d7 (commit) via 6114c5fd6fe735f332e1615b33bf62de0f4d936e (commit) from 22b8d559f9c8f5733d051313c4d6266570d5be6f (commit) Those revisions listed 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 2fd3fdffadde7bbfb6dba82d63c15c9d45467858 Author: Kyle M Hall Date: Fri Dec 12 06:53:33 2014 -0500 Bug 13415 [QA Followup] - Change bind to on, revert barcode disable Signed-off-by: Katrin Fischer Tested according to test plan, passes tests and QA script. Signed-off-by: Tomas Cohen Arazi commit 38bddc0020e9d01b24e00008f40b5f1b5744421c Author: Kyle M Hall Date: Tue Dec 9 06:30:36 2014 -0500 Bug 13415 - Prevent librarians from scanning multiple items into a single barcode field It appears that some librarians will attempt to scan items as fast as they can without checking to make sure the checkout was submitted and the page reloaded properly. This can cause multiple barcodes to be scanned into the barcode field if the person is fast enough. This causes the checkout of both ( or more! ) items to fail. Test Plan: 1) Apply this patch 2) Attempt to scan two or more items into the barcode field You can emulate this with a keybaord by hitting a few keys, then enter, then a few more keys, then enter again. The barcodes don't need to be valid for this test. 3) Note the dialog stating the barcode has been submitted and to please wait. Signed-off-by: Martin Renvoize Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi commit 9412b905993fedeef5f5198e9f94e4f38227d227 Author: Mark Tompsett Date: Fri Dec 12 16:32:40 2014 -0500 Bug 13456: Serials/Claims.t expects no subscriptions However, this is an unreasonable assumption for a system which is in use (either lots of testing or production). TEST PLAN --------- 1) Have a supplier with a late subscription. 2) prove t/db_dependent/Serials/Claims.t -- will fail 3) apply patch 4) prove t/db_dependent/Serials/Claims.t -- success 5) run koha qa test tools Signed-off-by: Paola Rossi Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi commit c3843bcb7f57a658c8a9c688b9ae761a9b14fb36 Author: Tomas Cohen Arazi Date: Fri Dec 19 17:28:15 2014 -0300 Bug 10753: DBRev 3.19.00.002 Signed-off-by: Tomas Cohen Arazi commit 67c3217238d6193d953914e9f2eaf816683306d7 Author: Jonathan Druart Date: Thu Dec 11 12:07:17 2014 +0100 Bug 10753: Any library is represented by an empty string And not with "__ANY__" Test plan: 0/ Don't apply this patch 1/ Create a suggestion for "any library" 2/ Verify suggestions.branchcode contain "__ANY__" 3/ Apply this patch and execute the updatedb entry 4/ Create a suggestion for "any library" 5/ Verify suggestions.branchcode contain "" (for both suggestions). Signed-off-by: Paola Rossi Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi commit 6114c5fd6fe735f332e1615b33bf62de0f4d936e Author: Jonathan Druart Date: Fri Dec 19 10:28:47 2014 +0100 Bug 13476: Fix DataTables for the search items form This items form is broken since the upgrade to DataTables 1.10.2 (commit 954c2874d0d9ebfa2e910dcd4445010115fac329). The fnServerParams does not work anymore. Test plan: Go on catalogue/itemsearch.pl, launch a search and verify the data are correctly displayed in the table. Followed test plan. Works as expected. Signed-off-by: Marc V?ron Signed-off-by: Mirko Tietgen Signed-off-by: Katrin Fischer The paging seems still a bit buggy, but this makes the feature usable again! Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/updatedatabase.pl | 9 ++++++++ .../prog/en/modules/catalogue/itemsearch.tt | 11 +++++++++- .../prog/en/modules/circ/circulation.tt | 22 ++++++++++++++++++-- .../prog/en/modules/suggestion/suggestion.tt | 2 +- kohaversion.pl | 2 +- t/db_dependent/Serials/Claims.t | 1 + 6 files changed, 42 insertions(+), 5 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Dec 20 00:23:57 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 19 Dec 2014 23:23:57 +0000 Subject: [koha-commits] main Koha release repository branch 3.18.x updated. v3.18.01-15-ge8eb28d Message-ID: This is an automated email from the git hooks/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.18.x has been updated via e8eb28df56a5b1811a2c89f1365d9716561da5de (commit) from be1d1df9c5b9b4768822e79672cd093cb93d5678 (commit) Those revisions listed 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 e8eb28df56a5b1811a2c89f1365d9716561da5de Author: Jonathan Druart Date: Wed Dec 17 10:43:34 2014 +0100 Bug 13465: Correct the field prefix ambiguity This is introduced by Bug 12874. Without this patch, it's not possible to clear (set to an empty string) an item field. This appended for field linked to an AV list but even if it's not. The regex tried to prefix 'my_field' with 'items.' to have 'items.my_field'. It wanted to take care of the case where the prefix already exists (Actually only 1: 'items.cn_source'). The regex is changed to: "add the prefix only if the string does not contain a dot". Moreover an ambiguity existed on the prefix: in marc_subfield_structure, the kohafield is prefixed, but not in the key of the hash sent to ModItemFromMarc. Test plan: - edit an item, set a status that is controlled by an authorized value examples tested: damaged, not for loan - check the status saved correctly - edit the item again, reset the status to empty - check the status saved correctly - edit the item again, reset fields, edit fields - check the fields saved correctly Signed-off-by: Mirko Tietgen Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 2f266d94be06af73e72a807d9408136278e8fed4) Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: C4/Items.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Dec 20 00:28:22 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 19 Dec 2014 23:28:22 +0000 Subject: [koha-commits] main Koha release repository branch 3.18.x updated. v3.18.01-17-g6adb84c Message-ID: This is an automated email from the git hooks/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.18.x has been updated via 6adb84cd208e8b4e2739d8f3eaff7ccc11ddf3f1 (commit) via bb2dcc53dca8c68ef434b5e97bc1a6ae0c94f36b (commit) from e8eb28df56a5b1811a2c89f1365d9716561da5de (commit) Those revisions listed 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 6adb84cd208e8b4e2739d8f3eaff7ccc11ddf3f1 Author: Jonathan Druart Date: Wed Dec 10 16:15:26 2014 +0100 Bug 13296: (follow-up) permit grep on AUTHUNIMARC I would prefer not to hide this "stuff". Signed-off-by: Jonathan Druart Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi (cherry picked from commit fab96202fd249939fd7d0e073f5f34b05663c547) Signed-off-by: Chris Cormack commit bb2dcc53dca8c68ef434b5e97bc1a6ae0c94f36b Author: Fridolin Somers Date: Wed Nov 19 11:56:54 2014 +0100 Bug 13296 - error when using z3950 with UNIMARC authorities When using a z3950 connexion with UNIMARC authorities, you get an error : Unsupported UNIMARC character encoding [ ] for XML output for UNIMARCAUTH; 100$a -> 20141119 I've seen thant Bug 2060 when adds authorities import adds a special behavior for UNIMARC : marc flavor must be UNIMARCAUTH instead of just UNIMARC. This patch adds the same behavior when using z3950 connexion and import. Test plan : - Use a UNIMARC install - Define a z3950 connexion for UNIMARC authorities - Go to Authorities module - Click on "New from Z39.50" - Perform a search => Without patch : you get the error => With patch : you get results - Import one result => You get the authoritie creation form with all datas You may check same plan with MARC21 install Signed-off-by: Jonathan Druart Signed-off-by: Katrin Fischer NOTE: depending on the target, the syntax in the configuration might not be UNIMARC, but MARC21/USMARC instead! Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 9ccdbc49c715c6182e97e815eb46c6969926874f) Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: C4/Breeding.pm | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Dec 20 00:45:24 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 19 Dec 2014 23:45:24 +0000 Subject: [koha-commits] main Koha release repository branch 3.18.x updated. v3.18.01-21-ga98aa00 Message-ID: This is an automated email from the git hooks/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.18.x has been updated via a98aa005a88121eb5e99cf03bbd723fbd4e28912 (commit) via 4225278c87e9ff1eabf7fd76fbf7a3da4bf8b532 (commit) via fe3673221d9cd7f8a5dfb73238551bdca36dd588 (commit) via 08e664e563b02fdc2102debfbc8ff3d6f5fb1524 (commit) from 6adb84cd208e8b4e2739d8f3eaff7ccc11ddf3f1 (commit) Those revisions listed 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 a98aa005a88121eb5e99cf03bbd723fbd4e28912 Author: Jonathan Druart Date: Fri Dec 19 10:28:47 2014 +0100 Bug 13476: Fix DataTables for the search items form This items form is broken since the upgrade to DataTables 1.10.2 (commit 954c2874d0d9ebfa2e910dcd4445010115fac329). The fnServerParams does not work anymore. Test plan: Go on catalogue/itemsearch.pl, launch a search and verify the data are correctly displayed in the table. Followed test plan. Works as expected. Signed-off-by: Marc V?ron Signed-off-by: Mirko Tietgen Signed-off-by: Katrin Fischer The paging seems still a bit buggy, but this makes the feature usable again! Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 6114c5fd6fe735f332e1615b33bf62de0f4d936e) Signed-off-by: Chris Cormack commit 4225278c87e9ff1eabf7fd76fbf7a3da4bf8b532 Author: Katrin Fischer Date: Sun Dec 14 22:31:04 2014 +0100 Bug 13461 - Circ always asking for confirmation if RentalFeesCheckoutConfirmation is used To test: - Check RentalFeesCheckoutConfirmation is activated - Try to check out an item without rental fine - Verify confirmation message without explanation is shown - Apply patch - Verify confirmation message is no longer shown - Configure itemtype to have rental fee - Veirfy now the confirmation message appears as it should Signed-off-by: Paola Rossi Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 22b8d559f9c8f5733d051313c4d6266570d5be6f) Signed-off-by: Chris Cormack commit fe3673221d9cd7f8a5dfb73238551bdca36dd588 Author: David Cook Date: Tue Dec 16 12:53:18 2014 +1100 Bug 13469 - Unapi path to XSLTs is wrong in OPAC The Unapi path to XSLTs is wrong in the OPAC. Unfortunately, it's coded to work just for Git installs, which makes it tough to test. _TEST PLAN_ Before applying: 1) Go to http://GIT-INSTALL/cgi-bin/koha/unapi?id=koha:biblionumber:1&format=oai_dc 2) If the biblionumber exists, it should show you the record in OAI_DC format. 3) Go to http://REGULAR-INSTALL/cgi-bin/koha/unapi?id=koha:biblionumber:1&format=oai_dc 4) You should get a software error Apply the patch. After applying: 1) Refresh the page for http://yourgitinstall/cgi-bin/koha/unapi?id=koha:biblionumber:1&format=oai_dc 2) It should work exactly the same as before. Thorough testers: 1) Push the code to that regular test install 2) Try the link again. It will properly show the converted record now. Signed-off-by: Marcel de Rooy Verified that single install intrahtdocs==/usr/share/koha/clone1712/intranet/htdocs/intranet-tmpl plus "/prog/en/xslt/" is the location for the required xslt files. Script unapi in git install is still fine. Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi (cherry picked from commit f1323e60a290cfe100773d6877c54731e6a45050) Signed-off-by: Chris Cormack commit 08e664e563b02fdc2102debfbc8ff3d6f5fb1524 Author: Dobrica Pavlinusic Date: Tue Dec 16 12:49:40 2014 +0100 Bug 13470 - pay fines with extended borrower attributes result in application error Test scenario: 1. ensure that extended patron attributes are turned on in system preferences 2. find borrower which has fine to pay, and click on pay button 3. verify application error 4. apply patch and verify that application error is gone Signed-off-by: Aleisha Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi (cherry picked from commit cc06e22de7d54f013919d06b10608e5db92ee790) Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: C4/Circulation.pm | 2 +- .../intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt | 11 ++++++++++- members/paycollect.pl | 4 +--- opac/unapi | 4 ++-- 4 files changed, 14 insertions(+), 7 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Dec 20 00:50:23 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 19 Dec 2014 23:50:23 +0000 Subject: [koha-commits] main Koha release repository branch 3.18.x updated. v3.18.01-22-gad2c8ef Message-ID: This is an automated email from the git hooks/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.18.x has been updated via ad2c8ef43fadcd5d9b83d625428f7e279990109b (commit) from a98aa005a88121eb5e99cf03bbd723fbd4e28912 (commit) Those revisions listed 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 ad2c8ef43fadcd5d9b83d625428f7e279990109b Author: Mark Tompsett Date: Fri Dec 12 16:32:40 2014 -0500 Bug 13456: Serials/Claims.t expects no subscriptions However, this is an unreasonable assumption for a system which is in use (either lots of testing or production). TEST PLAN --------- 1) Have a supplier with a late subscription. 2) prove t/db_dependent/Serials/Claims.t -- will fail 3) apply patch 4) prove t/db_dependent/Serials/Claims.t -- success 5) run koha qa test tools Signed-off-by: Paola Rossi Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 9412b905993fedeef5f5198e9f94e4f38227d227) Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: t/db_dependent/Serials/Claims.t | 1 + 1 file changed, 1 insertion(+) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Dec 21 21:57:53 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 21 Dec 2014 20:57:53 +0000 Subject: [koha-commits] main Koha release repository branch 3.18.x updated. v3.18.01-23-g0c8ede3 Message-ID: This is an automated email from the git hooks/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.18.x has been updated via 0c8ede31df2b79c3a879e47029308e0808fa6afc (commit) from ad2c8ef43fadcd5d9b83d625428f7e279990109b (commit) Those revisions listed 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 0c8ede31df2b79c3a879e47029308e0808fa6afc Author: Chris Cormack Date: Wed Dec 10 12:47:30 2014 +1300 Bug 13425 - XSS in intranet facets - Patch for 3.18 and master To Test 1/ Craft a url like /cgi-bin/koha/catalogue/search.pl?q=smith&sort_by='"> It is important it must return results and facets 2/ Notice the js is executed 3/ Apply the patch test again Signed-off-by: Katrin Fischer No prompts, no functional regressions found. Checked selecting and undoing facets, show more links and paging. Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/includes/facets.inc | 8 ++++---- koha-tmpl/intranet-tmpl/prog/en/includes/page-numbers.inc | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Dec 21 22:06:29 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 21 Dec 2014 21:06:29 +0000 Subject: [koha-commits] main Koha release repository branch 3.18.x updated. v3.18.01-24-gab1db92 Message-ID: This is an automated email from the git hooks/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.18.x has been updated via ab1db92e830d71b3e6c9e85151edd494f7600630 (commit) from 0c8ede31df2b79c3a879e47029308e0808fa6afc (commit) Those revisions listed 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 ab1db92e830d71b3e6c9e85151edd494f7600630 Author: Chris Cormack Date: Mon Dec 22 10:09:01 2014 +1300 Bumping for 3.18.2 release ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/updatedatabase.pl | 8 + kohaversion.pl | 2 +- ...e_notes_3_18_1.txt => release_notes_3_18_2.txt} | 179 +++++++++++++------- 3 files changed, 131 insertions(+), 58 deletions(-) copy misc/release_notes/{release_notes_3_18_1.txt => release_notes_3_18_2.txt} (55%) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 22 04:35:26 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 22 Dec 2014 03:35:26 +0000 Subject: [koha-commits] main Koha release repository branch 3.16.x updated. v3.16.05.1-1-gc593812 Message-ID: This is an automated email from the git hooks/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.16.x has been updated via c5938127f499e8b4348e0306b2b5b22dfb868b00 (commit) from 6921fae06efae0967f9adc133b2c4c59c06b435f (commit) Those revisions listed 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 c5938127f499e8b4348e0306b2b5b22dfb868b00 Author: Mason James Date: Mon Dec 22 16:21:38 2014 +1300 3.16.x test push ----------------------------------------------------------------------- Summary of changes: test/test | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/test hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 22 17:44:23 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 22 Dec 2014 16:44:23 +0000 Subject: [koha-commits] main Koha release repository branch 3.14.x updated. v3.14.11-20-g04e5270 Message-ID: This is an automated email from the git hooks/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.14.x has been updated via 04e5270d77e78d90109e799e3c5064835bc7a1ac (commit) via 3753934ba169adf59fb0e36024e5eca1fb60e416 (commit) via 8c7580fd2b0db5202136c5717613046a6d4728e7 (commit) via 419c26a7d39e34b8bed82b41ea6eb592476b81a0 (commit) from 67d8f680f2d82a4a4540f2337d15ff9faa8e24e7 (commit) Those revisions listed 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 04e5270d77e78d90109e799e3c5064835bc7a1ac Author: Fridolin Somers Date: Mon Dec 22 17:46:30 2014 +0100 Increment version for 3.14.12 release Signed-off-by: Fridolin Somers commit 3753934ba169adf59fb0e36024e5eca1fb60e416 Merge: 8c7580f 419c26a Author: Fridolin Somers Date: Mon Dec 22 17:41:33 2014 +0100 Merge remote-tracking branch 'translator/3.14.12-translate' into 3.14.x commit 8c7580fd2b0db5202136c5717613046a6d4728e7 Author: Fridolin Somers Date: Mon Dec 22 17:41:12 2014 +0100 Update release notes for 3.14.12 release Signed-off-by: Fridolin Somers commit 419c26a7d39e34b8bed82b41ea6eb592476b81a0 Author: Bernardo Gonzalez Kriegel Date: Thu Oct 30 11:02:01 2014 -0300 Translation updates for Koha 3.14.12 release ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/updatedatabase.pl | 6 + kohaversion.pl | 2 +- ...notes_3_14_11.txt => release_notes_3_14_12.txt} | 180 +- .../po/am-Ethi-i-opac-t-prog-v-3006000.po | 1662 +- .../po/am-Ethi-i-staff-t-prog-v-3006000.po |18398 +++++------- misc/translator/po/am-Ethi-opac-bootstrap.po | 1733 +- misc/translator/po/am-Ethi-opac-ccsr.po | 23 +- misc/translator/po/am-Ethi-pref.po | 1 - .../po/ar-Arab-i-opac-t-prog-v-3006000.po | 805 +- .../po/ar-Arab-i-staff-t-prog-v-3006000.po |10224 +++---- misc/translator/po/ar-Arab-opac-bootstrap.po | 835 +- misc/translator/po/ar-Arab-opac-ccsr.po | 6 +- misc/translator/po/ar-Arab-pref.po | 1 - .../translator/po/az-AZ-i-opac-t-prog-v-3006000.po | 1799 +- .../po/az-AZ-i-staff-t-prog-v-3006000.po |19844 +++++-------- misc/translator/po/az-AZ-opac-bootstrap.po | 1879 +- misc/translator/po/az-AZ-opac-ccsr.po | 23 +- misc/translator/po/az-AZ-pref.po | 1 - .../translator/po/be-BY-i-opac-t-prog-v-3006000.po | 2778 +- .../po/be-BY-i-staff-t-prog-v-3006000.po |21353 +++++--------- misc/translator/po/be-BY-opac-bootstrap.po | 2872 +- misc/translator/po/be-BY-opac-ccsr.po | 51 +- misc/translator/po/be-BY-pref.po | 1 - misc/translator/po/ben-i-opac-t-prog-v-3006000.po | 1667 +- misc/translator/po/ben-i-staff-t-prog-v-3006000.po |18398 +++++------- misc/translator/po/ben-opac-bootstrap.po | 1727 +- misc/translator/po/ben-opac-ccsr.po | 23 +- misc/translator/po/ben-pref.po | 1 - .../po/bg-Cyrl-i-opac-t-prog-v-3006000.po | 1659 +- .../po/bg-Cyrl-i-staff-t-prog-v-3006000.po |18398 +++++------- misc/translator/po/bg-Cyrl-opac-bootstrap.po | 1733 +- misc/translator/po/bg-Cyrl-opac-ccsr.po | 23 +- misc/translator/po/bg-Cyrl-pref.po | 1 - .../translator/po/ca-ES-i-opac-t-prog-v-3006000.po | 2459 +- .../po/ca-ES-i-staff-t-prog-v-3006000.po |18509 +++++------- misc/translator/po/ca-ES-opac-bootstrap.po | 2618 +- misc/translator/po/ca-ES-opac-ccsr.po | 43 +- misc/translator/po/ca-ES-pref.po | 1 - .../translator/po/cs-CZ-i-opac-t-prog-v-3006000.po | 789 +- .../po/cs-CZ-i-staff-t-prog-v-3006000.po |26721 ++++++----------- misc/translator/po/cs-CZ-opac-bootstrap.po | 2637 +- misc/translator/po/cs-CZ-opac-ccsr.po | 1 - misc/translator/po/cs-CZ-pref.po | 1 - .../translator/po/da-DK-i-opac-t-prog-v-3006000.po | 2424 +- .../po/da-DK-i-staff-t-prog-v-3006000.po |25821 ++++++----------- misc/translator/po/da-DK-opac-bootstrap.po | 2513 +- misc/translator/po/da-DK-opac-ccsr.po | 47 +- misc/translator/po/da-DK-pref.po | 1 - .../translator/po/de-CH-i-opac-t-prog-v-3006000.po | 789 +- .../po/de-CH-i-staff-t-prog-v-3006000.po |28290 ++++++------------ misc/translator/po/de-CH-opac-bootstrap.po | 2744 +- misc/translator/po/de-CH-opac-ccsr.po | 1 - misc/translator/po/de-CH-pref.po | 1 - .../translator/po/de-DE-i-opac-t-prog-v-3006000.po | 2613 +- .../po/de-DE-i-staff-t-prog-v-3006000.po |28313 ++++++------------ misc/translator/po/de-DE-opac-bootstrap.po | 2743 +- misc/translator/po/de-DE-opac-ccsr.po | 1 - misc/translator/po/de-DE-pref.po | 1 - .../translator/po/el-GR-i-opac-t-prog-v-3006000.po | 2637 +- .../po/el-GR-i-staff-t-prog-v-3006000.po |25702 ++++++----------- misc/translator/po/el-GR-opac-bootstrap.po | 2560 +- misc/translator/po/el-GR-opac-ccsr.po | 49 +- misc/translator/po/el-GR-pref.po | 1 - .../translator/po/en-GB-i-opac-t-prog-v-3006000.po | 2374 +- .../po/en-GB-i-staff-t-prog-v-3006000.po |22937 ++++++--------- misc/translator/po/en-GB-opac-bootstrap.po | 2461 +- misc/translator/po/en-GB-opac-ccsr.po | 34 +- misc/translator/po/en-GB-pref.po | 1 - .../translator/po/en-NZ-i-opac-t-prog-v-3006000.po | 2460 +- .../po/en-NZ-i-staff-t-prog-v-3006000.po |25718 ++++++----------- misc/translator/po/en-NZ-opac-bootstrap.po | 2525 +- misc/translator/po/en-NZ-opac-ccsr.po | 41 +- misc/translator/po/en-NZ-pref.po | 1 - .../translator/po/es-ES-i-opac-t-prog-v-3006000.po | 789 +- .../po/es-ES-i-staff-t-prog-v-3006000.po |10237 +++---- misc/translator/po/es-ES-opac-bootstrap.po | 833 +- misc/translator/po/es-ES-opac-ccsr.po | 1 - misc/translator/po/es-ES-pref.po | 1 - misc/translator/po/eu-i-opac-t-prog-v-3006000.po | 2394 +- misc/translator/po/eu-i-staff-t-prog-v-3006000.po |18398 +++++------- misc/translator/po/eu-opac-bootstrap.po | 2695 +- misc/translator/po/eu-opac-ccsr.po | 35 +- misc/translator/po/eu-pref.po | 1 - .../po/fa-Arab-i-opac-t-prog-v-3006000.po | 1695 +- .../po/fa-Arab-i-staff-t-prog-v-3006000.po |18409 +++++------- misc/translator/po/fa-Arab-opac-bootstrap.po | 1773 +- misc/translator/po/fa-Arab-opac-ccsr.po | 23 +- misc/translator/po/fa-Arab-pref.po | 1 - .../translator/po/fi-FI-i-opac-t-prog-v-3006000.po | 2357 +- .../po/fi-FI-i-staff-t-prog-v-3006000.po |19203 +++++-------- misc/translator/po/fi-FI-opac-bootstrap.po | 2390 +- misc/translator/po/fi-FI-opac-ccsr.po | 45 +- misc/translator/po/fi-FI-pref.po | 1 - .../translator/po/fo-FO-i-opac-t-prog-v-3006000.po | 1750 +- .../po/fo-FO-i-staff-t-prog-v-3006000.po |18398 +++++------- misc/translator/po/fo-FO-opac-bootstrap.po | 1708 +- misc/translator/po/fo-FO-opac-ccsr.po | 23 +- misc/translator/po/fo-FO-pref.po | 1 - .../translator/po/fr-CA-i-opac-t-prog-v-3006000.po | 2540 +- .../po/fr-CA-i-staff-t-prog-v-3006000.po |27682 ++++++------------ misc/translator/po/fr-CA-opac-bootstrap.po | 2632 +- misc/translator/po/fr-CA-opac-ccsr.po | 43 +- misc/translator/po/fr-CA-pref.po | 1 - .../translator/po/fr-FR-i-opac-t-prog-v-3006000.po | 2616 +- .../po/fr-FR-i-staff-t-prog-v-3006000.po |28193 ++++++------------ misc/translator/po/fr-FR-opac-bootstrap.po | 2777 +- misc/translator/po/fr-FR-opac-ccsr.po | 48 +- misc/translator/po/fr-FR-pref.po | 1 - misc/translator/po/gl-i-opac-t-prog-v-3006000.po | 2021 +- misc/translator/po/gl-i-staff-t-prog-v-3006000.po |18416 +++++------- misc/translator/po/gl-opac-bootstrap.po | 1735 +- misc/translator/po/gl-opac-ccsr.po | 48 +- misc/translator/po/gl-pref.po | 1 - .../po/he-Hebr-i-opac-t-prog-v-3006000.po | 1633 +- .../po/he-Hebr-i-staff-t-prog-v-3006000.po |18403 +++++------- misc/translator/po/he-Hebr-opac-bootstrap.po | 1708 +- misc/translator/po/he-Hebr-opac-ccsr.po | 23 +- misc/translator/po/he-Hebr-pref.po | 1 - misc/translator/po/hi-i-opac-t-prog-v-3006000.po | 1854 +- misc/translator/po/hi-i-staff-t-prog-v-3006000.po |19375 +++++-------- misc/translator/po/hi-opac-bootstrap.po | 1948 +- misc/translator/po/hi-opac-ccsr.po | 23 +- misc/translator/po/hi-pref.po | 1 - .../translator/po/hr-HR-i-opac-t-prog-v-3006000.po | 2227 +- .../po/hr-HR-i-staff-t-prog-v-3006000.po |19467 +++++-------- misc/translator/po/hr-HR-opac-bootstrap.po | 2329 +- misc/translator/po/hr-HR-opac-ccsr.po | 47 +- misc/translator/po/hr-HR-pref.po | 1 - .../translator/po/hu-HU-i-opac-t-prog-v-3006000.po | 2166 +- .../po/hu-HU-i-staff-t-prog-v-3006000.po |19353 +++++-------- misc/translator/po/hu-HU-opac-bootstrap.po | 2202 +- misc/translator/po/hu-HU-opac-ccsr.po | 47 +- misc/translator/po/hu-HU-pref.po | 1 - .../po/hy-Armn-i-opac-t-prog-v-3006000.po | 2501 +- .../po/hy-Armn-i-staff-t-prog-v-3006000.po |27401 ++++++------------ misc/translator/po/hy-Armn-opac-bootstrap.po | 2663 +- misc/translator/po/hy-Armn-opac-ccsr.po | 48 +- misc/translator/po/hy-Armn-pref.po | 1 - .../translator/po/id-ID-i-opac-t-prog-v-3006000.po | 2570 +- .../po/id-ID-i-staff-t-prog-v-3006000.po |18789 +++++------- misc/translator/po/id-ID-opac-bootstrap.po | 2521 +- misc/translator/po/id-ID-opac-ccsr.po | 23 +- misc/translator/po/id-ID-pref.po | 1 - .../translator/po/is-IS-i-opac-t-prog-v-3006000.po | 2188 +- .../po/is-IS-i-staff-t-prog-v-3006000.po |18532 +++++------- misc/translator/po/is-IS-opac-bootstrap.po | 2275 +- misc/translator/po/is-IS-opac-ccsr.po | 27 +- misc/translator/po/is-IS-pref.po | 1 - .../translator/po/it-IT-i-opac-t-prog-v-3006000.po | 789 +- .../po/it-IT-i-staff-t-prog-v-3006000.po |10217 +++---- misc/translator/po/it-IT-opac-bootstrap.po | 833 +- misc/translator/po/it-IT-opac-ccsr.po | 1 - misc/translator/po/it-IT-pref.po | 1 - .../po/ja-Jpan-JP-i-opac-t-prog-v-3006000.po | 2065 +- .../po/ja-Jpan-JP-i-staff-t-prog-v-3006000.po |18456 +++++------- misc/translator/po/ja-Jpan-JP-opac-bootstrap.po | 2139 +- misc/translator/po/ja-Jpan-JP-opac-ccsr.po | 23 +- misc/translator/po/ja-Jpan-JP-pref.po | 1 - .../translator/po/km-KH-i-opac-t-prog-v-3006000.po | 1634 +- .../po/km-KH-i-staff-t-prog-v-3006000.po |18398 +++++------- misc/translator/po/km-KH-opac-bootstrap.po | 1708 +- misc/translator/po/km-KH-opac-ccsr.po | 23 +- misc/translator/po/km-KH-pref.po | 1 - .../po/kn-Knda-i-opac-t-prog-v-3006000.po | 1652 +- .../po/kn-Knda-i-staff-t-prog-v-3006000.po |18516 +++++------- misc/translator/po/kn-Knda-opac-bootstrap.po | 1734 +- misc/translator/po/kn-Knda-opac-ccsr.po | 23 +- misc/translator/po/kn-Knda-pref.po | 1 - .../po/ko-Kore-KP-i-opac-t-prog-v-3006000.po | 1679 +- .../po/ko-Kore-KP-i-staff-t-prog-v-3006000.po |18427 +++++------- misc/translator/po/ko-Kore-KP-opac-bootstrap.po | 1757 +- misc/translator/po/ko-Kore-KP-opac-ccsr.po | 23 +- misc/translator/po/ko-Kore-KP-pref.po | 1 - misc/translator/po/ku-i-opac-t-prog-v-3006000.po | 2458 +- misc/translator/po/ku-i-staff-t-prog-v-3006000.po |23807 ++++++---------- misc/translator/po/ku-opac-bootstrap.po | 2545 +- misc/translator/po/ku-opac-ccsr.po | 38 +- .../po/lo-Laoo-i-opac-t-prog-v-3006000.po | 2184 +- .../po/lo-Laoo-i-staff-t-prog-v-3006000.po |18625 +++++------- misc/translator/po/lo-Laoo-opac-bootstrap.po | 2273 +- misc/translator/po/lo-Laoo-opac-ccsr.po | 35 +- misc/translator/po/lo-Laoo-pref.po | 1 - .../translator/po/mi-NZ-i-opac-t-prog-v-3006000.po | 1814 +- .../po/mi-NZ-i-staff-t-prog-v-3006000.po |18445 +++++------- misc/translator/po/mi-NZ-opac-bootstrap.po | 1894 +- misc/translator/po/mi-NZ-opac-ccsr.po | 26 +- misc/translator/po/mi-NZ-pref.po | 1 - misc/translator/po/mon-i-opac-t-prog-v-3006000.po | 1789 +- misc/translator/po/mon-i-staff-t-prog-v-3006000.po |19543 +++++-------- misc/translator/po/mon-opac-bootstrap.po | 1874 +- misc/translator/po/mon-opac-ccsr.po | 26 +- misc/translator/po/mon-pref.po | 1 - misc/translator/po/mr-i-opac-t-prog-v-3006000.po | 1654 +- misc/translator/po/mr-i-staff-t-prog-v-3006000.po |18701 +++++------- misc/translator/po/mr-opac-bootstrap.po | 1730 +- misc/translator/po/mr-opac-ccsr.po | 23 +- misc/translator/po/mr-pref.po | 1 - .../translator/po/ms-MY-i-opac-t-prog-v-3006000.po | 2433 +- .../po/ms-MY-i-staff-t-prog-v-3006000.po |19199 +++++-------- misc/translator/po/ms-MY-opac-bootstrap.po | 2523 +- misc/translator/po/ms-MY-opac-ccsr.po | 27 +- misc/translator/po/ms-MY-pref.po | 1 - .../translator/po/nb-NO-i-opac-t-prog-v-3006000.po | 2408 +- .../po/nb-NO-i-staff-t-prog-v-3006000.po |21605 +++++--------- misc/translator/po/nb-NO-opac-bootstrap.po | 2546 +- misc/translator/po/nb-NO-opac-ccsr.po | 47 +- misc/translator/po/nb-NO-pref.po | 1 - .../translator/po/ne-NE-i-opac-t-prog-v-3006000.po | 1634 +- .../po/ne-NE-i-staff-t-prog-v-3006000.po |18398 +++++------- misc/translator/po/ne-NE-opac-bootstrap.po | 1708 +- misc/translator/po/ne-NE-opac-ccsr.po | 23 +- misc/translator/po/ne-NE-pref.po | 1 - .../translator/po/nl-BE-i-opac-t-prog-v-3006000.po | 2512 +- .../po/nl-BE-i-staff-t-prog-v-3006000.po |20642 +++++--------- misc/translator/po/nl-BE-opac-bootstrap.po | 2661 +- misc/translator/po/nl-BE-opac-ccsr.po | 48 +- misc/translator/po/nl-BE-pref.po | 1 - .../translator/po/nl-NL-i-opac-t-prog-v-3006000.po | 2452 +- .../po/nl-NL-i-staff-t-prog-v-3006000.po |18543 +++++------- misc/translator/po/nl-NL-opac-bootstrap.po | 2700 +- misc/translator/po/nl-NL-opac-ccsr.po | 26 +- misc/translator/po/nl-NL-pref.po | 1 - .../translator/po/nn-NO-i-opac-t-prog-v-3006000.po | 1758 +- .../po/nn-NO-i-staff-t-prog-v-3006000.po |19382 +++++-------- misc/translator/po/nn-NO-opac-bootstrap.po | 1836 +- misc/translator/po/nn-NO-opac-ccsr.po | 23 +- misc/translator/po/nn-NO-pref.po | 1 - misc/translator/po/pbr-i-opac-t-prog-v-3006000.po | 1634 +- misc/translator/po/pbr-i-staff-t-prog-v-3006000.po |18398 +++++------- misc/translator/po/pbr-opac-bootstrap.po | 1708 +- misc/translator/po/pbr-opac-ccsr.po | 23 +- misc/translator/po/pbr-pref.po | 1 - .../translator/po/pl-PL-i-opac-t-prog-v-3006000.po | 2457 +- .../po/pl-PL-i-staff-t-prog-v-3006000.po |23154 ++++++--------- misc/translator/po/pl-PL-opac-bootstrap.po | 2544 +- misc/translator/po/pl-PL-opac-ccsr.po | 52 +- misc/translator/po/pl-PL-pref.po | 1 - misc/translator/po/prs-i-opac-t-prog-v-3006000.po | 1633 +- misc/translator/po/prs-i-staff-t-prog-v-3006000.po |18401 +++++------- misc/translator/po/prs-opac-bootstrap.po | 1708 +- misc/translator/po/prs-opac-ccsr.po | 23 +- misc/translator/po/prs-pref.po | 1 - .../translator/po/pt-BR-i-opac-t-prog-v-3006000.po | 2515 +- .../po/pt-BR-i-staff-t-prog-v-3006000.po |26598 ++++++----------- misc/translator/po/pt-BR-opac-bootstrap.po | 2650 +- misc/translator/po/pt-BR-opac-ccsr.po | 48 +- misc/translator/po/pt-BR-pref.po | 1 - .../translator/po/pt-PT-i-opac-t-prog-v-3006000.po | 801 +- .../po/pt-PT-i-staff-t-prog-v-3006000.po |27382 ++++++------------ misc/translator/po/pt-PT-opac-bootstrap.po | 2700 +- misc/translator/po/pt-PT-opac-ccsr.po | 1 - misc/translator/po/pt-PT-pref.po | 1 - .../translator/po/ro-RO-i-opac-t-prog-v-3006000.po | 2289 +- .../po/ro-RO-i-staff-t-prog-v-3006000.po |20507 +++++--------- misc/translator/po/ro-RO-opac-bootstrap.po | 2373 +- misc/translator/po/ro-RO-opac-ccsr.po | 30 +- misc/translator/po/ro-RO-pref.po | 1 - .../translator/po/ru-RU-i-opac-t-prog-v-3006000.po | 2774 +- .../po/ru-RU-i-staff-t-prog-v-3006000.po |21353 +++++--------- misc/translator/po/ru-RU-opac-bootstrap.po | 2878 +- misc/translator/po/ru-RU-opac-ccsr.po | 51 +- misc/translator/po/ru-RU-pref.po | 1 - .../translator/po/rw-RW-i-opac-t-prog-v-3006000.po | 1649 +- .../po/rw-RW-i-staff-t-prog-v-3006000.po |18398 +++++------- misc/translator/po/rw-RW-opac-bootstrap.po | 1708 +- misc/translator/po/rw-RW-opac-ccsr.po | 23 +- misc/translator/po/rw-RW-pref.po | 1 - .../translator/po/sd-PK-i-opac-t-prog-v-3006000.po | 1637 +- .../po/sd-PK-i-staff-t-prog-v-3006000.po |18398 +++++------- misc/translator/po/sd-PK-opac-bootstrap.po | 1711 +- misc/translator/po/sd-PK-opac-ccsr.po | 26 +- misc/translator/po/sd-PK-pref.po | 1 - .../translator/po/sk-SK-i-opac-t-prog-v-3006000.po | 789 +- .../po/sk-SK-i-staff-t-prog-v-3006000.po |10217 +++---- misc/translator/po/sk-SK-opac-bootstrap.po | 833 +- misc/translator/po/sk-SK-opac-ccsr.po | 1 - misc/translator/po/sk-SK-pref.po | 1 - .../translator/po/sl-SI-i-opac-t-prog-v-3006000.po | 1637 +- .../po/sl-SI-i-staff-t-prog-v-3006000.po |18398 +++++------- misc/translator/po/sl-SI-opac-bootstrap.po | 1711 +- misc/translator/po/sl-SI-opac-ccsr.po | 26 +- misc/translator/po/sl-SI-pref.po | 1 - .../translator/po/sq-AL-i-opac-t-prog-v-3006000.po | 2349 +- .../po/sq-AL-i-staff-t-prog-v-3006000.po |18671 +++++------- misc/translator/po/sq-AL-opac-bootstrap.po | 1708 +- misc/translator/po/sq-AL-opac-ccsr.po | 23 +- misc/translator/po/sq-AL-pref.po | 1 - .../po/sr-Cyrl-i-opac-t-prog-v-3006000.po | 1746 +- .../po/sr-Cyrl-i-staff-t-prog-v-3006000.po |18398 +++++------- misc/translator/po/sr-Cyrl-opac-bootstrap.po | 1820 +- misc/translator/po/sr-Cyrl-opac-ccsr.po | 23 +- misc/translator/po/sr-Cyrl-pref.po | 1 - .../translator/po/sv-SE-i-opac-t-prog-v-3006000.po | 2414 +- .../po/sv-SE-i-staff-t-prog-v-3006000.po |26356 ++++++----------- misc/translator/po/sv-SE-opac-bootstrap.po | 2555 +- misc/translator/po/sv-SE-opac-ccsr.po | 47 +- misc/translator/po/sv-SE-pref.po | 1 - .../translator/po/sw-KE-i-opac-t-prog-v-3006000.po | 1757 +- .../po/sw-KE-i-staff-t-prog-v-3006000.po |18398 +++++------- misc/translator/po/sw-KE-opac-bootstrap.po | 1708 +- misc/translator/po/sw-KE-opac-ccsr.po | 23 +- misc/translator/po/sw-KE-pref.po | 1 - .../translator/po/ta-LK-i-opac-t-prog-v-3006000.po | 1634 +- .../po/ta-LK-i-staff-t-prog-v-3006000.po |18398 +++++------- misc/translator/po/ta-LK-opac-bootstrap.po | 1708 +- misc/translator/po/ta-LK-opac-ccsr.po | 23 +- misc/translator/po/ta-LK-pref.po | 1 - misc/translator/po/ta-i-opac-t-prog-v-3006000.po | 1641 +- misc/translator/po/ta-i-staff-t-prog-v-3006000.po |18398 +++++------- misc/translator/po/ta-opac-bootstrap.po | 1735 +- misc/translator/po/ta-opac-ccsr.po | 23 +- misc/translator/po/ta-pref.po | 1 - misc/translator/po/tet-i-opac-t-prog-v-3006000.po | 2392 +- misc/translator/po/tet-i-staff-t-prog-v-3006000.po |19877 +++++-------- misc/translator/po/tet-opac-bootstrap.po | 2419 +- misc/translator/po/tet-opac-ccsr.po | 39 +- misc/translator/po/tet-pref.po | 1 - .../translator/po/th-TH-i-opac-t-prog-v-3006000.po | 2057 +- .../po/th-TH-i-staff-t-prog-v-3006000.po |18398 +++++------- misc/translator/po/th-TH-opac-bootstrap.po | 2144 +- misc/translator/po/th-TH-opac-ccsr.po | 26 +- misc/translator/po/th-TH-pref.po | 1 - .../translator/po/tl-PH-i-opac-t-prog-v-3006000.po | 1675 +- .../po/tl-PH-i-staff-t-prog-v-3006000.po |18500 +++++------- misc/translator/po/tl-PH-opac-bootstrap.po | 1769 +- misc/translator/po/tl-PH-opac-ccsr.po | 23 +- misc/translator/po/tl-PH-pref.po | 1 - .../translator/po/tr-TR-i-opac-t-prog-v-3006000.po | 801 +- .../po/tr-TR-i-staff-t-prog-v-3006000.po |10311 +++---- misc/translator/po/tr-TR-opac-bootstrap.po | 833 +- misc/translator/po/tr-TR-opac-ccsr.po | 1 - misc/translator/po/tr-TR-pref.po | 7 +- .../translator/po/uk-UA-i-opac-t-prog-v-3006000.po | 2794 +- .../po/uk-UA-i-staff-t-prog-v-3006000.po |21840 +++++--------- misc/translator/po/uk-UA-opac-bootstrap.po | 2904 +- misc/translator/po/uk-UA-opac-ccsr.po | 54 +- misc/translator/po/uk-UA-pref.po | 1 - .../po/ur-Arab-i-opac-t-prog-v-3006000.po | 1637 +- .../po/ur-Arab-i-staff-t-prog-v-3006000.po |18398 +++++------- misc/translator/po/ur-Arab-opac-bootstrap.po | 1711 +- misc/translator/po/ur-Arab-opac-ccsr.po | 26 +- misc/translator/po/ur-Arab-pref.po | 1 - .../translator/po/vi-VN-i-opac-t-prog-v-3006000.po | 3030 +- .../po/vi-VN-i-staff-t-prog-v-3006000.po |29958 +++++++------------- misc/translator/po/vi-VN-opac-bootstrap.po | 3834 +-- misc/translator/po/vi-VN-opac-ccsr.po | 84 +- misc/translator/po/vi-VN-pref.po | 143 +- .../po/zh-Hans-CN-i-opac-t-prog-v-3006000.po | 2099 +- .../po/zh-Hans-CN-i-staff-t-prog-v-3006000.po |21112 +++++--------- misc/translator/po/zh-Hans-CN-opac-bootstrap.po | 2214 +- misc/translator/po/zh-Hans-CN-opac-ccsr.po | 33 +- misc/translator/po/zh-Hans-CN-pref.po | 1 - .../po/zh-Hans-TW-i-opac-t-prog-v-3006000.po | 789 +- .../po/zh-Hans-TW-i-staff-t-prog-v-3006000.po |10217 +++---- misc/translator/po/zh-Hans-TW-opac-bootstrap.po | 833 +- misc/translator/po/zh-Hans-TW-opac-ccsr.po | 1 - misc/translator/po/zh-Hans-TW-pref.po | 1 - 357 files changed, 609852 insertions(+), 1097242 deletions(-) copy misc/release_notes/{release_notes_3_14_11.txt => release_notes_3_14_12.txt} (60%) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 22 17:51:05 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 22 Dec 2014 16:51:05 +0000 Subject: [koha-commits] main Koha release repository annotated tag v3.14.12 created. v3.14.12 Message-ID: This is an automated email from the git 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.14.12 has been created at 6f3809ef2809702a972d4d2748dad4269e6cd4de (tag) tagging 04e5270d77e78d90109e799e3c5064835bc7a1ac (commit) replaces v3.14.11 tagged by Fridolin Somers on Mon Dec 22 17:47:11 2014 +0100 - Log ----------------------------------------------------------------- Koha release 3.14.12 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAABAgAGBQJUmEsPAAoJECvJNkKAZAZuoWoH/Rgk87C9GzNRRT4L3aXWTQbO 8PbnXFB3fYgeXYCfwOF1z7R/DFS1IM702OSHMHZN8gdm1SOTKXFf9Rj0muYwWqOh tsE7MZytA/dh2LIANm76EJSSysqCa2ZSnVqilliax0JTeKcdR93BXIkFeOdSf+67 X/ShaF4jfa/IPEVLbdYCrwJBIduskgXXvPKahGVDDEGhzaYfAhikcfDN7b/taIKx ALl8r6X8yreVvUSR0fr8RIPMQNqDnu2tKy10LYtW3GEvm1W2lQcFZyqjlLUDIy33 pG5qvPlWV6lQ72Gp89fzSmecxyyIipvGlAz5hZAa1eEEi7mQWXvmMr50ms8JHyI= =nupv -----END PGP SIGNATURE----- Bernardo Gonzalez Kriegel (1): Translation updates for Koha 3.14.12 release David Cook (1): Bug 11014 - Slip Print Problem in Chrome Fridolin Somers (6): Bug 12211: fix wrong home link in bootstrap public catalog login page Bug 12451 - circulation rule cant be edited if itemtype contains a space character Bug 12405 - Search links on callnumber fails on intranet results page Update release notes for 3.14.12 release Merge remote-tracking branch 'translator/3.14.12-translate' into 3.14.x Increment version for 3.14.12 release Fridolyn SOMERS (2): Bug 7442: fix crash when selecting an authority with 200$x or 200$y (UNIMARC) Bug 7442 (follow-up) ensuring that summary is display when searching on all types of authorities Galen Charlton (3): Bug 7442: (follow-up) restore display of heading type for non-UNIMARC Bug 7442: (follow-up) apply change to Bootstrap theme Bug 7442: (follow-up) adjust UNIMARC test case to match change in BuildSummary() Jonathan Druart (1): Bug 12086: qa-followup: remove warning on launching unit tests Kyle M Hall (4): Bug 12432 - Saved reports tabs not working Bug 12432 [QA Followup] - Make "All" tab work when switching back to it Bug 12086 - Hold priorities incorrect, when waiting status was reversed Bug 12025 - Inventory tool fails with "Could not reads headers", or sometimes a timeout Mathieu Saby (1): Bug 10893: fix location facet in UNIMARC St?phane Delaune (1): Bug 12229: when exporting MARC records (as ISO2709), refuse to output records that would be longer than the MARC limit ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 22 18:05:14 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 22 Dec 2014 17:05:14 +0000 Subject: [koha-commits] main Koha release repository branch 3.18.x updated. v3.18.01-25-gb20c296 Message-ID: This is an automated email from the git hooks/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.18.x has been updated via b20c296feb4d6cdd4851bee2137da229a0906ef6 (commit) from ab1db92e830d71b3e6c9e85151edd494f7600630 (commit) Those revisions listed 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 b20c296feb4d6cdd4851bee2137da229a0906ef6 Author: Bernardo Gonzalez Kriegel Date: Sun Dec 21 22:52:00 2014 -0300 Translation updates for Koha 3.18.02 release New language Esperanto ----------------------------------------------------------------------- Summary of changes: .../po/am-Ethi-i-staff-t-prog-v-3006000.po | 707 +- misc/translator/po/am-Ethi-opac-bootstrap.po | 356 +- misc/translator/po/am-Ethi-staff-help.po | 2 +- .../po/ar-Arab-i-staff-t-prog-v-3006000.po | 2936 ++- misc/translator/po/ar-Arab-opac-bootstrap.po | 674 +- misc/translator/po/ar-Arab-pref.po | 307 +- misc/translator/po/ar-Arab-staff-help.po | 197 +- .../po/az-AZ-i-staff-t-prog-v-3006000.po | 712 +- misc/translator/po/az-AZ-opac-bootstrap.po | 356 +- misc/translator/po/az-AZ-staff-help.po | 2 +- .../po/be-BY-i-staff-t-prog-v-3006000.po | 711 +- misc/translator/po/be-BY-opac-bootstrap.po | 356 +- misc/translator/po/be-BY-staff-help.po | 2 +- misc/translator/po/ben-i-staff-t-prog-v-3006000.po | 707 +- misc/translator/po/ben-opac-bootstrap.po | 356 +- misc/translator/po/ben-staff-help.po | 2 +- .../po/bg-Cyrl-i-staff-t-prog-v-3006000.po | 707 +- misc/translator/po/bg-Cyrl-opac-bootstrap.po | 356 +- misc/translator/po/bg-Cyrl-staff-help.po | 2 +- .../po/ca-ES-i-staff-t-prog-v-3006000.po | 711 +- misc/translator/po/ca-ES-opac-bootstrap.po | 356 +- misc/translator/po/ca-ES-staff-help.po | 2 +- .../po/cs-CZ-i-staff-t-prog-v-3006000.po | 789 +- misc/translator/po/cs-CZ-opac-bootstrap.po | 360 +- misc/translator/po/cs-CZ-pref.po | 66 +- misc/translator/po/cs-CZ-staff-help.po | 22 +- .../po/da-DK-i-staff-t-prog-v-3006000.po | 713 +- misc/translator/po/da-DK-opac-bootstrap.po | 356 +- misc/translator/po/da-DK-staff-help.po | 2 +- .../po/de-CH-i-staff-t-prog-v-3006000.po | 9278 +++++----- misc/translator/po/de-CH-opac-bootstrap.po | 3364 ++-- misc/translator/po/de-CH-pref.po | 3371 +--- misc/translator/po/de-CH-staff-help.po | 8 +- .../po/de-DE-i-staff-t-prog-v-3006000.po |19031 +++++++------------- misc/translator/po/de-DE-opac-bootstrap.po | 3260 ++-- misc/translator/po/de-DE-pref.po | 3371 +--- misc/translator/po/de-DE-staff-help.po | 8 +- .../po/el-GR-i-staff-t-prog-v-3006000.po | 715 +- misc/translator/po/el-GR-opac-bootstrap.po | 356 +- misc/translator/po/el-GR-staff-help.po | 2 +- .../po/en-GB-i-staff-t-prog-v-3006000.po | 713 +- misc/translator/po/en-GB-opac-bootstrap.po | 356 +- misc/translator/po/en-GB-staff-help.po | 2 +- .../po/en-NZ-i-staff-t-prog-v-3006000.po | 2030 +-- misc/translator/po/en-NZ-opac-bootstrap.po | 3260 ++-- misc/translator/po/en-NZ-pref.po | 3117 +--- misc/translator/po/en-NZ-staff-help.po | 8 +- ...v-3006000.po => eo-i-staff-t-prog-v-3006000.po} |17052 ++++++++---------- ...w-RW-opac-bootstrap.po => eo-opac-bootstrap.po} | 4009 ++--- misc/translator/po/{ca-ES-pref.po => eo-pref.po} | 759 +- .../po/{eu-staff-help.po => eo-staff-help.po} | 577 +- .../po/es-ES-i-staff-t-prog-v-3006000.po | 817 +- misc/translator/po/es-ES-opac-bootstrap.po | 383 +- misc/translator/po/es-ES-pref.po | 56 +- misc/translator/po/es-ES-staff-help.po | 51 +- misc/translator/po/eu-i-staff-t-prog-v-3006000.po | 707 +- misc/translator/po/eu-opac-bootstrap.po | 356 +- misc/translator/po/eu-staff-help.po | 2 +- .../po/fa-Arab-i-staff-t-prog-v-3006000.po | 709 +- misc/translator/po/fa-Arab-opac-bootstrap.po | 356 +- misc/translator/po/fa-Arab-staff-help.po | 2 +- .../po/fi-FI-i-staff-t-prog-v-3006000.po | 712 +- misc/translator/po/fi-FI-opac-bootstrap.po | 356 +- misc/translator/po/fi-FI-staff-help.po | 2 +- .../po/fo-FO-i-staff-t-prog-v-3006000.po | 707 +- misc/translator/po/fo-FO-opac-bootstrap.po | 356 +- misc/translator/po/fo-FO-staff-help.po | 2 +- .../po/fr-CA-i-staff-t-prog-v-3006000.po | 716 +- misc/translator/po/fr-CA-opac-bootstrap.po | 356 +- misc/translator/po/fr-CA-staff-help.po | 2 +- .../po/fr-FR-i-staff-t-prog-v-3006000.po | 1953 +- misc/translator/po/fr-FR-opac-bootstrap.po | 360 +- misc/translator/po/fr-FR-pref.po | 48 +- misc/translator/po/fr-FR-staff-help.po | 142 +- misc/translator/po/gl-i-staff-t-prog-v-3006000.po | 709 +- misc/translator/po/gl-opac-bootstrap.po | 356 +- misc/translator/po/gl-staff-help.po | 2 +- .../po/he-Hebr-i-staff-t-prog-v-3006000.po | 708 +- misc/translator/po/he-Hebr-opac-bootstrap.po | 356 +- misc/translator/po/he-Hebr-staff-help.po | 2 +- misc/translator/po/hi-i-staff-t-prog-v-3006000.po | 711 +- misc/translator/po/hi-opac-bootstrap.po | 356 +- misc/translator/po/hi-staff-help.po | 2 +- .../po/hr-HR-i-staff-t-prog-v-3006000.po | 711 +- misc/translator/po/hr-HR-opac-bootstrap.po | 356 +- misc/translator/po/hr-HR-staff-help.po | 2 +- .../po/hu-HU-i-staff-t-prog-v-3006000.po | 711 +- misc/translator/po/hu-HU-opac-bootstrap.po | 356 +- misc/translator/po/hu-HU-staff-help.po | 2 +- .../po/hy-Armn-i-staff-t-prog-v-3006000.po | 1232 +- misc/translator/po/hy-Armn-opac-bootstrap.po | 541 +- misc/translator/po/hy-Armn-pref.po | 300 +- misc/translator/po/hy-Armn-staff-help.po | 204 +- .../po/id-ID-i-staff-t-prog-v-3006000.po | 707 +- misc/translator/po/id-ID-opac-bootstrap.po | 356 +- misc/translator/po/id-ID-staff-help.po | 2 +- .../po/is-IS-i-staff-t-prog-v-3006000.po | 709 +- misc/translator/po/is-IS-opac-bootstrap.po | 356 +- misc/translator/po/is-IS-staff-help.po | 2 +- .../po/it-IT-i-staff-t-prog-v-3006000.po |10938 ++++++----- misc/translator/po/it-IT-opac-bootstrap.po | 5380 +++--- misc/translator/po/it-IT-staff-help.po | 8 +- .../po/ja-Jpan-JP-i-staff-t-prog-v-3006000.po | 709 +- misc/translator/po/ja-Jpan-JP-opac-bootstrap.po | 356 +- misc/translator/po/ja-Jpan-JP-staff-help.po | 2 +- .../po/km-KH-i-staff-t-prog-v-3006000.po | 707 +- misc/translator/po/km-KH-opac-bootstrap.po | 356 +- misc/translator/po/km-KH-staff-help.po | 2 +- .../po/kn-Knda-i-staff-t-prog-v-3006000.po | 710 +- misc/translator/po/kn-Knda-opac-bootstrap.po | 356 +- misc/translator/po/kn-Knda-staff-help.po | 2 +- .../po/ko-Kore-KP-i-staff-t-prog-v-3006000.po | 709 +- misc/translator/po/ko-Kore-KP-opac-bootstrap.po | 356 +- misc/translator/po/ko-Kore-KP-staff-help.po | 2 +- misc/translator/po/ku-Arab-pref.po | 9 +- .../po/lo-Laoo-i-staff-t-prog-v-3006000.po | 707 +- misc/translator/po/lo-Laoo-opac-bootstrap.po | 356 +- misc/translator/po/lo-Laoo-staff-help.po | 2 +- .../po/mi-NZ-i-staff-t-prog-v-3006000.po | 709 +- misc/translator/po/mi-NZ-opac-bootstrap.po | 356 +- misc/translator/po/mi-NZ-staff-help.po | 2 +- misc/translator/po/mon-i-staff-t-prog-v-3006000.po | 711 +- misc/translator/po/mon-opac-bootstrap.po | 356 +- misc/translator/po/mon-staff-help.po | 2 +- misc/translator/po/mr-i-staff-t-prog-v-3006000.po | 707 +- misc/translator/po/mr-opac-bootstrap.po | 356 +- misc/translator/po/mr-staff-help.po | 2 +- .../po/ms-MY-i-staff-t-prog-v-3006000.po | 707 +- misc/translator/po/ms-MY-opac-bootstrap.po | 356 +- misc/translator/po/ms-MY-staff-help.po | 2 +- .../po/nb-NO-i-staff-t-prog-v-3006000.po | 713 +- misc/translator/po/nb-NO-opac-bootstrap.po | 3298 ++-- misc/translator/po/nb-NO-pref.po | 3210 +--- misc/translator/po/nb-NO-staff-help.po | 2 +- .../po/ne-NE-i-staff-t-prog-v-3006000.po | 707 +- misc/translator/po/ne-NE-opac-bootstrap.po | 356 +- misc/translator/po/ne-NE-staff-help.po | 2 +- .../po/nl-BE-i-staff-t-prog-v-3006000.po | 711 +- misc/translator/po/nl-BE-opac-bootstrap.po | 356 +- misc/translator/po/nl-BE-staff-help.po | 2 +- .../po/nl-NL-i-staff-t-prog-v-3006000.po | 707 +- misc/translator/po/nl-NL-opac-bootstrap.po | 356 +- misc/translator/po/nl-NL-staff-help.po | 2 +- .../po/nn-NO-i-staff-t-prog-v-3006000.po | 711 +- misc/translator/po/nn-NO-opac-bootstrap.po | 356 +- misc/translator/po/nn-NO-staff-help.po | 2 +- misc/translator/po/pbr-i-staff-t-prog-v-3006000.po | 707 +- misc/translator/po/pbr-opac-bootstrap.po | 356 +- misc/translator/po/pbr-staff-help.po | 2 +- .../po/pl-PL-i-staff-t-prog-v-3006000.po | 749 +- misc/translator/po/pl-PL-opac-bootstrap.po | 356 +- misc/translator/po/pl-PL-staff-help.po | 2 +- misc/translator/po/prs-i-staff-t-prog-v-3006000.po | 707 +- misc/translator/po/prs-opac-bootstrap.po | 356 +- misc/translator/po/prs-staff-help.po | 2 +- .../po/pt-BR-i-staff-t-prog-v-3006000.po | 716 +- misc/translator/po/pt-BR-opac-bootstrap.po | 356 +- misc/translator/po/pt-BR-staff-help.po | 2 +- .../po/pt-PT-i-staff-t-prog-v-3006000.po | 715 +- misc/translator/po/pt-PT-opac-bootstrap.po | 356 +- misc/translator/po/pt-PT-staff-help.po | 2 +- .../po/ro-RO-i-staff-t-prog-v-3006000.po | 711 +- misc/translator/po/ro-RO-opac-bootstrap.po | 356 +- misc/translator/po/ro-RO-staff-help.po | 2 +- .../po/ru-RU-i-staff-t-prog-v-3006000.po | 711 +- misc/translator/po/ru-RU-opac-bootstrap.po | 356 +- misc/translator/po/ru-RU-staff-help.po | 2 +- .../po/rw-RW-i-staff-t-prog-v-3006000.po | 707 +- misc/translator/po/rw-RW-opac-bootstrap.po | 356 +- misc/translator/po/rw-RW-staff-help.po | 2 +- .../po/sd-PK-i-staff-t-prog-v-3006000.po | 707 +- misc/translator/po/sd-PK-opac-bootstrap.po | 356 +- misc/translator/po/sd-PK-staff-help.po | 2 +- .../po/sk-SK-i-staff-t-prog-v-3006000.po | 1935 +- misc/translator/po/sk-SK-opac-bootstrap.po | 448 +- misc/translator/po/sk-SK-pref.po | 141 +- misc/translator/po/sk-SK-staff-help.po | 20 +- .../po/sl-SI-i-staff-t-prog-v-3006000.po | 707 +- misc/translator/po/sl-SI-opac-bootstrap.po | 356 +- misc/translator/po/sl-SI-staff-help.po | 2 +- .../po/sq-AL-i-staff-t-prog-v-3006000.po | 707 +- misc/translator/po/sq-AL-opac-bootstrap.po | 356 +- misc/translator/po/sq-AL-staff-help.po | 2 +- .../po/sr-Cyrl-i-staff-t-prog-v-3006000.po | 707 +- misc/translator/po/sr-Cyrl-opac-bootstrap.po | 356 +- misc/translator/po/sr-Cyrl-staff-help.po | 2 +- .../po/sv-SE-i-staff-t-prog-v-3006000.po | 713 +- misc/translator/po/sv-SE-opac-bootstrap.po | 356 +- misc/translator/po/sv-SE-staff-help.po | 2 +- .../po/sw-KE-i-staff-t-prog-v-3006000.po | 707 +- misc/translator/po/sw-KE-opac-bootstrap.po | 356 +- misc/translator/po/sw-KE-staff-help.po | 2 +- .../po/ta-LK-i-staff-t-prog-v-3006000.po | 707 +- misc/translator/po/ta-LK-opac-bootstrap.po | 356 +- misc/translator/po/ta-LK-staff-help.po | 2 +- misc/translator/po/ta-i-staff-t-prog-v-3006000.po | 707 +- misc/translator/po/ta-opac-bootstrap.po | 356 +- misc/translator/po/ta-staff-help.po | 2 +- misc/translator/po/tet-i-staff-t-prog-v-3006000.po | 713 +- misc/translator/po/tet-opac-bootstrap.po | 356 +- misc/translator/po/tet-staff-help.po | 2 +- .../po/th-TH-i-staff-t-prog-v-3006000.po | 707 +- misc/translator/po/th-TH-opac-bootstrap.po | 356 +- misc/translator/po/th-TH-staff-help.po | 2 +- .../po/tl-PH-i-staff-t-prog-v-3006000.po | 708 +- misc/translator/po/tl-PH-opac-bootstrap.po | 356 +- misc/translator/po/tl-PH-staff-help.po | 2 +- .../po/tr-TR-i-staff-t-prog-v-3006000.po | 768 +- misc/translator/po/tr-TR-opac-bootstrap.po | 366 +- misc/translator/po/tr-TR-pref.po | 41 +- misc/translator/po/tr-TR-staff-help.po | 47 +- .../po/uk-UA-i-staff-t-prog-v-3006000.po | 713 +- misc/translator/po/uk-UA-opac-bootstrap.po | 356 +- misc/translator/po/uk-UA-staff-help.po | 2 +- .../po/ur-Arab-i-staff-t-prog-v-3006000.po | 707 +- misc/translator/po/ur-Arab-opac-bootstrap.po | 356 +- misc/translator/po/ur-Arab-staff-help.po | 2 +- .../po/vi-VN-i-staff-t-prog-v-3006000.po | 716 +- misc/translator/po/vi-VN-opac-bootstrap.po | 356 +- misc/translator/po/vi-VN-staff-help.po | 2 +- .../po/zh-Hans-CN-i-staff-t-prog-v-3006000.po | 714 +- misc/translator/po/zh-Hans-CN-opac-bootstrap.po | 356 +- misc/translator/po/zh-Hans-CN-staff-help.po | 2 +- .../po/zh-Hans-TW-i-staff-t-prog-v-3006000.po | 2915 ++- misc/translator/po/zh-Hans-TW-opac-bootstrap.po | 660 +- misc/translator/po/zh-Hans-TW-pref.po | 711 +- misc/translator/po/zh-Hans-TW-staff-help.po | 155 +- 227 files changed, 77704 insertions(+), 98896 deletions(-) copy misc/translator/po/{eu-i-staff-t-prog-v-3006000.po => eo-i-staff-t-prog-v-3006000.po} (86%) copy misc/translator/po/{rw-RW-opac-bootstrap.po => eo-opac-bootstrap.po} (80%) copy misc/translator/po/{ca-ES-pref.po => eo-pref.po} (88%) copy misc/translator/po/{eu-staff-help.po => eo-staff-help.po} (98%) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 22 18:06:43 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 22 Dec 2014 17:06:43 +0000 Subject: [koha-commits] main Koha release repository annotated tag v3.18.02 created. v3.18.02 Message-ID: This is an automated email from the git 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.18.02 has been created at cbdf53c1a010632934bd1e190b6c77ea1bfcd431 (tag) tagging b20c296feb4d6cdd4851bee2137da229a0906ef6 (commit) replaces v3.18.01 tagged by Chris Cormack on Tue Dec 23 06:11:04 2014 +1300 - Log ----------------------------------------------------------------- Koha Release 3.18.02 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAABCAAGBQJUmFCoAAoJEG5T+NVYEYs1R3YP/1tywIOTodmBkSWAjJwNbwRe X+InFHgxqbz7enKnvigH0cKg/X17hSPsZzaHX+5xuFOKcWNA2+lrYaJr3ge29VJo e+oYmwhLdjbFrFJQpYMwC2m7I4suXYlQInea6Lc6QwZnhZbrFUhMLNLxI6sdIRZ3 /0g/i6bTjgvh3FTG0rXKEuF0NVFha8kj0VU/jTgVlDwEHHt7SnSY1m0tpv6Vt7G2 pdE2JfWORyv/kWzNnLd1ydppVGD7QlWOcjMWEKhPcP5vMl2uOSdCnUTYwcSWB1x+ fu6y1GnDnS17UDV2dbNhlvWFLN8Fgn7EKEQHRnQZQOCRvR8+gb8P7u5FSSylquQC IjjoL/TEBq9gFEMzRG8MZsfrKX4hYCnJKcPQYmtbtwcJr5TwP+C9PHsGx8o+a7Y7 DNZsdsYLSwQtBLCF97TZ3bHId8LdIa2L7F+QHnDMaqUGYDITC2WyvAqrgSmchhFh 6oEEesvWWnqKI+ToJUA7dl6Dp7GQurw7eQnUNGErzZk8sOIwaeiVXcmR0gEHD93M S1Kwz9Idw9bRuU1DqtuVHjpwCpWClVZIedPLJYjOElb5E4Pvxs0fysMKB7Lfmupe K3grA/g2MAV+d6GWW6Bd6Oun+pMJjzivnwCq6K26xb37HnDRiw8NFZCeYpICcaCu cFZp5Du7puPqm/HVRZJv =PCOg -----END PGP SIGNATURE----- Alexander Cheeseman (1): bug 13460: suggestion.tt now uses Price plugin Bernardo Gonzalez Kriegel (2): Bug 13362: translate script creates dirs on update Translation updates for Koha 3.18.02 release Chris Cormack (3): Bug 13368 Holds priority messed up on checkout Bug 13425 - XSS in intranet facets - Patch for 3.18 and master Bumping for 3.18.2 release David Cook (1): Bug 13469 - Unapi path to XSLTs is wrong in OPAC Dobrica Pavlinusic (1): Bug 13470 - pay fines with extended borrower attributes result in application error Fridolin Somers (1): Bug 13296 - error when using z3950 with UNIMARC authorities Jonathan Druart (4): Bug 13428: Fix regression on deleting facets Bug 13465: Correct the field prefix ambiguity Bug 13296: (follow-up) permit grep on AUTHUNIMARC Bug 13476: Fix DataTables for the search items form Katrin Fischer (4): Bug 11706: Typo fix for "efault" in old database update Bug 10051: Separate first name and surname with comma in overdues report Bug 12084: Format planned date in publication details on detail page Bug 13461 - Circ always asking for confirmation if RentalFeesCheckoutConfirmation is used Kyle M Hall (1): Bug 13449 - Syndetics TOC will not display in some cases Mark Tompsett (2): Bug 13451: Holidays.t assumes default data Bug 13456: Serials/Claims.t expects no subscriptions Martin Renvoize (1): BUG 13468: Overdue notice lists all checked out books Mason James (1): Bug 13331 Subfield does not show in cataloging editor - if subfield is disabled in OPAC/enabled in Staff, via frameworks Owen Leonard (1): Bug 13375: Syspref search highlight styling broken in Chrome Tomas Cohen Arazi (2): Bug 13398: rotating collections scripts are skipped on install Bug 13355: System preferences tab value wrong in templates ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 22 20:04:50 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 22 Dec 2014 19:04:50 +0000 Subject: [koha-commits] main Koha release repository branch 3.18.x updated. v3.18.02-1-gfffdd5f Message-ID: This is an automated email from the git hooks/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.18.x has been updated via fffdd5f7f94a1fdc2c93c1464401c2674202254f (commit) from b20c296feb4d6cdd4851bee2137da229a0906ef6 (commit) Those revisions listed 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 fffdd5f7f94a1fdc2c93c1464401c2674202254f Author: Chris Cormack Date: Tue Dec 23 08:09:22 2014 +1300 Gah, typo ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/updatedatabase.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 22 20:14:32 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 22 Dec 2014 19:14:32 +0000 Subject: [koha-commits] main Koha release repository annotated tag v3.18.02 updated. v3.18.02 Message-ID: This is an automated email from the git 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.18.02 has been updated to d5beb980f537f4605b8e875b085674744de58189 (tag) from cbdf53c1a010632934bd1e190b6c77ea1bfcd431 (which is now obsolete) tagging fffdd5f7f94a1fdc2c93c1464401c2674202254f (commit) replaces v3.18.01 tagged by Chris Cormack on Tue Dec 23 08:10:22 2014 +1300 - Log ----------------------------------------------------------------- Koha Release 3.18.02 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAABCAAGBQJUmGyeAAoJEG5T+NVYEYs10fwQALPxW7jxxGZ7XcyLhrS5qoz+ uYzEvOwQ8c73vUkh85x94om3RuXGqFk5hn9L5DpRnblbKZaK7dpW/MgDsC4HOfaS pXMOWBIeVE14sqjAt5zqXmdWdDmt3Mbpp6Rqx0Wxx73zmqWsYcmkU1MyEK//5vIv a8lGqH/kB6qZQgeaXr9Aw6xH9nH0CjMtDCbYor0BPrEalAzSLfkT8itNlttnJcPD u5sbXGL+DuVvd4EYP68vMpM54ARxACiZCCcPTb/VVrk5uelh8GTXy7Ho2pLmBKu8 Je3+yP/HagQ0Y/mQlI1MFD5D5KJ3E5AO/HO5dMkGvjT3nK01DmGnBWaRm9g3X6wM 03f3FuP8EqXGPNkoxR1mR+LQOCubojgKDx2qUVYrvaf744Tjd9qIw1UF+rnz3ter k4pOcu7xCc6M8Cl+w2xBoWuZJGbG4EIhd0IOXL1XuQepv4xdNKB+m8wokSf4sO5W PPb2pFZbClwcEuexRHuqgWFe7iNhH09yQuNeFzfJ0RcpoWZX4PVZ/rXAwjaCCuHK NhJ+b0cZhngy2HjG22pQ7B1wiL7NAJIt9eWV5s5W17Auo5+wC84Exot1uhobd5F0 B9fj3yIHSCmB4qMAR4MuLyvdASmboe8HSZc5O2lCYYV20QOSsNXnup6KnTTP7YOQ 16eYnKeOZ8fAgdptPXz+ =7xlj -----END PGP SIGNATURE----- Alexander Cheeseman (1): bug 13460: suggestion.tt now uses Price plugin Bernardo Gonzalez Kriegel (2): Bug 13362: translate script creates dirs on update Translation updates for Koha 3.18.02 release Chris Cormack (4): Bug 13368 Holds priority messed up on checkout Bug 13425 - XSS in intranet facets - Patch for 3.18 and master Bumping for 3.18.2 release Gah, typo David Cook (1): Bug 13469 - Unapi path to XSLTs is wrong in OPAC Dobrica Pavlinusic (1): Bug 13470 - pay fines with extended borrower attributes result in application error Fridolin Somers (1): Bug 13296 - error when using z3950 with UNIMARC authorities Jonathan Druart (4): Bug 13428: Fix regression on deleting facets Bug 13465: Correct the field prefix ambiguity Bug 13296: (follow-up) permit grep on AUTHUNIMARC Bug 13476: Fix DataTables for the search items form Katrin Fischer (4): Bug 11706: Typo fix for "efault" in old database update Bug 10051: Separate first name and surname with comma in overdues report Bug 12084: Format planned date in publication details on detail page Bug 13461 - Circ always asking for confirmation if RentalFeesCheckoutConfirmation is used Kyle M Hall (1): Bug 13449 - Syndetics TOC will not display in some cases Mark Tompsett (2): Bug 13451: Holidays.t assumes default data Bug 13456: Serials/Claims.t expects no subscriptions Martin Renvoize (1): BUG 13468: Overdue notice lists all checked out books Mason James (1): Bug 13331 Subfield does not show in cataloging editor - if subfield is disabled in OPAC/enabled in Staff, via frameworks Owen Leonard (1): Bug 13375: Syspref search highlight styling broken in Chrome Tomas Cohen Arazi (2): Bug 13398: rotating collections scripts are skipped on install Bug 13355: System preferences tab value wrong in templates ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 22 20:54:16 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 22 Dec 2014 19:54:16 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.18.00-58-g96eae74 Message-ID: This is an automated email from the git hooks/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 96eae74fc12defc8f81f073724fc663e5895b9a2 (commit) via 70de2cae53d93a47a7666015a79f35d7f458f4fe (commit) from 2fd3fdffadde7bbfb6dba82d63c15c9d45467858 (commit) Those revisions listed 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 96eae74fc12defc8f81f073724fc663e5895b9a2 Author: Jonathan Druart Date: Tue Dec 2 11:37:00 2014 +0100 Bug 13370: Inputs overflow in filter Bug 12376 adds some padding to inputs. This cause an overflow on the record detail page. Test plan: 1/ Go on a record detail page with items 2/ Enable filters Without the patch, the inputs overflow, with the patch it should be corrected (as before bug 12376). Signed-off-by: Owen Leonard Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi commit 70de2cae53d93a47a7666015a79f35d7f458f4fe Author: Kahurangi Cormack Date: Mon Dec 22 12:52:57 2014 +1300 Bug 7143 : Adding missing developer to the about page Signed-off-by: Chris Cormack Typed by Kahurangi, supervised by me Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/css/datatables.css | 1 + koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 1 + 2 files changed, 2 insertions(+) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 23 00:55:06 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 22 Dec 2014 23:55:06 +0000 Subject: [koha-commits] main Koha release repository branch 3.16.x updated. v3.16.05.1-7-g025843e Message-ID: This is an automated email from the git hooks/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.16.x has been updated via 025843efa6e0d4ceeb2dab57dbfa9468d5e78b8c (commit) via 7960efe1a1c2653cfc5d757fdc0392f8a910419b (commit) via 08a938597e3649d80eea63347787d7bbbe6d0086 (commit) via e6d2e7849f2e0f81cc907083206c37d641efecbd (commit) via 3ec80b6e6cf8aafd64b700295abb7dffad89f43a (commit) via 73f4ace5dabba61500fa7bd25d7dadbf8b9da1ff (commit) from c5938127f499e8b4348e0306b2b5b22dfb868b00 (commit) Those revisions listed 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 025843efa6e0d4ceeb2dab57dbfa9468d5e78b8c Author: Jonathan Druart Date: Wed Dec 10 09:38:12 2014 +0100 Bug 13428: Fix regression on deleting facets Test plan: Search for something click on a facet with diacritic click on another facet remove the facet with diacritic Signed-off-by: Mason James Signed-off-by: Kyle M Hall Signed-off-by: mason commit 7960efe1a1c2653cfc5d757fdc0392f8a910419b Author: Jonathan Druart Date: Wed Dec 10 16:15:26 2014 +0100 Bug 13296: (follow-up) permit grep on AUTHUNIMARC I would prefer not to hide this "stuff". Signed-off-by: Jonathan Druart Signed-off-by: Katrin Fischer Signed-off-by: Mason James commit 08a938597e3649d80eea63347787d7bbbe6d0086 Author: Fridolin Somers Date: Wed Nov 19 11:56:54 2014 +0100 Bug 13296 - error when using z3950 with UNIMARC authorities When using a z3950 connexion with UNIMARC authorities, you get an error : Unsupported UNIMARC character encoding [ ] for XML output for UNIMARCAUTH; 100$a -> 20141119 I've seen thant Bug 2060 when adds authorities import adds a special behavior for UNIMARC : marc flavor must be UNIMARCAUTH instead of just UNIMARC. This patch adds the same behavior when using z3950 connexion and import. Test plan : - Use a UNIMARC install - Define a z3950 connexion for UNIMARC authorities - Go to Authorities module - Click on "New from Z39.50" - Perform a search => Without patch : you get the error => With patch : you get results - Import one result => You get the authoritie creation form with all datas You may check same plan with MARC21 install Signed-off-by: Jonathan Druart Signed-off-by: Katrin Fischer NOTE: depending on the target, the syntax in the configuration might not be UNIMARC, but MARC21/USMARC instead! Signed-off-by: Mason James commit e6d2e7849f2e0f81cc907083206c37d641efecbd Author: Jonathan Druart Date: Thu Oct 9 15:10:07 2014 +0200 Bug 7372: (follow-up) remove debug message Signed-off-by: Mason James commit 3ec80b6e6cf8aafd64b700295abb7dffad89f43a Author: Jonathan Druart Date: Thu Sep 11 15:22:44 2014 +0200 Bug 7372: (follow-up) does execute this DB entry twice Since this enh has been backported on 3.14, this patch should be applied on 3.16 and master branch in order to update the updatedb entry. It should not be executed twice otherwise the process is stuck on this entry. http://irc.koha-community.org/koha/2014-09-11#i_1567078 Signed-off-by: Mason James commit 73f4ace5dabba61500fa7bd25d7dadbf8b9da1ff Author: Chris Cormack Date: Wed Dec 10 12:47:30 2014 +1300 Bug 13425 - XSS in intranet facets - Patch for 3.18 and master To Test 1/ Craft a url like /cgi-bin/koha/catalogue/search.pl?q=smith&sort_by='"> It is important it must return results and facets 2/ Notice the js is executed 3/ Apply the patch test again Signed-off-by: Katrin Fischer No prompts, no functional regressions found. Checked selecting and undoing facets, show more links and paging. Signed-off-by: Mason James ----------------------------------------------------------------------- Summary of changes: C4/Breeding.pm | 11 +++-- installer/data/mysql/updatedatabase.pl | 42 +++++++++++--------- .../intranet-tmpl/prog/en/includes/facets.inc | 6 +-- .../prog/en/includes/page-numbers.inc | 6 +-- opac/opac-search.pl | 3 +- 5 files changed, 39 insertions(+), 29 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 23 05:40:47 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 23 Dec 2014 04:40:47 +0000 Subject: [koha-commits] main Koha release repository branch 3.18.x updated. v3.18.02-3-g5ada5a2 Message-ID: This is an automated email from the git hooks/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.18.x has been updated via 5ada5a2fb4fc8feee4795470783753aaa1d7152e (commit) via 21708c9c8c34eab7073a7b634465aa377e64dcec (commit) via ff439704285c1abaf7e78477f7a659a6e5f95864 (commit) from fffdd5f7f94a1fdc2c93c1464401c2674202254f (commit) Those revisions listed 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 5ada5a2fb4fc8feee4795470783753aaa1d7152e Merge: ff43970 21708c9 Author: Chris Cormack Date: Tue Dec 23 17:29:22 2014 +1300 Merge commit '21708c9c8c34eab7073a7b634465aa377e64dcec' as 'misc/translator/po' commit 21708c9c8c34eab7073a7b634465aa377e64dcec Author: Chris Cormack Date: Tue Dec 23 17:29:22 2014 +1300 Squashed 'misc/translator/po/' content from commit b643202 git-subtree-dir: misc/translator/po git-subtree-split: b643202628b82ad727a8a4d1f0d04bf69595b715 commit ff439704285c1abaf7e78477f7a659a6e5f95864 Author: Chris Cormack Date: Tue Dec 23 17:24:45 2014 +1300 Remove po files, now in a subtree ----------------------------------------------------------------------- Summary of changes: hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 23 08:11:22 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 23 Dec 2014 07:11:22 +0000 Subject: [koha-commits] main Koha release repository branch 3.18.x updated. v3.18.02-7-g3666204 Message-ID: This is an automated email from the git hooks/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.18.x has been updated via 36662044754b297356fada6d47453769d4dbeaaf (commit) via b970d1ef116a68c5d1896ad27e0cc61021022b60 (commit) via 2edde60ffb42dac9d8916f85348331d22629cadc (commit) via 3f49f2d7f8573cdd25dc0ea1cd63d43340e148eb (commit) from 5ada5a2fb4fc8feee4795470783753aaa1d7152e (commit) Those revisions listed 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 36662044754b297356fada6d47453769d4dbeaaf Author: Jonathan Druart Date: Thu Dec 4 16:05:34 2014 +0100 Bug 12059: Prefer to list fields in the query To avoir further issue, it's better to explicitely list the fields we want to retrieve. Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi (cherry picked from commit bf681e28bab3d6c5b3a190dd7fe453369d600696) Signed-off-by: Chris Cormack commit b970d1ef116a68c5d1896ad27e0cc61021022b60 Author: Katrin Fischer Date: Mon Nov 10 09:55:52 2014 +0100 Bug 12059: Publisher column on invoice page always empty This patch moves the publisher information out of its own always empty column into the Summary column below the title, as it is on other acq pages. The information was never displaying, as publishercode is in biblioitems and that table was not selected by GetInvoiceDetails. Also modified the code to take into account that UNIMARC uses biblioitems.publicationyear and MARC21/NORMARC use bibio.copyrightdate for the copyright year. To test: - create an invoice for records that - have a publication year - have no publication year - have a publisher... - 'finish receiving' and check the invoice summary page ...acqui/invoice.pl?invoiceid=? - Make sure all the information displays now but didn't witout the patch. Signed-off-by: Paola Rossi Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi (cherry picked from commit d9c99b6f5ef40bb546231cf35581d4308f1ae3bc) Signed-off-by: Chris Cormack commit 2edde60ffb42dac9d8916f85348331d22629cadc Author: Kyle M Hall Date: Fri Dec 12 07:00:29 2014 -0500 Bug 13410 [QA Followup] Signed-off-by: Tomas Cohen Arazi (cherry picked from commit c7081a0852b8d627328e503cfe53b8f32e6d623a) Signed-off-by: Chris Cormack commit 3f49f2d7f8573cdd25dc0ea1cd63d43340e148eb Author: Marc V?ron Date: Tue Dec 9 05:21:06 2014 +0100 Bug 13410 - Untranslatable "Change messaging preferences to default for this category?" To test: In staff client, go to Home > Patrons Click button "New patron" and choose a category Change Patron messaging preferences Now change Category Make sure that following message box still appears: "Change messaging preferences to default for this category?" Signed-off-by: Owen Leonard Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 6d37e83e4dc98d4e5a061428386eb4ce0c05ef33) Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: C4/Acquisition.pm | 7 ++++++- .../intranet-tmpl/prog/en/modules/acqui/invoice.tt | 19 +++++++++---------- .../prog/en/modules/members/memberentrygen.tt | 2 +- 3 files changed, 16 insertions(+), 12 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 23 08:22:54 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 23 Dec 2014 07:22:54 +0000 Subject: [koha-commits] main Koha release repository branch 3.18.x updated. v3.18.02-15-g30bbf8b Message-ID: This is an automated email from the git hooks/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.18.x has been updated via 30bbf8b888fe912444f1d97b87dac57b34dacccd (commit) via cb4933ce1c7ff92016648b04245111f4cb6257dd (commit) via fd8d46c58226c61cfc964ea1b4373d506b208a9c (commit) via 2dfed6f9a90d29712dc36e368a66e3c431a3757e (commit) via 2c779161f709c7b09aa7765d3371f0d4edad634b (commit) via 3e3a2f6b1df6e51ef14ce10b7dcf57a4b583dd22 (commit) via 528fe8fe1207fef241457f0fe90fe472d3f864ee (commit) via 5433d607f43d25129bb1af0a18d14462595a865e (commit) from 36662044754b297356fada6d47453769d4dbeaaf (commit) Those revisions listed 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 30bbf8b888fe912444f1d97b87dac57b34dacccd Author: Marc V?ron Date: Tue Dec 9 06:35:07 2014 +0100 Bug 13422 - SCO: "Would you like to print a receipt" not translatable To test: Set syspref SelfCheckReceiptPrompt to "Show" Select non English language Go to Self Checkout and check out an item Hit "Finish" Make sure that confirm dialog "Would you like to print a receipt" still appears Signed-off-by: Owen Leonard Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi (cherry picked from commit dd6fbe04d12a50523c8d950422ef8182cdd1ba82) Signed-off-by: Chris Cormack commit cb4933ce1c7ff92016648b04245111f4cb6257dd Author: Marcel de Rooy Date: Tue Dec 9 14:50:44 2014 +0100 Bug 13416: Typo in marc21_leader.pl position 5 (record status) Instead of a space in the leader on this position, it should be an a. Test plan: 1) Log in to staff client 2) Find a record in the catalog 3) Edit the record 4) Click the on builder popup icon. 5) View the page source -- the option is " " for the 'a- Increase in encoding level' entry. It really should be 'a'. 6) Apply patch. 7) Repeat steps 1-5 -- the option should be 'a' this time. 8) Run koha qa test tools. -- Discovered it failed. Provided a patch to fix this. It does, however, solve the major problem of ' ' vs. 'a'. Signed-off-by: Mark Tompsett Signed-off-by: Katrin Fischer Works as described. Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 7ef33d19a157c1535327feb6b6c6e3ea17e27764) Signed-off-by: Chris Cormack commit fd8d46c58226c61cfc964ea1b4373d506b208a9c Author: Tomas Cohen Arazi Date: Wed Dec 17 21:10:32 2014 -0300 Bug 13218: (RM followup) only scroll on actually variable stuff Most of the page contents have fixed size. The only exception is the targets list. If the target list grows, then the whole page needs to be scrolled in order to reach the buttons. We should make the z3950 targets area scrollable, and remove scrolbars from all over the place. Signed-off-by: Tomas Cohen Arazi (cherry picked from commit c63003dd5a73f1276d7e1191bef30822326f2994) Signed-off-by: Chris Cormack commit 2dfed6f9a90d29712dc36e368a66e3c431a3757e Author: Jonathan Druart Date: Wed Dec 10 09:54:06 2014 +0100 Bug 13218: (qa-follow-up) replace tab with spaces Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi (cherry picked from commit c102f6bd7f6f4d0073a0da8c5ea84e8ad4c39da1) Signed-off-by: Chris Cormack commit 2c779161f709c7b09aa7765d3371f0d4edad634b Author: Liz Date: Thu Nov 20 07:02:29 2014 +0000 Bug 13218: fixing acquisitions z39.50 interface to be consistent with the others. Changes: * Two columns of search fields into one * moves targets from below search fields to the right of them To test: * Create a basket in acquisitions * attempt to add a record to the order from an external source * note the changes to the layout * complete a couple of additions to the basket - functionality should be unchanged. If you like the changes, sign off :) Signed-off-by: Frederic Demians Ok. Consistency welcomed! Signed-off-by: Owen Leonard Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi (cherry picked from commit ef05a256ab9333a42e9add98ea9c502c3459de9a) Signed-off-by: Chris Cormack commit 3e3a2f6b1df6e51ef14ce10b7dcf57a4b583dd22 Author: Liz Date: Thu Nov 6 08:29:02 2014 +0000 Bug 13218: usability enhancements for z39.50 searches This patch rearranges the layout of the z39.50 search pages in cataloguing and authorities. There should be no functional change to z-target searching, all functions should remain the same. Changes: * 2 columns of search fields condensed into one * zTargets moved from below the search fields to beside them * rearranged search fields into perceived frequency of usage, from most used to least * changed label of Raw (any) to Keyword (any) To test: * click cataloguing -> new from z39.50/SRU * observe how the layout has changed * import a record or two using the search - there has been no change to the function, it should all be working. * Click Authorities -> new from z39.50 * observe how the layout has changed * import an authority or two using the search - there has been no change to the function, it should all be working. * sign off if you think these changes are nice. Comments and suggestions are also welcome regarding this change. Signed-off-by: Frederic Demians Nice evolution of the z3950 search/result pages. Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi (cherry picked from commit edfc80268c3936fe68f31bf0fff0760ea6cb62e0) Signed-off-by: Chris Cormack commit 528fe8fe1207fef241457f0fe90fe472d3f864ee Author: Kyle M Hall Date: Fri Dec 12 07:59:50 2014 -0500 Bug 13400 [QA Followup] - Fix tabs and quotes Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 5d6d9de5e7a9c682c835c2522e21d9878786fd51) Signed-off-by: Chris Cormack commit 5433d607f43d25129bb1af0a18d14462595a865e Author: Marc V?ron Date: Mon Dec 8 03:55:15 2014 +0100 Bug 13400: Untranslatable "Are you sure you want to delete this authority?" This patch makes the string "Are you sure you want to delete this authority?" translatable using the function _(...) To test, apply patch and check that deleting authorities still works. Signed-off-by: Owen Leonard Tested successfully with the following procedure: 1. Applied the patch. 2. Ran perl translate update de-DE 3. Edited de-DE-i-staff-t-prog-v-3006000.po to add a "translation" 4. Removed "#, fuzzy" marker from po entry. 5. perl translate -v install de-DE 6. Testing deleting an authority from the authority search results page and from the detail page. My translated string appeared correctly. Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 8523f208f30b204a2a6cffb8dd4088935bdd2343) Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: .../intranet-tmpl/prog/en/css/staff-global.css | 19 +++++- .../prog/en/includes/authorities-toolbar.inc | 2 +- .../prog/en/modules/acqui/z3950_search.tt | 66 +++++++++----------- .../prog/en/modules/authorities/detail.tt | 8 +-- .../en/modules/authorities/searchresultlist.tt | 3 +- .../prog/en/modules/cataloguing/addbooks.tt | 2 +- .../cataloguing/value_builder/marc21_leader.tt | 4 +- .../en/modules/cataloguing/z3950_auth_search.tt | 35 +++++------ .../prog/en/modules/cataloguing/z3950_search.tt | 35 +++++------ .../opac-tmpl/bootstrap/en/modules/sco/sco-main.tt | 2 +- 10 files changed, 87 insertions(+), 89 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 24 11:23:54 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Dec 2014 10:23:54 +0000 Subject: [koha-commits] main Koha release repository branch 3.16.x updated. v3.16.05.1-8-g6866066 Message-ID: This is an automated email from the git hooks/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.16.x has been updated via 6866066010b6203599518c0abbbac65b7003a030 (commit) from 025843efa6e0d4ceeb2dab57dbfa9468d5e78b8c (commit) Those revisions listed 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 6866066010b6203599518c0abbbac65b7003a030 Author: Bernardo Gonzalez Kriegel Date: Tue Nov 4 12:02:02 2014 -0300 Translation updates for Koha 3.16.05 release ----------------------------------------------------------------------- Summary of changes: .../po/ar-Arab-i-opac-t-prog-v-3006000.po | 12 +- .../po/ar-Arab-i-staff-t-prog-v-3006000.po | 50 +- misc/translator/po/ar-Arab-opac-bootstrap.po | 2 +- .../po/cs-CZ-i-staff-t-prog-v-3006000.po | 63 +- misc/translator/po/cs-CZ-staff-help.po | 180 +- misc/translator/po/da-DK-opac-bootstrap.po | 108 +- misc/translator/po/da-DK-pref.po | 10 +- .../po/de-CH-i-staff-t-prog-v-3006000.po | 104 +- misc/translator/po/de-CH-opac-bootstrap.po | 31 +- .../translator/po/de-DE-i-opac-t-prog-v-3006000.po | 9 +- misc/translator/po/de-DE-opac-bootstrap.po | 9 +- .../po/es-ES-i-staff-t-prog-v-3006000.po | 36 +- misc/translator/po/es-ES-staff-help.po | 6 +- .../translator/po/fr-FR-i-opac-t-prog-v-3006000.po | 12 +- .../po/fr-FR-i-staff-t-prog-v-3006000.po | 33 +- misc/translator/po/fr-FR-opac-bootstrap.po | 11 +- .../po/hy-Armn-i-opac-t-prog-v-3006000.po | 4 +- .../po/it-IT-i-staff-t-prog-v-3006000.po | 8070 ++++++------- .../po/nl-BE-i-staff-t-prog-v-3006000.po | 1095 +- .../translator/po/pl-PL-i-opac-t-prog-v-3006000.po | 51 +- .../po/pl-PL-i-staff-t-prog-v-3006000.po | 2403 ++-- misc/translator/po/pl-PL-opac-bootstrap.po | 31 +- misc/translator/po/pl-PL-opac-ccsr.po | 8 +- misc/translator/po/pl-PL-pref.po | 764 +- misc/translator/po/pl-PL-staff-help.po | 464 +- .../translator/po/pt-BR-i-opac-t-prog-v-3006000.po | 13 +- .../po/pt-BR-i-staff-t-prog-v-3006000.po | 172 +- misc/translator/po/pt-BR-opac-bootstrap.po | 27 +- misc/translator/po/pt-BR-pref.po | 97 +- misc/translator/po/pt-BR-staff-help.po | 1798 +-- misc/translator/po/sv-SE-opac-bootstrap.po | 3043 ++--- misc/translator/po/tet-i-staff-t-prog-v-3006000.po | 5367 ++++----- misc/translator/po/tet-staff-help.po | 20 +- .../translator/po/vi-VN-i-opac-t-prog-v-3006000.po | 2195 ++-- .../po/vi-VN-i-staff-t-prog-v-3006000.po |12630 ++++++++++---------- misc/translator/po/vi-VN-opac-bootstrap.po | 2814 +++-- misc/translator/po/vi-VN-opac-ccsr.po | 22 +- misc/translator/po/vi-VN-pref.po | 307 +- misc/translator/po/vi-VN-staff-help.po | 1911 +-- .../po/zh-Hans-TW-i-opac-t-prog-v-3006000.po | 30 +- .../po/zh-Hans-TW-i-staff-t-prog-v-3006000.po | 189 +- misc/translator/po/zh-Hans-TW-opac-bootstrap.po | 20 +- misc/translator/po/zh-Hans-TW-staff-help.po | 124 +- 43 files changed, 23133 insertions(+), 21212 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 24 12:49:23 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Dec 2014 11:49:23 +0000 Subject: [koha-commits] main Koha release repository branch 3.16.x updated. v3.16.05.1-10-g2e0c108 Message-ID: This is an automated email from the git hooks/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.16.x has been updated via 2e0c108af86a3c6fac5f236d8f7093e781712c8b (commit) via d957498a78cbe10965a012b93c48c304737f3b90 (commit) from 6866066010b6203599518c0abbbac65b7003a030 (commit) Those revisions listed 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 2e0c108af86a3c6fac5f236d8f7093e781712c8b Author: mason Date: Thu Dec 25 00:22:16 2014 +1300 Increment version for 3.16.6 release commit d957498a78cbe10965a012b93c48c304737f3b90 Author: mason Date: Thu Dec 25 00:02:48 2014 +1300 Add release notes for 3.16.6 Signed-off-by: mason ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/updatedatabase.pl | 6 ++ kohaversion.pl | 2 +- misc/release_notes/release_notes_3_16_5.txt | 50 ++++++------ ...e_notes_3_16_5.txt => release_notes_3_16_6.txt} | 80 ++++++++++---------- 4 files changed, 72 insertions(+), 66 deletions(-) copy misc/release_notes/{release_notes_3_16_5.txt => release_notes_3_16_6.txt} (80%) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 24 13:41:20 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Dec 2014 12:41:20 +0000 Subject: [koha-commits] main Koha release repository branch 3.16.x updated. v3.16.05.1-11-g1c30985 Message-ID: This is an automated email from the git hooks/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.16.x has been updated via 1c309853e0c4302674c397a891737489e242b58c (commit) from 2e0c108af86a3c6fac5f236d8f7093e781712c8b (commit) Those revisions listed 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 1c309853e0c4302674c397a891737489e242b58c Author: Mason James Date: Thu Dec 25 01:26:33 2014 +1300 fix typo in release_notes_3_16_5.txt file Signed-off-by: Mason James ----------------------------------------------------------------------- Summary of changes: misc/release_notes/release_notes_3_16_5.txt | 50 +++++++++++++-------------- 1 file changed, 24 insertions(+), 26 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 25 06:08:00 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 25 Dec 2014 05:08:00 +0000 Subject: [koha-commits] main Koha release repository annotated tag v3.16.06 created. v3.16.06 Message-ID: This is an automated email from the git 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.16.06 has been created at 1e0dc758cdddd3e2669a65cf325db25e80a896ac (tag) tagging 1c309853e0c4302674c397a891737489e242b58c (commit) replaces v3.16.05.1 tagged by Mason James on Thu Dec 25 16:41:50 2014 +1300 - Log ----------------------------------------------------------------- Koha Release 3.16.06 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iQEcBAABAgAGBQJUm4d+AAoJEKWmsQbYH4bimSUH+QGm07QvpwavWamxNKB61tcn YLBZnTbHFtbhFmaHqcrbzhUpd1K/xl1xssUu6H4AyFgVa/SxkxdDi0OTA39hAOwT ftHP7vybD+nzJdwmhOl17qukiYReRiXoJhfnPpWrk0+/yZ1y7l3r8R9GT5rQoUcD V2VsS1hqmRWGoXkFe7MmPhF5WaeYvYbH9eY8ai0V9Xf0aKN/pjMPrXOlVNkf08zJ S/yqAhKkXRCK3w1fjagVHuovyujumRC0dDSC6inPKMwFd3S+8M4OMa/AHw2baAsS 0CstzHNh0/Y50Ek9twjD4ona0AlY2x2bz/6xTQbrBsFu5F6Qu81R2Rei6EzGnDo= =jimk -----END PGP SIGNATURE----- Bernardo Gonzalez Kriegel (1): Translation updates for Koha 3.16.05 release Chris Cormack (1): Bug 13425 - XSS in intranet facets - Patch for 3.18 and master Fridolin Somers (1): Bug 13296 - error when using z3950 with UNIMARC authorities Jonathan Druart (4): Bug 7372: (follow-up) does execute this DB entry twice Bug 7372: (follow-up) remove debug message Bug 13296: (follow-up) permit grep on AUTHUNIMARC Bug 13428: Fix regression on deleting facets Mason James (2): 3.16.x test push fix typo in release_notes_3_16_5.txt file mason (2): Add release notes for 3.16.6 Increment version for 3.16.6 release ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Dec 25 20:02:43 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 25 Dec 2014 19:02:43 +0000 Subject: [koha-commits] main Koha release repository branch 3.18.x updated. v3.18.02-21-g71f1c5e Message-ID: This is an automated email from the git hooks/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.18.x has been updated via 71f1c5ef820c7d492e4ce932fcbeebc0fcbfb2e1 (commit) via 190ee0ac2e2db1080f3a34b13a4fa8585e6043e6 (commit) via cda70e0c817935a01a803a1c91fc1455564bd548 (commit) via ef22b8bf23b7fdb5fa0d604c2bebcdd94b2a3795 (commit) via 9fe068bfd783454a4858689d45c84062f1a9f1fa (commit) via 58951f07449aca7cb318a5a369c7ecd9156f931b (commit) from 30bbf8b888fe912444f1d97b87dac57b34dacccd (commit) Those revisions listed 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 71f1c5ef820c7d492e4ce932fcbeebc0fcbfb2e1 Author: Chris Cormack Date: Fri Dec 26 08:06:38 2014 +1300 Database version 3.18.02.002 commit 190ee0ac2e2db1080f3a34b13a4fa8585e6043e6 Author: Jonathan Druart Date: Thu Dec 11 12:07:17 2014 +0100 Bug 10753: Any library is represented by an empty string And not with "__ANY__" Test plan: 0/ Don't apply this patch 1/ Create a suggestion for "any library" 2/ Verify suggestions.branchcode contain "__ANY__" 3/ Apply this patch and execute the updatedb entry 4/ Create a suggestion for "any library" 5/ Verify suggestions.branchcode contain "" (for both suggestions). Signed-off-by: Paola Rossi Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 67c3217238d6193d953914e9f2eaf816683306d7) Signed-off-by: Chris Cormack commit cda70e0c817935a01a803a1c91fc1455564bd548 Author: Tomas Cohen Arazi Date: Fri Dec 19 16:54:18 2014 -0300 Bug 13436: DBRev 3.18.02.001 Signed-off-by: Tomas Cohen Arazi Note: it also fixes a minor POD error. (cherry picked from commit cbf784bb9d8c01d1c05cae00d046d3799a1d7ed9) Signed-off-by: Chris Cormack commit ef22b8bf23b7fdb5fa0d604c2bebcdd94b2a3795 Author: Tomas Cohen Arazi Date: Fri Dec 19 16:45:23 2014 -0300 Bug 13436: (RM followup) university -> academic DB update Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 281b3225fcbafbb26568f57c2547c4fe13bde017) Signed-off-by: Chris Cormack Conflicts: installer/data/mysql/updatedatabase.pl commit 9fe068bfd783454a4858689d45c84062f1a9f1fa Author: Aleisha Date: Mon Dec 15 20:57:56 2014 +0000 Bug 13436: Adding more options to UsageStatsLibraryType syspref Added options: - research - private - society or association - corporate - government - religious organization - subscription - school Also changed 'university' to 'academic' To test: 1) Go on to Global System Preferences and find UsageStatsLibraryType under Administration 2) Click drop-down menu and see all new options described above, as well as 'academic' instead of 'university' Signed-off-by: Jonathan Druart Amended patch: replace tab with spaces Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 30e40bd8847d3b015477bae50f6a40358d9f70ca) Signed-off-by: Chris Cormack commit 58951f07449aca7cb318a5a369c7ecd9156f931b Author: Katrin Fischer Date: Sun Nov 30 08:18:11 2014 +0100 Bug 12565: Acq: Fix broken link in breadcrumbs The link back to the basket when creating an order by searching for an existing record in the catalog is broken. To test: - Start a new basket - Create a new order line by searching for an existing record in your catalog - Try the link back to the basket from the breadcrumbs at the result list page - Verify that the link is broken - Apply patch and retest Signed-off-by: Paola Rossi Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi (cherry picked from commit e04b3ef0685f2bbe8a25b65181c937b8eb5e34d3) Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/sysprefs.sql | 2 +- installer/data/mysql/updatedatabase.pl | 21 ++++++++++++++++++++ .../prog/en/modules/acqui/neworderbiblio.tt | 2 +- .../prog/en/modules/admin/preferences/admin.pref | 10 +++++++++- .../prog/en/modules/suggestion/suggestion.tt | 2 +- kohaversion.pl | 3 ++- 6 files changed, 35 insertions(+), 5 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Dec 27 01:02:13 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 27 Dec 2014 00:02:13 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.18.00-60-g87a0b79 Message-ID: This is an automated email from the git hooks/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 87a0b79a65f179fdef5aee98701660cca00a273e (commit) via 951f3346a25c7f2883f834398055c2413b8f9c9b (commit) from 96eae74fc12defc8f81f073724fc663e5895b9a2 (commit) Those revisions listed 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 87a0b79a65f179fdef5aee98701660cca00a273e Author: Owen Leonard Date: Mon Nov 3 12:29:48 2014 -0500 Bug 13017 - Login page image replacement technique fails when browser width exceeds 2000 pixels This patch updates the image replacement technique used for Koha's login page. The old technique used a negative text-indent value to move the text offscreen, but that begins to fail more and more often as screens get larger. The new technqiue is described here: http://www.zeldman.com/2012/03/01/replacing-the-9999px-hack-new-image-replacement/ Note: This patch has not been tested in any Internet Explorer version! To test you must have a screen which is wider than 2000 pixels. Apply the patch, clear your browser cache and view the staff client login page. The logo on the login form should look correct with no corresponding text appearing anywhere on the screen. Signed-off-by: Christopher Brannon Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi commit 951f3346a25c7f2883f834398055c2413b8f9c9b Author: Chris Cormack Date: Wed Dec 10 12:47:30 2014 +1300 Bug 13425 - XSS in intranet facets - Patch for 3.18 and master To Test 1/ Craft a url like /cgi-bin/koha/catalogue/search.pl?q=smith&sort_by='"> It is important it must return results and facets 2/ Notice the js is executed 3/ Apply the patch test again Signed-off-by: Katrin Fischer No prompts, no functional regressions found. Checked selecting and undoing facets, show more links and paging. Signed-off-by: Mason James Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/css/login.css | 6 ++++-- koha-tmpl/intranet-tmpl/prog/en/includes/facets.inc | 6 +++--- koha-tmpl/intranet-tmpl/prog/en/includes/page-numbers.inc | 6 +++--- 3 files changed, 10 insertions(+), 8 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Dec 28 23:57:02 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 28 Dec 2014 22:57:02 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.18.00-68-gfe4da2f Message-ID: This is an automated email from the git hooks/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 fe4da2f721c371540fe88d0014a49a866b403ca4 (commit) via 1eb85ad7578410354668ff81f9f35bbc2f6b9734 (commit) via 801ba4a9204254fb2c24726495370ce813b1b22b (commit) via 1e0503e8448d6c31389282539a68552b392b10bd (commit) via 7aec3a9aa4ed826767fb02c2b4b3acf90b5f0e54 (commit) via 179ef0f28f7216231a07adb69fc0f3e1e4858d1a (commit) via 7135364dd23442c38bed986b2540ab63cfd06ce1 (commit) via df4297621d285dbdbe13eaff04dae2a9419ed824 (commit) from 87a0b79a65f179fdef5aee98701660cca00a273e (commit) Those revisions listed 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 fe4da2f721c371540fe88d0014a49a866b403ca4 Author: Kyle M Hall Date: Tue Oct 21 06:18:29 2014 -0400 Bug 13124 - Record titles with parentheses causing label weirdness Test Plan ( using sample data included with Koha ) 1) Catalog a record and item with the title "Oh no! or, (How my science project destroyed the world) /" 2) Edit the DEFAULT template a) Set layout type to Biblio b) Set data fields to "title, author, isbn, issn, itemtype, barcode, itemcallnumber" c) Set font size to 10 3) Create a batch with just the one item you created 4) Export the PDF with the Avery template and the DEFAULT layout 5) Note the weirdness 6) Apply this patch 7) Re-export the PDF, note it's no longer weird ; ) Signed-off-by: Nick Clemens Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi commit 1eb85ad7578410354668ff81f9f35bbc2f6b9734 Author: Bernardo Gonzalez Kriegel Date: Fri Nov 28 10:06:18 2014 -0300 Bug 13357: Untranslatable strings on itemsearch.tt This patch enable translation of labels on itemsearch.tt To test: 1) Translate for a fairly complete language (es-ES de-DE) 2) On staff, go to Search > Item search 3) Check there are many untranslated strings e.g. Text before pulldowns on first and second box All options on third box 4) Apply the patch 5) Repeat 1 & 2 6) Check there are now some strings translated 7) Update translation file, check there are some new strings to translate (may be they are fuzzy) e.g. "All statuses", "All collection codes" Patch works as expected. Signed-off-by: Marc V?ron Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi commit 801ba4a9204254fb2c24726495370ce813b1b22b Author: Jonathan Druart Date: Thu Nov 27 16:54:21 2014 +0100 Bug 13360: C4::Ris assumes that hash keys are ordered - KW This patch only fixes the KW order. Test plan: 1/ Choose/create a record with several 6XX (for KW), see the code source to know which fields you can use 2/ Export this record in RIS format 3/ Verify that the KW lines are ordered following the marc record fields order. Signed-off-by: Chris Cormack We really should refactor this whole thing into Koha::RIS sometime, it's a horrible module at the moment. Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi commit 1e0503e8448d6c31389282539a68552b392b10bd Author: Tomas Cohen Arazi Date: Sun Dec 28 19:55:25 2014 -0300 Bug 1861: DBRev 3.19.00.003 Signed-off-by: Tomas Cohen Arazi commit 7aec3a9aa4ed826767fb02c2b4b3acf90b5f0e54 Author: Mark Tompsett Date: Fri Dec 12 12:28:11 2014 -0500 Bug 13453: Koha.t daily quote tests assume sample data By adding quotes 3 and 25 from the sample data, this test can pass without having the sample quote data loaded. TEST PLAN --------- 1) Ensure there is no quote id=3 or that it is NOT Abraham Lincoln. 2) prove t/db_dependent/Koha.t -- this should fail the daily quote test. 3) apply patch 4) prove t/db_dependent/Koha.t -- this should *NOT* fail the daily quote test. 5) run koha qa test tools Followed test plan 1)-4). Without patch, daily quote test failed. With patch, test passed OK. Signed-off-by: Marc V?ron Signed-off-by: Katrin Fischer Works as described, leaves actual data unchanged. Signed-off-by: Tomas Cohen Arazi commit 179ef0f28f7216231a07adb69fc0f3e1e4858d1a Author: Kyle M Hall Date: Thu Nov 20 11:01:08 2014 -0500 Bug 1861 [QA Followup] - Don't modify userids, warn if we can't modify the index automatically Signed-off-by: Martin Renvoize commit 7135364dd23442c38bed986b2540ab63cfd06ce1 Author: Kyle M Hall Date: Mon Nov 3 07:38:48 2014 -0500 Bug 1861 [QA Followup] - Fix Check_Userid and unit tests Check_Userid assumes that a borrowernumber will always be passed in and thus fails to to return 0 for an already used userid when creating a new patron. Unit tests must now also me modified to no longer assume it is possible to create multiple patrons with the same userid. Signed-off-by: Martin Renvoize Signed-off-by: Tomas Cohen Arazi commit df4297621d285dbdbe13eaff04dae2a9419ed824 Author: Kyle M Hall Date: Tue Jul 8 09:50:08 2014 -0400 Bug 1861 - Unique patrons logins not (totally) enforced The Koha 3.0 patron admin page will prevent you from creating a user who has an identical OPAC login as someone else (though I would change the error message from "Login/password already exists." to "Login already exists.", since it's not the password that's the problem). However, there's nothing enforced in the MySQL database to prevent patrons from being imported or manually inserted with duplicate logins. Would it be better to change the MySQL spec from this: KEY `userid` (`userid`) to this: UNIQUE KEY `userid` (`userid`) Test plan: 1) Enter mysql console 2) Attempt to create two borrowers with identical user id's 3) Note you are able to do so 4) Delete these bororwers 5) Apply this patch 6) Run updatedatabase.pl 7) Repeat step 2 8) Note you are now unable to do so Signed-off-by: Bernardo Gonzalez Kriegel Work as described, no koha-qa errors Signed-off-by: Katrin Fischer Leaves deletedborrowers as it is, deleting patrons still works ok. Works according to test plan. Database update will only be successful, when no duplicate entries exist in the database. Signed-off-by: Martin Renvoize Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: C4/Labels/Label.pm | 5 +- C4/Members.pm | 31 +++++---- C4/Ris.pm | 53 ++++++++------- installer/data/mysql/kohastructure.sql | 2 +- installer/data/mysql/updatedatabase.pl | 20 ++++++ .../prog/en/modules/catalogue/itemsearch.tt | 69 +++++++++++++------- kohaversion.pl | 2 +- t/db_dependent/Koha.t | 7 ++ t/db_dependent/Members.t | 13 ++-- 9 files changed, 127 insertions(+), 75 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 29 00:44:04 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 28 Dec 2014 23:44:04 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.18.00-76-gee02bcb Message-ID: This is an automated email from the git hooks/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 ee02bcb14f30a897c1e3eeac3933ba83dacf3abe (commit) via a5c9947f4305b4a214741ff50345f486232dff56 (commit) via 049bd2da2312b26d0a63adecdc8331e48e3a0efd (commit) via 36f56b81774340a49f3ad137c77d0d74207acbc1 (commit) via c1621de8a503d5505d0bd697a4b64eacf50c095d (commit) via 2b39823c0f4cec1607078de1f2547afc95ae87cd (commit) via 90ebffcffae59b5ded2db3dce875be0293b845e1 (commit) via 90c32e88561530143ced5d190445850291f6851e (commit) from fe4da2f721c371540fe88d0014a49a866b403ca4 (commit) Those revisions listed 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 ee02bcb14f30a897c1e3eeac3933ba83dacf3abe Author: Colin Campbell Date: Thu Nov 27 16:07:23 2014 +0000 Bug 13252 Allow for IPv6 formatted addresses in Port definition The SIP config has allowed you to specify an interface ip as part of the listeners/service/port attributei e. g. as port="127.0.0.1:6001/tcp" with IPv6 the equivalent would normally be as port="[::1]:5001/tcp" However in this case incoming connections will get rejected because Configuration constructs a string without the brackets This patch makes tests both formats on incoming connections so that they are accepted as they were previously In future the best course is not to include a port identifier in the port definition then if the server has ipv6 it will bind to all interfaces and accept both IPv4 and IPv6 traffic Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi commit a5c9947f4305b4a214741ff50345f486232dff56 Author: Benjamin Rokseth Date: Thu Nov 13 20:34:25 2014 +0100 Bug 13252 - SIP2 server should accept IPv6 connections This small patch adds a check on the SIP2 socket connection if it is IPv6 and resolves socket address accordingly. Any newer Debian distro would probably default to IPv6 so it would eventually affect all SIP servers. Tests against running SIP server on an IPv6 box: http://wiki.koha-community.org/wiki/Koha_SIP2_server_setup#Testing_with_Telnet before patch: disconnects immediately. Log output: Bad arg length for Socket::unpack_sockaddr_in, length is 28, should be 16 after patch: operates normally Signed-off-by: Colin Campbell Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi commit 049bd2da2312b26d0a63adecdc8331e48e3a0efd Author: Owen Leonard Date: Wed Dec 10 09:02:57 2014 -0500 Bug 13341 - Hard-coded "Preview" text in OPAC openlibrary.js The OpenLibrary JavaScript includes an untranslated string, "Preview." This patch move the string to the template so that it can be translated. To test, apply the patch and test that the translator picks up the string: 1. From misc/translator run 'perl translate update [lang]' (e.g. de-DE) 2. Edit misc/translator/po/[lang]-opac-bootstrap.po and add a translation for the updated "Preview" string 3. Remove the "#, fuzzy" marker from that entry 4. From misc/translator run 'perl translate install [lang]' 5. Enable the [lang] translation for the OPAC in system preferences 6. Enable the OpenLibraryCovers system preference. 7. In the OPAC switch to the [lang] translation. 7. View the detail page for a title for which there is an OpenLibrary cover image. Below it you should see a preview link with the translated string you added in step 2. Works as expected. Signed-off-by: Marc V?ron Signed-off-by: Katrin Fischer Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi commit 36f56b81774340a49f3ad137c77d0d74207acbc1 Author: Martin Renvoize Date: Fri Dec 12 12:18:47 2014 +0000 Bug 13447: Fixed HTML Email Reports A tiny typo made in runreport.pl when updating it for bug 9530 lead to no body being attached to html emails. Signed-off-by: Chris Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi commit c1621de8a503d5505d0bd697a4b64eacf50c095d Author: Lyon3 Team Date: Fri Dec 5 09:27:02 2014 +0100 Bug 12895 repair dropbox mode One day late patrons were restricted even with dropbox mode activated 1) Check in the calendar (Tools/Calendar), that the previous days you are about to use as date due are really entered as opening day (never know). 2) Add a suspension in the suspension days parameter of the circulation rules (Administration/Circulation and fine rules) to the MOST specific category of borrower and MOST specific type of document among the existing rules of the LOGGED IN Site(cf explications in the circ-rules page). 3) Choose a borrower using the search by category and an item through the advanced search using the limit by type. 4) Checkout the item selecting the previous opening date in the Specify-due-date box. 5) Click on Circulation in the upper menu, then on Checkin and check the Book drop mode. The Book drop date showed should be the previous opening date. 6) Check in the item : you can see that the patron is restricted 7) apply the patch 8) Redo 1 to 5 : Now, you can see that the patron is not restricted. 9) If you redo the test with two day late, you will see that the patron is not restricted : that's ok because his restriction of one day is already finished. 10) If you redo the test with more than two day late, you see that the patron restriction is, as expected, one day shorter than it were if the item had been returned without dropbox mode. Signed-off-by: Nick Clemens Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi commit 2b39823c0f4cec1607078de1f2547afc95ae87cd Author: Jonathan Druart Date: Fri Dec 26 10:22:34 2014 +0100 Bug 13458: Display the correct patron categories Bug 9811 removes useful code. Actually the AddPatronLists pref is not sent to the template from members/member.pl. To fix this issue, we can use the existing not clean way, or compare the syspref value directly in the template. This second solution is implemented in this patch. Test plan: 1/ Set the AddPatronLists pref to 'specific' 2/ On the patron home page (members/members-home/pl), the patron search result page (members/member.pl after launching a search) and on the checkouts page/patron search result (circ/circulation.pl after searching a patron using the check out), verify that the patron category list is the specific ones. 3/ Test there are no regression with the AddPatronLists pref set to 'general'. Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Works as described and fixes the problem. Note: I am not sure if AddPatronLists makes sense - if you set it to general patron types, it still preselects the wrong category type (tried organization, a child patron category was selected). Also the name is confusiong nowadays with the Patron list feature. Signed-off-by: Tomas Cohen Arazi commit 90ebffcffae59b5ded2db3dce875be0293b845e1 Author: Katrin Fischer Date: Sat Nov 29 11:59:45 2014 +0100 Bug 9958: Improve RoutingSerials sys pref description The RoutingSerials preference controls if the routing list related functionality is visible in the serials module. To test: - Go to the system preference editor - RoutingSerials - Check the current description - Apply patch - Check the new description - Verify functionality matches description NOTE: The preference change is merely cosmetic. The value is still YesNo. A few git reset --hard origin/master and page refreshes confirmed expected values. Signed-off-by: Mark Tompsett Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi commit 90c32e88561530143ced5d190445850291f6851e Author: Colin Campbell Date: Tue Nov 18 14:07:49 2014 +0000 Bug 13285 Do the right thing if opacthemes is not set If opacthemes is not defined updatedatabase reports the subsequent warnings as an error. Take account of the case where it is not set and default that to bootstrap. This is probably a rare occurence, but should be handled Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: C4/Circulation.pm | 5 +++-- C4/SIP/SIPServer.pm | 12 ++++++++++-- C4/SIP/Sip/Configuration.pm | 2 +- circ/circulation.pl | 3 --- circ/returns.pl | 14 +++++++++++--- installer/data/mysql/updatedatabase.pl | 2 +- .../intranet-tmpl/prog/en/includes/patron-toolbar.inc | 2 +- .../prog/en/modules/admin/preferences/serials.pref | 6 +++--- .../opac-tmpl/bootstrap/en/includes/opac-bottom.inc | 1 + koha-tmpl/opac-tmpl/bootstrap/js/openlibrary.js | 2 +- members/members-home.pl | 1 - misc/cronjobs/runreport.pl | 2 +- 12 files changed, 33 insertions(+), 19 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 29 18:30:25 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 29 Dec 2014 17:30:25 +0000 Subject: [koha-commits] main Koha release repository branch 3.14.x updated. v3.14.12-1-g4cda914 Message-ID: This is an automated email from the git hooks/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.14.x has been updated via 4cda914acf23e285ada2770a83dddbbd8aa7ddc7 (commit) from 04e5270d77e78d90109e799e3c5064835bc7a1ac (commit) Those revisions listed 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 4cda914acf23e285ada2770a83dddbbd8aa7ddc7 Author: Robin Sheat Date: Fri Aug 29 16:19:22 2014 +1200 Bug 12849 - fix URLs in sent lists This brings back the http(s) to the URLs in sent lists. Test plan: * make a list * send it to yourself * see that the URLs aren't clickable * apply the patch * repeat, except now the URLs are better Signed-off-by: Nick Clemens Signed-off-by: Katrin Fischer By removing this bit of code, the code in Auth.pm is used instead. The code there is not perfect, but the solution works and both list and cart use the same code. Passes tests and QA script. Signed-off-by: Tomas Cohen Arazi Signed-off-by: Galen Charlton (cherry picked from commit 6073d8943c74dcb2319fbd8415f819521d5b1092) Signed-off-by: Fridolin Somers ----------------------------------------------------------------------- Summary of changes: opac/opac-sendshelf.pl | 4 ---- 1 file changed, 4 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 29 18:40:23 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 29 Dec 2014 17:40:23 +0000 Subject: [koha-commits] main Koha release repository branch 3.14.x updated. v3.14.12-3-g3d8e056 Message-ID: This is an automated email from the git hooks/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.14.x has been updated via 3d8e056019856b9b37cbfa5257a318cb90e88553 (commit) via 5734dd9a1514f15c9b8e69c059a9375df3c4e27b (commit) from 4cda914acf23e285ada2770a83dddbbd8aa7ddc7 (commit) Those revisions listed 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 3d8e056019856b9b37cbfa5257a318cb90e88553 Author: Jonathan Druart Date: Wed Dec 10 16:15:26 2014 +0100 Bug 13296: (follow-up) permit grep on AUTHUNIMARC I would prefer not to hide this "stuff". Signed-off-by: Jonathan Druart Signed-off-by: Katrin Fischer Signed-off-by: Mason James (cherry picked from commit 7960efe1a1c2653cfc5d757fdc0392f8a910419b) Signed-off-by: Fridolin Somers commit 5734dd9a1514f15c9b8e69c059a9375df3c4e27b Author: Fridolin Somers Date: Wed Nov 19 11:56:54 2014 +0100 Bug 13296 - error when using z3950 with UNIMARC authorities When using a z3950 connexion with UNIMARC authorities, you get an error : Unsupported UNIMARC character encoding [ ] for XML output for UNIMARCAUTH; 100$a -> 20141119 I've seen thant Bug 2060 when adds authorities import adds a special behavior for UNIMARC : marc flavor must be UNIMARCAUTH instead of just UNIMARC. This patch adds the same behavior when using z3950 connexion and import. Test plan : - Use a UNIMARC install - Define a z3950 connexion for UNIMARC authorities - Go to Authorities module - Click on "New from Z39.50" - Perform a search => Without patch : you get the error => With patch : you get results - Import one result => You get the authoritie creation form with all datas You may check same plan with MARC21 install Signed-off-by: Jonathan Druart Signed-off-by: Katrin Fischer NOTE: depending on the target, the syntax in the configuration might not be UNIMARC, but MARC21/USMARC instead! Signed-off-by: Mason James (cherry picked from commit 08a938597e3649d80eea63347787d7bbbe6d0086) Signed-off-by: Fridolin Somers ----------------------------------------------------------------------- Summary of changes: C4/Breeding.pm | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 29 18:56:09 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 29 Dec 2014 17:56:09 +0000 Subject: [koha-commits] main Koha release repository branch 3.14.x updated. v3.14.12-6-g6dc24f6 Message-ID: This is an automated email from the git hooks/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.14.x has been updated via 6dc24f69305b610d29549368748ad4072a986072 (commit) via d9db936ad49efff64937e62b465da611e7143922 (commit) via 7aa79b87132e45e1d8a7bbd8928560b663bb8d17 (commit) from 3d8e056019856b9b37cbfa5257a318cb90e88553 (commit) Those revisions listed 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 6dc24f69305b610d29549368748ad4072a986072 Author: Tomas Cohen Arazi Date: Fri Jul 25 09:55:14 2014 -0300 Bug 12596: (followup) add reference to bug # and license note Signed-off-by: Tomas Cohen Arazi Signed-off-by: Galen Charlton (cherry picked from commit c2ddcf83b64c1d23d3d9f83b40f578ca243e75bf) Signed-off-by: Fridolin Somers Conflicts: t/db_dependent/Circulation.t commit d9db936ad49efff64937e62b465da611e7143922 Author: Kyle M Hall Date: Thu Jul 17 10:57:06 2014 -0400 Bug 12596 - Backdating returns with SpecifiyReturnDate causes fines for items not overdue! When using the backdating of returns feature, an item that is not overdue is treated as being as many days overdue as it is *not* overdue. This is due to the fact that _get_chargeable_units appears to return the difference between the return date and the due date without consideration the return date being earlier than the due date. Test Plan: 1) Apply the unit test patch 2) prove t/db_dependent/Circulation.t 3) Note the failure 4) Apply the second patch 5) prove t/db_dependent/Circulation.t 6) Note there are no failures Signed-off-by: Chris Cormack Fixes some badly named variables also Signed-off-by: Katrin Fischer In order to test this, you need to activate SpecifyReturnDate. I confirmed the problem and verified that the bug fixes it by running the tests, but also by testing in staff. Signed-off-by: Tomas Cohen Arazi Signed-off-by: Galen Charlton (cherry picked from commit 462c33aeb6a71eb8c5d9afa98d05b7f48b7d742f) Signed-off-by: Fridolin Somers commit 7aa79b87132e45e1d8a7bbd8928560b663bb8d17 Author: Kyle M Hall Date: Thu Jul 17 12:17:48 2014 -0400 Bug 12596 - Unit Test Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi Signed-off-by: Galen Charlton (cherry picked from commit 90328d0811c8c253188a4cb6192d9a6915fcd68a) Signed-off-by: Fridolin Somers Conflicts: t/db_dependent/Circulation.t ----------------------------------------------------------------------- Summary of changes: C4/Overdues.pm | 14 +++++++++----- t/db_dependent/Circulation.t | 39 +++++++++++++++++++++++++++++++-------- 2 files changed, 40 insertions(+), 13 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 29 20:17:46 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 29 Dec 2014 19:17:46 +0000 Subject: [koha-commits] main Koha release repository branch 3.18.x updated. v3.18.02-25-g903a08a Message-ID: This is an automated email from the git hooks/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.18.x has been updated via 903a08a4f85a70f8c2a03fb6795cefdc92716e5a (commit) via 5296fe954512022adb754c6cfa5bcad0ba8cb609 (commit) via 5e707555f88edb5beb2c63e0dbcef698907e44d6 (commit) via 54a37c8fc1c1ac8db0d4127b0daa7dc588c9a59f (commit) from 71f1c5ef820c7d492e4ce932fcbeebc0fcbfb2e1 (commit) Those revisions listed 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 903a08a4f85a70f8c2a03fb6795cefdc92716e5a Author: Kyle M Hall Date: Thu Nov 20 11:01:08 2014 -0500 Bug 1861 [QA Followup] - Don't modify userids, warn if we can't modify the index automatically Signed-off-by: Martin Renvoize (cherry picked from commit 179ef0f28f7216231a07adb69fc0f3e1e4858d1a) Signed-off-by: Chris Cormack commit 5296fe954512022adb754c6cfa5bcad0ba8cb609 Author: Kyle M Hall Date: Mon Nov 3 07:38:48 2014 -0500 Bug 1861 [QA Followup] - Fix Check_Userid and unit tests Check_Userid assumes that a borrowernumber will always be passed in and thus fails to to return 0 for an already used userid when creating a new patron. Unit tests must now also me modified to no longer assume it is possible to create multiple patrons with the same userid. Signed-off-by: Martin Renvoize Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 7135364dd23442c38bed986b2540ab63cfd06ce1) Signed-off-by: Chris Cormack commit 5e707555f88edb5beb2c63e0dbcef698907e44d6 Author: Kyle M Hall Date: Tue Jul 8 09:50:08 2014 -0400 Bug 1861 - Unique patrons logins not (totally) enforced The Koha 3.0 patron admin page will prevent you from creating a user who has an identical OPAC login as someone else (though I would change the error message from "Login/password already exists." to "Login already exists.", since it's not the password that's the problem). However, there's nothing enforced in the MySQL database to prevent patrons from being imported or manually inserted with duplicate logins. Would it be better to change the MySQL spec from this: KEY `userid` (`userid`) to this: UNIQUE KEY `userid` (`userid`) Test plan: 1) Enter mysql console 2) Attempt to create two borrowers with identical user id's 3) Note you are able to do so 4) Delete these bororwers 5) Apply this patch 6) Run updatedatabase.pl 7) Repeat step 2 8) Note you are now unable to do so Signed-off-by: Bernardo Gonzalez Kriegel Work as described, no koha-qa errors Signed-off-by: Katrin Fischer Leaves deletedborrowers as it is, deleting patrons still works ok. Works according to test plan. Database update will only be successful, when no duplicate entries exist in the database. Signed-off-by: Martin Renvoize Signed-off-by: Tomas Cohen Arazi (cherry picked from commit df4297621d285dbdbe13eaff04dae2a9419ed824) Signed-off-by: Chris Cormack commit 54a37c8fc1c1ac8db0d4127b0daa7dc588c9a59f Author: Owen Leonard Date: Mon Nov 3 12:29:48 2014 -0500 Bug 13017 - Login page image replacement technique fails when browser width exceeds 2000 pixels This patch updates the image replacement technique used for Koha's login page. The old technique used a negative text-indent value to move the text offscreen, but that begins to fail more and more often as screens get larger. The new technqiue is described here: http://www.zeldman.com/2012/03/01/replacing-the-9999px-hack-new-image-replacement/ Note: This patch has not been tested in any Internet Explorer version! To test you must have a screen which is wider than 2000 pixels. Apply the patch, clear your browser cache and view the staff client login page. The logo on the login form should look correct with no corresponding text appearing anywhere on the screen. Signed-off-by: Christopher Brannon Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 87a0b79a65f179fdef5aee98701660cca00a273e) Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: C4/Members.pm | 31 ++++++++++++++----------- installer/data/mysql/kohastructure.sql | 2 +- installer/data/mysql/updatedatabase.pl | 20 ++++++++++++++++ koha-tmpl/intranet-tmpl/prog/en/css/login.css | 6 +++-- t/db_dependent/Members.t | 13 +++++------ 5 files changed, 48 insertions(+), 24 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Dec 29 22:15:10 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 29 Dec 2014 21:15:10 +0000 Subject: [koha-commits] main Koha release repository branch 3.18.x updated. v3.18.02-26-gec9766e Message-ID: This is an automated email from the git hooks/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.18.x has been updated via ec9766e8a66121422779b9ec8e826706f0168cab (commit) from 903a08a4f85a70f8c2a03fb6795cefdc92716e5a (commit) Those revisions listed 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 ec9766e8a66121422779b9ec8e826706f0168cab Author: Chris Cormack Date: Tue Dec 30 10:19:49 2014 +1300 Bumping database version to 3.18.02.003 ----------------------------------------------------------------------- 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 Tue Dec 30 19:51:26 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 30 Dec 2014 18:51:26 +0000 Subject: [koha-commits] main Koha release repository branch 3.18.x updated. v3.18.02-30-g1312416 Message-ID: This is an automated email from the git hooks/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.18.x has been updated via 1312416b0afbfc517233717d60d4aab63d39e73d (commit) via 2190b9b67ccde78c70e7c4f8956ddb004fc4d6a5 (commit) via 33125c05ac12db65fd03a70283c946daaf22a581 (commit) via 6daf2b7c437a8cd94ee45683bc6669497fa98642 (commit) from ec9766e8a66121422779b9ec8e826706f0168cab (commit) Those revisions listed 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 1312416b0afbfc517233717d60d4aab63d39e73d Author: Jonathan Druart Date: Tue Dec 30 09:51:32 2014 +0100 Bug 1861: Add 1 test to AddMember Signed-off-by: Jonathan Druart (cherry picked from commit 5b165a2420bf4f024d7936477c214b6261b4e567) Signed-off-by: Chris Cormack commit 2190b9b67ccde78c70e7c4f8956ddb004fc4d6a5 Author: Chris Cormack Date: Tue Dec 30 15:37:39 2014 +1300 Bug 1861: There is a problem introduced with an earlier patch, on this patchset - $data{'userid'} = Generate_Userid($data{'borrowernumber'}, $data{'firstname'}, $data{'surname'}) if $data{'userid'} eq ''; + $data{'userid'} = Generate_Userid( $data{'borrowernumber'}, $data{'firstname'}, $data{'surname'} ) + if ( $data{'userid'} eq '' || Check_Userid( $data{'userid'} ) ); Check_Userid returns 1 if it is unique. So this means unique userids will always be discarded and new ones created. This is why all the tests depending on a userid are now failing To test 1/ run perl t/db_dependent/Serials_2.t 2/ Notice lots of tests fail 3/ OR Add a borrower with a userid set, notice the userid is ignored and one is generated instead 4/ Apply patch 5/ Add a new borrower, notice the userid sticks (if it is unique) 6/ Run perl t/db_dependent/Serials_2.t notice tests pass 7/ Run perl t/db_dependent/Members.t notice tests still pass Signed-off-by: Martin Renvoize Signed-off-by: Jonathan Druart (cherry picked from commit f326488f9afb9752b93d07858b6ac9d525838ff0) Signed-off-by: Chris Cormack commit 33125c05ac12db65fd03a70283c946daaf22a581 Author: Jonathan Druart Date: Thu Nov 27 16:54:21 2014 +0100 Bug 13360: C4::Ris assumes that hash keys are ordered - KW This patch only fixes the KW order. Test plan: 1/ Choose/create a record with several 6XX (for KW), see the code source to know which fields you can use 2/ Export this record in RIS format 3/ Verify that the KW lines are ordered following the marc record fields order. Signed-off-by: Chris Cormack We really should refactor this whole thing into Koha::RIS sometime, it's a horrible module at the moment. Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 801ba4a9204254fb2c24726495370ce813b1b22b) Signed-off-by: Chris Cormack commit 6daf2b7c437a8cd94ee45683bc6669497fa98642 Author: Mark Tompsett Date: Fri Dec 12 12:28:11 2014 -0500 Bug 13453: Koha.t daily quote tests assume sample data By adding quotes 3 and 25 from the sample data, this test can pass without having the sample quote data loaded. TEST PLAN --------- 1) Ensure there is no quote id=3 or that it is NOT Abraham Lincoln. 2) prove t/db_dependent/Koha.t -- this should fail the daily quote test. 3) apply patch 4) prove t/db_dependent/Koha.t -- this should *NOT* fail the daily quote test. 5) run koha qa test tools Followed test plan 1)-4). Without patch, daily quote test failed. With patch, test passed OK. Signed-off-by: Marc V?ron Signed-off-by: Katrin Fischer Works as described, leaves actual data unchanged. Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 7aec3a9aa4ed826767fb02c2b4b3acf90b5f0e54) Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: C4/Members.pm | 2 +- C4/Ris.pm | 53 +++++++++++++++++++++++----------------------- t/db_dependent/Koha.t | 7 ++++++ t/db_dependent/Members.t | 8 ++++++- 4 files changed, 41 insertions(+), 29 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Dec 30 21:30:12 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 30 Dec 2014 20:30:12 +0000 Subject: [koha-commits] main Koha release repository branch 3.18.x updated. v3.18.02-38-g5311ae8 Message-ID: This is an automated email from the git hooks/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.18.x has been updated via 5311ae87f567c7a48005d0642c86532163b8679d (commit) via 7eb558531ec8f0ba8f8ba35eabc02970e7590ec4 (commit) via 1c5919bb40a8e40e67c4bb7563b9d4475562d290 (commit) via 8a81476a075f5f04aa5fda02bf26abcdbe4cf93a (commit) via 86886ece19d0e6372a5276132e8c1500883c0ce4 (commit) via e356c6021454652429b8fae7920e526eec9654d8 (commit) via b3a20835dd8ba5f08b9b96c3ba36b109492318e7 (commit) via c68c94454472a63a2bd2324fdbf7443a4508c686 (commit) from 1312416b0afbfc517233717d60d4aab63d39e73d (commit) Those revisions listed 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 5311ae87f567c7a48005d0642c86532163b8679d Author: Owen Leonard Date: Wed Dec 10 09:02:57 2014 -0500 Bug 13341 - Hard-coded "Preview" text in OPAC openlibrary.js The OpenLibrary JavaScript includes an untranslated string, "Preview." This patch move the string to the template so that it can be translated. To test, apply the patch and test that the translator picks up the string: 1. From misc/translator run 'perl translate update [lang]' (e.g. de-DE) 2. Edit misc/translator/po/[lang]-opac-bootstrap.po and add a translation for the updated "Preview" string 3. Remove the "#, fuzzy" marker from that entry 4. From misc/translator run 'perl translate install [lang]' 5. Enable the [lang] translation for the OPAC in system preferences 6. Enable the OpenLibraryCovers system preference. 7. In the OPAC switch to the [lang] translation. 7. View the detail page for a title for which there is an OpenLibrary cover image. Below it you should see a preview link with the translated string you added in step 2. Works as expected. Signed-off-by: Marc V?ron Signed-off-by: Katrin Fischer Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 049bd2da2312b26d0a63adecdc8331e48e3a0efd) Signed-off-by: Chris Cormack commit 7eb558531ec8f0ba8f8ba35eabc02970e7590ec4 Author: Martin Renvoize Date: Fri Dec 12 12:18:47 2014 +0000 Bug 13447: Fixed HTML Email Reports A tiny typo made in runreport.pl when updating it for bug 9530 lead to no body being attached to html emails. Signed-off-by: Chris Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 36f56b81774340a49f3ad137c77d0d74207acbc1) Signed-off-by: Chris Cormack commit 1c5919bb40a8e40e67c4bb7563b9d4475562d290 Author: Lyon3 Team Date: Fri Dec 5 09:27:02 2014 +0100 Bug 12895 repair dropbox mode One day late patrons were restricted even with dropbox mode activated 1) Check in the calendar (Tools/Calendar), that the previous days you are about to use as date due are really entered as opening day (never know). 2) Add a suspension in the suspension days parameter of the circulation rules (Administration/Circulation and fine rules) to the MOST specific category of borrower and MOST specific type of document among the existing rules of the LOGGED IN Site(cf explications in the circ-rules page). 3) Choose a borrower using the search by category and an item through the advanced search using the limit by type. 4) Checkout the item selecting the previous opening date in the Specify-due-date box. 5) Click on Circulation in the upper menu, then on Checkin and check the Book drop mode. The Book drop date showed should be the previous opening date. 6) Check in the item : you can see that the patron is restricted 7) apply the patch 8) Redo 1 to 5 : Now, you can see that the patron is not restricted. 9) If you redo the test with two day late, you will see that the patron is not restricted : that's ok because his restriction of one day is already finished. 10) If you redo the test with more than two day late, you see that the patron restriction is, as expected, one day shorter than it were if the item had been returned without dropbox mode. Signed-off-by: Nick Clemens Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi (cherry picked from commit c1621de8a503d5505d0bd697a4b64eacf50c095d) Signed-off-by: Chris Cormack commit 8a81476a075f5f04aa5fda02bf26abcdbe4cf93a Author: Jonathan Druart Date: Fri Dec 26 10:22:34 2014 +0100 Bug 13458: Display the correct patron categories Bug 9811 removes useful code. Actually the AddPatronLists pref is not sent to the template from members/member.pl. To fix this issue, we can use the existing not clean way, or compare the syspref value directly in the template. This second solution is implemented in this patch. Test plan: 1/ Set the AddPatronLists pref to 'specific' 2/ On the patron home page (members/members-home/pl), the patron search result page (members/member.pl after launching a search) and on the checkouts page/patron search result (circ/circulation.pl after searching a patron using the check out), verify that the patron category list is the specific ones. 3/ Test there are no regression with the AddPatronLists pref set to 'general'. Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Works as described and fixes the problem. Note: I am not sure if AddPatronLists makes sense - if you set it to general patron types, it still preselects the wrong category type (tried organization, a child patron category was selected). Also the name is confusiong nowadays with the Patron list feature. Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 2b39823c0f4cec1607078de1f2547afc95ae87cd) Signed-off-by: Chris Cormack commit 86886ece19d0e6372a5276132e8c1500883c0ce4 Author: Katrin Fischer Date: Sat Nov 29 11:59:45 2014 +0100 Bug 9958: Improve RoutingSerials sys pref description The RoutingSerials preference controls if the routing list related functionality is visible in the serials module. To test: - Go to the system preference editor - RoutingSerials - Check the current description - Apply patch - Check the new description - Verify functionality matches description NOTE: The preference change is merely cosmetic. The value is still YesNo. A few git reset --hard origin/master and page refreshes confirmed expected values. Signed-off-by: Mark Tompsett Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 90ebffcffae59b5ded2db3dce875be0293b845e1) Signed-off-by: Chris Cormack commit e356c6021454652429b8fae7920e526eec9654d8 Author: Colin Campbell Date: Tue Nov 18 14:07:49 2014 +0000 Bug 13285 Do the right thing if opacthemes is not set If opacthemes is not defined updatedatabase reports the subsequent warnings as an error. Take account of the case where it is not set and default that to bootstrap. This is probably a rare occurence, but should be handled Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 90c32e88561530143ced5d190445850291f6851e) Signed-off-by: Chris Cormack commit b3a20835dd8ba5f08b9b96c3ba36b109492318e7 Author: Kyle M Hall Date: Tue Oct 21 06:18:29 2014 -0400 Bug 13124 - Record titles with parentheses causing label weirdness Test Plan ( using sample data included with Koha ) 1) Catalog a record and item with the title "Oh no! or, (How my science project destroyed the world) /" 2) Edit the DEFAULT template a) Set layout type to Biblio b) Set data fields to "title, author, isbn, issn, itemtype, barcode, itemcallnumber" c) Set font size to 10 3) Create a batch with just the one item you created 4) Export the PDF with the Avery template and the DEFAULT layout 5) Note the weirdness 6) Apply this patch 7) Re-export the PDF, note it's no longer weird ; ) Signed-off-by: Nick Clemens Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi (cherry picked from commit fe4da2f721c371540fe88d0014a49a866b403ca4) Signed-off-by: Chris Cormack commit c68c94454472a63a2bd2324fdbf7443a4508c686 Author: Bernardo Gonzalez Kriegel Date: Fri Nov 28 10:06:18 2014 -0300 Bug 13357: Untranslatable strings on itemsearch.tt This patch enable translation of labels on itemsearch.tt To test: 1) Translate for a fairly complete language (es-ES de-DE) 2) On staff, go to Search > Item search 3) Check there are many untranslated strings e.g. Text before pulldowns on first and second box All options on third box 4) Apply the patch 5) Repeat 1 & 2 6) Check there are now some strings translated 7) Update translation file, check there are some new strings to translate (may be they are fuzzy) e.g. "All statuses", "All collection codes" Patch works as expected. Signed-off-by: Marc V?ron Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 1eb85ad7578410354668ff81f9f35bbc2f6b9734) Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: C4/Circulation.pm | 5 +- C4/Labels/Label.pm | 5 +- circ/circulation.pl | 3 - circ/returns.pl | 14 +++- installer/data/mysql/updatedatabase.pl | 2 +- .../prog/en/includes/patron-toolbar.inc | 2 +- .../prog/en/modules/admin/preferences/serials.pref | 6 +- .../prog/en/modules/catalogue/itemsearch.tt | 69 +++++++++++++------- .../bootstrap/en/includes/opac-bottom.inc | 1 + koha-tmpl/opac-tmpl/bootstrap/js/openlibrary.js | 2 +- members/members-home.pl | 1 - misc/cronjobs/runreport.pl | 2 +- 12 files changed, 71 insertions(+), 41 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 31 20:29:37 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 31 Dec 2014 19:29:37 +0000 Subject: [koha-commits] main Koha release repository branch 3.18.x updated. v3.18.02-40-gdabf905 Message-ID: This is an automated email from the git hooks/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.18.x has been updated via dabf905018280f74e394de619a7de6de02f7fc34 (commit) via 05f2fa17eb82fa43042841cd5d69f91aff0744df (commit) from 5311ae87f567c7a48005d0642c86532163b8679d (commit) Those revisions listed 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 dabf905018280f74e394de619a7de6de02f7fc34 Author: Jonathan Druart Date: Wed Dec 31 12:09:49 2014 +0100 Bug 13502: Add tests to highlight the problem Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi Signed-off-by: Katrin Fischer Signed-off-by: Chris Cormack commit 05f2fa17eb82fa43042841cd5d69f91aff0744df Author: Chris Cormack Date: Wed Dec 31 10:20:59 2014 +1300 Bug 13502: Code introcduced in 1861 wrongly assumes a null userid is unique To test 1/ Create a borrower with '' as their userid, you may have to edit a row in the db to do this 2/ Run perl t/db_dependent/Circulation/CheckIfIssuedToPatron.t 3/ Notice some tests fail and you see DBD::mysql::st execute failed: Duplicate entry '' for key 'userid' at /home/chrisc/git/catalyst-koha/C4/SQLHelper.pm line 184. 4/ Apply the patch 5/ Run the tests again, notice they now pass Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi Signed-off-by: Katrin Fischer Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: C4/Members.pm | 2 +- t/db_dependent/Members.t | 14 +++++++++++++- 2 files changed, 14 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 31 20:46:34 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 31 Dec 2014 19:46:34 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.18.00-85-ga93fd3f Message-ID: This is an automated email from the git hooks/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 a93fd3fe06dbdea972ea8c329ae4f77335314566 (commit) via 469f36d38fe3ea82013d40b95892dfb7605b4e5f (commit) via ba2527310866958635d807880d07d8f1b3cb4d0a (commit) via 104fc792f5aab8305de685f743e3e6b1cb64adaa (commit) via cfce425771350912c3cd8e21c8e205d776aaa443 (commit) via a43e6d26f64a9ee46de4f7de917c63fad3a971c2 (commit) via 426a48dd19c5d3cfd5296b236b4e86f9130e1001 (commit) via fb706f58b23ba815f9b372f06fe5aafbb8cd52c5 (commit) via a847067d7ef5350f9572c92407971baa7af76216 (commit) from ee02bcb14f30a897c1e3eeac3933ba83dacf3abe (commit) Those revisions listed 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 a93fd3fe06dbdea972ea8c329ae4f77335314566 Author: Jonathan Druart Date: Thu Nov 6 10:45:42 2014 +0100 Bug 12896: Remove 2 occurrences in comments Signed-off-by: Katrin Fischer Passes tests and QA script. Full test report on the bug report. Signed-off-by: Tomas Cohen Arazi commit 469f36d38fe3ea82013d40b95892dfb7605b4e5f Author: Jonathan Druart Date: Tue Sep 9 15:56:56 2014 +0200 Bug 12896: Move the bookseller-related code into Koha::Acquisition::Bookseller The C4::Acquisition module should be exploded in order to add readability and maintainability to this part of the code. This patch is a POC, it introduces a new Koha::Acquisition::Bookseller module and put in it the code from GetBookSeller and GetBookSellerFromId. Test plan: 1/ Create a bookseller, modify it. 2/ Add contacts for this bookseller 3/ Create an order, receive it, transfer it 4/ Launch the prove command on all unit tests modified by this patch and verify that all pass. Signed-off-by: Paola Rossi Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi commit ba2527310866958635d807880d07d8f1b3cb4d0a Author: Marcel de Rooy Date: Tue Aug 26 11:14:33 2014 +0200 Bug 12823: Alert about defining the SRU search field mappings This is a follow-up for report 6536 (SRU search targets). It will alert a user that saves a SRU server without field mappings. Test plan: Add a Z39.50 server. No confirm message. Add a SRU server without field mappings. Cancel the confirm. Add one field mapping. No confirm message. Signed-off-by: Nick Clemens Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi commit 104fc792f5aab8305de685f743e3e6b1cb64adaa Author: Marcel de Rooy Date: Tue Aug 26 10:31:29 2014 +0200 Bug 12823: Add some hints for Host and Database When adding or editing a SRU server, this patch adds a hint, positioned under the Hostname field. It also moves similar information for SRU options and XSLT into hints. Test plan: Add/Edit SRU server. Look at Hostname, SRU options and XSLT. Add/Edit Z39.50 server. No hints for Hostname and SRU options. Signed-off-by: Nick Clemens Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi commit cfce425771350912c3cd8e21c8e205d776aaa443 Author: Tomas Cohen Arazi Date: Wed Dec 31 14:09:00 2014 -0300 Bug 1861: (RM followup) DNIx updates Signed-off-by: Tomas Cohen Arazi commit a43e6d26f64a9ee46de4f7de917c63fad3a971c2 Author: Jonathan Druart Date: Wed Dec 31 12:09:49 2014 +0100 Bug 13502: Add tests to highlight the problem Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi commit 426a48dd19c5d3cfd5296b236b4e86f9130e1001 Author: Chris Cormack Date: Wed Dec 31 10:20:59 2014 +1300 Bug 13502: Code introcduced in 1861 wrongly assumes a null userid is unique To test 1/ Create a borrower with '' as their userid, you may have to edit a row in the db to do this 2/ Run perl t/db_dependent/Circulation/CheckIfIssuedToPatron.t 3/ Notice some tests fail and you see DBD::mysql::st execute failed: Duplicate entry '' for key 'userid' at /home/chrisc/git/catalyst-koha/C4/SQLHelper.pm line 184. 4/ Apply the patch 5/ Run the tests again, notice they now pass Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi commit fb706f58b23ba815f9b372f06fe5aafbb8cd52c5 Author: Jonathan Druart Date: Tue Dec 30 09:51:32 2014 +0100 Bug 1861: Add 1 test to AddMember Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi commit a847067d7ef5350f9572c92407971baa7af76216 Author: Chris Cormack Date: Tue Dec 30 15:37:39 2014 +1300 Bug 1861: There is a problem introduced with an earlier patch, on this patchset - $data{'userid'} = Generate_Userid($data{'borrowernumber'}, $data{'firstname'}, $data{'surname'}) if $data{'userid'} eq ''; + $data{'userid'} = Generate_Userid( $data{'borrowernumber'}, $data{'firstname'}, $data{'surname'} ) + if ( $data{'userid'} eq '' || Check_Userid( $data{'userid'} ) ); Check_Userid returns 1 if it is unique. So this means unique userids will always be discarded and new ones created. This is why all the tests depending on a userid are now failing To test 1/ run perl t/db_dependent/Serials_2.t 2/ Notice lots of tests fail 3/ OR Add a borrower with a userid set, notice the userid is ignored and one is generated instead 4/ Apply patch 5/ Add a new borrower, notice the userid sticks (if it is unique) 6/ Run perl t/db_dependent/Serials_2.t notice tests pass 7/ Run perl t/db_dependent/Members.t notice tests still pass Signed-off-by: Martin Renvoize Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: C4/Acquisition.pm | 4 +- C4/Bookseller.pm | 53 +-------- C4/Members.pm | 4 +- Koha/Acquisition/Bookseller.pm | 124 ++++++++++++++++++++ Koha/Schema/Result/Borrower.pm | 16 ++- acqui/addorderiso2709.pl | 4 +- acqui/basket.pl | 5 +- acqui/basketgroup.pl | 10 +- acqui/basketheader.pl | 6 +- acqui/booksellers.pl | 7 +- acqui/finishreceive.pl | 5 +- acqui/invoice.pl | 5 +- acqui/invoices.pl | 3 +- acqui/modordernotes.pl | 5 +- acqui/neworderbiblio.pl | 5 +- acqui/neworderempty.pl | 5 +- acqui/newordersubscription.pl | 5 +- acqui/newordersuggestion.pl | 5 +- acqui/orderreceive.pl | 5 +- acqui/parcel.pl | 6 +- acqui/parcels.pl | 5 +- acqui/supplier.pl | 6 +- acqui/transferorder.pl | 11 +- acqui/uncertainprice.pl | 5 +- acqui/z3950_search.pl | 5 +- admin/aqcontract.pl | 5 +- catalogue/moredetail.pl | 5 +- .../prog/en/modules/admin/z3950servers.tt | 11 +- serials/acqui-search-result.pl | 5 +- serials/subscription-detail.pl | 8 +- t/db_dependent/Acquisition.t | 7 +- t/db_dependent/Acquisition/Invoices.t | 8 +- t/db_dependent/Acquisition/OrderFromSubscription.t | 4 +- t/db_dependent/Bookseller.t | 94 ++++++++------- t/db_dependent/Letters.t | 7 +- t/db_dependent/Members.t | 20 +++- 36 files changed, 309 insertions(+), 179 deletions(-) create mode 100644 Koha/Acquisition/Bookseller.pm hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Dec 31 21:22:48 2014 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 31 Dec 2014 20:22:48 +0000 Subject: [koha-commits] main Koha release repository branch 3.18.x updated. v3.18.02-41-gb088d3c Message-ID: This is an automated email from the git hooks/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.18.x has been updated via b088d3cd897dcaec279f6067940ea4f5c9ad0c00 (commit) from dabf905018280f74e394de619a7de6de02f7fc34 (commit) Those revisions listed 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 b088d3cd897dcaec279f6067940ea4f5c9ad0c00 Author: Tomas Cohen Arazi Date: Wed Dec 31 14:09:00 2014 -0300 Bug 1861: (RM followup) DNIx updates Signed-off-by: Tomas Cohen Arazi (cherry picked from commit cfce425771350912c3cd8e21c8e205d776aaa443) Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: Koha/Schema/Result/Borrower.pm | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository